@charset "utf-8";
/* CSS Document */

/*############################################# NOTES */

/* NB: Margins: T-R-B-L, T-RL-B, TB-RL, TRBL */

/*BREAK POINTS: 576 - 768 - 992 - 1200 */

/*############################################# BASELINE STYLE */

body {
    /*    margin-left: 20px;*/
    /*    margin-right: 20px; */
    background-color: #F1FFED;
    /*    background-image: url("../images/Water_8.jpg");*/
    /* font-family: Roboto, Verdana, Arial, Helvetica, sans-serif; */
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 100;
    color: black;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

p {
    text-align: left;
    font-size: 16px;
    font-weight: 100%;
}

h1 {
    font-size: 300%;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

h2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 250%;
}

h3 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 200%;
}

h4 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 175%;
}

h5 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 150%;
}

h6 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 125%;
}

.clear {
    clear: both;
    margin: 0;
}

strong {
    color: red;
    font-weight: bold;
    font-style: italic;
}

figure {
    margin: 0;
    padding: 0;
}

figcaption {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: blue;
}

/*========================================== TEXT IN IMAGE */

.textonimage {
    position: relative;
}

.textonimage img {
    text-align: center;
    width: 100%;
}

.imagebigtext_topleft {
    font-size: 3.5vw;
    font-family: Georgia, 'Times New Roman', Times, serif;
    position: absolute;
    top: 15px;
    left: 20px;
    color: chartreuse;
    text-shadow: 3px 3px black;
}

.imagebigtext_btmright {
    font-size: 3.5vw;
    font-family: Georgia, 'Times New Roman', Times, serif;
    position: absolute;
    bottom: 15px;
    right: 20px;
    color: chartreuse;
    text-shadow: 3px 3px black;
}

.imagecaptiontext_topleft {
    font-size: 2vw;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: blue;
    position: absolute;
    top: 10px;
    left: 10px;
}

.imagecaptiontext_topright {
    font-size: 2vw;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: blue;
    position: absolute;
    top: 10px;
    right: 10px;
}

.imagecaptiontext_btmleft {
    font-size: 2vw;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: blue;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.imagecaptiontext_btmright {
    font-size: 2vw;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: blue;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

/* ============================== WRAPPING TEXT - STANDARD */

.contentheading {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 150%;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}

/*========================================== FLOAT IMAGES  */

/*------------------------------------------ BY PIXELS     */

.imagefloatright_600 {
    float: right;
    width: 800px;
    margin-left: 20px;
}

.imagefloatright_600 img {
    float: right;
    width: 100%;
}

.imagefloatright_800 {
    float: right;
    width: 800px;
    margin-left: 20px;
}

.imagefloatright_800 img {
    float: right;
    width: 100%;
}

/*------------------------------------------ BY %          */

.imagefloatright_40 {
    float: right;
    width: 40%;
    margin-left: 20px;
}

.imagefloatright_40 img {
    float: right;
    width: 100%;
}

.imagefloatright_60 {
    float: right;
    width: 60%;
    margin-left: 20px;
}

.imagefloatright_60 img {
    float: right;
    width: 100%;
}

/*========================================== FLOAT SECTIONS  */

.blockfloatleft_30 {
    float: left;
    width: 31%;
    margin-right: 20px;
}

.blockfloatleft_30 img {
    width: 100%;
}

.blockfloatright_30 {
    float: right;
    width: 30%;
}

.blockfloatright_30 img {
    width: 100%;
}

.blockfloatnone_30 {
    float: none;
    width: 30%;
}

.blockfloatnone_30 img {
    width: 100%;
}

.blockfloatleft_45 {
    float: left;
    width: 49%;
}

.blockfloatleft_45 img {
    width: 100%;
}

.blockfloatright_45 {
    float: right;
    width: 49%;
}

.blockfloatright_45 img {
    width: 100%;
}

/**/

/*#####################################################################*/

/*###########################################  MEDIUM SCREENS <= 600px */

/*#####################################################################*/

/**/

@media screen and (max-width: 600px) {
    body {
        color: darkblue;
    }
    h1 {
        font-size: 300%;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }
    h2 {
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 250%;
    }
    h3 {
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 200%;
    }
    h4 {
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 175%;
    }
    h5 {
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 150%;
    }
    h6 {
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 125%;
    }
    /* ============================== WRAPPING TEXT - STANDARD */
    .contentheading {
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 150%;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 10px;
    }
    /*========================================== FLOAT IMAGES > 100%  */
    .imagefloatright_40, .imagefloatright_60, .imagefloatright_600, .imagefloatright_800 {
        float: none;
        width: 100%;
        margin-left: 0px;
    }
    .imagefloatright_40, .imagefloatright_60, .imagefloatright_600, .imagefloatright_800 img {
        float: none;
        width: 100%;
        /*SET TO = BODY WIDTH */
    }
    /*----------------- SPECS FOR TEXT IN IMAGE*/
    .imagetext_topleft {
        font-size: 5vw;
        font-family: Georgia, 'Times New Roman', Times, serif;
        position: absolute;
        top: 10px;
        left: 10px;
    }
    .imagetext_btmright {
        font-size: 5vw;
        font-family: Georgia, 'Times New Roman', Times, serif;
        position: absolute;
        bottom: 10px;
        right: 10px;
    }
    .emphasis {
        font-size: 3vw;
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-weight: bold;
    }
    .blockfloatright_45 {
        float: none;
        width: 100%;
    }
    .blockfloatleft_45 {
        float: none;
        width: 100%;
    }
    .blockfloatright_30 {
        float: none;
        width: 100%;
    }
    .blockfloatleft_30 {
        float: none;
        width: 100%;
    }
}

}

/*############################################# MY STUFF - BIG SCREENS > 768 */