/* Extra small devices (phones, less than 768px) */
body {
    margin: 0;
    padding: 0;
}
h1 {
    text-align: center;
    font-size: 40px;
    font-family: 'Domine';
    font-weight: normal;
}
p {
    text-align: left;
    font-size: 20px;
    font-family: 'Domine';
    line-height: 1.6;
}
li {
    text-align: left;
    font-size: 20px;
    font-family: 'Domine';
    line-height: 1.6;
}
.highlight {
    font-weight: bold;
}

#eams_logo {
    display: block;
    margin: 0 auto;
    width: 200px;
}

/* About Us */
#about {
    padding: 5% 10%;
}
#bullet_points {
    padding: 2% 5% 2% 5%;
}

/* History */
#history {
    padding: 5% 0 5% 0;
}
.text_left {
    display: grid;
    width: 300px;
    margin: 0 auto;
    grid-row-gap: 25px;
    justify-items: center;
    align-items: center;
}
.text_right {
    display: grid;
    width: 300px;
    margin: 0 auto;
    grid-row-gap: 25px;
    justify-items: center;
    align-items: center;
}
.figure {
    display: block;
    margin: 0 auto;
    width: 300px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .text_left {
        width: 600px;
    }
    .text_right {
        width: 600px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #about {
        padding-left: 15%;
        padding-right: 15%;
    }

    .text_left {
        width: 1100px;
        grid-column-gap: 100px;
        grid-template-columns: 700px 300px;
    }
    .text_right {
        width: 1100px;
        grid-column-gap: 100px;
        grid-template-columns: 300px 700px;
    }
    .text_right p {
        order: 2;
    }
    .text_right img {
        order: 1;
    }
}

/* Largest devices (standard desktops, 1920px and up) */
@media (min-width: 1920px) {
    .text_left {
        width: 1700px;
        grid-column-gap: 100px;
        grid-template-columns: 1300px 300px;
    }
    .text_right {
        width: 1700px;
        grid-column-gap: 100px;
        grid-template-columns: 300px 1300px;
    }
}
