
a {
    color:black;
    text-decoration: underline;
}

a:hover {
    color:black;
    text-decoration: none;
}

 a:visited {
     color:#333333;
 }

.nounderline {
    text-decoration: none;
}

div {
    font-size:18px;
}

.container {
    max-width:950px;
    margin-bottom:30px;
}
main {
    padding-top: 50px;
}
.navbar {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
    background-color: #d35400;
    border: 0;
    font-size: 11px !important;
    letter-spacing: 1px;
    font-weight: bold;
    opacity:0.95;
}

/* Add a gray color to all navbar links */
.navbar li a, .navbar .navbar-brand { 
    color: #d5d5d5 !important;
}

/* On hover, the links will turn white */
.navbar-nav li a:hover {
    color: #fff !important;
}

/* The active link */
.navbar-nav li.active a {
    color: #fff !important;
    background-color:#e67e22 !important;
}

/* Remove border color from the collapsible button */
.navbar-default .navbar-toggle {
    border-color: transparent;
}

/* Dropdown */
.open .dropdown-toggle {
    color: #fff ;
    background-color: #555 !important;
}

/* Dropdown links */
.dropdown-menu li a {
    color: #000 !important;
}

/* On hover, the dropdown links will turn red */
.dropdown-menu li a:hover {
    background-color: red !important;
}

footer div {
    background-color: #2d2d30;
    color: #f5f5f5;
    height:20px;
    margin-bottom:50px;
}

footer a {
    color: #f5f5f5;
}

footer a:hover {
    color: #777;
    text-decoration: none;
}

footer {
    text-align: center;
    padding-bottom:50px;
}

footer img {
    height:120px;
    margin:60px;
    margin-top:20px;
    margin-bottom:20px;
}
