/* CSS for LRA 2018 Award Winners page */

h1 {
    font-size: 40pt;
    margin-bottom: 1em;
}

.mb-0 {
    margin-bottom: 0;
}

img {
    margin-bottom: 1em;
}

.top-content {
    padding: 5em 0 0 0;
}

.img-container {
    overflow: hidden;
    height: 72%;
    margin-bottom: 1em;
}

.height-of-col {
    height: 33em;
}

@media (max-width: 1199px) {
    .smaller-font {
        font-size: 14pt;
    }
}

@media (max-width: 991px) {
    .height-of-col {
        height: 30em;
    }
}

@media (max-width: 767px) {
    .top-content {
        padding: 2em 0 4em 0;
    }

    .height-of-col {
        height: 40em;
    }

    .img-container {
        height: 75%;
    }
}

@media (max-width: 479px) {
    .top-content {
        padding: 1em 0 2em 0;
    }

    h1 {
        font-size: 25pt;
    }

    h5 {
        font-size: 15pt;
    }
}
