
body {
    background-color: white;
}

nav {
    width: 100%;
}

.heart {
    color: red;
}

.clearflt {
    clear: both;
    height: 10px;
}

.navbar {
    position: fixed;
    display: block;
    width: 100%;
    height: 60px;
    /* background:linear-gradient(to bottom, #3C697F, #78909c); */
    background: #29292A;
    z-index: 99;
       -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-mobile {
    float: right;
    color: #fff;
    background: #4e4e4e;
    text-decoration: none;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 15px;
}

.navbar-list-mobile {
    list-style: none;
    margin: 0 0 0 0;
}

#mobile-nav {
    position: relative;
    float: right;
    display: inline-block;
}

/* Style The Dropdown Button */
.dropbtn {
color: #fff;
    background: #4e4e4e;
    text-decoration: none;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    float: right;
    margin-right: 50px;
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    right: 0;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: slategray;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
#mobile-nav:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
#mobile-nav:hover .dropbtn {
    background-color: #3e8e41;
}

.top-wrapper {
    top: 60px;
    width: 100%;
    height: 300px;
    background: url(../img/image1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: -2px 3px 28px -2px rgba(0,0,0,0.75);
    position: relative;
    z-index: 1;
    display:inline-block;
    text-align: center;
}

.banner-text {
    color: white;
    opacity: 1;
    margin-top: 120px;
    text-shadow: 6px 6px 0px rgba(0,0,0,0.2);
}
/* LOGO */

.brand-logo {
    left: .75rem;
    background: url(../../images/OAP.jpg) center no-repeat;
background-size: contain;
    display: block;
    height: 250px;
    position: absolute;
    text-indent: -9999px;
    top: -45px;
    width: 100px;
    z-index: 10;
    margin-left: 10px;
}

.logo-bot {
    width: 100px;
    height: 100px;
  display: block;
}



/* NAV LINKS */

.navbar-list {
    list-style: none;
    margin: 0 0 0 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-item {
    float: right;
    display: inline;
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    margin-bottom: 0;
}

.lastchild {
    border-right: 0;
}

.navbar-link {
    text-decoration: none;
    line-height: 5rem;
    letter-spacing: .2rem;
    color: white;
    margin-left: 10px;
}

/* DROP MENU */

/*---- CROSS BROWSER DROPDOWN MENU ----*/

ul#nav 
{
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0px;
}
ul.drop a { 
display:block; 
color: #fff; 
font-family: Verdana; 
font-size: 14px; 
text-decoration: none;}

ul.drop, ul.drop li, ul.drop ul { 
list-style: none; 
margin: 0; 
padding: 0; 
color: #fff;}

ul.drop li { 
float: right; 
line-height: 1em; 
padding: 5px 5px; }

ul.drop li.hover, ul.drop li:hover { 
    position: relative; }

ul.drop ul {
visibility: hidden;
position: absolute;
left: 0;
width: 125px;
background: #29292A;
top: 100%; 
}

ul.drop ul li { float: none; }

ul.drop ul ul { top: -2px; left: 100%; }

ul.drop li:hover > ul { visibility: visible }


/* CONTENT */

.main-content {
    padding: 5% 5% 5% 5%;
    background-color: #fff;
    position: relative;
    height: auto;
    margin: 0;
}

.main-content h1 {
    margin-top: 20px;
}

.pulldown {
    position: relative;
    top: 40px;
}

.footer-content {
    text-align: center;
    padding: 10px 0 0 0;
    margin: 15px 0 0 0;
    width: 100%;
    background-image: url(../img/footer-bg-no-text.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65px;
}

.footer-content ul {
    list-style-type: none;
    line-height: 1.4;
    padding-left: 0;
}

.footer-content li {
    display: inline;
    text-align: center;
}

.footer-content li a {
    display: inline;
    color: inherit;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

.footer-content a:hover {
    color: #FF5722;
}

.copyright {
    background-color: #78909c;
    width: 100%;
    text-align: center;
    height: auto;
    margin: 0;
}

.copyright p {
    text-align: center;
    margin: 0;
    
}

#update {
    float: right;
    font-size: 10px;
}
/* BREAK */
    
    #horizontal-break {
        width: 100%;
        height: 50px;
        position: relative;
        background-image: url(../img/footer-bg-no-text.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
        z-index: 10;
        
    }

.shadow {
    box-shadow: -2px 3px 28px -2px rgba(0,0,0,0.75);
}

.bottom-section {
    height: 100px; 
    width: 100%;
    background-image: none;
}

#return-to-top {
    float: right;
}

#return-to-top i:hover {
    color: #F68212;
}

.imgradius {
    width: 100px;
    border-radius: 100px;
}

.main-content ul {
    list-style: none;
}

.main-content h2 img {
    height: 50px;
    width: 50px;
    border-radius: 50px;
}

.mapimg {
    width: 100%;
}

.tobutton {
    float: right;
    padding: 1em;
    cursor: pointer;
    background: #FA7200;
    text-decoration: none;
    color: white;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
}

.sources {
    font-size: .7em;
}
/* MAP */

#map {
    width: 800px; 
    margin: auto;
}

#map a {
  float: left;
  position: relative;
}

#map a img {
  display: block;
  width: 200px;
}

#map a span {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  color: #ddd;
  padding: 20px;
}

#map a:hover span {
  display: block;
}

/*media queries*/
 
@media only screen and (max-width: 920px) {
    .navbar-list {
        display: none;
            -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    }
    
    .brand-logo {
        height: 100px;
         -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    }
}

@media only screen and (min-width: 920px) {
    .navbar-mobile {
        display: none;
    }
    .dropbtn {
        display: none;
    }
}
