* {
  margin:0;
  box-sizing: border-box;
}

a{
  text-decoration:none;
}

a:link{
  text-decoration:none;
  color:inherit;
}

body {
  margin:0px;
	overflow: visible;
  background-color: #e8e4d1;
	font-family: 'EB Garamond', sans-serif;
  color: #0a361e;

}

.bar{
	display:inline;
	padding-top: 10px;
	margin-left: 200px;
}
@media only screen and (max-width: 479px){
.bar {
  margin-left:0px;
  padding-right: 5vw;
  padding-left: 5vw;
}
}

.lang{
display:inline;
margin-right: 20px;
}

.logo{
	margin-top: -20px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 479px){
.logo {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  align-items: none;
}
}

.shield{
  z-index:-5;
}

.container{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    margin-right: auto;
    margin-left: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 479px){
.container {
    height: 100%;
}
}

.container2{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 100%;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media only screen and (max-width: 479px){
.container2 {
    width: 100%;
}
}

.container3{
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: none;
    margin-right: 0px;
    margin-left: 200px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media only screen and (max-width: 479px){
.container3 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5vw;
    padding-left: 5vw;
    align-items: center;
}
}

.container4{
position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 100%;
    margin-right: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

@media only screen and (max-width: 479px){
.container4 {
    display:none;
}
}

.text{
width: 100%;
    max-width: 600px;
    padding: 5px 0px;
    font-family: 'EB Garamond', sans-serif;
    color: #0a361e;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-align: left;
}

::-webkit-scrollbar {
    width: 10px;
    padding: 10px;
}
