*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


html,
body {
   background-color: #fff; 
    color: #555;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    
}

.clearfix{zoom: 1}
.clearfix:after{
    content: '.';
    clear: both;
    display: block;
    height: 0;
   visibility: hidden; 
}

.row{
   max-width: 1140px; 
    margin: 0 auto;
}

section{
  padding: 80px 0;
    
}

.box{
   padding: 1%;
    
}


h1,
h3,
h4,
h5{
    
    
    font-weight: 400;
    
    
}


h1{
    margin-top: 0;
    margin-bottom: 20px;
    color: #B38A4C;
    font-size: 240%;
    word-spacing: 5px;
    letter-spacing: 1px;
}

h3{
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

h4{
    font-size: 110%;
    margin-bottom: 15px;
}

h3:after {
    display: block;
    height: 2px;
    background-color: #B38A4C;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}

h2{
    margin-top: 0;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    word-spacing: 3px;
}

h5{
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

h5:after {
    display: block;
    height: 2px;
    background-color: #555;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}

.long-copy {
    line-height: 145%;
    width: 70%;
    margin-left: 15%;
}

.box p {
   font-size: 90%;
   line-height: 145%; 
}

ion-icon {
  font-size: 350%;
    display: block;
    color: #B38A4C;
    margin-bottom: 10px;
}




.btn:link,
.btn:visited {
  display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
   }


.btn-ghost:link,
.btn-ghost:visited {
    border: 1px solid #B38A4C;
    color: #B38A4C;
}

.btn:hover,
.btn:active {    
background-color: #8f6e3d;   
}

.btn-ghost:hover,
.btn-ghost:active {
    border: 1px solid #8f6e3d;
    color: #fff;
}

header {
    
   background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0, 0, 0, 0.7)),to(rgba(0, 0, 0, 0.7))),url(img/937108.jpg);
    
   background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)),url(img/937108.jpg);
    background-size:cover;
    background-position: center;
    height: 100vh;
}

.hero-text-box{
   position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.logo {
    height: 100px;
    width: auto;
    float:left;
    margin-top: 20px;
}

.logo-black{
  display: none;
     height: 50px;
    width: auto;
    float:left;
    margin: 5px 0;
}

.main-nav {
    float:right;
    list-style: none;
    margin-top: 55px;
    }

.main-nav li {
  display: inline-block;
    margin-left:40px; 
}

.main-nav li a:link,
.main-nav li a:visited {
    padding: 8px 0;
   color: #fff;
   text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.2s;
    transition: border-bottom 0.2s;
}

.main-nav li a:hover,
.main-nav li a:active {
border-bottom: 2px solid #B38A4C;

}

.mobile-nav-icon{
    float: right;
    margin-top: 30px;
    cursor: pointer;
    display: none;
}



.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.98);
    box-shadow: 0 2px 2px #B38A4C;
    z-index: 9999;
   }

.sticky .main-nav {
    margin-top: 18px;
    }

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
    padding: 8px 0;
   color: #fff;   
}

.sticky .logo {display: none;}
.sticky .logo-black{
   display: block; 
}

.section-features .long-copy{
    margin-bottom: 40px;
}

.section-profession{
    padding: 0;
    
}


.profession-showcase{
  list-style: none;  
    width: 100%;
}
.profession-showcase li{
  display: block;
   float: left;
    width: 33%;
    
    
}

.profession-photo{
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: #000;
    
}

.profession-photo img {
    opacity: 0.7;
    width: 100%;
    height: 380px;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    
}

.profession-photo img:hover {
    opacity: 1;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.section-steps{
 background-color: #B38A4C;   
}
.steps-box{
    margin-top: 30px;
    
}
.steps-boxx{
    margin-top: 30px;
    margin-bottom: 60px;
    
}

.steps-box:first-child{
 text-align: right;
    padding-right: 3%;
}

.steps-boxx:first-child{
 text-align: left;
    padding-right: 3%;
    background-color: #000;
}


.steps-box:last-child{
    
   padding-left: 3%; 
    background-color: #000;
}

.steps-boxx:last-child{
    text-align: center;
   padding-left: 3%; 
    background-color: #000;
}

.app-screen{
   width: 110%; 
    
}
.works-step{
   color: #fff;
    padding: 44px 19px;
    margin-top: 34px;
    margin-bottom: 34px;
    width: 100%;
    margin-left: 0%;
    word-spacing: 1px;
    letter-spacing: 1px;
    font-size: 70%;
    
     
}



.steps-box{
    
    overflow: hidden;
    background-color: #8f6e3d;
    
}

.steps-boxx{
    
    overflow: hidden;
    background-color: #8f6e3d;
    
}


.steps-box img{
   opacity: 0.7;
   -webkit-transform: scale(1.15);
   transform: scale(1.15);
   -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
   transition: opacity 0.5s, -webkit-transform 0.5s;
   transition: transform 0.5s, opacity 0.5s;
   transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s; 
}
.steps-box img:hover{
  opacity: 1;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);  
}

.box{
    
    overflow: hidden;
    
    
}
.box img{
    background-color: #000;
   opacity: 0.7;
   -webkit-transform: scale(1.15);
   transform: scale(1.15);
   -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
   transition: opacity 0.5s, -webkit-transform 0.5s;
   transition: transform 0.5s, opacity 0.5s;
   transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s; 
}
.box img:hover{
  opacity: 1;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);  
}

.box img{
    width: 150%;
    height: 300px;
    margin-bottom: 20px;
}

.contact{
   color: #fff;
    padding: 105px 100px;
    margin-top: 0px;
    margin-bottom: 6px;
   -ms-flex-line-pack: center;
   align-content: center;
    
  
    word-spacing: 5px;
    letter-spacing: 1px;
    font-size: 110%;
    }
footer {
   padding: 20px; 
   background-color: #333; 
}
footer p {
    color: #888;
    text-align: center;
    font-size: 90%;
}
.site-nav {
    list-style: none;
}

.site-nav li {
    margin-top: 20px;
}

.site-nav li a:link,
.site-nav li a:visited {
    text-decoration: none;
    border: 0;
    color: #8f6e3d;
    transition: color 0.2s;
}

.site-nav li a:hover,
.site-nav li a:active{
   color: #ddd; 
}

.modal{
    position: fixed;
    width: 410px;
    height: 310px;
    z-index: 1000;
    background: white;
    top:100px;
    left:100px;
    border: 5px solid #8f6e3d;
    padding: 20px;
    display: none;
}

#mymask{
    position: absolute;
    top: 0px;
    left:0px;
    width:100%;
    height: 100%;
    background: black;
    opacity: 0.4;
    filter: alpha(opacity=60);
    display: none;
}
.closebutton{
    display: block;
    width: 90%;
    text-align: right;
    
   
}
.myButton{
   
   margin-left: 10px;
    margin-top: 50px;
    background-color: #8f6e3d;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #566963;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 3px;
    text-decoration: none;
    text-shadow: 09x -1px 0px #2b665e;
}
form{
    padding-top: 20px;
}