
/*@import url('https://fonts.googleapis.com/css?family=pristina');*/

body, html{
	height: 100%
}

body {
	padding: 0px;
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "pristina", "Segoe UI", 
		Roboto, "Helvetica Neue", Arial, sans-serif, 
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	background-color: #f2f2f2b5
}

.light-bg {
	background-color: #e3f2fd;
}

.direction{
	position: fixed;
    z-index: 99999;
    right: 20px;
    top: 70vh;
}

.direction img {
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 5px;
}

.direction img:nth-child(1){
	background-color: #fff;
	margin-bottom: 55px;
}

.direction img:nth-child(2){
	background-color: #fff
}

.direction img:hover{
	background-color: #cbf8fb;
}

header {
	height: 500px;
	background: url('http://restwithjesus.com/imgs/header.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	/*box-shadow: 3px 4px 5px 6px #e3e3e3*/
	/*box-shadow: inset 20px 18px 200px 40px #474747;*/
	box-shadow: inset 0px 0px 100px 200px rgba(0,0,0,0.6)
}

.faith {
	height: 300px;
	background: url('http://restwithjesus.com/imgs/faith_walk.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed; 
	box-shadow: inset 0px 0px 100px 200px rgba(0,0,0,0.3)
}

.img-shadow img {
	box-shadow: inset 0px 0px 50px 200px rgba(0,0,0,0.6)
}

.no-border-bottom{
	border-bottom: none !important;
}

h4{
	font-weight: bolder;
}

.h-txt{
	font-size: 30px;
	font-weight: bolder;
    text-transform: capitalize;
	color: #fff;
}

.h-txt2{
	font-size: 60px;
	font-weight: bolder;
    text-transform: capitalize;
	color: #fff;
}

#loading{
	height: 30px;
}

.btn_pr {
	background-color: orange !important;
	background: orange !important;
}

.mt-2-0{
	margin-top: -20px;
}

.no-border{
	border: none;
}

.simplebox {
  outline: none;
  border: none;
  padding: 25px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

main {
    position: relative;
	height: auto;
	background-color: #fff
}
 

.card-columns {
  @include media-breakpoint-only(lg) {
    column-count: 4;
  }
  @include media-breakpoint-only(xl) {
    column-count: 5;
  }
}

/*
.rcol {

	transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);  
    -o-transform: scale(0.8); 
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    width: 100vw;
    margin-left: -120px;
}*/


.vid {
	display: none;
}

.spacer {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}

.card{
	background-color: #fbdc06;
}

.dark-blue{
	background-color: #050b23;
}


@media only screen and (max-device-width: 760px) {
  .h-txt{
  	width: 75% !important;
  	font-size: 27px;
  }
  .h-txt2{
  	width: 75% !important;
  	font-size: 27px;
  }
  .form {
    width: 75% !important;
    margin-left: 25px !important;
  }
  
  .wmd {
      width: 85% !important;
  }
  
  h2.wmd{
  	font-size: 28px;
  }
  p.wmd {
  	font-size: 14px;
  }
  
}

@media only screen and (max-device-width: 480px) {
  .h-txt{
  	width: 90% !important;
  	font-size: 22px;
  }
  .h-txt2{
  	width: 90% !important;
  	font-size: 22px;
  }
  .form {
    width: 90% !important;
    margin: 0px 15px !important;
  }
  
  .wsm {
      width: 90% !important;
  }
}












