/* 
    Created on : Jan 6, 2018, 12:29:18 PM
    Author     : Marietta E. Cameron /w mod. by Max Levine
*/

canvas {
    border: black 1px solid;
} 
h1 {
    color: black;
    text-shadow: 2px 2px 3px black;
}/* h1 */
h2 {
    color: black;   
    text-shadow: 1px 1px 3px black;
}/* h2 */
p {
    font-family: helvetica;
    font-size: 20px;
}/* p */

figcaption {
    text-shadow: 1px 1px 3px black;
    color: black;
}

.projectClass {
    float: left;
    width: 45%;
}/* projectClass */
.coorClass {
    float: left;
    width: 100%;
}/* coorClass */

.overviewClass {
    float: left;
    width: 55%;
}/* objectiveClass */
/* Responsive layout - if width is less than 1000px send objective class full width*/
@media (max-width: 1000px) {
    .overviewClass{
        width: 100%;
    }
}

b {
    color: black;
}