@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Expanded:100,200,300,400,500,600,700,800,900|Numans');

html{
   /* scroll-behavior: smooth;*/
}

body{ 
    background-color: #56514b;
    width: 100%;
    margin: 0px auto;
    height: auto;
    font-family: "Numans", "Sans Serif";
    font-size: 20px;
    line-height: 30px;
    position: relative;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

h1{
    font-family: "Numans", "Sans Serif";
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

h2{
    font-family: "Numans", "Sans Serif";
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

a{
    text-decoration: none;
    color: #ffffff;
}

img{
    border: none;
}

.NO-H1{
    display: none;
}

.Responsive{
    width: 100%;
    height: auto;
}

.Bold{
    font-weight: 700;
}

header{
    background-color: transparent;
    color: #ffffff;
    width: 100%;
    height: 75px;
    overflow: inherit;
    position: fixed;
    z-index: 1000;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

nav{
    max-width: 100%;
    margin: 0 auto;
    padding-left: 10%;
}

.Logo{
    position: relative;
    display: inline-block;
    margin-left: 0;
    padding-left: 10px;
    margin-top: 4px;
    text-decoration: none;
    color: #ffffff;
    z-index: 200;
}

.Logo h1{
    display: inline-block;
    font-size: 22px;
    padding-top: 5px;
    z-index: 200;
}

.Logo-P{
    font-size: 35px;
}

#Nav{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    display: inline-block;
    background-color: transparent;
}

.Nav{
    position: absolute;
    top: 12px;
    right: 10%;
    float: right;
    background-color: transparent;
    color: #ffffff;
    font-size: 36px;
    border: none;
    cursor: pointer;
    margin-top: 5px;
   
}

/*Styles for Animated Nav Icon*/
#Nav-Icon2{
    width: 50px;
    height: 45px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 200;
}

#Nav-Icon2 span{
    display: block;
    position: absolute;
    height: 4px;
    width: 50%;
    background: #ffffff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#Nav-Icon2 span:nth-child(even){
    left: 50%;
    border-radius: 0 9px 9px 0;
}

#Nav-Icon2 span:nth-child(odd){
    left:0px;
    border-radius: 9px 0 0 9px;
}

#Nav-Icon2 span:nth-child(1), #Nav-Icon2 span:nth-child(2){
    top: 0px;
}

#Nav-Icon2 span:nth-child(3), #Nav-Icon2 span:nth-child(4){
    top: 18px;
}

#Nav-Icon2 span:nth-child(5), #Nav-Icon2 span:nth-child(6){
    top: 36px;
}

#Nav-Icon2.open span:nth-child(1),#Nav-Icon2.open span:nth-child(6){
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#Nav-Icon2.open span:nth-child(2),#Nav-Icon2.open span:nth-child(5){
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#Nav-Icon2.open span:nth-child(1){
    left: 5px;
    top: 7px;
}

#Nav-Icon2.open span:nth-child(2){
    left: calc(50% - 5px);
    top: 7px;
}

#Nav-Icon2.open span:nth-child(3){
    left: -50%;
    opacity: 0;
}

#Nav-Icon2.open span:nth-child(4){
    left: 100%;
    opacity: 0;
}

#Nav-Icon2.open span:nth-child(5){
    left: 5px;
    top: 23px;
}

#Nav-Icon2.open span:nth-child(6){
    left: calc(50% - 5px);
    top: 23px;
}
/*End Styles for Animated Nav Icon*/

.Nav-Content{
    display: none;
    width: 100%;
    min-width: 70px;
    position: absolute;
    top: 0px;
    z-index: 1;
}

.Nav-Content a{
    background-color: rgba(86, 81, 75, .6);
    color: #ffffff;
    line-height: 35px;
    text-align: right;
    padding-right: 10px;
    text-decoration: none;
    display: block;
    padding-right: 10%;
}

.Nav-Content-Link-1{
    padding-top: 75px;
}

.Nav-Content-Link-4{
    padding-bottom: 15px;
}

.Nav-Content a:hover{
    color: #e16030;
}

.Nav-Content.active{
    display: block;
    position: absolute;
    top: 55px;
    right: 0px;
    width: 100%;
}

.Nav:active .Nav-Content{
    display: block;
    position: absolute;
    top: 55px;
    right: 0px;
    width: 100%;
}

.Nav:hover .Nav-Content{
    position: absolute;
    top: 55px;
    right: 0px;
    width: 100%;
}

header.Smaller{
    background-color: rgba(86, 81, 75, .6); 
}

header.Smaller h1{
    color: #ffffff;
}

footer{
    padding: 10px 0;
    margin-top: 50px;
    text-align: center;
    color: #ffffff;
    background-color: transparent;
}

footer.Footer{
    font-weight: 400;
}




/*Styles for SVG Icon Replacements for IE*/
.IE-Icon, .IE-Icon-Right, .IE-Icon-Left{
    display: none;
}

.SVG-Icon{
    display: inline-block;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
    .IE-Icon{
        display: inline-block;
        margin: 0 auto;
    }
    .IE-Icon-Right, .IE-Icon-Left{
        display: inline-block;
    }
    .SVG-Icon{
        display: none;
    }
}




/*Styles for Main Slider*/
.Slider-Slogan-Button-Container{
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 400px;
    padding-bottom: 400px;
}

.Slider-Slogan-Container{
    position: absolute;
    top: 40%;
    margin: 0 auto;
    width: 100%;
    text-align: left;
}

.Slider-Slogan{
    /*position: absolute;//activate these styles and in-activate the next two if you don't want the color background behind slogan
    width: 100%;*/
    display: inline-block;
    width: auto;
    top: 40%;
    text-align: center;
    color: #ffffff;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 1);
    padding: 10px;
    background-color: rgba(86, 81, 75, .5);
    margin-left: 10%;
}

.Button-Container{
    position: absolute;
    width: 100%;
    top: 40%;
    margin-top: 100px;
    text-align: left;
}

#Slider-Button{
    display: inline-block;
    padding: 10px 30px;
    color: #ffffff;
    background-color: #e16030;
    border: 0px solid #e16030;
    font-size: 20px;
    font-family: "Numans", "Sans Serif";
    font-weight: 400;
    margin-left: 10%;
}

#Slider-Button:hover{
    background-color: rgba(225, 96, 48, .5);
    border: 0px solid #ffffff;
}

#Slider-Button a{
    text-decoration: none;
    color: #ffffff;
}

.Slider-Wrapper{
    margin-top: 0px !important;
    width: 100%;
    height: auto;
}

.Slider-Wrapper img{
    width: 100%;
    height: auto;
}




/*Styles for Opaque Parallax Over*/
.opaque{
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    opacity: 0; 
    background: #56514b;
}

.lt-ie9 .opaque{
    display: none;
}

.aslider{
    position: fixed !important; 
    top: 0; 
    z-index: 0; 
    width: 100%; 
    padding-top: 50%; 
    -webkit-background-size: 250%;
    -moz-background-size: 250%;
    -ms-background-size: 250%;
    -o-background-size: 250%;
    background-size: 250%;
}

#Services{
    position: relative; 
    z-index: 1; 
    padding-top: 45%; 
    width: 90%; 
    margin: 0 auto;
}

@media only screen and (min-width:36.250em){
    #Services{
        width: 60%; 
        padding-top: 35% 
    }
}

#About-Us{
    position: relative; 
    z-index: 1; 
    padding-top: 45%; 
    width: 90%; 
    margin: 0 auto;
}

@media only screen and (min-width:36.250em){
    #About-Us{
        width: 60%; 
        padding-top: 35% 
    }
}

#Testimonials{
    position: relative; 
    z-index: 1; 
    padding-top: 45%; 
    width: 90%; 
    margin: 0 auto;
}

@media only screen and (min-width:36.250em){
    #Testimonials{
        width: 60%; 
        padding-top: 35% 
    }
}

#Contact-Us{
    position: relative; 
    z-index: 1; 
    padding-top: 45%; 
    width: 90%; 
    margin: 0 auto;
}

@media only screen and (min-width:36.250em){
    #Contact-Us{
        width: 60%; 
        padding-top: 35% 
    }
}




/*Styles for SVG Icons*/
svg{
    position: relative;
    margin: 0 auto;
}
svg path{
    fill-opacity: 0;
    stroke: #ffffff;
    stroke-width: 1;
    stroke-dasharray: 870;
    stroke-dashoffset: 870;
    animation: Draw 3s infinite linear;
}

@keyframes Draw{
    0% { 
        stroke-dashoffset: 870;
        fill-opacity: 0; 
    }
    40% {
        stroke-dashoffset: 435;
        fill-opacity: 0;
    }
    70% {
        stroke-dashoffset: 0;
        fill-opacity: .3;
    }
    75% {
        stroke-dashoffset: 0;
        fill-opacity: 1;
    }
    100% {
        stroke-dashoffset: 0;
        fill-opacity: 1;
    }
}

@-webkit-keyframes Draw{
    0% { 
        -webkit-stroke-dashoffset: 870;
        -webkit-fill-opacity: 0; 
    }
    40% {
        -webkit-stroke-dashoffset: 435;
        -webkit-fill-opacity: 0;
    }
    70% {
        -webkit-stroke-dashoffset: 0;
        -webkit-fill-opacity: .3;
    }
    75% {
        -webkit-stroke-dashoffset: 0;
        -webkit-fill-opacity: 1;
    }
    100% {
        -webkit-stroke-dashoffset: 0;
        -webkit-fill-opacity: 1;
    }
}

@-moz-keyframes Draw{
    0% { 
        -moz-stroke-dashoffset: 870;
        -moz-fill-opacity: 0; 
    }
    40% {
        -moz-stroke-dashoffset: 435;
        -moz-fill-opacity: 0;
    }
    70% {
        -moz-stroke-dashoffset: 0;
        -moz-fill-opacity: .3;
    }
    75% {
        -moz-stroke-dashoffset: 0;
        -moz-fill-opacity: 1;
    }
    100% {
        -moz-stroke-dashoffset: 0;
        -moz-fill-opacity: 1;
    }
}





/*Styles for About Us Section*/
#About-Us{
    width: 100%;
    color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.About-Us-Icon-Row{
    text-align: center;
    display: block;
    margin: 0 auto;
}

.About-Column-1{
    width: 48%;
    position: relative;
    display: inline-block;
    min-height: 1px;
    margin: auto;
    text-align: right;
    vertical-align: top;
    padding-bottom: 50px;
    
}

.About-Column-1 p, .About-Column-1 h2, .About-Column-1 p{
    padding-right: 5%;
}

.About-Column-2{
    width: 2%;
    position: relative;
    display: inline-block;
    min-height: 1px;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 50px;    
}

.About-Column-3{
    width: 48%;
    position: relative;
    display: inline-block;
    min-height: 1px;
    margin: auto;
    text-align: left;
    vertical-align: top;
    padding-bottom: 50px;
    
}

.About-Column-3 p, .About-Column-3 h2, .About-Column-3 p{
    padding-left: 5%;
}




/*Styles for Services Section*/
#Services{
    width: 100%;
    height: auto;
    padding-top: 0px;
    color: #ffffff;
}

.Services-Row{
    display: flex;
    width: 100%;
    height: 100%;
}

.Services-Column-1{
    background-color: #56514b;
    width: 50%;
    flex: 1;
    position: relative;
    display: inline-block;
    min-height: 1px;
    text-align: right;
    padding-bottom: 150px;
    padding-top: 150px; 
    margin: 0 auto;
}

.Services-Column-1 h2{
    padding-right: 8%;
    margin: 0;    
}

.Services-Column-1 p{
    padding-right: 8%;
    margin-bottom: 0;    
}

.Services-Column-2{
    background-image: url('Images/Background-Images/Image-1.jpg');
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -ms-background-size:cover;
    -o-background-size:cover;
    background-size: cover;
    background-position: 50% 30%;
    width: 50%;
    flex: 1;
    min-height: 100%;
    position: relative;
    display: inline-block;
    min-height: 1px;
    text-align: center;
    padding-bottom: 50px;    
}




/*Styles for Testimonials Section*/
#Testimonials{
    background-image: url('Images/Background-Images/Image-2.jpg');
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -ms-background-size:cover;
    -o-background-size:cover;
    background-size: cover;
    background-position: 50% 30%;
    background-attachment: fixed;
    color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    height: 550px;
}

.Testimonial-Header{
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

/*Styles for Testimonials Slider*/
.testimonial-slider{
    position: relative;
    width: 100%;
    height: 50%;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    -o-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider__nav{
    width: 12px;
    height: 12px;
    margin: 1rem 12px;
    border-radius: 0%;
    z-index: 10;
    outline: 6px solid #ffffff;
    outline-offset: -6px;
    box-shadow: 0 0 0 0 #56514b, 0 0 0 0 rgba(86, 81, 75, 0);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    backface-visibility: hidden;
    backface-visibility: hidden;
}

/*Styles for Radio Buttons on IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
    .slider__nav{
        outline: 0px;
    }
}

.slider__nav:checked{
    -webkit-animation: check 0.4s linear forwards;
    -moz-animation: check 0.4s linear forwards;
    -ms-animation: check 0.4s linear forwards;
    -o-animation: check 0.4s linear forwards;
    animation: check 0.4s linear forwards;
}

.slider__nav:checked:nth-of-type(1) ~ .slider__inner{
    left: 0%;
}

.slider__nav:checked:nth-of-type(2) ~ .slider__inner{
    left: -100%;
}

.slider__nav:checked:nth-of-type(3) ~ .slider__inner{
    left: -200%;
}

.slider__nav:checked:nth-of-type(4) ~ .slider__inner{
    left: -300%;
}

.slider__inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 400%;
    
    -webkit-transition: left 0.4s;
    -moz-transition: left 0.4s;
    -ms-transition: left 0.4s;
    -o-transition: left 0.4s;
    transition: left 0.4s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.slider__contents{
    padding: 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider__caption{
    font-weight: 500;
    margin: 2rem 0 1rem;
    color: #ffffff;
}

.slider__txt{
    color: #ffffff;
    margin-bottom: 3rem;
    max-width: 500px;
}

@keyframes check{
    50%{
        outline-color: #e16030;
        box-shadow: 0 0 0 12px #e16030, 0 0 0 36px rgba(225, 96, 48, 0.2);
    }
    100%{
        outline-color: #e16030;
        box-shadow: 0 0 0 0 #e16030, 0 0 0 0 rgba(225, 96, 48, 0);
    }
}

@-webkit-keyframes check{
    50%{
        -webkit-outline-color: #e16030;
        -webkit-box-shadow: 0 0 0 12px #e16030, 0 0 0 36px rgba(225, 96, 48, 0.2);
    }
    100%{
        -webkit-outline-color: #e16030;
        -webkit-box-shadow: 0 0 0 0 #e16030, 0 0 0 0 rgba(225, 96, 48, 0);
    }
}

@-moz-keyframes check{
    50%{
        -moz-outline-color: #e16030;
        -moz-box-shadow: 0 0 0 12px #e16030, 0 0 0 36px rgba(225, 96, 48, 0.2);
    }
    100%{
        -moz-outline-color: #e16030;
        -moz-box-shadow: 0 0 0 0 #e16030, 0 0 0 0 rgba(225, 96, 48, 0);
    }
}




/*Styles for Contact Us Section*/
#Contact-Us{
    /*background-image: url('Images/place-holder-1.jpg');
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size: cover;
    background-position: 50% 30%;
    background-attachment: fixed;*/
    color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    height: 425px;
}

.Contact-Us-Background{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.Contact-Us fieldset{
    border: none;
    padding: 0;
    margin: 0;
}

.Contact-Us input{
    width: 700px;
    margin: 5px 0 5px 0;
    padding: 20px 0 20px 30px;
    font-family: "Numans", "Sans Serif";
    font-size: 16px;
    border: none;
}

.Contact-Us textarea{
    width: 700px;
    margin: 5px 0 5px 0;
    padding: 20px 0 20px 30px;
    font-family: "Numans", "Sans Serif";
    font-size: 16px;
    border: none;
}

.Contact-Us input[type="submit"]{
    width: 730px;
    margin: 5px 0 10px 0;
    padding: 20px 0 20px 0;
    font-family: "Numans", "Sans Serif";
    font-size: 16px;
    color: #ffffff;
    background-color: #e16030;
    border: none;
}

.Contact-Us input[type="submit"]:hover{
    background-color: #8f8a85;
}

.Contact-Us .Form{
    float: left;
    width: 55%;
}

.Contact-Us .Contact-Info{
    float: right;
    width: 21%;
    text-align: center;
}

.Contact-Us .Contact-Title{
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
}

.Contact-Us .Phone, .Instagram a{
    color: #e16030;
}

.Contact-Us .Instagram a:hover{
    color: #ffffff;
}




/*Styles for Instagram Link*/
.Instagram-link{
    position: sticky;
    right: 0;
    top: 70%;
    float: right;
    z-index: 20;
}

/*Styles for Instagram Link on IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
    .Instagram-link{
        position: absolute;
        top: 90%;
    }
}












