html{background: url(../img/bg.jpg) no-repeat center center fixed;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;background-color: #fff;}body{font-family: 'Open Sans', sans-serif !important;font-size: 15px;color: #000;overflow-x: hidden;}.wrapper{max-width: 964px;margin: 0 auto;background-color: #fff;}.blackBGWrapper{/*background-color:rgba(0,0,0,0.8);*/}a{text-decoration: none;color: #c50007;}a:hover{text-decoration: none;color: #8c0005;}h1{font-size: 42px;text-align: center;}.topHeader{background-color: #c50007;font-weight: bold;}.mainBox{text-align: center;font-size: 38px;font-weight: bold;}.mainBox .lineOne{background-color: #c50007;color: #fdf727;border: 2px solid white;}.mainBox .lineOne .quotes{color: #fff;}.mainBox .lineTwo{background-color: #000;color: #fff;border: 2px solid white;}.mainBox .lineThree{background-color: #000;color: #fff;border: 2px solid white;}.mainBox .lineFour{background-color: #fdf727;color: #000000;border: 2px solid white;}.miniMSG{background-color: #ffffff; color: #000000; border: 2px solid black; border-radius: 10px; text-align: left !important; font-size: 16px; padding: 2px 24px;}.quote{background: url(../img/quote-bg.jpg) no-repeat center center fixed; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.../img/quote-bg.jpg', sizingMethod='scale');-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/quote-bg.jpg', sizingMethod='scale')"; background-color: #fff; color: #000; border-radius: 10px; border: 2px solid black; text-align: center; font-size: 16px; font-weight: bold; padding: 16px;}/********** RESPONSIVE VIDEO EMBED **********/.responsiveVidContainer{position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;}.responsiveVidContainer iframe,.responsiveVidContainer object,.responsiveVidContainer embed{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}/*===========================Device Specific Media Queries===========================*//* mobile */@media (min-width: 0px) and (max-width: 480px){.mainBox{text-align: center;font-size: 22px !important;font-weight: bold;}}/* tablet */@media (min-width: 481px) and (max-width: 767px){.mainBox{text-align: center;font-size: 22px !important;font-weight: bold;}}/* desktop */@media screen and (min-width: 768px){}