html, body {
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

@font-face {
    font-family: bahnschrift;
    src: url(fonts/bahnschrift.ttf);
}

@font-face {
    font-family: CourierNew;
    src: url(fonts/CourierNew.ttf);
}

#title{
    height: 100%;
    background-image: url(img/bg_oblojka.jpg);
    background-size:cover;
    text-align: center;
    position: relative;
}

#img_block{
    position: absolute;
    bottom: 60px;
}

#img_block p{
    color: #ffffff;
    text-shadow: 1px 1px 2px black, 0 0 1em rgb(255, 255, 255);
    font-size: 25px;
    font-weight: 200;
    padding-left: 20px;
    padding-right: 20px;
}

#title h1{
    margin: 0 0 0 0;
}

.block_title{
    font-size: 18px;
    letter-spacing: 3px;
    margin: 0 0 0 0;
    padding-top: 40px;
}

#contact {
    background-color: #000;
    text-align: center;
    color: white;
    position: relative;
}

#contact h1 {
    margin: 10px 0 0 0;
    font-family: bahnschrift;
    font-size: 35px;
    font-weight: 600;
}

.button_soc {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border-style: none;
    outline: none;
    box-shadow: 0 0 5px rgba(255, 255, 255, 1);
}

#soc1 {
    background: url(img/instagram.png) 50% 50% no-repeat;
    background-size: 55%;
    background-color: #beedff;
}

#soc1:active{
    background-color: silver;
}

#soc2 {
    background: url(img/whatsapp.png) 50% 45% no-repeat;
    background-size: 60%;
    background-color: #beedff;
}

#soc2:active {
    background-color: silver;
}

#soc3 {
    background: url(img/telegram.png) 40% 50% no-repeat;
    background-size: 55%;
    background-color: #beedff;
}

#soc3:active {
    background-color: silver;
}

#contact p {
    color: #9c9c9c;
}

#loginOpen {
    font-family: CourierNew;
    font-size: 18px;
    color: #ff9d25;
    letter-spacing: 4px;
    background: none;
    outline: none;
    border-style: none;
}

#loginOpen:active {
    color: #ffffff; 
}

#login {
    position: fixed;
    background-color: hsl(0, 0%, 8%, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

#login h1 {
    margin: 10px 0 0 0;
}

#login p {
    margin: 0 0 30px 0;
    font-family: courNew;
    font-size: 14px;
    letter-spacing: 5px;
}

#login input {
    width: 180px;
    height: 35px;
    font-size: 16px;
    outline: none;
    margin-top: 10px;
    text-align: center;
    box-shadow: 0 0 5px rgb(0, 0, 0 , 0.5);
    border-style: none;
}

#loginSave {
    width: 140px;
    height: 40px;
    font-size: 16px;
    outline: none;
    margin-top: 5px;
    text-align: center;
    border-radius: 20px;
    border-style: solid;
    border-color: #ffffff;
    color: #ffffff;
    background-color: #7c7c7c;
    box-shadow: 0 0 5px rgb(0, 0, 0 , 0.7);
}

#loginSave:active {
    background-color: #ffffff;
    color: #7c7c7c;
}

#loginCancel {
    width: 50px;
    height: 50px;
    font-size: 18px;
    outline: none;
    margin-top: 30px;
    text-align: center;
    border-radius: 100%;
    border-style: solid;
    border-color: #ffffff;
    color: #ffffff;
    background: url(img/cancel2.png) 50% 50% no-repeat;
    background-size: 30%;
    background-color: #fa5757;
    box-shadow: 0 0 5px rgb(0, 0, 0 , 0.7);
}

#loginCancel:active {
    background-color: #ffffff;
}

#loginbacground{
    width: 80%;
    height: 480px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(#bbbbbb, #ffffff);
    padding-top: 40px;
}

