@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'walkway_blackregular';
    src: url('../fonts/Walkway_Black-webfont.eot');
    src: url('../fonts/Walkway_Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Walkway_Black-webfont.woff') format('woff'),
         url('../fonts/Walkway_Black-webfont.ttf') format('truetype'),
         url('../fonts/Walkway_Black-webfont.svg#walkway_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body{
    /* font-family: 'open_sansregular'; */
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size:24px;
    color:#333;
    
}
h1{
    font-family: 'walkway_blackregular';
    font-size: 70px;
    color:#fff;
    text-transform: uppercase;
    letter-spacing: 5px;
}
h2{
    font-family: 'walkway_blackregular';
    font-size: 56px;
    color:#333;
    text-transform: uppercase; 
    margin:0;
    padding:0 0 40px 0;
}
h2.inner{
    font-family: 'walkway_blackregular';
    font-size: 56px;
    color:#333;
    text-transform: uppercase; 
    margin:0;
    padding:0 0 0px 0;
}
h3{
    font-family: 'walkway_blackregular';
    font-size: 24px;
    color:#333;
    text-transform: uppercase;
    padding: 0;
    margin:0;
}
h3 img{
    max-height: 50px;
}
h1#welcome-h1{
    text-align: center;
    padding-top: 100px;
    text-shadow: 0px 0px 29px rgba(10, 10, 10, 1);
}
section.module.parallax {
  height: 600px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
section.module.parallax2 {
  height: 180px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
section.module.parallax-1 {
  background-image: url("../images/typewriter.jpg");
}
section.module.parallax-1.inner{
	background-position: center -270px;
}
#logo{
    margin-top: 30px;
}
.content-panel{
    padding: 60px 0;
    text-align: center;
}
.content-panel-header{
    padding: 30px 0;
    text-align: center;
}
.content-panel p{
    line-height: 38px;
}
.about-panel{
    background:#e9e9e9;
}
.clients-panel{
    background:#fff;
}
.contact-panel{
    background:#f68d29;
}

.contact-panel p,
.contact-panel h2{
    color:#fff;
}
.contact-panel a{
    color:#fff;
    text-decoration: underline;
}
.contact-panel a:hover{
    text-decoration: none;
}
a.social{
    margin:0 15px;
    text-decoration: none;
}
#site-top{
    height:600px;
}
img.client-logo{
    
    display: block;
    margin:0 auto;
    margin-bottom: 40px;
    
}

form#indi-form .row{
    margin-bottom: 30px;
}

input.indi-form,
select.indi-form,
textarea.indi-form{
    display: block;
    border-top:0;
    border-right:0;
    border-bottom:5px solid #d87b23;
    border-left:0;
    padding:8px;
    width:100%;
}
form#indi-form button{
    background-color: #cd7624;
    border-top:0;
    border-right:0;
    border-bottom:5px solid #b86a20;
    border-left:0;
    color:#fff;
    text-transform: uppercase;
    padding:4px 30px;
}
.dd{
    font-size: 16px;  
    line-height: normal;
    color: #fff;
    padding-top:20px;
}

input.error,
select.error{
    border-bottom:5px solid #990000;
}

ul#indi-nav{
   float:right; 
}
ul#indi-nav li{
    margin-left: 5px;
    margin-right: 5px;
}

ul#indi-nav li a{
    background: #b76f03;
    color:#fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'walkway_blackregular';
    letter-spacing: 2px;
    padding:5px 15px;
}
img.bio-pic{
    float:left;
    max-height: 200px;
    margin: 0 30px 20px 0;
}



@media only screen and (max-width: 480px) {
    body{
        font-size:20px;
    }
    #logo{
        text-align: center;
        clear:both;
    }
    h1{
        font-size:40px;
    }
    .what-we-do{
        margin-bottom: 40px;
    }
    ul#indi-nav{
       float:none; 
        display: block;
        clear:both;
        margin-top: 15px;
    }
    ul#indi-nav li{
        width:40%;
        margin-left: 5%;
        margin-right: 5%;
    }
    h2.inner{
        font-size: 24px;
    }
    .inner h3{
        text-align: center;
    }
   h3 img{
        max-height: 40px;
    }
    img.bio-pic{
        float: none;
        clear: both;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 481px) and (max-width: 980px) {
    h2.inner{
        font-size: 28px;
    }
}