.body{
    font-family: 'Montserrat', sans-serif;
    font-size:16px
}

.fullpage{
  
    width:100%;
    height:auto;
    background-size:auto 100%;
    background-position: center center;
    background-color: #ffffff;
    background-repeat: no-repeat;
    padding-top:20px;
    overflow:hidden;
}

nav{
    width:100%;
    overflow:hidden;
    text-align:right
}

nav a:link,
nav a:visited{
    font-family: 'Montserrat', sans-serif;
    font-weight:400;
    color:#5A6872;
    font-size:0.8rem;
    font-weight:bold
}

nav ul{
    list-style:none;
    width:100%;
    overflow:hidden;
    display:inline-block;
    margin-top:5px
}

nav ul li{
    list-style:none;
    display:inline-block;
    margin-left:20px
}

.headline{
    position: relative;
    text-align:left;
    top:48%;
    transform: translateY(-50%)
}


.headline2{
    position: relative;
    text-align:center;
    top:55%;
    transform: translateY(-50%)
}


h1{
    font-family: 'Montserrat', sans-serif;
    font-size:3rem;
    color:#E8A32F;
    line-height:1.3;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase
}

h2{
    color:#5A6872;
    font-size:2.25rem;
    letter-spacing: 3px;
    line-height:1.3;
    font-weight: 800;
    text-align:center;
    margin-bottom:40px;
    clear:both
}

h3{
    color:#5A6872;
    font-weight:bold;
    font-size:2rem
}

h4{
    color:#E8A32F;
    font-size:2rem;
    font-weight:bold;
    margin-top:30px
}

h4 span{
    font-weight: 200;
    font-size:1.2rem;
    display:block;
    color:#5A6872
}

.section{
    width:100%;
    overflow:hidden;
    position: relative;
    padding-top:150px;
    padding-bottom:150px
}



.section p{
    color:#5A6872;
    font-size:1.25rem;
    letter-spacing: 2px;
    text-align:left;
    font-weight: 300
}

.section li{
    color:#5A6872;
    font-size:1.25rem;
    letter-spacing: 2px;
    text-align:left;
    font-weight: 300
}

.button{
    color:#E8A32F;
    font-size:0.8125rem;
    padding:20px;
    width: 180px;
    border:2px solid #E8A32F;
    text-align:center;
    display:block;
    font-weight:600;
    letter-spacing: 2px;
    margin: 0 auto;
    transition: all 0.5s ease;
}

.button:hover{
    background-color:#E8A32F;
    color:#ffffff;
    text-decoration: none
}

.col-md-4{
    text-align:center;
    margin-top:40px
}
.col-md-4 p{
    display:inline-block;
    clear:both;
    width:100%;
    text-align:center
}

#viewexp{
    padding-top:100px;
    padding-bottom:100px;
    background-size:cover;
    background-position: center center;
    background-repeat:no-repeat
}

.faqItem{
    border-bottom:1px solid #5A6872;
    padding-bottom:20px;
    margin-top:30px;

}

.faqItem h3{
    font-size:1.25rem;
    color:#5A6872;
    font-weight:500;
    letter-spacing: 2px;
    display:inline-block;
    overflow:visible;
    position: relative;
    width:100%;
    cursor:pointer;
    padding-right:60px;
    text-transform: uppercase
}

.faqItem h3::after{
    font-family: 'Linearicons-Free';
    content: "\e881";
    position: absolute;
    color:#5A6872;
    top:-5px;
    right:0px;
    font-size:3rem;
    transition:all 0.3s ease;
    width:45px;
    height:45px;
    overflow:hidden;
    text-align:center;
    line-height:42px;
    border-radius:45px;
    padding-left:0px;
    background-color:#ffffff;
    overflow:visible;
    font-weight:100
}

.faqItem h3:hover::after,
.faqItem.active h3::after{
    background-color:#5A6872;
    color:#ffffff;
    font-size: 3.1rem;
    text-indent: -1px;
}

.faqItem div{
    margin-top:30px;
    display:none;
   overflow:hidden;
    transition: all 0.3s ease
}
.faqItem.active div{
    display:block;
}
.col-md-5 a:link, .col-md-5 a:visited, .col-md-5 a:hover{
    color:#5A6872;  
}

.btnProject, .btnProject:visited, .btnProject:active{
    width:270px;
    color:#ffffff;
    font-size:0.8125rem;
    text-align:center;
    padding:15px;
    display:inline-block;
    background-image: linear-gradient(#D5D5D5, #5A6872);
    font-weight: 600;
    transition:all 0.3s ease;
    text-decoration: none;
    position: absolute;
    bottom:20px;
    left:50%;
    margin-left: -135px
}

.btnProject:hover{
    color:#ffffff;
    -webkit-box-shadow: -1px 6px 7px 0px rgba(0,0,0,0.41);
    -moz-box-shadow: -1px 6px 7px 0px rgba(0,0,0,0.41);
    box-shadow: -1px 6px 7px 0px rgba(0,0,0,0.41);
    text-decoration: none
}


.btnProject1, .btnProject1:visited, .btnProject1:active{
    width:270px;
    color:#ffffff;
    font-size:0.8125rem;
    text-align:center;
    padding:15px;
    display:inline-block;
    background-image: linear-gradient(#D5D5D5, #5A6872);
    font-weight: 600;
    transition:all 0.3s ease;
    text-decoration: none;
    position: absolute;
    bottom:90px;
    left:50%;
    margin-left: -135px
}

.btnProject1:hover{
    color:#ffffff;
    -webkit-box-shadow: -1px 6px 7px 0px rgba(0,0,0,0.41);
    -moz-box-shadow: -1px 6px 7px 0px rgba(0,0,0,0.41);
    box-shadow: -1px 6px 7px 0px rgba(0,0,0,0.41);
    text-decoration: none
}


.lnr-menu{
    display:none;
    position: absolute;
    top:10px;
    right:20px;
    color:#ffffff;
    font-size:40px;
    cursor:pointer;
    z-index:300
}

.mobileMenu{
    width:70%;
    position: fixed;
    height:100%;
    z-index: 400;
    background-color:rgba(90,104,114,0.9);
    top:0px;
    right:-100%;
    transition:all 0.5s ease
}

.mobileMenu.active{
    right:0px
}

.lnr-cross{
    position: absolute;
    top:10px;
    right:20px;
    color:#ffffff;
    font-size:40px;
    cursor:pointer;
}

.mobileMenu ul{
    list-style:none;
    width:80%;
    margin:0px;
    padding:0px;
    margin-top:90px;
    margin-left:15%
}

.leftCol{
    padding-right:15px;
    text-align:right
}


.rightCol{
    padding-left:15px;
    text-align:left
}

.leftCol a,
.rightCol a{
    display:inline-block
}

.mobileMenu ul li{
    width:100%;
    margin-bottom:20px;
    text-align:left
}

.mobileMenu ul li a:link,
.mobileMenu ul li a:visited,
.mobileMenu ul li a:hover{
    color:#ffffff;
    font-size:0.825rem;
    text-transform: uppercase
}

p b,
p strong{
    font-weight:600
}

.lnr-arrow-up-circle{
    position: absolute;
    right:20px;
    font-size:3rem;
    transition:all 0.3s ease;
    width:45px;
    height:43px;
    overflow:hidden;
    text-align:center;
    line-height:42px;
    border-radius:45px;
    padding-left:0px;
    background-color:transparent;
    overflow:visible;
    font-weight:100;
    cursor:pointer;
    top:-80px;
    color:#5A6872
}

.lnr-arrow-up-circle:hover{
    background-color:#5A6872;
    color:#ffffff
}

.viewBtn{
    width:255px;
    height:55px;
    overflow:hidden;
    background-image:url(../images/btn_bg.png);
    background-size:cover;
    color:#9B9B9B;
    display:inline-block;
    font-weight:bold;
    padding-top:15px;
    margin:10px;
    transition: all 0.3 ease;
}

.viewBtn:hover{
    text-decoration: none;
    color:#9B9B9B;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
}

.headline p{
    color:#9B9B9B;
    font-size:2.2rem !important;
    font-weight: bold !important;
}

.btnContainer{
    text-align: left;
}

@media only screen and (min-width:1024px) {
.tableCell{
    display: table;
}

.tableCell .tablecol{
    float: none;
    display: table-cell;
    vertical-align: middle;
}
}

@media only screen and (max-width:1024px) {
    .lnr-menu{
        display:block
    }
    nav{
        display:none
    }

    h1{
        font-size:2rem
    }

    .headline p{
        font-size:1rem
    }

}

@media only screen and (max-width:768px) {
    .leftCol{
        text-align:center
    }

    .btnContainer{
        text-align: center;
    }

    .col-md-3 img{
        max-width:180px !important
    }
    
   .headline{
       text-align:center;
       margin:0 auto;
       float:none;
       width:100%;
       max-width:100%
   }
    
    .rightCol{
        text-align:center
    }

}




@media only screen and (max-width: 600px) {
    h1 {
        font-size:1.6rem;
    }

    h2{
        font-size:1.7rem
    }

    .headline p{

        font-size:1.5rem !important;
    }

    .faqItem h3{
        font-size:1rem 
    }

    #dermLogo2{
        width:250px
    }

    #dermLogo1{
        width:150px
    }

    .section p, .section li{
        font-size:1rem
    }
}


