﻿body {
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

header, footer, nav, section {
    display: block;
}

ul li {
    font-size: 16px !important;
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}


.header .header-main {
  padding: 10px 0 !important;
}

.events .section-content {
    min-height:100px !important;
}



.state-icon {
    left: -5px;
}
.list-group-item-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(66, 139, 202);
}


.panel-footer .custom-list-style li {

    margin-left:-30px !important;
}


.box {
    padding:0px !important;
}

.main-nav {
    margin-bottom: 0px !important;
}

.promo {
    width:100%;
}

ul.nav li.subnav {
    margin-top:0px;
    padding-left:25px;
}

.page-wrapper .page-sidebar .widget .nav li a {
    margin-bottom: 0px !important;
}

.header .top-bar {
    /*background-color: #f4c430 !important;*/
    
}

p {
    font-size: 16px !important;
}
.header-message {
    font-size:16px;
}

.page-wrapper .album-cover {
    min-height:250px !important;

}

.header-shadow {
    text-shadow: 2px 2px 5px #6091ba;
}
/* this is to overide social media   for green */

/*
.header .social-icons a {
background: #57a89a !important;
}

.header .social-icons a:hover {
    background: #23433e !important;
}

.header .social-icons a .fa {
color: white !important;
}
 */

/* this is to overide social media   for blue */

.header .social-icons a {
background: #6091ba !important;
}

.header .social-icons a:hover {
    background: #27435a !important;
}

.header .social-icons a .fa {
color: white !important;
}


