/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: black;
  position: relative;
  display: block !important;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: inline;
  text-align: center;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  color: white !important;
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: orange;
  color: black;
}

.jumbotron
{
    margin-top: 40px;
    background-color: none;
    text-align: left;
}

.nav {
    background-color: black;
    color: white;
    width: 100%;
    text-align: center;
    text-decoration: none;
}
.nav li a {
    display: inline;
    text-decoration: none;
    transition: 0.1s;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 12px;
    margin-right: 25px;
    padding: 5px 5px;
    text-align: center;
    overflow: auto;
}
.nav li a:hover {
    background-color: darkblue;
    text-decoration: none;
    color: white;
    font-weight: 900;
    padding: 25px 15px;
    font-size: 12px;
    cursor: pointer;
}

/* Style the active link (or home/logo) */
.active {
  background-color: black;
  color: white;
}

.header {
    background-color: none;
    width: 100%;
}
.logo{
    width: 100%;
    background-color: darkkhaki;
    color: black;
    border-radius: 25px;
    border-width: 2px;
    border-style: ridge;
    text-align: center;
}
body {
    background-color: black;
}
h1 {
    color: black;
}
h2 {
    color: black;
}
h3 {
    color: black;
}
.tagline
{
    background-color: darkkhaki;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}
nav {
    background-color: black;
    color: white;
    width: 100%;
    text-align: center;
    text-decoration: none;
}
nav li a {
    display: inline;
    text-decoration: none;
    transition: 0.1s;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 12px;
    margin-right: 25px;
    padding: 5px 5px;
    text-align: center;
}
nav li a:hover {
    background-color: darkgoldenrod;
    text-decoration: none;
    color: white;
    font-weight: 900;
    padding: 25px 15px;
    font-size: 12px;
    cursor: pointer;
}
nav li a:visited {
    color: white;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
}
.previewwrapper {
    background-color: none;
    border-style: solid;
    width: 80%;
    margin: 0 auto;
    border-radius: 25px;
}
.wrapper {
    background-color: none;
    border-style: solid;
    width: 80%;
    margin: 0 auto;
    border-radius: 25px;
}
.blackbox {
    background-color: black;
    color: white;
    padding: 10px 10px;
    text-align: right;
    font-family: "Arial", sans-serif;
}
.box {
    background-color: darkgoldenrod;
    color: white;
    border-radius: 25px;
}
.blackboxblank {
    background-color: black;
    color: black;
}
.boxblank {
    background-color: darkgoldenrod;
    color: goldenrod;
    border-radius: 25px;
}
.goldenbox {
    background-color: darkgoldenrod;
    color: goldenrod;
    text-align: center;
    border-radius: 25px;
}
.whitebox {
    background-color: white;
    color: white;
    text-align: center;
    border-radius: 25px;
}
.section {
    background-color: white;
    width: 75%;
    float: left;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
.aside {
    background-color: whitesmoke;
    width: 25%;
    float: right;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
footer {
    background-color: black;
    width: 100%;
    text-align: center;
    text-decoration: none;
}
footer a {
    color: black;
    text-decoration: none;
}
footer a:hover {
    color: darkgoldenrod;
    text-decoration: none;
}
footer li a:visited {
    color: black;
    text-align: center;
    text-decoration: none;
}
footer li a:default {
    color: black;
    text-align: center;
    text-decoration: none;
}