/* Lars-NFQ Project */

body {
    background-image: url('./assets/hero1.png');
    background-repeat: no-repeat;
    background-attachment: fixed;  
    background-size: cover;
    background-position: center top;
}

/* Logo original size is 766x343 px */
.logo {       
    width: 306.4px;
    height: 137.2px;
}

.ico {       
    color: white;
    font-size: 28px;
    padding-top: 2px;
    padding-left: 5px;
}

.text {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 0;
    margin-left: 2em;
}

a {
    color: white;
    text-decoration: none; /* no underline */
}

/* On screens that are 320px or less, decrease size of contents */
@media screen and (max-width: 320px) {
    .logo {       
        width: 229.8px;
        height: 102.9px;
    }
    .ico {       
        font-size: 22px;
    }
    .text {        
        font-size: 16.5px;        
    }    
}