body {
    width: 100%;
    height: 100%;
}

#section-landing {
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    padding: 2vh 15vw;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#section-landing h1 {
    text-align: center;
    font-family: 'Inconsolata';
    font-size: 3vw;
    color: #333333;
    line-height: 4vw;
    
    margin: 15vh 0 5vh 0;
}

#section-landing #call-button {
    cursor: pointer;
    font-family: 'Inconsolata';
    font-size: 2vw;
    color: #333333;
    
    border: 1px solid #333333;
    padding: 1vh 2vw;
    
    margin-bottom: 10vh;
}

#section-landing img {
    width: 100%;
    box-shadow: 0px 2px 10px rgba( 0, 0, 0, 0.2 );
}

#section-images {
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    padding: 2vh 15vw;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#section-images .tile {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 2vh 0;
}

#section-images .tile img {
    width: 100%;
    box-shadow: 0px 2px 10px rgba( 0, 0, 0, 0.2 );
}

#section-images .tile .image-link {
    width: 100%;
    height: 40vh;
    
    background-position: center;
    background-size: cover;
    box-shadow: 0px 2px 10px rgba( 0, 0, 0, 0.2 );
    
}

#title {
    cursor: pointer;
    font-family: 'Inconsolata';
    font-size: 2vw;
    color: #333333;
    margin-bottom: 1vh;
    width: 100%;
    text-align: left;
    margin-top: 1vh;
}

#section-landing a {
    cursor: pointer;
    font-family: 'Inconsolata';
    font-size: 2vw;
    color: #333333;
    margin-bottom: 1vh;
}

#section-images .tile a {
    cursor: pointer;
    font-family: 'Inconsolata';
    font-size: 2vw;
    color: #333333;
    margin-bottom: 1vh;
}

.weatherwidget-io {
    width: 100%;
    margin: 2vh 0;
}

@media only screen and (max-width: 1024px) {

    #section-landing {
        padding: 2vh 5vw;
    }

    #section-landing h1 {
        font-size: 7vw;
        line-height: 10vw;

        margin: 5vh 0 3vh 0;
    }

    #section-landing #call-button {
        font-size: 6vw;
        
        padding: 1vh 5vw;

        margin-bottom: 3vh;
    }

    #section-images {
        padding: 2vh 5vw;
    }

    #section-images .tile {
        width: 100%;
        margin: 3vh 0;
    }

    #section-landing a {
        font-size: 6vw;
    }

    #section-images .tile a {
        font-size: 6vw;
    }

    footer {
        padding: 8vh 5vw;
        flex-direction: column;
    }
    
    footer ul {
        margin-bottom: 2vh;
    }
    
    footer a {
        font-size: 4vw;
    }

    footer li {
        font-size: 4vw;
    }

    .sm-row .sm-icon {
        width: 4vw;
        height: 4vw;

        margin: 0 1vw;
        padding: 2vw;
    }
    
}
