﻿body {
    font-family: 'Montserrat', sans-serif;   
}
h1,h2,h3,h4{
    color:#76BC21;
}
h1 {
    margin-top:10px;font-weight:bolder;
}
#navbarDiv {
    padding: 30px;font-weight:bold;
}
#divJumbo {
    background-color: #016699;    color: white;    margin-top: 20px;    
    border-radius: 10px;    margin-bottom: 25px;    padding: 25px;    
}
    #divJumbo h1 {
        color: white; text-align:center;      
    }
    #divJumbo p {
        margin-top: 10px; margin-left: auto;
        margin-right: auto; text-align: center;
    }

    #footerRule {
        border: 3px solid #76BC21;
    }
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
    .embed-container iframe, .embed-container object,
    .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }