* {
    box-sizing:border-box}

.no-borders {
    border: 0px !important;
}

.img-thumbnail{
    height: auto;
    width: 300px;
}
/*
h1, h2, h3, h4, h5 {
    font-family: 'Roboto', sans-serif;

}

p{
    font-family:'Lato', sans-serif;
}*/

.masthead {
    padding-top:0;
    padding-bottom: 2rem;
}

#footer{
    height: 500px;
    width: 500px;
}


#section-heading {
    line-height: 1.6;
}

@media only screen and (max-width: 500px) {
    .img-thumbnail {
        height: auto;
        width: 200px;
    }
}