body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial,sans-serif;
    color: #333;
}

img{
    max-width:100%;
}

a{
    color:#333;
}

.header {
    width: 100%;
    height: 100%;
    text-align: center;
    background: url(img/legl-etf-logo.jpg) no-repeat top center;
    margin-top: 20%;
}

.info > h3:first-child {
    position: relative;
    padding: 150px 0 60px;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 24px;
}

.divider {
    width: 80%;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.contact-mobile{display:none;}

@media screen and (max-width:420px){
    .header {
    background-size: contain;
}
.contact{display:none;}
.contact-mobile{display:block;}
}