@font-face {
    font-family: 'Europe bold';
    src: url('fonts/europa-bold-webfont.eot');
    src: url('fonts/europa-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/europa-bold-webfont.woff2') format('woff2'),
    url('fonts/europa-bold-webfont.woff') format('woff'),
    url('fonts/europa-bold-webfont.svg#europabold') format('svg');
    url('fonts/europa-bold-webfont.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Europe light';
    src: url('fonts/europa-light-webfont.eot');
    src: url('fonts/europa-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/europa-light-webfont.woff2') format('woff2'),
    url('fonts/europa-light-webfont.woff') format('woff'),
    url('fonts/europa-light-webfont.ttf') format('truetype'),
    url('fonts/europa-light-webfont.svg#europalight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Europe regular';
    src: url('fonts/europa-regular-webfont.eot');
    src: url('fonts/europa-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/europa-regular-webfont.woff2') format('woff2'),
    url('fonts/europa-regular-webfont.woff') format('woff'),
    url('fonts/europa-regular-webfont.ttf') format('truetype'),
    url('fonts/europa-regular-webfont.svg#europaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

*{
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0 none;
    box-sizing:border-box;
    scroll-behavior: smooth;
}

html{
    font-size: 62.5%;
}

body{
    font-family: "Europe light";
    color:#ffffff;
    font-size:1.6rem;
    line-height: 2.2rem;
    background:#6173B5;
    text-align:left;
}

header{
    color:#5A5A5A;
    background:#ffffff;
    font-weight:light;
    padding:40px;
}

main{
    background:#6173B5;
    color:#ffffff;
    padding:0 40px 40px;
}

.logo img{
    /*margin-bottom:40px;*/
    width:250px;
}

h2{
    font-family: "Europe bold";
    font-weight:700;
    color:#ffffff;
    font-size:2.4rem;
    line-height:3.4rem;
    margin-top:40px;
    margin-bottom:0rem;
    text-transform: uppercase;
}

h1.title{
    font-family: "Europe bold";
    font-weight:700;
    color:#6173B5;
    font-size:2.6rem;
    line-height:3.2rem;
    text-transform: uppercase;
    margin-bottom:10px;
    margin-top:40px;
}

a{
    text-decoration:underline;
    color:#ffffff;
}

a:hover{
    text-decoration: none;
}