  body {
      font: 400 15px Lato, sans-serif;
      line-height: 1.8;
      color: #818181;
	  position: relative;
  }

  h2 {
      font-size: 24px;
      text-transform: uppercase;
      color: #303030;
      font-weight: 600;
      margin-bottom: 30px;
  }
  h4 {
      font-size: 19px;
      line-height: 1.375em;
      color: #303030;
      font-weight: 400;
      margin-top: 30px;
  }
  h5 {
      font-size: 19px;
      line-height: 1.375em;
      color: #303030;
      font-weight: 400;
      margin-top: 20px;
  } 
  .affix {
      top:0;
      width: 100%;
      z-index: 9999 !important;
  }

  .affix ~ .container-fluid {
     position: relative;
     top: 50px;
  }
.bgnd{
	background: url('../img/bgnd.jpg') no-repeat center center fixed;
	height:100%;
	height:100vh;
	overflow:hidden;
	text-align:center;
}
.go{
	margin-top:-150px;
	font-size: 60px;
    color: #3498DB;
	text-align:center;
}
.go a {
	color: #3498DB;
}
.go a:hover {
	color: #ECF0F1;
}
.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

  .thead-inverse{
      font-size: 19px;
      color: #ECF0F1;
	  background-color:#3498DB;
  }
  .cards img {
	  opacity: 0.7;
  }
  .cards img:hover {
	  opacity: 1.0;
  }
  .container-fluid {
      padding: 60px 50px;
  }
  .bg-grey {
      background-color: #f6f6f6;
  }
  .jumbotron {
	  background-color: transparent;
	  color:#FFF;
	  padding:0;
  }
.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #3498DB;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 24px;
  padding: 10px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
  .logo-small {
      color: #3498DB;
      font-size: 50px;
  }
  .logo-href {
      color: #67b2e4;
      font-size: 200px;
  }
  .logo-href:hover {
      color: #3498DB;
  }	  
  .logo {
      color: #3498DB;
      font-size: 200px;
  }
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail img {
      width: 100%;
      height: 100%;
      margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
      background-image: none;
      color: #3498DB;
  }
  .carousel-indicators li {
      border-color: #3498DB;
  }
  .carousel-indicators li.active {
      background-color: #3498DB;
  }
  .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
  }
  .item span {
      font-style: normal;
  }
  .panel {
      border: 1px solid #3498DB; 
      border-radius:0 !important;
      transition: box-shadow 0.5s;
  }
  .panel:hover {
      box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-body {
	  text-align: justify;
  }
  .panel-footer .btn:hover {
      border: 1px solid #3498DB;
      background-color: #ECF0F1 !important;
      color: #3498DB;
  }
  .panel-heading {
      color: #ECF0F1 !important;
      background-color: #3498DB !important;
      padding: 25px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  .panel-footer {
      background-color: white !important;
  }
  .panel-footer h3 {
      font-size: 32px;
  }
  .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
  }
  .panel-footer .btn {
      margin: 15px 0;
      background-color: #3498DB;
      color: #ECF0F1;
  }
  .navbar {
      margin-bottom: 0;
      background-color: #3498DB;
      z-index: 9999;
      border: 0;
      font-size: 12px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 1px;
      border-radius: 0;
      font-family: Montserrat, sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
      color: #ECF0F1 !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #3498DB !important;
      background-color: #ECF0F1 !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #ECF0F1 !important;
  }
 
  .dropdown-menu {
	  background-color: #3498DB !important;
  }
  .dropdown-menu li a:hover {
      color: #3498DB !important;
      background-color: #eee !important;
  }
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: top;
	padding-top: 60px;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}  
  .modal-body {
	  text-align: justify;
  }
	/* These styles fix CSE and Bootstrap 3 conflict */
    .reset-box-sizing, .reset-box-sizing *, .reset-box-sizing *:before, .reset-box-sizing *:after,  .gsc-inline-block
    {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus, .gsc-search-button
    {
        box-sizing: content-box;
        line-height: normal;
    }
	   .modal-open .modal, a:focus
   {
       outline: none !important;
   }
 
  .copyright {
      color: #3385ff;
  }
  .copyright:hover {
	  cursor:pointer;
      color: #3498DB;
  }
  footer .glyphicon {
      font-size: 20px;
      margin-bottom: 20px;
      color: #3498DB;
  }
  .slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;	
      animation-duration: 1s;	
      -webkit-animation-duration: 1s;
      visibility: visible;			
  }
  
  @keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }	
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
  }
  @media print {
	  a[href]:after {
		content: "";
	  }
  }
  .responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 60px; overflow: hidden;
  }
  .responsive-video iframe,
  .responsive-video object,
  .responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
  
    .text {
	  max-width:800px;
      font: 400 15px;
	  font-family: 'Playfair Display', serif;
	  font-size: 16px;
      line-height: 1.8;
      color: #333;
	}
	.text h4 {
	font-family: Lato, sans-serif;
    font-size: 24px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-top: 30px;
	}
  .author {
	  max-width:800px;
	  font-size: 12px;
	  text-align: right;
  }	
	  
	  .dailyVersesWrapper a
{
    color:#000; 
    font-weight:bold;
}

.dailyVerses.linkToWebsite a
{
    opacity:0.6; 
    font-size:12px;
    text-decoration:none;
}