/* lato-regular - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
  }


body{
    background-color: #f3f3f3; 
    font-family: sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 2em;
    font-family: Lato,sans-serif;
    margin: 0;
}


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

.wrapper{
    height: 100vh;
    
}

.header{
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.header .logo_wrapper{
    width: 500px;
    max-width: 500px;
    border: 0px solid #555;
}

.header .logo{
    width: 100%;
}

.content{
    background-color: rgb(82,135,112);
    height: 70vh;
    display: flex;
    justify-content: center;
    padding: 0 20px;
}

.content .inner{
    border: 0px solid #333;
    padding-top: 50px;
    width: 500px;
    max-width: 500px;
}

.content .info{
    margin-bottom: 30px;
}

.content .address{
    text-align: right;
}