@font-face {
    font-family: Audiowide;
    src: url(Audiowide-Regular.ttf);
}
#main {
    height: 100vh;
    width: 100vw;
}
body {
    margin: 0px;
    width: 100vw;
    height: 100vh;
}
body.background {
    background-color: rgb(122, 122, 122);
}
a {
    text-decoration: none;
    color: black;
}
a:visited {
    text-decoration: none;
    color: black;
}
.site {
    display: flex;
}
#under-logo {
    width: calc(8vh + 8vw / 2);
    height: calc(8vh + 8vw / 2);
    background-color: rgba(255, 255, 255, 0.568);
    border: 1px solid black;
    margin-left: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.audiowide {
    font-family: Audiowide;
}
.logo {
    background-image: url("Vector_logo_v2\ \(1\).svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: calc(6.5vh + 6.5vw / 2);
    height: calc(6.5vh + 6.5vw / 2);
    display: flex;
}
#thumbnail {
    background-image: url("Logo3.png");
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid black;
    justify-content: center;
}
#thumbnail-size {
    width: 100%;
    height: 253px;
}
#buttons {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 5vh;
    margin: 5px 0px 0px 0px;
    border-top: 1px dashed black;
    border-bottom: 1px dashed black;
}
.button {
    display: flex;
    align-items: center;
    width: 30vw;
    background-color: #000000;
    border: 1px solid black;
    color: rgb(255, 255, 255);
    justify-content: center;
    font-size: calc(2vh + 2vw / 2);
    font-family: Audiowide;
}
#whiteboard {
    display: flex;
    justify-content: center;
    min-width: 100vw;
    min-height: 50vh;
    margin: 20px 0px 0px 0px;
}
.whiteboard {
    display: flex;
    background-color: white;
    min-width: 80vw;
    min-height: 50vh;
    border: 3px solid black;
}
.whiteboard-center {
    flex-direction: column;
    justify-content: space-evenly;
}
#copyright {
    margin-top: 1vh;
    display: flex;
    justify-content: center;
    width: 100vw;
}
.copyright {
    border: 1px dashed black;
}
.copyright a{
    font-size: calc(1vh + 1vw / 2);
}
#title {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 45vw;
}
.title1 {
    display: flex;
    color: white;
    font-size: calc(3.5vh + 3.5vw / 2);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
    font-family: Audiowide;
    font-weight: bold;
    justify-content: center;
    margin-bottom: 4vw;
    margin-left: 4vh;
}
#shading {
    background-color: rgba(128, 128, 128, 0.473);
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
#contacts {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 90%;
    border-bottom: 1px solid black;
}
#contacts_home {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 48vh;
    border-bottom: 1px solid black;
}
#under-contacts {
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#right {
    display: flex;
    flex-direction: column;
    width: 50%;
    border-left: 1px black solid;
}
.under-upper {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-height: 50%;
}
.upper {
    margin: 1vh 1vw;
    display: flex;
    flex-direction: column;
}
.under-downer {
    border-top: 1px black solid;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.downer {
    margin: 1vh 1vw;
    display: flex;
    flex-direction: column;
}
.titles {
    font-family: Audiowide;
    font-size: calc(1.5vh + 1.5vw / 2);
    font-weight: bold;
    margin-bottom: 0.5vh;
}
#contact-us-under {
    width: calc(10vh + 10vw / 2);
    height: calc(1.5vh + 1.5vw / 2);
    margin: 1px 0px;
    border: 1px solid black;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(1vh + 1vw / 2);
    background-color: rgba(172, 172, 172, 0.507);
}
#contact-us {
    border: 0;
    background-color: rgba(0, 0, 0, 0);
}
.text {
    font-family: Audiowide;
    font-size: calc(0.8vh + 0.8vw / 2);
    margin-left: calc(2vh + 2vw / 2);
    margin-bottom: 2px;
}
.text2 {
    font-family: Audiowide;
    font-size: calc(1.5vh + 1.5vw / 2);
    margin-top: 1vw;
}
#left {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 100%;
    border-right: 1px black solid;
}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.border {
    border: 1px solid black;
    width: 79vw;
    height: 48vh;
}
.under-logo7 {
    min-height: 100%;
    min-width: 100%;
    display: flex;
}
.logo8 {
    background-image: url("./Logo8.jpg");
    width: calc(25vw + 25vh / 2);
    height: calc(10vw + 10vh / 2);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px;
}
.fb-page {
    min-width: 31vw;
    min-height: 20vh;
}
.fb-page span {
    min-width: 100%;
    min-height: 20vh;
}
.fb-page span iframe {
    min-width: 100%;
    min-height: 20vh;
}
#cover {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
}
#whiteboard_second {
    width: calc(20vh + 20vw / 2); 
    height: calc(30vh + 30vw / 2); 
    background-color: rgb(172, 172, 172); 
    border-radius: 15px;
    border: 1px solid black;
    box-shadow:  0px 0px 40px black;
    display: flex;
}
#whiteboard_second_under {
    display: flex;
    flex-direction: column;
}
#whiteboard_second_upper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: calc(20vh + 20vw / 2);
}
#whiteboard_second_button {
    border: 2px solid black; 
    border-radius: 15px; 
    background-color: rgb(172, 172, 172);
    margin-top: calc(0.2vh + 0.2vw / 2);
    margin-right: calc(0.2vh + 0.2vw / 2);
}
#whiteboard_second_button_under {
    color: red; 
    font-weight: bolder; 
    font-size: 30px;
}
#whiteboard_second_downer {
    display: flex;
    align-items: center;
    justify-content: center;
}
#javascript_form {
    display: flex;
    align-items: center;
    flex-direction: column;
}
#upper_text {
    display: flex;
    flex-direction: column;
}
#upper_text_first {
    display: flex;
    flex-direction: row-reverse;
    width: calc(18vh + 18vw / 2);
}
#upper_text_first_under {
    font-size: calc(0.7vh + 0.7vw / 2);
}
#upper_text_second {
    display: flex; 
    flex-direction: row-reverse; 
    width: calc(18vh + 18vw / 2);
}
#upper_text_second_under {
    font-size: calc(0.7vh + 0.7vw / 2);
}
#text {
    width: calc(18vh + 18vw / 2);
    font-size: calc(1.5vh + 1.5vw / 2);
}
#t1 {
    width: calc(18.15vh + 18.15vw / 2);
    height: calc(9vh + 9vw / 2);
    margin-top: calc(0.1vh + 0.1vw / 2);
    font-size: calc(1.5vh + 1.5vw / 2);
}
#t1_number {
    width: calc(18.2vh + 18.2vw / 2);
    display: flex;
    flex-direction: row-reverse;    
}
#t1_number_of_under {
    display: flex;
    font-size: calc(1vh + 1vw / 2);
    color: black;    
}
#t1_number_under {
    display: flex;
    font-size: calc(1vh + 1vw / 2);
    color: red;
}
#t2 {
    width: calc(18vh + 18vw / 2);
    font-size: calc(1.5vh + 1.5vw / 2);
}
#js_send {
    width: calc(8vh + 8vw / 2);
    font-size: calc(1.5vh + 1.5vw / 2);
}
@media only screen and (max-width: 440px){
    #title {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        width: 45vw;
        margin-left: 10vw;
    }
    .button {
        display: flex;
        align-items: center;
        width: 30vw;
        height: 5vh;
        background-color: #000000;
        border: 1px solid black;
        color: rgb(255, 255, 255);
        justify-content: center;
        font-size: calc(1vh + 1vw / 2);
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }
}
@media only screen and (max-width: 375px){
    #title {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        width: 45vw;
        margin-left: 10vw;
    }
    .title1 {
        display: flex;
        color: white;
        font-size: calc(2.5vh + 5.5vw / 10);
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: black;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-weight: bold;
        justify-content: center;
        margin-bottom: 4vw;
        margin-left: 4vh;
    }
}
@media only screen and (max-width: 330px){
    .titles {
        font-size: calc(1vh + 1vw / 2);
    }
}