﻿@font-face {
    font-family: 'jibril';
    src: url('../fonts/jibrilregular-webfont.woff2') format('woff2'),
         url('../fonts/jibrilregular-webfont.woff') format('woff'),
         url('../fonts/JibrilRegular.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}



body {
    margin: 0;
    background: black;
    background: url(../bg2.jpg);
}

div {

}

/* i { font-style: normal; text-decoration: underline; } */

b { font-weight: normal; font-style: normal; text-decoration: none; text-align: center; font-size: 1.3em; }

a { text-decoration: underline; color: red; }

.turndevice_container {
    padding: 1em 1em 0 0;
    margin: auto;
    width: 100%;
    text-align: right;
    color: white;
    z-index: 9999;
}

.logo_container {
    margin: 2em 0 0 0;
    padding-bottom: 3.5em;
}

.logo {
    background: url(../circle.svg) no-repeat center;
    max-width: 100%;
    height: 7em;
    margin-left: auto;
    margin-right: auto;
    transform: scale(2);
}

.promoVideo_container {
    display: none; /* NONE FOR DEBUG */
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
}

.promoVideo {
    max-width: 100vw;
}

.aaa {
    display: none;
    position: relative;
    margin: 2em 0.5em 0 0.5em;
    text-align: center;
    font-family: 'jibril', sans-serif;
    font-size: 1em;
    line-height: 2;
    color: #ffc107;
}

.a2_container_border {
    border: 0;
    margin: auto;
    width: 100vw;
}

.a2_container {
    padding: 1em;
    margin: 1em auto;
    width: 100vw;
    background: red;
    opacity: 0.85;
}

.a1, .a2, .a3 { padding-bottom: 2em; }

.a1 {
    width: 100%;
    color: white;
}

.a2 {
    margin: auto;
    font-family: 'Alex', sans-serif;
    font-size: 1em;
    line-height: 2;
    color: #ffc107;
    color: white;
}

.a3 {
    margin: auto;
    font-family: 'Alex', sans-serif;
    font-size: 1em;
    line-height: 2;
    color: #ffc107;
    color: white;
}

.b3_container {
    padding: 1em;
    margin: 1em auto;
    width: 100vw;
    background: orange;
    opacity: 0.85;
}

.b3 {
    margin: auto;
    font-family: 'Alex', sans-serif;
    font-size: 1em;
    line-height: 2;
    color: #ffc107;
    color: white;
}

.bbb {
    display: none; /* NONE FOR DEBUG */
    position: relative;
    padding: 1em;
    text-align: center;
    font-family: 'jibril', sans-serif;
    font-size: 1.5em;
    line-height: 1;
    color: red;
}

.bbb a {
    /* color: #FFF */
    text-decoration: underline;
    cursor: pointer !important;
}


.a1, .a2, .a3, .b3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.25em;
    line-height: 1.5;
}

.group_pic {
    position: relative;
    opacity: 1;
    width: 100vw;
    transform: scale(2);
    left: 50%;
    margin: 5.5em 0 5.5em 0;
}

.form_container {
    margin: 0 1em 0 1em;
    display: block;
    color: white;
}

.map_container {
    overflow: auto;
    border: 1px solid red;
}

.map_image {
    width: 100%;
    transform: scale(2);
}

.bg-head {
    display: none; /* block */
    position: fixed;
    left: calc(50% - 260px);
    bottom: -4px;
    width: 520px;
    height: 300px;
    /* background-color: powderblue; */
    background: url(head.svg) no-repeat;
    /* border: 0px solid black; */
    z-index: -1;
}






@media only screen and (min-width: 600px) {
    .aaa { top: -15px; }
    .bbb { top: 20px; font-size: 32px;}
    .a1 { padding: 0.5em; }
    .a2, .a3 { padding: 0.5em; display: table-cell; vertical-align: top; }
    .a2_container, .b3_container { width: 49em; border-radius: 1em; }
    .a2_container { margin: 0 auto; }
    .a2_container_border {
        margin: 1em auto;
        border-radius: 1.25em;
        width: 50em;
        padding: 0.3em 0 0.3em 0;
        border: 3px solid red; }
    .a1, .a2, .a3 { border: 0px solid black; }
    .group_pic {
        display: block;
        margin: auto;
        opacity: 0.9;
        width: 50em;
        transform: none;
        position: initial;
        left: 0;
        border: 3px solid red;
        border-radius: 1em; }
    .map_image {
        display: block;
        transform: scale(1);
        width: 100%; }
    body { background: white; background: url(../bg.jpg); }
    .logo { background: url(../circle_black.svg) no-repeat center; }
    .form_container, .turndevice_container { color: black; }
}

@media only screen and (min-width: 1024px) {
    .turndevice_container { display: none; }
    .logo_container {
        margin: 5em 0 0 0;
        padding-bottom: 3em;}
}
}


