
@font-face {
font-family: "Bebas Neue Cyrillic"; 
src: url("../fonts/Bebas-Neue-Cyrillic.ttf") format("truetype"); 
font-style: sans-serif; 
font-weight: normal; 
} 
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Bebas Neue Cyrillic", sans-serif;
    background-image: url(../img/palm.png);
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background-color: #1008a8;
    color: #fff;
    text-align: center;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
input, textarea {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
section {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    z-index: 1;
}
#two .radio_title {
  margin-bottom: 20px;
}
a, p {
  color: #c3c3c3;
  transition: 0.5s linear;
}

a:hover, p:hover {
  color: #fff;
  text-decoration: none;
}

h1, h2, a, p {
  font-family: "Bebas Neue Cyrillic", sans-serif;
}

h1 {
    font-size: 64px;
    line-height: 1.5;
    margin: 50px 0;
    font-weight: 100;
}
h2 {
  font-size: 30px;
  margin:50px 0;
}
.container img {
    max-width: 130px;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    transition: filter 0.5s linear;
    width:100%;
}
.container img:hover {
  filter: none;
}
p {
  margin:15px 0;
}
.title {
    margin: 0 auto;
    width: 100%;
}
.hommie {
  position: absolute;
  bottom: 3vh;
  right: 4vw;
}
.surf {
  position: absolute;
  bottom: 3vh;
  left: 50%;
  margin-left: -45px;
}
.feedback {
  position: absolute;
  bottom: 3vh;
  left: 4vw;
}
.feedback, .surf, .hommie {
  max-width: 90px;
}
.bank {
    width:24.9%;
}
@media screen and (max-width: 767px) {
h1 {
    font-size: 45px;
}
h2 {
    font-size: 24px;
}
p {
    margin: 15px 0 30px;
}
}

@media only screen and (max-device-width:575px) {
input, textarea {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}
h1 {
    font-size: 8vw;
    margin: 20px 0;
}
h2 {
    font-size: 7vw;
    margin: 30px 0;
}

.container img {
    max-width: 80px;
    width:100%;
}
body {
    background-size: 170%;
}
.feedback, .surf, .hommie {
    max-width: 50px;
    bottom: 2vh;
}
.surf {
  margin-left: -25px;
}
.bank {
    width:49.9%;
}
}
@media screen and (max-height: 400px) {
h1 {
    font-size: 5vw;
    margin: 10px 0;
}
.radio_title {
    font-size: 4vw;
}
button.tablinks {
    font-size: 3vw;
}
h2 {
    font-size: 4vw;
    margin: 10px 0 20px;
}
.container img {
    max-width: 50px;
}
p {
    margin: 5px 0 30px;
    font-size: 10px;
}
.container img {
    max-width: 40px;
}
body {
    background-size: 170%;
}
.feedback, .surf, .hommie {
    max-width: 50px;
    bottom: 2vh;
}
.surf {
  margin-left: -25px;
}
}
