/* Generated by less 3.11.1 */
/*
File Name: tpstyle.css
Date: 05/28/2020
Programmer: Mary Reist
*/
/* VARIABLES */
/* colors */
/* sizes */
/* margins */
/* MIXINS */

/* MOBILE STYLES */

body {
    font-family: "Open Sans", sans-serif;
    line-height: 1.5em;
    background-color: #FAFAFA;
    font-size: 20px;
    margin: 0 1em;
}

p {
    margin: 1em 0;
}

h1 {
    margin: 1em 0;
    font-weight: bold;
    font-size: 2em;
    color: #FF0000;
    text-shadow: 3px 3px #494a48;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 2em;
}

h2 {
    margin: 1em 0;
    font-weight: bold;
}

h3 {
    margin: 1em 0;
    font-weight: bold;
    font-size: 1.1em;
    font-style: italic;
}

ol {
    list-style: decimal;
    margin-left: 25px;
}

li {
    line-height: 1.5em;
}

footer {
    margin-bottom: 10px;
    font-style: italic;
    color: #634343;
    text-align: center;
}

#references ul {
    list-style-type: disc;
    list-style-position: inside;
}

#references a:link {
    text-decoration: none;
}

#references a:visited {
    text-decoration: none;
}

#references a:hover {
    text-decoration: underline;
    color: #5E1414;
    background-color: #F7F7F7;
}

#container {
    margin: 0 1em;
}

#summary {
    font-size: 0.6em;
    font-style: italic;
    line-height: 115%;
    margin-top: 5px;
    letter-spacing: 1px;
}

#summary:first-letter {
    font-size: 1.5em;
    font-weight: bold;
}

#designer {
    font-size: 0.75em;
    line-height: 1.1em;
    text-align: left;
}

#designer {
    font-size: 0.75em;
    line-height: 1.1em;
    text-align: left;
}

#contact {
    font-size: 0.9em;
    letter-spacing: 3px;
}

/* CSS GRID MOBILE */

.butterflies {
    display: grid;
    grid-gap: 20px;
    padding: 10px;
}

.item1 {
    grid-column: 1 / span 12;
    grid-row: 1;
}

.item2 {
    grid-column: 1 / span 12;
    grid-row: 2;
}

.item3 {
    grid-column: 1 / span 12;
    grid-row: 3;
}

/* TABLET STYLES */

@media only screen and (min-width: 600px) {

    body {
        font-size: 18.75px;
        margin: 0 4%;
    }

    h2 {
        margin-top: 0;
        margin-bottom: 0.8em;
    }

    h3 {
        margin-top: 0;
    }

    ol {
        margin-bottom: 15px;
    }

    ol li {
        margin-left: 8px;
    }

    ul {
        margin-bottom: 1em;
    }

    #funfacts ol {
        margin-left: 18px;
    }

    /* CSS GRID TABLET */

    .item1 {
        grid-column: 1 / span 6;
        grid-row: 1;
    }

    .item2 {
        grid-column: 7 / span 6;
        grid-row: 1;
    }

    .item3 {
        grid-column: 1 / span 6;
        grid-row: 2;
    }
}

/* DESKTOP STYLES */

@media only screen and (min-width: 1025px) {

    body {
        font-size: 17.5px;
        margin: 0 3%;
    }

    /* CSS GRID DESKTOP */

    .item1 {
        grid-column: 1 / span 4;
        grid-row: 1;
    }

    .item2 {
        grid-column: 5 / span 4;
        grid-row: 1;
    }

    .item3 {
        grid-column: 9 / span 4;
        grid-row: 1;
    }
}
