/*	Under Dev
/*----------------------------------------------------*/

.under-dev {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    background-attachment: scroll;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.static {
    background: url("../images/bg-underwater-1920px.jpg") center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    padding: 2em 0;
}

h1 {
    font-size: 44px;
    color: #ffffff;
}

h2 {
    font-weight: 300;
    color: #ffffff;
}

h3 {
    font-weight: 300;
    color: #ffffff;
}

.under-dev a {
    margin-top: 40px;
}

.logo {
    padding: 0;
    width: 160px;
    height: auto;
    margin: 0 auto;
    z-index: 1000;
}

.min-height-100px {
    min-height: 100px;
}

.min-height-200px {
    min-height: 200px;
}

.min-height-300px {
    min-height: 300px;
}

.min-height-400px {
    min-height: 400px;
}

.min-height-500px {
    min-height: 500px;
}

.min-height-600px {
    min-height: 600px;
}

.min-height-700px {
    min-height: 700px;
}

.min-height-800px {
    min-height: 800px;
}


/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}

/* Style the button used to pause/play the video */
#myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

#myBtn:hover {
    background: #ddd;
    color: black;
}

@media (min-aspect-ratio: 16/9) {
    .video-foreground {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-foreground {
        width: 300%;
        left: -100%;
    }
}

/*	MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {}
