﻿@import url('https://fonts.googleapis.com/css?family=Montserrat:200|Open+Sans');

body {
    padding-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #404040;
    background: #26202a;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 2em;
}

.content {
    padding-top: 0px;
    background: white;
}

/*.content div div:first-child {
    padding-bottom: 3em;
}*/

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.form-group:last-child {
    padding-top: 2em;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
select {
    max-width: 280px;
}

.btn {
    width: 200px;
    margin: 0 auto;
    display: block;
    border-width: 2px;
    border-style: solid;
    border-radius: 26px;
    background: transparent;
    transition: all 0.5s;
}

.modal-footer .btn + .btn {
    margin: 10px auto;
}

.btn-primary {
    color: #FF5318;
    border-color: #FF5318;
}

.btn-primary:hover {
    color: white;
    background: #FF5138;
    border-color: #FF5318;
}

.btn-inverse {
    color: white;
    border-color: white;
}

.btn-inverse:hover {
    color: #FF5138;
    background: white;
    border-color: #FF5138;
}

.btn-dark {
    color: white;
    background: #FF5138;
}

.btn-dark:hover {
    color: #FF5138;
    background: white;
    border-color: #FF5138;
}
.btn-dark:focus {
    color: white;
    background-color: #3276B1;
    border-color: #285e8e;
}

.btn i {
    padding-right: 10px;
}

span.custom-link {
    border: solid 1px;
    border-color: #3c763d;
    padding: 10px;
    border-radius: 4px;
    display: block;
}

.custom-link a {
    margin-right: 5px;
}

footer {
    display: block;
}

.site-footer {
    color: white;
    text-align: center;
}

.site-footer .top-footer {
    background: #FF5318;
    padding-top: 1em;
    text-transform: uppercase;
    padding: 2em 0;
    margin: 0
}

.site-footer .top-footer h4 {
    margin-bottom: 1.5em;
    color: white;
}

.site-footer .mid-footer {
    padding-top: 1em;
}

.site-footer .mid-footer .social-media {
    padding-top: 1em;
    padding-bottom: 2em;
}

.site-footer .mid-footer .social-media a {
    margin: 0 2%;
}

.site-footer .mid-footer .social-media a i {
    color: white;
    font-size: 1.8em;
    width: 1.75em;
    height: 1.75em;
    border-radius: 50%;
    padding-top: 0.4em;
}

.site-footer .mid-footer .social-media a i.fa-facebook {
    background: #3c5a96;
}
.site-footer .mid-footer .social-media a i.fa-twitter {
    background: #469bfc;
}
.site-footer .mid-footer .social-media a i.fa-google-plus {
    background: #d1493c;
}
.site-footer .mid-footer .social-media a i.fa-instagram {
    background: #5380a2;
}
.site-footer .mid-footer .social-media a i.fa-pinterest-p {
    background: #c9232d;
}

.site-footer ul.menu {
    display: block;
    list-style: none;
    margin: 0;
    text-align: center;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin-left: 0px;
    -webkit-padding-start: 0px;
    padding-left: 0px;
}

.site-footer ul.menu li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1em;
    margin: 2em 2%;
}

@media (max-width: 400px) {
    .site-footer ul.menu li {
        display: block;
    }
}

.site-footer ul.menu li a {
    color: #9ca3a7;
}

.site-footer ul.menu li a:hover {
    text-decoration: none;
}

input[type="email"] {
    background: #fff;
    border: 1px solid #ccd1d7;
    font-size: 16px;
    box-shadow: none;
}

.form-group.master > div:first-child {
    padding-bottom: 0;
    text-align: center;
}

.form-group.master label, .form-group.master input {
    font-size: 1.2em;
    line-height: 1.2em;
}

tr {
    cursor: pointer;
}
tr.disabled {
    cursor: not-allowed;
}