﻿body, html {
    width: 100%;
    height: 100%;
    background-color: #333;
    color: white;
}

* {
    /*font-family: 'Roboto', sans-serif;*/


    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, #h {
    /*font-family: 'Crete Round', serif;*/
    font-family: 'Exo', sans-serif;
    /*text-transform: uppercase;*/
}

h1 {
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 900;
}

a, a:visited, a:hover, a:focus {
    color: #33FFCC;
}

.navbar {
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

.navbar.dark {
    background: #111;
}

footer {
    margin-top: 100px;
}

.footer {
    background: #111;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}

h2 {
    font-size: 45px;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

full-slider {
    display: block;
    position: relative;
    width: 100%;
    height: calc(100vw * 0.5625);
    overflow-x: hidden;
}

full-slider > md-display:nth-child(n+2) {
    display: none;
}

md-links {
    display: block;
    position: absolute;
    z-index: 100;
    left: 0px;
    right: 0px;
    text-align: center;
}

md-links button {
    background: none;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    text-shadow: 0 0 10px black;
    outline: none;
}

md-links button:hover {
    text-decoration: underline;
}
md-links button:active {
    background: rgba(255,255,255,0.2);
}

md-links span {
    color: white;
    margin: 0 5px;
}
md-links .atd {
    text-transform: lowercase;
}

md-display {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    perspective: 1000px;
    perspective-origin: 50% 55%;
    overflow: hidden;
}

md-intro {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    background: url("../images/intro.jpg");
    background-repeat: no-repeat;
    background-size:cover;
}

md-intro img {
    width: 23vw;
}

md-intro > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;     
    color: white;
}

md-intro p {
    margin-top: 1em;
    font-size: 1.5vw;
}

md-display #back {
    width: 100%;
    height: 100%;
    /*background: url("../images/vancouver.jpg");
    background-repeat: no-repeat;
    background-size:contain;*/
}

md-display #left {
    position: absolute;
    left:0;
    top: 0px;
    bottom:0px;
    width: 10%;
    transform-origin: left;
    transform: rotateY(90deg);
    background: #444;
}


md-display #display {
    position: absolute;
    left: 5%;
    bottom: 20%;
    transform: rotateY(45deg) scaleX(0.8);
    background: #222;
    width: 19.5%;
    height: 60%;
    transform-style: preserve-3d;
    padding: 0.5%;
}


md-display #base {
    background: #222;
    position: absolute;
    left: 8%;
    bottom: 3%;
    width: 13%;
    height: 20%;
    transform: rotateY(45deg) rotateX(-90deg);
    border-left: 2px solid #444;
    border-top: 3px solid #444;
    border-radius: 50%; 
}

md-display #leg {
    background: #111;
    position: absolute;
    left: 12.6%;
    bottom: 12.5%;
    width: 3%;
    height: 30%;
    transform: rotateY(45deg);
    border-left: 2px solid #444;
}

md-display #description {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100vh;
    padding:1%;
    color: white;
    text-shadow: 0 0 10px black;
    display: flex;
    align-items: center;
    justify-content: center;
}

md-display #description > div {
    display: block;
    align-self: flex-end;
}

md-display #description #h {
    font-size: 1.5em;
    padding-left: 20px;
    margin-left: -20px;
    background: rgba(0,0,0,0.3); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0.4)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0.4)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0.4)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0.4)); /* Standard syntax */
}

md-display #description p {
    font-size: 0.6em;
}


md-display video {
    width: 100%;
    height: 100%;
    background: black;
    background-image: url("../images/mdDisplayLogo.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /*background: url("../Content/NavigatorCZ.png");
    background-size:contain;
    background-repeat:no-repeat;
    background-origin: content-box;
    object-fit: fill;*/
    padding: 1%;
}

#spot {
    position: absolute;
    width: 5px;
    height: 5px;
    left: 200px;
    top: 100px;
    background: yellow;

}

.navbar {
    background-color: rgba(0,0,0,0.3);
    border-bottom: none;
    padding: 10px;
}

.navbar-brand img {
    max-height: 25px;
}

.navbar-nav > li > a {
    text-transform: uppercase;
    font-size: 1.2em!important;
    color: #fafafa!important;
}
.navbar-nav > li > a:hover {
    color: #fff!important;
}
.navbar-nav > li > a:active {
    color: #aaa!important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
    md-display #display {
        border-left: 3px solid #444;
    }

    md-display.hospital #display {
        border: none;
        border-top: 3px solid #444;
    }

    md-display.bar #display {
        border: none;
    }
}

md-display.hospital #display {
    bottom: unset;
    top: 6%;
    left: 38%;
    width: 27%;
    height: 28%;
    transform: rotateX(-20deg);
}

md-display.bar #display {
    bottom: unset;
    top: 14%;
    left: 31.5%;
    width: 40%;
    height: 41%;
    transform: rotateX(3deg);
}

md-display.hospital #description {
}
md-display.hotel #description {
    padding-left: 30%;

}

md-display.hospital #left, md-display.bar #left {
    display: none;
}

md-display.hospital #top {
    position: absolute;
    left:0;
    top: 0px;
    right:0px;
    width: 10%;
    transform-origin: top;
    transform: rotateX(-90deg);
    background: #444;
}

.vs { 
    margin: 30px 0px;

        /* The image used */
    background-image: url("../images/Les.png");

    /* Set a specific height */
    height: 400px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.wantplay { 
    margin: 30px 0px;

        /* The image used */
    background-image: url("../images/Leto.png");

    /* Set a specific height */
    height: 400px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.vs h2, .wantplay h2 {
    color: white;
    font-size: 80px;
    font-weight: bold;
    white-space: nowrap;
    text-shadow: 2px 2px 4px #000000;
}

.vs > div, .wantplay > div {
    position: relative;
    width: 100%;
    height: 100%;
}

.vs > div > div, .wantplay > div > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

p.copyright {
    padding: 20px 0;
}

.vslogo {
    width: 200px;
}