/*
Template name: Mountain King
Demo: http://themeinthebox.com/demo/mountain-king-html/
Author: ThemeintheBox
Author URI: https://www.themeinthebox.com/
Version: 3.0.0
License URI: https://www.themeinthebox.com/license/
*/

/*------------------------------------*\
	COMMONS CLASSES
\*------------------------------------*/

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Slab', serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1.1em;
}

.btn-link,
a {
    color: #2faaab;
    text-decoration: none;
}

.btn-link:hover,
.btn-link:focus,
a:hover,
a:focus {
    color: #1e6e6f;
}

.features,
.blog,
.gallery,
.clients,
.prefooter .container-fluid {
    padding-top: 3.3em;
    padding-bottom: 4.2em;
}

span.typcn::before,
i.typcn::before {
    font-size: 2em;
}

span.x2:before,
i.x2:before {
    font-size: 3.4em;
}

span.x3:before,
i.x3:before {
    font-size: 4.4em;
}

span.x4:before,
i.x4:before {
    font-size: 6em;
}


/*------------------------------------*\
	HEADER
\*------------------------------------*/

header .container-fluid {
    background-image: url('https://unsplash.it/2560/1707?image=961');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    padding-top: 36px;
}

.hamburger {
    font-size: 2.3em;
    color: #000;
}

.hamburger:hover {
    color: #FFF;
    cursor: pointer;
}


.logo {
    background: none;
    border: 0px;
    width: 260px;
    display: inline-block;
}

.jumbotron {
    background: none;
    text-align: center;
    margin-top: 100px;
}

.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron h4,
.jumbotron h5,
.jumbotron h6,
.jumbotron small {
    color: #FFFFFF;
}

.jumbotron h3 {
    font-weight: 500;
    font-size: 44px;
}

.jumbotron h1 {
    font-weight: 600;
    font-size: 72px;
}

.jumbotron p {
    color: #FFFFFF;
    margin-bottom: 5%;
    font-size: 24px;
    font-weight: 300;
}


/*------------------------------------*\
	SECTIONS
\*------------------------------------*/

.number .container-fluid {
    background-image: url('https://unsplash.it/3000/2000?image=685');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.opaline {
    padding: 40px 40px;
    background-color: rgba(128, 215, 247, 0.660);
}

.opaline h1,
.opaline h2,
.opaline h3,
.opaline h4,
.opaline h5,
.opaline h6,
.opaline p {
    color: #FFFFFF;
}

.opaline .boxes {
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 5px;
    border: 1px solid #FFF;
}

.story .container-fluid {
    background-image: url('https://unsplash.it/3000/2000?image=531');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.gallery {
    background-color: #dddddd;
}

.prefooter .container-fluid {
    background: -webkit-gradient(linear,
            left top, left bottom,
            from(rgba(33, 37, 43, 0.6)),
            to(rgba(33, 37, 43, 0.6))),

        url(https://unsplash.it/4000/3000?image=528);
    background: linear-gradient(rgba(33, 37, 43, 0.6),
            rgba(33, 37, 43, 0.6)),

        url(https://unsplash.it/4000/3000?image=528);
}

.prefooter h1,
.prefooter h2,
.prefooter h3,
.prefooter h4,
.prefooter h5,
.prefooter h6,
.prefooter p {
    color: #FFFFFF;
}

/*------------------------------------*\
	FOOTER
\*------------------------------------*/

footer {
    background-color: rgba(36, 50, 59, 1);
    padding-top: 2em;
    padding-bottom: 1.2em;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer p {
    color: #FFFFFF;
}

.social {
    padding-top: 50px;
}

/*  New CSS */
.opaline .lead {
    font-size: 24px;
}

.opaline h5 {
    font-size: 16px;
}
