/**
    Name:       Riley Hancox
    Student ID: 000397119
    Project:    Hamilton Places of Worship -Release
    Course:     COMP 10133
    Instructor: Kevin Browne

    File:       Style.css
    CSunix:     https://csunix.mohawkcollege.ca/~000397119/private/10133/release/Style.css
    
I, Riley Hancox, 000397119 certify that this material is my original work. No other
person's work has been used without due acknowledgement.
**/
#map {
    float: right;
    height: 100%;
    width:100%;
}

header{
    margin: 0;
    color: white;
    background-color: black;
}
h1{
    margin: 0;
}

html, body, .row, .container-fluid, .col-sm-8 {

    height: 100%;
    margin: 0;
    padding: 0;
}
#Left-Panel{
    float: left;
    width: 100%;
    height: 100%;
}
#Left-Top-Panel{
    margin-right: 5%;
    margin-left: 5%;
    height: 50%; 
}

#Left-Bottom-Panel{
    margin-right: 5%; 
    margin-left: 5%;
    height: 50%;
}

button{
font-size: 500px;
}

@media (max-width: 500px){
    header{
        display: none;
    }
    #map{
        margin-top: 20px;
        height: 400px;
    }
}
