﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-image:url("../../Images/bg_body.jpg");
}

.footer-content {
    padding-left: 15px;
    padding-right: 15px;
    background-image:url("../../Images/bg_footer.jpg");
}

/* Set widths on the form inputs since otherwise they're 100% wide 
input,
select,
textarea {
    max-width: 280px;
}
*/
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 0px;
    }
    .body-content {
        padding: 0;
    }
}

.imgdiv {
	padding: 10px;
    background-color : white;
}


.tablecontest {
    width: 100%; 
    border-collapse:separate; 
    border-spacing: 15px;     
    border : 1px;
}
.cellacontest {
    padding: 20px;
    /*background-color : white;*/
    width: 50%;
    vertical-align:top;
    text-align: justify;
}

.tablenews {
    width: 100%; 
    border-collapse:separate; 
    border-spacing: 15px;     
    border : 1px;
}
.cellanews {
    padding: 15px;
    background-color: white;
    width: 100%;
    vertical-align: top;
    text-align: justify;
}

.staffimage {
    position :relative;
    /*float :left;*/
    width :100%;
    max-width :100%;
    max-height :100%;
}
.staffimage .text {
   position :absolute ;
   top: 1px;
   left:50px;
}

.raceimage {
    position :relative;
    /*float :left;*/
    width :100%;
    max-width :100%;
    max-height :100%;
}
.raceimage .text {
   position :absolute ;
   top: -15px;
   left:30px;
}

#map-container {
  margin: 0;
  padding: 0;
  height: 300px;
}

.embed-responsive
{
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
}

.embed-responsive.embed-responsive-16by9
{
    padding-bottom: 45.25%
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object
{
    border: 0 none;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.imageList li {
    display :inline;
    float: left;
    margin-left :0px;
    margin-bottom :5px;
}
