body {
    margin-top: 0px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.myH1br, .myH2br, .myH3br, .myH4br, .myH5br, .myH6br {display:block;}
.myH1b, .myH2b, .myH3b, .myH4b, .myH5b, .myH6b {font-weight:bold;}

.myH1, .myH1b {font-size:2em;}
.myH2, .myH2b {font-size:1.8em;}
.myH3, .myH3b {font-size:1.6em;}
.myH4, .myH4b {font-size:1.4em;}
.myH5, .myH5b {font-size:1.2em;}
.myH6, .myH6b {font-size:1.1em;}

.nav-tabs {
  border-bottom: #000000 !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: 1px solid #000000 !important;
  border-bottom-color: transparent !important;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: #000000 !important;
}

#service-one, #service-two, #service-three, #service-four, #service-five, .service-two, service-two {
  margin-top:10px !important; margin-bottom:10px !important;
}

.myRowStyles {
  margin-top:15px; margin-bottom:15px;
}

.mySmallerH {font-size:medium;}

.myImgBuffer {margin-top:10px;}

.rdrTable tr:nth-child(odd){background-color: rgba(80, 80, 80, 0.3);}
	/*  Define the background color for all the EVEN background rows 
	.myTable tr:nth-child(even){
		background: #dae5f4;
	} */

/*.panel, .panel panel-primary, panel-primary, panel-heading, panel-title {background-color: rgba(95, 0, 0, 0.3) !important;} */

.myChampion {background-color: rgba(0, 41, 0, 0.3) !important;}

.myLapRec {background-color: rgba(151, 84, 24, 0.3) !important;}

.myColDarkRed {background-color: rgba(95, 0, 0, 0.3) !important;}

.myColGrayTrans {background-color: rgba(77, 77, 77, 0.4) !important;}

.myColWhiteTrans {background-color: rgba(255, 255, 255, 0.1) !important;}

.myColBlueHdr {background-color: rgba(33, 108, 160, 0.3) !important;}

.myColBlueDivider {background-color: rgba(33, 108, 160, 0.1) !important; border-top:solid 1px #203b4e !important;}

.myColRedDivider {background-color: rgba(95, 0, 0, 0.3) !important; border-top:solid 1px #870000 !important;}

.myColGrayTransDivider {background-color: rgba(77, 77, 77, 0.4) !important; border-top:solid 1px #eeeeee !important;}

.donClr {border-radius: 5px 40px 5px 5px; border-color:rgba(80, 80, 80, 0.4)!important;}
.donClrHdr{background-color:rgba(80, 80, 80, 0.4) !important; border-radius: 5px 40px 0px 0px; border:2px; border-color:rgba(80, 80, 80, 0.4)!important}
.myDonBG {background-color: rgba(60, 60, 60, 0.3) !important;}
.myDonBG2 {background-color: rgba(0, 0, 0, 0.4) !important;}
.myDonBGdark {background-color: rgba(0, 0, 0, 0.8) !important;}

/* Maroon
.donClr {border-radius: 5px 40px 5px 5px; border-color:rgba(170, 30, 56, 0.4)!important;}
.donClrHdr{background-color:rgba(170, 30, 56, 0.4) !important; border-radius: 5px 40px 0px 0px; border:2px; border-color:rgba(170, 30, 56, 0.4)!important}
.myDonBG {background-color: rgba(60, 60, 60, 0.3) !important;}
.myDonBG2 {background-color: rgba(0, 0, 0, 0.4) !important;}
.myDonBGdark {background-color: rgba(0, 0, 0, 0.8) !important;}
*/

.rdrJumpBuffer::before {
	content: "";
    display: block;
    height: 70px; /* fixed header height*/
    margin: -70px 0 0; /* negative fixed header height */
}

@media (max-width:767px) {
    .mediaHideSmall { display:none;}

}