﻿body {
  
 /*   max-width: 100%;*/
    overflow-x: hidden;

    padding-top: 50px;
    padding-bottom: 20px;
    font-family: Arial, Helvetica,sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}



/*Custom*/


.star-bar {
    background: url("../images/star-2.png") repeat;
    height: 30px;
}

.nav-font {
    text-align: center;
    color: #a52a2a;
    font-size: larger;
    font-weight: bolder;
    vertical-align: middle;
}

/*.mt-0 {
  margin-top: 0 !important;
}

.ml-1 {
  margin-left: ($spacer * .25) !important;
}

.px-2 {
  padding-left: ($spacer * .5) !important;
  padding-right: ($spacer * .5) !important;
}

.p-3 {
  padding: $spacer !important;
}

.p-4 {
  padding-top: $spacer !important;
}*/



/*dropdown*/



/*Menu styles*/

.menuHeader {
    font-weight: bold;
    color: #a52a2a;
    font-size: 18px;
    text-decoration: none;
    /*padding-left: 10px;*/
    font-family: Arial, Helvetica,sans-serif;
    padding-left: 10px;
    line-height:1.3;
    padding-top:12px;
    padding-bottom:0px;
}

/*.menuHeader li a:hover {
  text-decoration: none !important;
     background: #ffe6ba !important;
    /*color: inherit;*/
/*color: #a52a2a;*/
/*color: #fff;
    background: steelblue; /*rgba(255, 255, 255, 0.2);
}*/

.menuitem {
    margin: 0;
    line-height: 1.2;
    padding: 0;
    border-bottom: solid 1px #d6cebe;
    /*overflow: initial;*/
    /*white-space: nowrap;*/
}

.menuitemLink {
    /*display: block;*/
    /*padding: 4px 7px;*/
    color: #000;
    text-decoration: none;
    font-size: 13px;
    font-family: Arial, Helvetica,sans-serif;
    line-height: 1.3;
    padding-top:2px;
    padding-bottom:2px;
}

.footerstyle {
    font-size: 13px;
    font-family: Arial, Helvetica,sans-serif;
}


.countyDropdown {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    font-family: Arial, Helvetica,sans-serif;
    line-height: 1.5;
    padding-left: 10px;
}

.customTitle {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    color: #2b5680;
    font-weight: bold;
}

h3 {
    font-family: Georgia, "Times New Roman", Times, serif !important;
    font-size: 20px !important;
    color: #2b5680 !important;
    font-weight: bold !important;
}


.contestLink {
    font-size: 12px;
}


    .contestLink a {
        font-size: 14px;
        color: white !important;
        /*text-align: left;*/
        text-decoration: underline;
    }



