/* website specific css and bootstrap override css */

p, h1, h2, .gray-heading {
    color: #545454;
}
h3, h4 {
    color: #CC3300;
}
h4 {
    margin-top: 1.5em;
    font-size: 1.5em;
}
.img-right-margin, iframe {
    margin-right: 20px;
}
.orange {
    color: #FF6600;
}
.darker-orange {
    color: #E65C00;
}
.brown-orange {
    color: #CC3300;
}
.navbar-brand {
    font-family: Georgia, "Times New Roman", serif;
    color: gray;
    font-size: 20pt;
    margin-right: 1em;
}
.navbar-brand:hover, .navbar-brand:focus {
    color: black;
}
.navbar-fixed-top {
    background-color: white;
}
.nav li {
    padding-top: 10px;
}
.nav a {
    color: gray;
}
.nav > li > a:hover, .nav > li > a:focus {
    color: #E65C00;
    background-color: white;
}
.active a {
    color: #CC3300;
}
#forkongithub a {
    background:gray;
    color:#fff;
    text-decoration:none;
    font-family:arial, sans-serif;
    text-align:center;
    font-weight:bold;
    padding:2px 40px;
    font-size:1.1rem;
    line-height:2rem;
    position:relative;transition:0.5s;
}
#forkongithub a:hover {
    background:#E65C00;
    color:#fff;
}
#forkongithub a::before, #forkongithub a::after {
    content:"";
    width:100%;
    display:block;
    position:absolute;
    top:1px;
    left:0;
    height:1px;
    background:#fff;
}
#forkongithub a::after {
    bottom:1px;
    top:auto;
}
@media screen and (min-width:800px) {
    #forkongithub {
        position:absolute;
        display:block;
        top:-10;
        right:0;
        width:200px;
        overflow:hidden;
        height:200px;
    }
    #forkongithub a {
        width:200px;
        position:absolute;
        top:38px;
        right:-60px;
        transform:rotate(45deg);
        -webkit-transform:rotate(45deg);
        box-shadow:2px 2px 2px rgba(0,0,0,0.8);
    }
}
.jumbotron {
    background-color: #EBF0F5;
    margin-top: 50px;
}
.tagline {
    font-size: 1.2em;
    color: #444444;
}
.main {
    margin-top: 60px;
}
.under-top {
    margin-top: 30px;
}
.center {
    text-align: center;
}
.mushy {
    background-color: #EBF0F5;
    padding: 26px 60px 90px 60px;
    margin-top: 20px;
}
.faq {
    color: gray;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
}
.contact {
    font-size: 1.4em;
    text-align: center;
    margin-top: 30px;
}
.contact-sub {
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
}
.contact-line {
    width: 10%;
    border-color: #FF6600;
}
