

/* ==========================================================================
   Author's custom styles
   BTC dark = #231f20;
   BTC blue = #429ccc;
   ========================================================================== */

body {
    font-size:16px;
    background-color: #231f20;
    font-family: 'PT Sans', sans-serif;
    color: #f2f2f2;
}

footer {
    height: 50px;
    background-color: black;
    color: #313131;
    font-size: 14px;
    margin-top: 30px;
    padding-top: 15px;
}

#logo-bar {
    background-color: #000000;
    border-bottom: 1px solid #429ccc;
}

#photo-container {
    background-color: #000000;
    border-bottom: 1px solid #429ccc;
}

#content {
    margin: 25px 0;
    border: 1px solid #484848;
    padding: 15px 30px;
    box-sizing: border-box;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-align: justify;
}

#content h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
}

#content-text {
    padding-left: 80px;
}

#faq {
    margin-top: 35px;
}

#faq h2, #large-nav h2, #general-faq h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

#faq ul, #general-faq ul {
    list-style-type: none;
    padding:0;
    margin:0;
}

#faq li, #general-faq li {
    float: none;
    font-size: 16px;
    line-height: 30px;
}

#faq i, #general-faq i {
    padding-right: 10px;
    font-size: 14px;
    color: #429ccc;
}

#faq a, #general-faq a {
    color: white;
    text-decoration: underline;
}

#faq a:hover, #general-faq a:hover {
    color: #429ccc;
    text-decoration: underline;
}

hr {
    border-top: 1px dotted #484848;
    margin-right: 100px;
}

#large-nav {
    margin-top: 20px;
}

#large-nav a {
    color: white;
    text-decoration: underline;
}

#large-nav a:hover {
    color: #429ccc;
    text-decoration: underline;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

strong {
    color: #429ccc;
}

.info p.link:hover {
    font-style: normal;
    font-size: 14px;
    text-decoration: underline;
}

.info p.intro {
    margin-top: 25px;
}

#photo-container .container {
    padding: 0;
}














