
body, html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

main {
    width: 700px;
    margin: 0 auto;
    margin-top: 15vh;
}

#fullBody {
    background-color: #c70000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
}

p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 25px;
    margin: 0;
    margin-bottom: 40px;
    line-height: 1.5;
}

a { 
  text-decoration: none;
  color: #2a2a2a;
  text-decoration: underline;
}

a:visited {
  font-weight: normal;
}

a:hover {
  color: #c70000;
}

h1 {
    font-family: 'PT Serif', serif;
    font-size: 70px;
    margin: 0;
}

h1:hover {
    font-style: italic;
    cursor: pointer;
    color: #c70000;
}

h2 {
    font-weight: 700;
    font-style: italic;
}

section p {
    margin-top: 25px;
}


img {
    width: 110%;
    margin-left: -5%;
    margin-top: 10px;
    margin-bottom: 20px;

        -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

video {
    width: 110%;
    margin-left: -5%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.map {
    width: 110%;
    height: 50vh;
    margin-left: -5%;
    margin-top: 10px;
    margin-bottom: 20px;
}





.title {
    position: absolute;
    left: 60px;
    top: 50px;
}

.title p {
    font-size: 20px;
    line-height: 1.3;
}


.bottomspace {
    height: 10vh;
}

/*border*/

#top, #bottom, #left, #right {
    background: #c70000;
    position: fixed;
    z-index: 999;
    }
    #left, #right {
        top: 0; bottom: 0;
        width: 20px;
        }
        #left { left: 0; }
        #right { right: 0; }
        
    #top, #bottom {
        left: 0; right: 0;
        height: 20px;
        }
        #top { top: 0; }
        #bottom { bottom: 0; }










/* ==========================================================================
   Media Queries
   ========================================================================== */

 /*==========  Non-Mobile First Method  ==========*/

    /*Above */
    @media only screen and (min-width : 1201px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

        main {
            width: 100%;
            margin-top: 0px;
        }

        .title {
            position: relative;
            left: 0;
            top: 0;
            margin: 0;
            margin-top: 60px;
            margin-left: 10%;
            margin-bottom: 0px;
        }

        .intro {
            width: 80%;
            margin: 0 auto;
            margin-bottom: 30px;
            margin-top: 20px;
        }

        h1 {
            margin-left: 10%;
        }

        img {
            width: calc(100% - 40px);
            margin-top: 10px;
            margin-bottom: 20px;
            margin-left: 20px;
        }

        section p {
            width: 80%;
            margin: 0 auto;
        }

        video {
            width: calc(100% - 40px);
            margin-top: 10px;
            margin-bottom: 20px;
            margin-left: 20px;
        }

        .map {
            width: calc(100% - 40px);
            margin-top: 10px;
            margin-bottom: 20px;
            margin-left: 20px;
        }

        h1:hover {
            font-style: normal;
            cursor: pointer;
            color: black;
        }
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

    h1 {
    font-size: 35px;
    margin-left: 7.5%;
    margin-top: 
    }

    .title {
        position: relative;
        left: 0;
        top: 0;
        margin: 0;
        margin-top: 40px;
        margin-left: 7.5%;
        margin-bottom: 0px;
    }

    .intro {
        width: 85%;
        margin: 0 auto;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    img {
        width: calc(100% - 20px);
        margin-top: 10px;
        margin-bottom: 20px;
        margin-left: 10px;
        }

    video {
        width: calc(100% - 20px);
        margin-top: 10px;
        margin-bottom: 20px;
        margin-left: 10px;
    }

    .map {
        width: calc(100% - 20px);
        margin-top: 10px;
        margin-bottom: 20px;
        margin-left: 10px;
    }

    section p {
        width: 85%;
        margin: 0 auto;
    }

    p {
        font-size: 19px; 
    }

    h2 {
    margin-left: 28px;
    }

    section > :first-child {
    margin-top: 10px;
    }

    
    
        /*change border*/
    #top, #bottom, #left, #right {
    background: #c70000;
    position: fixed;
    }
    #left, #right {
        top: 0;
        height: 120%;
        width: 10px;
        }
        #left { left: 0; }
        #right { right: 0; }
        
    #top, #bottom {
        left: 0; right: 0;
        height: 11px;
        }
        #top { top: 0; }
        #bottom { bottom: 0; }

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}