/* 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: 16px/25px "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2, h2, h3, h4, h5, h6 {
    color: #111;
}
a, a:hover {
    color: #006600;
}
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: 340px;
}
#branding h1 {
    text-align: center;
}
.purpose {
    margin-top: 10px;
}
.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: 30px;
}
.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.pattern3 {
    background: #fff url(../img/pattern3.png);
}

/* 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;
}

.speechyfier{
font-size:18px; color:#4261a5; padding-left:5px;}

.home-links{
font-size:17px; color:#009900; text-decoration:none; }

.home-links:hover{
font-size:17px; color:#009900;  text-decoration:underline; }

.home-text{
padding-left:10px; font-size:16px; font-weight:bold;}

/* End of Documents */
