* {
    margin: auto;
    padding: auto;
}
body {
    margin: auto;
    padding: auto;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, Lato, sans-serif;
}
@font-face {
    font-family: 'Lato';
    src: url('Lato-Bold.eot');
    src: url('Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('Lato-Bold.woff2') format('woff2'),
        url('Lato-Bold.woff') format('woff'),
        url('Lato-Bold.ttf') format('truetype'),
        url('Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
a:link{
    color: #b2c966;
    text-decoration: underline;
}
#main {
    width: 1280px;
    height: 720px;
    border: 5px solid rgba(195,14,46,1.00);
}
#title {
    height: 80px;
    width: 1260px;
    padding-top: 10px;
    padding-left: 30px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 2.2rem;
    color: #c30e2e;
}
#lang_selector {
    width: 1140px;
    height: 20px;
    font-size: 1rem;
    font-family: Lato;
    top: 25px;
    color: red;
    text-align: right;
    padding-right: 40px;
	position: absolute;
}

#lang_set {
    width: 1280px;
    font-size: 20px;
    font-family: Lato;
    color: white;
    text-align: left;
    padding-left: 1083px;
    position: absolute;
    top: 111px;
}
#land_set1 {
    width: 250px;
    float: left;
    line-height: 33px;
}
#land_set2 {
    width: 830px;
    float: right;
    line-height: 33px;
}

#background{
    width: 1260px;
    height: 500px;
    background-image: url(background.png);
	margin-top: 20px;

}

a:link, a:visited {
    width: 160px;
    height: 24px;
    text-decoration: none;
    line-height: 25px;
    color: #b2c966;
    font-weight: lighter;
    text-decoration: underline;
}
body > div > div.image_box > img:nth-child(1), body > div > div.image_box > img:nth-child(2), body > div > div.image_box > img:nth-child(3) {
    max-width: 32%;
    height: auto;
}

@media screen and (max-width: 400px) and (max-height: 700px) {
	.blue_back {
		height: 120%;
	}
}

@media screen and (max-width: 340px) {
	.blue_back {
		height: 140%;
	}
}

@media screen and (max-height: 550px) {
	.blue_back {
		height: 150%;
	}
}
#logo {
    margin-top: 5px;
    float: right;
	padding-right: 30px;
}
a {
    color: white !important;
}