/* Pre-defined Colors
==================================================
#703572     violet
#ef6b00     orange
#e04251     red
#008751     green
#008cb2     blue
================================================== */

/* Basic Element Styles
================================================== */
body {
    text-align: center;
    /* TODO: change Google Font Family Name here */
    font: 14px/21px "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2, h2, h3, h4, h5, h6 {
    color: #111;
}
a, a:hover {
    color: #703572;
}
textarea {
    width: 100% !important;
}

/* Page Styles
================================================== */
.hline {
    height: 10px;
    background-color: #703572;
}

/* background image(s) wrap */
#wrap_background {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 80px;

    /* TODO: change background image wrap height here */
    min-height: 450px;
}
#branding h1 {
    text-align: center;
}
.purpose {
    margin-top: 80px;
}
.purpose h1 {
    font-weight: bold;
}
.purpose-white .purpose,
.purpose-white .purpose h1,
.purpose-white .purpose p {
    color: #fff;
}

#countdown_dashboard {
    margin-top: 0px;
    padding-bottom: 100px;
}
.cd-column {
    display: inline-block;
    margin: 0 10px;
    opacity: 0.8;
}
.cd-column:hover {
    display: inline-block;
    margin: 0 10px;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}
.dash {
    position: relative;
    width: 120px;
    height: 120px;
    padding: 20px 0;
    margin: 20px auto;
    border-radius: 50%;
    background-color: #703572;
}
.digit {
    position: relative;
    display: inline-block;
    height: 52px;
    vertical-align: middle;
    font-size: 42px;
    font-weight: bold;
    line-height: 52px;
    text-align: center;
    color: #fff;
}
.dash_title {
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
}
.digit .top {
    display: none;
}
.digit .bottom {
    display: block;
}
.margin_overlap {
    position: relative;
}
.margin_overlap .divider {
    top: -5px;
}
.divider {
    position: relative;
    height: 0px;
    border-radius: 5px;
    border: 5px solid #703572;
}
.wrap_column {
    position: relative;
    margin-bottom: 80px;
}
.marker {
    position: relative;
    top: -30px;
}
.dot {
    position: relative;
    margin: 0 auto;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    border: 5px solid #fff;
    background-color: #703572;
}
.form-control {
    box-shadow: none;
}
.form-control:focus {
    box-shadow: none;
    border-color: #703572;
}
.btn-default {
    border-color: transparent;
    color: #fff;
    background-color: #703572;
}
.btn-default:hover {
    border-color: transparent;
    color: #fff;
    background-color: #333;
}
.error {
    color: #f10;
}
#success_message {
    color: #081;
}
#socialmedia {
    list-style-type: none;
    padding-left: 0;
}
#socialmedia li {
    display: inline-block;
}
#socialmedia li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 10px;
    padding: 8px 5px;
    font-size: 20px;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid #703572;
}
#socialmedia li a:hover {
    border: 1px solid #333;
    background-color: #333;
    color: #fff;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

#wrap_about {
    position: relative;
}
#wrap_about .dot {
    margin-top: 5px;
}
.info {
    margin-top: 30px;
}
.addr-marker {
    font-size: 30px;
}
.copyright {
    padding: 30px 0;
    border-top: 1px solid #703572;
}

/* Media Queries
================================================== */
@media only screen and (max-width: 601px) {
    #countdown_dashboard {
        width: 290px !important;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 340px) {
    #countdown_dashboard {
        width: 100% !important;
        margin: 0 auto;
    }
}

/* Background Pattern Images
================================================== */
body,
body.pattern1 {
    background: #fff url(../img/pattern1.png);
}
body.pattern2 {
    background: #fff url(../img/pattern2.png);
}
body.pattern3 {
    background: #fff url(../img/pattern3.png);
}
body.pattern4 {
    background: #fff url(../img/pattern4.png);
}
body.pattern5 {
    background: #fff url(../img/pattern5.png);
}

/* Color-Scheme #1 #703572 default applied
================================================== */
body.color-default a,
body.color-default a:hover {
    color: #703572;
}
body.color-default .hline,
body.color-default .dash,
body.color-default .dot,
body.color-default .btn-default {
    background-color: #703572;
}
body.color-default .btn-default:hover {
    background-color: #333;
}
body.color-default .divider,
body.color-default .form-control:focus,
body.color-default #socialmedia li a {
    border-color: #703572;
}
body.color-default #socialmedia li a:hover {
    border-color: #333;
}
body.color-default .copyright {
    border-top-color: #703572;
}

/* Color-Scheme #2 #ef6b00 orange
================================================== */
body.color-orange a,
body.color-orange a:hover {
    color: #ef6b00;
}
body.color-orange .hline,
body.color-orange .dash,
body.color-orange .dot,
body.color-orange .btn-default {
    background-color: #ef6b00;
}
body.color-orange .btn-default:hover {
    background-color: #333;
}
body.color-orange .divider,
body.color-orange .form-control:focus,
body.color-orange #socialmedia li a {
    border-color: #ef6b00;
}
body.color-orange #socialmedia li a:hover {
    border-color: #333;
}
body.color-orange .copyright {
    border-top-color: #ef6b00;
}

/* Color-Scheme #3 #e04251 red
================================================== */
body.color-red a,
body.color-red a:hover {
    color: #e04251;
}
body.color-red .hline,
body.color-red .dash,
body.color-red .dot,
body.color-red .btn-default {
    background-color: #e04251;
}
body.color-red .btn-default:hover {
    background-color: #333;
}
body.color-red .divider,
body.color-red .form-control:focus,
body.color-red #socialmedia li a {
    border-color: #e04251;
}
body.color-red #socialmedia li a:hover {
    border-color: #333;
}
body.color-red .copyright {
    border-top-color: #e04251;
}

/* Color-Scheme #4 #008751 green
================================================== */
body.color-green a,
body.color-green a:hover {
    color: #008751;
}
body.color-green .hline,
body.color-green .dash,
body.color-green .dot,
body.color-green .btn-default {
    background-color: #008751;
}
body.color-green .btn-default:hover {
    background-color: #333;
}
body.color-green .divider,
body.color-green .form-control:focus,
body.color-green #socialmedia li a {
    border-color: #008751;
}
body.color-green #socialmedia li a:hover {
    border-color: #333;
}
body.color-green .copyright {
    border-top-color: #008751;
}

/* Color-Scheme #5 #008cb2 blue
================================================== */
body.color-blue a,
body.color-blue a:hover {
    color: #008cb2;
}
body.color-blue .hline,
body.color-blue .dash,
body.color-blue .dot,
body.color-blue .btn-default {
    background-color: #008cb2;
}
body.color-blue .btn-default:hover {
    background-color: #333;
}
body.color-blue .divider,
body.color-blue .form-control:focus,
body.color-blue #socialmedia li a {
    border-color: #008cb2;
}
body.color-blue #socialmedia li a:hover {
    border-color: #333;
}
body.color-blue .copyright {
    border-top-color: #008cb2;
}

/* Color-Scheme #6 #000 black
================================================== */
body.color-black a,
body.color-black a:hover {
    color: #000;
}
body.color-black .hline,
body.color-black .dash,
body.color-black .dot,
body.color-black .btn-default {
    background-color: #000;
}
body.color-black .btn-default:hover {
    background-color: #333;
}
body.color-black .divider,
body.color-black .form-control:focus,
body.color-black #socialmedia li a {
    border-color: #000;
}
body.color-black #socialmedia li a:hover {
    border-color: #333;
}
body.color-black .copyright {
    border-top-color: #000;
}

/* End of Documents */
