/*
    Name: Mountain
    Description: Responsive Coming Soon 
    Version: 2.0
    Author: MountainTheme

    TABLE OF CONTENTS
    ---------------------------
     1. General
     2. Header
     3. Countdown
     4. Services
     5. Subscribe
     6. Contact
     7. Google map
     8. Footer
     9. Responsive CSS
*/
/* ================================= */
/* :::::::::: 1. General ::::::::::: */
/* ================================= */

html,
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	text-shadow: 0 2px 5px #000;
}
img{
	max-width: 100%;
	height: auto;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, 
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, 
h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, 
.h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small{
	color: inherit;
	font-size: 25%;
	display: block;
	font-style: italic;
	font-weight: 600;
}

/* ================================= */
/* :::::::::: 2. Header :::::::::::: */
/* ================================= */

header {
	padding: 15px;
	background: #132147;
}
@keyframes wobbleArrow {
    from {
        bottom: 40px;
    }
    to {
        bottom: 50px;
    }
}
@-webkit-keyframes wobbleArrow {
    from {
        bottom: 40px;
    }
    to {
        bottom: 50px;
    }
}

/* ============================= */
/* :::::::::: 3. Main :::::::::: */
/* ============================= */

.main {
    padding: 35px 15px 0px;
	text-align: center;
	color: #ffffff;
}
.main h2,
.main h3,
.main h4{
	color: #ffffff;
	font-family: Montserrat, sans-serif;
	font-weight: 900;
}
.main h2{
	display: inline-block;
	font-size: 75px;
	line-height: 1;
	margin-top: 0;
	text-transform: uppercase;
	text-align: left;
}
.areas-bg{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	clear: both;
	display: flex;
	flex-wrap: wrap;
	z-index: -1;
}
.areas-bg>*{
	height: 100vh;
	float: none;
}
.areas-bg :first-child{
	background: url('../images/saunas-bg.png') no-repeat center/cover;
}
.areas-bg :not(:first-child, :last-child){
	background: url('../images/sheds-bg.png') no-repeat center/cover;
}
.areas-bg :last-child{
	background: url('../images/trailers-bg.png') no-repeat center/cover;
}
.main .container{
	padding: 0;
	width: 100%;
}
.main .container,
.main .container .row,
.main .container .row .inner{
	height: 100%;
}
.main .container .row .inner{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.main .container .row .inner>div:last-child>:last-child{
	padding-top: 65px;
	font-weight: bold;
}
.btn{
	color: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	font-style: italic;
	text-transform: uppercase;
	font-weight: bold;
	box-shadow: 0 2px 5px #000;
}
.btn:hover,
.btn:active,
.btn:focus{
	background: #fff;
}

/* ================================= */
/* :::::::::: 8. Footer :::::::::::: */
/* ================================= */

footer {
	position: relative;
    padding: 20px 15px 20px;
    color: #ffffff;
	text-align: center;
	z-index: 100;
}
footer a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    color: #ffffff;
}
footer a:hover {
    color: rgba(236, 240, 241, 1);
    text-decoration: none;
}
.up-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    background: rgba(22, 182, 234, 0.5);
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.up-btn:hover {
    color: #fff;
    background: rgba(22, 182, 234, 1.0);
}
.up-btn i {
    color: #fff;
}
/* ================================= */
/* :::::: 9. Responsive CSS :::::::: */
/* ================================= */

@media only screen and (max-width: 1300px) {
	.main h2{font-size: 60px;}
}
@media only screen and (max-width: 1024px) {
	.main h2{font-size: 44px;}
}
@media only screen and (min-height: 495px) and (min-width: 600px) {
	.main{
		height: calc(100% - 60px);
		height: -o-calc(100% - 60px); /* opera */
		height: -webkit-calc(100% - 60px); /* google, safari */
		height: -moz-calc(100% - 60px); /* firefox */
		position: relative;
	}
}
@media only screen and (max-width: 767px) {
	.main{padding-top: 15px;height: auto;}
	.areas-bg{display: none;}
	.main .container .row .inner>div:first-child{z-index:100;}
	.main .container .row .inner>div:last-child>*:not(:last-child){padding: 35px 15px;}
	.main .container .row .inner>div:last-child>:first-child{background: url('../images/saunas-bg.png') no-repeat center/cover;margin-top: -165px;padding-top: 185px;}
	.main .container .row .inner>div:last-child>:nth-child(2){background: url('../images/sheds-bg.png') no-repeat center/cover;padding: 50px 15px;}
	.main .container .row .inner>div:last-child>:nth-child(3){background: url('../images/trailers-bg.png') no-repeat center/cover;margin-bottom: -135px;padding-bottom: 135px;}
	.main .container .row .inner>div:last-child>:last-child{padding-top: 15px;}
}
@media only screen and (max-width: 540px) {
	.main .container .row .inner>div:last-child>:nth-child(3){margin-bottom: -155px;padding-bottom: 155px;}
}
@media only screen and (max-width: 375px) {
	.main .container .row .inner>div:last-child>:nth-child(3){margin-bottom: -175px;padding-bottom: 175px;}
}
@media only screen and (max-width: 325px) {
	.main .container .row .inner>div:last-child>:nth-child(3){margin-bottom: -195px;padding-bottom: 195px;}
}