﻿/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */

/* =============================================================
   GENERAL STYLES
 ============================================================ */
body {
    font-family: 'Lato', sans-serif;
    line-height: 30px;
    
}


h2 {
    font-size: 50px;
    letter-spacing: 3px;
    padding-top:50px; 
    padding-bottom:20px;  
    color:#A6C1EE;
   
}
h3 {
    padding-top:30px;
    padding-bottom:40px;
    text-align:center;
    font-weight:900;
     
}


section {
    padding-top:30px;
    
}
.just-pad {
    padding-bottom:50px;
    padding-top:80px;
}

p {
    padding:10px 0px;
}
/*=====================================
  NAVBAR STYLES 
    ===================================*/

.logo-custom {
     max-height:38px
}
#menu {
    background-color:#fff;
    color:#A6C1EE;
    font-size:16px;
    font-weight:300;
    letter-spacing:1px;
    position: absolute;
   
}
.navbar-inverse {
border-color:transparent;
}


.navbar-inverse .navbar-nav > li > a,.navbar-inverse .navbar-nav > li > a:hover {
color: #656565;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #A6C1EE;
    border-color: #A6C1EE;
}

.navbar-inverse .navbar-toggle {
    background-color: #A6C1EE;
    border-color: #A6C1EE;
}

@media only screen and (max-width: 799px){
   .navbar-inverse .navbar-nav > li > a,.navbar-inverse .navbar-nav > li > a:hover {
    color: #656565;
    background-color: #fff;
    opacity: 0.9;
}
}

.home-mail {
    font-size:12px; 
    font-weight:normal;
    padding-left:5px;
}
/*=====================================
  HEADERS STYLES 
    ===================================*/

.woah {
    padding-top:0px !important; 
    padding-bottom:5px !important;  
}


.header-sec {
  
    padding-top: 0px;
    /*padding-bottom: 3px;*/
    background-color: #fff;
}
.header-sec .overlay{
    /*background-color: #fff;*/
    /*background-image: linear-gradient(to left, #fbc2eb 0%, #a6c1ee 100%);*/
    background-image: linear-gradient(to left, #DBC1EC 0%, #CADAF5 100%);
    /*background-image: url(http://i.imgur.com/oFYOgFx.jpg);*/
    min-height: 100vh;
}
    .header-sec h2 {
        color:#fff;
        font-weight: 900;
        letter-spacing: 2px;
        padding-top:150px;
    }

    .emoji_header h2 {
        padding-top: 100px;
    }

@media only screen and (max-width: 799px){
    
   .header-sec h2 {
        color:#fff;
        font-size: 40px;
        font-weight: 400;
        letter-spacing: 1px;
        padding-top:100px;
    }


}    

  /*=====================================
  CONTACT STYLES 
    ===================================*/
.contact {
    font-size:20px;
    line-height:35px;
}
 /*=====================================
  FOOTER STYLES 
    ===================================*/

 .myfooter {
    background-color: #fff;
    padding:5px 40px 5px 40px;
    border-top: 20px;
    border-color: #fff;
    color: #656565;
    font-size:18px;
    text-align:right;
}

@media only screen and (max-width: 799px){
    
   .myfooter {
    margin: center;
    text-align: center;
    font-size: 14px;

    
   }
}

#return-to-top {
    position: fixed;
    bottom: 45px;
    right: 20px;
    background: #D2E0F6;
    
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #4a90e2;
    
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

@media only screen and (max-width: 799px){
    
   .back-up {
    display: none;
   }
}

