/*!
 * Start Bootstrap - Grayscale v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */

 .red_lyon180 {
		color:#be202e;
}

.darkgray_lyon180
{
		color:#645e4f;
}

.lightgray_lyon180
{
		color:#c2b59b;
}

.bg_darkgray_lyon180
{
  background-color:#645e4f;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg_lightgray_lyon180
{
  background-color:#c2b59b;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
 
@font-face {
	font-family: 'AGENCYB';
	src: url('../font/AGENCYB.eot');
	src: local('AGENCYB'), url('../font/AGENCYB.woff') format('woff'), url('../font/AGENCYB.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_5118">Text with this font applied</p> */
.font_agency {
	font-family: 'AGENCYB' !important;
}

@font-face {
    font-family: 'Sensei-Medium';
    src:url('../font/Sensei-Medium.ttf.woff') format('woff'),
        url('../font/Sensei-Medium.ttf.svg#Sensei-Medium') format('svg'),
        url('../font/Sensei-Medium.ttf.eot'),
        url('../font/Sensei-Medium.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

.font_sensei {
	font-family: 'Sensei-Medium' !important;
}

.font_sensei_red
{
	font-family: 'Sensei-Medium' !important;
	color:#be202e;
}

.font_sensei_title
{
	font-family: 'Sensei-Medium' !important;
	color:#be202e;
	text-transform:uppercase;
}

.font_agency_title {
	font-family: 'AGENCYB' !important;
	color:black;
	text-transform:uppercase;
}

.bible_img
{
	width:80%;
	max-width:600px;
}

.title_small {
	font-size:3.5vw;
}

.title_medium {
	font-size:4.5vw;
}

.title_big {
	font-size:5.5vw;
}

@media (min-width: 768px) {
.title_small {
	font-size:2vw;
}

.title_medium {
	font-size:3vw;
}

.title_big {
	font-size:4vw;
}

.bible_img
{
	width:70%;
	max-width:700px;
}

}

 body {
  font-family: 'AgencyB', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: black;
  background-color: white; }

html {
  width: 100%;
  height: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'AgencyB', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 35px;
  letter-spacing: 1px;
  text-transform: uppercase; }

p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 25px;  
}

p:last-of-type {
  margin: 0 0 0px;  
}

@media (min-width: 768px) {
    p {
      font-size: 18px;
      line-height: 1.6;
      margin: 0 0 35px; }
	p:last-of-type {
	  margin: 0 0 0px;  
	} 
}

	 
a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #201d14; }
  a:focus, a:hover {
    text-decoration: none;
    color: #8a7654; }

#mainNav {
  font-family: 'AgencyB', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: black; 
  color: white; 
 }
  #mainNav .navbar-toggler {
    font-size: 16px;
    padding: 11px;
    color: white;
    border: 1px solid white; }
  #mainNav .navbar-brand {
    font-weight: 700; }
 
  #mainNav .navbar-nav .nav-item {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
	color:black;
  }
  
   #mainNav .navbar-nav .nav-item a {
		color:black;
   }
   
   #mainNav .navbar-nav .nav-item a:hover {
		color:#c2b59b;
   }
  
  
    #mainNav .navbar-nav .nav-item:hover {
      color: fade(white, 80%);
      outline: none;
      background-color: transparent; }
    #mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
      color:black;
	  outline: none;
      background-color: transparent; }
	
  #mainNav.fixed-top .navbar-nav .nav-item a {
		color:white;
   }
   
   #mainNav.fixed-top .navbar-nav .nav-item a:hover {
		color:#c2b59b;
   }
	
 #mainNav.navbar-shrink .navbar-nav .nav-item a {
		color:white;
   }
   
   #mainNav.navbar-shrink .navbar-nav .nav-item a:hover{
		color:#c2b59b;
   }	  

  
   
  @media (min-width: 992px) {
     #mainNav.fixed-top .navbar-nav .nav-item a {
		color:black;
   }
	
	 #mainNav.fixed-top .navbar-nav .nav-item a:hover {
		color:#c2b59b;
   }
	
	#mainNav.navbar-shrink .navbar-nav .nav-item a {
		color:white;
   }
   
   #mainNav.navbar-shrink .navbar-nav .nav-item a:hover{
		color:#c2b59b;
   }
	
	#mainNav {
      padding-top: 20px;
      padding-bottom: 20px;
      -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
      -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
      transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
      letter-spacing: 1px;
      border-bottom: none;
      background: transparent; }
      #mainNav.navbar-shrink {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		color: white;
        background: black; }
		
  
      #mainNav .nav-link.active {
        outline: none;
        background-color: rgba(255, 255, 255, 0.3); }
        #mainNav .nav-link.active:hover {
          color: white; }
}

.masthead {
  display: table;
  width: 100%;
  height: 40%;
  padding-top:80px;
  text-align: center;
  color: white;
  border-bottom: 30px solid #be202e;
  background-color: white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment:scroll;
  }
  .masthead .intro-body {
    display: table-cell;
    vertical-align: middle; }
    .masthead .intro-body .brand-heading {
      font-size: 80px; }
    .masthead .intro-body .intro-text {
      font-size: 18px; }
  @media (min-width: 768px) {
    .masthead {
      height: 40%;
      padding-top:80px;
	   border-bottom: 50px solid #be202e;
	   }
      .masthead .intro-body .brand-heading {
        font-size: 100px; }
      .masthead .intro-body .intro-text {
        font-size: 22px; } }

.btn_top_banner		
{
	position:relative;
	bottom:10px;
}

.btn_top_banner_icon
{
	position:relative;
	left:-200%;
}

@media (min-width: 768px) {
	.btn_top_banner_icon
	{
		left:0%;	
	}
}
		
.btn-circle {
  
    font-size: 18px;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  line-height: 18px;
  
  
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: #645e4f;
  border: 2px solid #645e4f;
  border-radius: 100% !important;
  background: transparent;
  text-align:center;}
  .btn-circle:focus, .btn-circle:hover {
    color: #c2b59b;
	border: 2px solid #c2b59b;
    outline: none;
    background: rgba(255, 255, 255, 0.1); }

@media (min-width: 768px) {
.btn-circle {
  font-size: 20px;
  width: 40px;
  height: 40px;
  margin-top: 15px;
  line-height: 28px;
}
}

.content-section {
  padding-top: 30px;
  padding-bottom: 30px; }
 
 
.content-section_10 {
  padding-top: 10px;
  padding-bottom: 10px; }
  
 
.content-section_20 {
  padding-top: 20px;
  padding-bottom: 20px; }
 
.download-section {
  color: white;
  background: url("../img/parallaxe.png") no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#map {
  width: 100%;
  height: 200px; }

@media (min-width: 992px) {
  .content-section {
    padding-top: 70px;
    padding-bottom: 70px; }
  #map {
    height: 350px; } }

.btn {
  font-family: 'AgencyB', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  border-radius: 0; }

.btn-default {
  color: #201d14;
  border: 1px solid #201d14;
  background-color: transparent; }
  .btn-default:focus, .btn-default:hover {
    color: white;
    border: 1px solid #201d14;
    outline: none;
    background-color: #201d14; }

ul.banner-social-buttons {
  margin-top: 0; }
  @media (max-width: 1199px) {
    ul.banner-social-buttons {
      margin-top: 15px; } }
  @media (max-width: 767px) {
    ul.banner-social-buttons li {
      display: block;
      margin-bottom: 20px;
      padding: 0; }
      ul.banner-social-buttons li:last-child {
        margin-bottom: 0; } }

footer {
  padding: 50px 0; }
  footer p {
    font-size: 14px;
    margin: 0; }

::-moz-selection {
  background: #8a7654;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none; }

::selection {
  background: #8a7654;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2); }
