body {
    background-color: #f9f9f9;
}

p {
    color: white;
}

a {
    color: white;
}

a:link {
    text-decoration: none; 
}
a:visited { 
    text-decoration: none; 
}
a:hover {
    color: #081828;
    text-decoration: none; 
}
a:active {
    text-decoration: none; 
}

h1, h2, h3, h4 {
    color: #081828;
}

/* Navigation Bar */
.navbar {
    position: fixed;
    width: 100%;
    z-index: 1;
    visibility: hidden;
}

.navbar-inverse .navbar-nav>li>a{
    color: goldenrod;
}

.navbar-inverse {
    background-image: none;
}

/* Jumbotron */
.jumbotron {
    padding-top: 3em;
    height: 200px;
    width: 100%;
    background-color: #21a635;
    opacity: 1;
    #background-image:  repeating-radial-gradient( circle at 0 0, transparent 0, #4b4b4b 40px ), repeating-linear-gradient( #cccccc55, #363636 );
}

.jumbotron-content {
    padding-top: 1px;
}


#resp-iframe {
    margin-top: 0;
    padding-top: 0;
}
