/*==============================
GENERAL STYLES
    font-family: 'Open Sans Condensed', sans-serif;
==============================*/
body {
font-family: 'Lora', serif;
    font-size: 20px;
    line-height: 25px;
}

section {
    padding-top:80px;
    padding-bottom:80px;
}
.pad-bottom {
    padding-bottom:60px;
}

/*==============================
NAVBAR STYLES
==============================*/
.navbar-default .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #7EACFF;
}

/* =============================================================
  HOME SECTION STYLES
 ============================================================ */

#home-sec {
    background: url(img/001.jpg) fixed no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
    min-height: 250px;
    color: #fff;
}

    #home-sec .overlay {
        background-color: rgba(0, 0, 0, 0.75);
        min-height:250px;
    }

    #home-sec h1 {
        line-height: 60px;
        font-size: 45px;
        font-weight: 900;
         padding-top:70px;
    }

    #home-sec mark {
       background-color: rgba(21, 163, 236, 0.5);
color: #fff;
padding: 0px 0px 8px 8px;
        margin: 0px 15px 0px 8px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }
   
#home-sec p {
    line-height: 30px;
    color: #E0E0E0;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
}
/* =============================================================
  FEATURES SECTION STYLES
 ============================================================ */
#features-sec p {
        font-size: 20px;
        line-height: 35px;
    }
/* =============================================================
  ABOUT SECTION STYLES
 ============================================================ */
#about-sec {
    background-color: #ededed;
}
    #about-sec img {
        max-height:150px;
        padding-bottom:10px;
    }
/* =============================================================
  DESCRIPTION SECTION STYLES
 ============================================================ */
    #description-sec p {
        font-size: 20px;
        line-height: 35px;
    }
/* =============================================================
  CONTACT SECTION STYLES
 ============================================================ */
#contact-sec {
    background-color: #ededed;
}

/* =============================================================
  FOOTER SECTION STYLES
 ============================================================ */
footer {
    padding: 20px;
    font-size: 15px;
}

    footer a, footer a:hover {
        color: rgba(0, 0, 0, 0.75);
        text-decoration: none;
    }

    
    
    
 .vertical-center {
  min-height: 90%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 90vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}
.over {
	background-color: rgba(0, 0, 0, 0.75);
}
.main-image {
	
    background: url(../../img/001.jpg) fixed no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
    width: 100%;
    color: #fff;
}

.logo {
    opacity:.8;
    margin-bottom: 50px;
    margin-top: 50px;    
	background-color: rgba(0, 0, 0, 0.75);	
}