@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);








body {
    background:rgb(245, 243, 243);
    font-size:22px;
    line-height: 32px;
    color: #000000;
    word-wrap:break-word;
    font-family: 'Timesnew roman', ' sans sefiff';
    }






h1 {
    font-size: 60px;
    text-align: center;
    color: #000000;
}   
h2{
    color:#f70505
}
h3 {
    font-size: 30px;
    text-align: center;
    color: #f31313;
}


h3 a {
    color: #000000;
}


a {
    color: #000000;
}


h1 {
    margin-top: 100px;
    text-align:center;
    font-size:60px;
    font-family: 'Times new roman', 'serif';
    }
    
br{
    color:#a9adb1
}
#container {
    margin: 0 auto;
}


p {
    text-align: center;
}


nav {
    margin: 50px 0;
    background-color: rgba(0, 0, 0, 0.884);
}


nav ul {
    padding: 0;
 margin: 0;
    list-style: none;
    position: relative;
    }
    
nav ul li {
    display:inline-block;
    background-color: #eb0d0d;
    }


nav a {
    display:block;
    padding:0 10px; 
    color:#ffffff;
    font-size:20px;
    line-height: 60px;
    text-decoration:none;
}


nav a:hover {
    background-color: #fa0c0c;
}


/* Hide Dropdowns by Default */
nav ul ul {
    display: none;
    position: absolute;
    top: 60px; /* the height of the main nav */
}
    
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
    display:inherit;
}
    
/* Fisrt Tier Dropdown */
nav ul ul li {
    width:170px;
    float:none;
    display:list-item;
    position: relative;
}


/* Second, Third and more Tiers */
nav ul ul ul li {
    position: relative;
    top:-60px;
    left:170px;
}


    
/* Change this in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }

