*
{
    padding: 0;
    margin: 0;
    background-color: white;
}

.contact_information > p {
    font-family: Avenir;
    font-weight: 100;
    font-size: 20px;
}

.logo
{
    width: 50px;
}


/* Welcome page */

.welcome_page, .contact_page{
    position: relative;
    height: 100vh;
}

.frontpage_logo_section, .contact_information{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.company_name{
    margin-top: 5%;
    font-family: Avenir;
}

.more_on_page{
    position: absolute;
    top: 93%;
    left: 50%;
    transform: translate(-50%,0)
}

#down_arrow{
    width: 100px;
    opacity: 0.5;
}


@@media screen and (max-width: 34em) {

  .contact_information > p {
    font-size: 10px;
  }

}
