*
{
    margin:0;
    padding:0;
}
body {
	overflow: hidden; /* Hide scrollbars */
}
.header {
    /*background: rgba(238,58,82,0.6);*/
    background: rgba(5,21,47,0.6);
    height:100vh;
}
.video-background {
    #position: absolute;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    /*width: auto;
    height: auto;*/
    transform: translateX(calc((100% - 100vw) / 2));
    z-index: -1;
}

.logo {
    margin:25px;
    height:40px;
}
#logo {
    width:85%;
}
.padLogo {
    padding-top:100px; 
}
#logo_ctn {
    width: 100%;
}
.center {       
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.welcome-msg {
    position: relative;
    text-align: center;
    font-family: monospace;
    color: #fff;
    top: 50px;
}
.welcome-msg h1 {
    font-size: 80px;
    font-weight: 100;
    letter-spacing: 5px;
    margin-bottom: 30px;
}

.btn {
    font-size: 18px;
    color: #2A384D;
    margin: 5px;
    padding: 7px 22px;
    text-decoration: none;
    border: 1px solid #DF914A;
    border-radius: 25px;
}

.btn-order {
    background: #ffd15d;
}
.btn-comment {
    background: #ffd15d;
}

/*
.btn-comment:hover {
    background: #ffd15d;
    transition: .5s;
}
*/

.tel_ctn {
    margin-top: 20px;
}

.tel_text {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    cursor: default;
    color: #ffd15d;
    text-shadow: -1px 1px 0 #000,
       1px 1px 0 #000,
       1px -1px 0 #000,
       -1px -1px 0 #000;
}
.padQR {
    margin-bottom: 10px;
}


@media (min-aspect-ratio:16/9) {
    .video-background {
        width: 100%;
        height: auto;
    }
}
@media (max-aspect-ratio:16/9) {
    .video-background {
        width: auto;
        height: 100%;
    }
}
@media only screen and (min-device-width: 374px) {
    .btn {
        font-size: 18px;
    }
    .padLogo {
        padding-top:20px; 
    }
    #logo {
        width:250%;
    }
}

/*
red:     EE3A52     238,58,82
yellow1: ffd15d     255,209,93
yellow2: DF914A     223,145,74
black:   2A384D     42,56,77
white:   FFFFFF     255,255,255
*/
