/*------------------------------------------
                BODY
--------------------------------------------*/
body{font-family: 'Montserrat', sans-serif;}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {font-family: 'Montserrat', sans-serif;}

p{color: #000;}

a {
    color: #000;
    font-weight: 500;
    

    
}
a:hover {
color:#000;
text-decoration: underline;
text-decoration-color: #ee850a;

}

.intro p {font-size: 1.4em;}

/*------------------------------------------
                MENU & LOGO
--------------------------------------------*/
.nav-bar {padding:10px 0;}

.logo img {max-width:200px}

.button-group {margin-top:1em;}

.nav-bar ul li a {color:#0A0A0A;
text-transform: uppercase;
font-size: 14px;
transition: color .3s ease-in;
font-weight: 400;
} 

*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
* {margin:0;padding:0;border:0 none;position: relative; outline: none;
}

li.nav > a {text-decoration: none;
z-index: 1;}

li.nav > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background: #ee850a;
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0);
  transition: .25s linear;
}
li.nav > a:hover:before,
li.nav > a:focus:before {
  visibility: visible;
  transform: scaleX(1);
}

/*.nav-bar ul li a:hover {
  text-decoration-line: underline 1em #ee850a;
  
}*/

@keyframes hover-v {
  0% {
      transform: scaleX(0);
      height: 5px;
     }
  45% {   
      transform: scaleX(1.05);
      height: 5px;
     }
  55% {height: 5px;}
  100% {
      transform: scaleX(1.05);
      height: 3.8rem;
     }
}
@keyframes no-hover-v {
  0% {
      transform: scaleX(1.05);
      height: 3.8rem;
     }
  45% {height: 5px;}
  55% {   
      transform: scaleX(1.05);
      height: 5px;
      opacity: 1;
     }
  
  100% {
      transform: scaleX(0);
      height: 5px;
      opacity: .02;
     }
}

li.nav a:hover {font-weight: bold;}

/*------------------------------------------
                BANNER
--------------------------------------------*/
.banner {padding: 0;}



/*------------------------------------------
               INTRO
--------------------------------------------*/
.intro {margin-top: 2em;}

.intro h1, .intro h3 {text-align: center;
color: #000;
font-weight:800;
font-size:31px;
}

.intro p{text-align: center;}

#Content .intro p{text-align: unset;}
#ContentSimple .intro p{text-align: unset; font-size: 16px;}
#ContentSimple h4 {font-weight: 500;}
/*------------------------------------------
                ABOUT
--------------------------------------------*/
section#about {
  margin-top: 2em;
  background-color: rgb(238,133,10, 0.5);
  padding-top: 2em;
  padding-bottom: 2em;}

.about h3 a {
color: #000;
font-weight: 800;
text-decoration: none;
}

.about h3 a:hover {text-decoration: none;}

.about h3 {text-align: center;}
  


/*------------------------------------------
                CLIENTS & MEMBERSHIP
--------------------------------------------*/
section#more {
	margin-top: 2em;
}

#more h3, #more h3 a {font-size: 1.5rem;
font-weight: 800;
color: #000;}

#more h3 a:hover{text-decoration: none;}

div.clients{padding-right: 35px;}

div.testimonial p {font-size:15px;}

div.membership {border-left: 1px solid #d8d8d8;
padding-bottom: 10px;
padding-left: 35px;
margin-bottom: 20px;}

.clients hr {display:none;}

.clients a {
	color: #333; 
	text-decoration: underline;
}

.clients a:hover {
	text-decoration: underline;
	text-decoration-color: #ee850a;
}
/*------------------------------------------
                FORM
--------------------------------------------*/
section#form {background-image: url("../images/durdle-door.jpg");
  background-repeat: no-repeat;
  background-size: cover;
padding: 50px; 
background-position: center;}

div.form { margin: 0 auto;
            max-width: 62.5em;
            }



.translucent-form-overlay {
    max-width: 500px;
    width: 100%;
    background-color: rgba(54, 54, 54, 0.8);
    padding: 20px;
    color: #fefefe;
    
  }
  
  .translucent-form-overlay .columns.row {
    display: block;
  }
  
  .translucent-form-overlay h3, .translucent-form-overlay label {
    color: #fefefe;
  }
  
  .translucent-form-overlay input, .translucent-form-overlay select {
    color: #8a8a8a;
  }
  
  .translucent-form-overlay input::-webkit-input-placeholder {
    color: #8a8a8a;
  }
  
  .translucent-form-overlay input:-ms-input-placeholder {
    color: #8a8a8a;
  }
  
  .translucent-form-overlay input::placeholder {
    color: #8a8a8a;
  }
  
  #form a {color:#fff;}

  #form a:hover {text-decoration: none;}
  
#Content section{transform:none;
  transition:none;
  opacity: unset;}


/*------------------------------------------
                FOOTER & SOCIAL MEDIA 
--------------------------------------------*/
footer {
	border-top: 2px solid #F38200;
	
}

footer.contact	{	
	margin-top: 1em;
	padding-top: 1em;
	font-size: 14px;
	color: #fff;
}

footer.contact p, footer.contact p a{color:#333;}

.footer-menu li {list-style: none;
text-align: right;}

.footer-menu ul li a{color:#0A0A0A;
    text-transform: uppercase;
    font-size: 14px;
    text-align: right;
    }
    
.footer-menu ul li.twitter a{text-transform: none;}


.footer-menu p {
	text-align: left;
				
}

i.fa.fa-twitter {margin-right: 10px}



/*------------------------------------------
                PAGE CONTENT
--------------------------------------------*/

#Content .intro li,
#Content .about li,
#Content #more li, 
#ContentSimple .intro li {margin-left: 2em;}

#Content h2, #ContentSimple h2 {font-size: 1.7rem;}


/*-------------------------------------------------------------------
		RESPONSIVE MEDIA QUERIES
-------------------------------------------------------------------*/
@media only screen and (min-width: 1080px) {
	
}

@media only screen and (max-width: 1240px){
	
}

@media only screen and (max-width: 1200px) {
    
}

/*This is where the mobile responsive menu starts */
@media only screen and (max-width: 1024px) {
	.clients hr {display: block;}
    div.clients {padding-left: 35px; }
    div.membership {border-left: none;}
    footer.contact p {text-align: center;}
.footer-menu ul li a, .footer-menu li {text-align: center;}

}

@media only screen and (max-width:810px) {

div.clients {padding-left: 35px; }
#more h3, #more h3 a {text-align: center;}


}
@media only screen and (max-width: 610px) {
}

@media only screen and (max-width: 480px) {
	
}

@media only screen and (max-width: 370px){
	
}

@media only screen and (max-width: 48em){
.intro p {font-size: 1.15em;}
}



/*------------------------------------------
                FADE IN FOR SECTIONS
--------------------------------------------*/
section {
  opacity: 0;
  transform: translate(0, 30px); 
  transition: all 2s;
  }
  
  section.visible {
  opacity: 1;
  transform: translate(0, 0); 
  }

/* Applies styles when Reduced Motion is enabled */
@media screen and (prefers-reduced-motion: reduce) {
  section{transform:none;
  transition:none;
  opacity: unset;}
 }

@media screen and (prefers-reduced-motion) {
  section{transform:none;
    transition:none;
    opacity: unset;}
 }
