/*@font-face{
	font-family: nexaBold;
	src: url(bootstrap/fonts/NexaLight.woff);
	font-weight: 400;
}
@font-face{
	font-family: nexaBold;
	src: url(bootstrap/fonts/NexaRegular.woff);
}
@font-face{
	font-family: nexaBold;
	src: url(bootstrap/fonts/NexaBold.woff);
	font-weight: 600;
}*/
@font-face{
	font-family: HelveticaNeue;
	src: url(bootstrap/fonts/HelveticaNeue-light.woff);
	font-weight: 400;
}
@font-face{
	font-family: HelveticaNeue;
	src: url(bootstrap/fonts/HelveticaNeueMedium.woff);
	font-weight: 600;
}
*{
	margin: 0;
	padding: 0;
	font-family: "nexaBold", sans-serif;
	transition: .1s;
}
body{
	font-size: 14px;
}
ul{
	margin-bottom: 0;
	list-style: none;	
}
i{
	color: #2094d0;
}
img{
	width: auto;
	max-width: 100%;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
  font-weight: 600;
  font-size: 13px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
.container{
	margin: 0 auto;/*max-width: 900px;*/
}
.no-padding {
    padding: 0;
}
.navbar-fixed-top {
position: absolute;
right: 0;
left: 0;
z-index: 1030;
}
.navbar-header {
width: 100%;
}
.custom-logo-link {
    width:100%;
    display: block;
    margin: 0 auto;
    padding: 0;
    margin: 5% 0 0;
}

.custom-logo-link img {
    display: block;
    margin: 0 auto;
}
.container .jumbotron, .container-fluid .jumbotron {
padding-right: 15px;
padding-left: 15px;
border-radius: 6px;
}
.jumbotron {
    border-radius: 0 !important;
background-image:url("../images/jumbotron-mobile-bg.png");
background-size: cover;
background-position: top center;
background-repeat: no-repeat;
    background-color: transparent;
    margin: 0 auto;
    /*min-height: 2387px;*/
}

.jumbotron img.section-title {
    display: block;
    margin: 0 auto 30px;
}
.jumbo-left {
    margin-top: 20%;
}
.jumbo-right {
width: 30%;
margin-top: 30%; /*500px; */
/* padding-bottom: 1135px; */
text-align: justify;
color: #fff;
}
.jumbo-right p {
  font-size: 30px;
  font-family: "Avenir";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: justify;
}
.jumbo-right a.btn {
  border-radius: 50px;
  background-image: -moz-linear-gradient( 1deg, rgb(255,208,113) 0%, rgb(255,147,54) 100%);
  background-image: -webkit-linear-gradient( 1deg, rgb(255,208,113) 0%, rgb(255,147,54) 100%);
  background-image: -ms-linear-gradient( 1deg, rgb(255,208,113) 0%, rgb(255,147,54) 100%);
 
  width: 60%;
    margin: 50px auto 0;

  font-size: 25px;
  font-family: "Avenir";
  color: rgb(20, 17, 17);
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
padding: 20px 0;
font-weight: 900;
    display: block;
}



.banner-bn {
  background-color: rgb(255, 169, 5);
}

.banner-bn a img {
    display: block;
    margin: 0 auto;
}

img.section-title {
    display: block;
    margin: 0 auto;
}


.about-me {
    position: relative;
background-image:url("../images/BriceScott.jpg");
background-size: cover;/*100%;*/
background-position: top center;
background-repeat: no-repeat;
    background-color: transparent;
    margin: 0 auto;
    padding: 125px 0
}

.about-me img.section-title {
    display: block;
    margin: 0 auto 30px;
}
.about-me img.section-title-2 {
    display: block;
    margin: 0 auto 36px;
}
.about-me p {
  font-size: 30px;
  font-family: "Avenir";
  color: rgb(49, 39, 40);
  line-height: 1.2;
  text-align: justify;
}
.about-me img.BriceScott-img {
    display: none !important
}
.about-me img.B-Scott-img {
    display: none !important;
    position:absolute;
    bottom: 0;
    right:0;
}


#section-four {
background-image:url("../images/brown-bg.jpg");
background-size: cover;/*100%;*/
background-position: top center;
background-repeat: repeat-y;
    background-color: transparent;
    padding: 80px 0 130px;
}
#section-four p {
  font-size: 30px;
  font-family: "Avenir";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: justify;
    margin-bottom: 30px;
}


#section-four img.section-title {
    display: block;
    margin: 0 auto 15px;
}

.input-form {
    width:100%;
background-color: rgb(255, 255, 255);
border-radius: 30px;
border: none;
padding: 5px 20px;
  font-size: 30px;
  font-family: "Avenir";
    text-align: left;
margin-bottom: 30px;
}


.wpcf7-form-control.wpcf7-submit {
    width: 25%;
    min-width: 86px;
  background-color: rgb(55, 46, 46);
    color:#fff;
border-radius: 30px;
border: none;
padding: 5px 20px;
  font-size: 30px;
  font-family: "Avenir";
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 20px !important;
}


::-webkit-input-placeholder {
  font-size: 30px;
  font-family: "Avenir";
    font-weight: normal;
    text-align: left;
}
::-moz-placeholder {
  font-size: 30px;
  font-family: "Avenir";
    font-weight: normal;
    text-align: left;
}
:-ms-input-placeholder {
  font-size: 30px;
  font-family: "Avenir";
    font-weight: normal;
    text-align: left;
}
::placeholder {
  font-size: 30px;
  font-family: "Avenir";
    font-weight: normal;
    text-align: left;
}


#section-five {
  background-image: -moz-linear-gradient( 1deg, rgb(255,208,113) 0%, rgb(255,147,54) 100%);
  background-image: -webkit-linear-gradient( 1deg, rgb(255,208,113) 0%, rgb(255,147,54) 100%);
  background-image: -ms-linear-gradient( 1deg, rgb(255,208,113) 0%, rgb(255,147,54) 100%);
    padding: 90px 0 75px;
}



#section-six {
background-image:url("../images/Layer-17.png");
background-size: cover;/*100%;*/
background-position: top left;
background-repeat: repeat-x;
    background-color: transparent;
}
#section-six img.wp-image-14 {
    width: 100%;
}
#section-seven {
background-image:url("../images/tan-bg.jpg");
background-size: cover;/*100%;*/
background-position: top center;
background-repeat: repeat;
    background-color: transparent;
    padding: 80px 0 50px;
}



.main-footer {
    background-color: #000;
    padding: 50px 0 90px;
  font-size: 18px;
  font-family: "Century Gothic";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.333;
  text-align: center;
    
}
.main-footer p, .main-footer p a {
  font-size: 18px;
  font-family: "Century Gothic";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.333;
  text-align: center;
    
}

ul.list-inline li {
  width: 50px;
  height: 50px;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    margin: 0 5px 20px;
}

ul.list-inline li a i {
    color: #000;
  font-size: 30px;
    text-align: center;
}






















@media screen and (max-width: 1024px){
.wpcf7-form-control.wpcf7-submit {
width: 160px;
}
    
    
.jumbo-left {
width: 60%;
    float: left;
}
.jumbo-right {
width: 40%;
    float: left;
    margin-left: -80px;
}
.jumbo-right p {
  font-size: 16px;
}
.jumbo-right a.btn {
  font-size: 16px;
} 
    
.about-me p {
  font-size: 16px;
}
    
#section-four p {
  font-size: 16px;
}
    .input-form {
font-size: 16px;
}
    .wpcf7-form-control.wpcf7-submit {
  font-size: 16px;
}
    
::-webkit-input-placeholder {
  font-size: 16px;
}
::-moz-placeholder {
  font-size: 16px;
}
:-ms-input-placeholder {
  font-size: 16px;
}
::placeholder {
  font-size: 16px;
}
    
.main-footer p, .main-footer p a {
  font-size: 16px;
    
}
    
}


@media (min-width: 1201px) {
    .about-me .col-md-8 {
        width: 60%;
    }
}
@media (min-width: 1025px) and (max-width: 1200px) {
    .about-me .col-md-8 {
        width: 64%;
    }
}


@media screen and (max-width: 991px){
}


@media (min-width: 768px) and (max-width: 1024px) {
.about-me {
    
background-image:url("../images/BriceScott.jpg");
background-size: cover;/*100%;*/
background-position: top center;
background-color: #ff9538;
    margin: 0 auto;
    padding: 125px 0
}
    .about-me .col-md-8 {
        width:56%;
    }
}

@media (min-width: 768px) and (max-width: 800px){
.about-me {
background-position: -400px top;
background-color: #ff9538;
}
}


@media screen and (max-width: 768px){
    
}


@media (max-width: 767px){
    .custom-logo-link {
width: 280px;
margin: 5% auto 0;
}
    .navbar-toggle {
        display: none !important;
    }
    .about-me {
  background-image: -moz-linear-gradient( 1deg, rgb(255,208,113) 0%, rgb(255,147,54) 100%);
  background-image: -webkit-linear-gradient( 1deg, rgb(255,208,113) 0%, rgb(255,147,54) 100%);
  background-image: -ms-linear-gradient( 1deg, rgb(255,208,113) 0%, rgb(255,147,54) 100%);
background-color: #ff9538;
}
    .jumbo-right {
width: 40%;
float: left;
margin-left: -30px;
margin-top: 23%; 
}
.about-me {
padding: 125px 0 0;
}    
.about-me img.BriceScott-img {
    display: block!important;
        margin: 0 auto;
}
}

@media screen and (max-width: 680px) {
        .jumbo-left {
width: 50%;
float: left;
margin-top: 23%; 
}
        .jumbo-right {
width: 50%;
float: left;
margin-left: 0;
margin-top: 23%; 
}
    .widget.col-md-4 {
width: 100%;
float: none;
margin: 0 auto;
}
    
.three-column .widget.col-md-4 a img {
    display: block;
    margin: 0 auto 20px;
}
    
}



@media screen and (max-width: 580px){
    
.jumbo-right p, .jumbo-right a.btn, .about-me p, #section-four p, .input-form, .wpcf7-form-control.wpcf7-submit, .main-footer p, .main-footer p a {
font-size: 20px;
line-height: 1.5;
}
    
::-webkit-input-placeholder {
font-size: 20px;
line-height: 1.5;
}
::-moz-placeholder {
font-size: 20px;
line-height: 1.5;
}
:-ms-input-placeholder {
font-size: 20px;
line-height: 1.5;
}
::placeholder {
font-size: 20px;
line-height: 1.5;
}
    

    .jumbotron {
background-image: url("../images/jumbotron-mobile-bg-2.jpg");
}
        .jumbo-left {
width: 100%;
margin-top: 23%; 
}
        .jumbo-right {
width: 100%;
margin-top: 23%; 
}
}


@media screen and (max-width: 480px){
    .navbar-header .img-fluid-link {
margin: 0 auto;
}
    
     .navbar-header .img-fluid-link img {
width: 80%;
margin: 14px auto 0;
display: block;
}
    
    
    
}
