body{

    background-color: whitesmoke;
    font-family: 'Lato', sans-serif;    
}

h3{
	font-family: 'VEALEERIAN', sans-serif;  
    color: darkred;
}

.red {
    color: darkred;
	font-style: italic;
	font-weight:bold;
}

a{
    color: darkred;
}

input{
	max-width:300px;
}

.infoBox{
	border-radius: 5px 5px 5px 5px;
    background-color: white;
    padding: 5px;
    overflow: auto;
    flex: 1;
}

.subtext {
	font-weight:bold;
}
.subtext2
{
	
	font-weight:bold;
	font-size:14pt;
}

.winners{
	background:url("../img/winners.png")  center center ;
    background-color: whitesmoke;
	background-size:auto 80%;
	background-repeat:no-repeat;
}
.slide img{
    width: 100%;
}

.icon img{
    width: 100%;
    max-width: 100px;
    padding-top: 20px;
}

.timeline{
    max-width: 100% !important;
    width: 100% !important;
}

.twitter-timeline{
    width: 100% !important;
}

.reducePad{
	margin-top: 5px;
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.col-xs-12{
    padding: 3px;
}

.equalHeight{
    display: -webkit-inline-flex;
    display: -ms-flexbox;
    display: flex;
}

textarea{
    border: 1px solid darkred;
}
.red-border{
    border:1px solid darkred;
}

.left-line{
    border-left: 1px solid darkred;   
}
.segment70{
    height: 70%;
    text-align: center;
}

.footer30{
    background-color: darkblue;
    position: inherit;
    bottom: 0;
    width: 100%;
    height: 30%;
}

.noPad{
    padding:0px;     
}

.center-block-container {
    position: relative;
    top: 0;
    left: 0;
}

.center-block-div {
    position: relative;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-60%);
}

.center-block-div img {
        min-width: 90px;
}

.widget{
    max-height: 400px;
    height: 100%;
}

.fill-gutter{
    background-color: whitesmoke;
    margin-left: 3px;
    margin-right: 3px;
}

.footer-center{
    text-align: center;
    vertical-align: middle;
}
.footer-center img{
    max-width: 200px;
}

.error{
    color: red;
    font-style: italic;
}

.section-header{
	height:50px;
	margin-left:-10px;
	margin-right:-5px;
	border-radius: 5px 5px 0px 0px;
	background:url("../img/background-big.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-top:-25px;
}
.btn-outline-success {
    color: darkred;
    background-color: transparent;
    background-image: none;
    border-color: darkred;
}

.section-header-small{
	height:50px;
	margin-left:-20px;
	margin-right:-20px;
	border-radius: 5px 5px 0px 0px;
	background:url("../img/background-small.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-bottom:-9px;
	margin-top:-25px;
}
.section-header-small h3{
	padding-top:10px;
	padding-left:10px;
	color:white;
}
.section-header h3{
	padding-top:10px;
	padding-left:10px;
	color:white;
}

.fb-page.fb_iframe_widget iframe {
	min-height: 500px;
}
.fb-page.fb_iframe_widget span {
	min-height: 500px;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 800px !important;
	}

}


@media only screen and (min-width: 769px){
.infoContainer{
	padding-left:20px;
	padding-right:20px;
	height:180px;
}
}
@media only screen and (max-width: 768px){
	.infoContainer{
		padding-left:20px;
		padding-right:20px;
	}
}
.winners-background{
}