body {
  background: url(/img/backgrounds/ycm-road-to-victory.jpg) center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Oxygen', sans-serif;
  font-size: 1em; }

#logo-zone {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 25px;
  margin-right: 25px; }
  #logo-zone img {
    max-height: 90px; }
  #logo-zone div {
    padding: 10px; }

#sponsors-zone {
  background-color: white;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 50px;
  padding: 25px;
  margin-left: 0px;
  margin-right: 0px; }
  #sponsors-zone img {
    max-height: 50px; }
  #sponsors-zone div {
    padding: 20px; }

h1 {
  font-size: 1.8em;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700; }

#intro-name {
  text-transform: uppercase;
  font-weight: 900;
  margin: 25px;
  font-size: 2.3em;
  border: none;
  margin-bottom: 25px; }
  #intro-name .text-red {
    color: #d5112b;
    font-size: 1.2em; }

#formwindow {
  padding: 25px;
  margin: 25px 0 25px 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px; }
  #formwindow .checkbox label {
    padding-left: 20px;
    font-size: 0.8em; }
    #formwindow .checkbox label input {
      margin-left: -20px;
      margin-right: 6px; }

#content-zone {
  margin-bottom: 25px;
  margin-top: 25px;
  min-height: 250px; }

#navigation-zone .navigation-style {
  background-color: white;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
#navigation-zone .header-info {
  margin: 10px 0 10px 0; }
#navigation-zone ul.navbars {
  margin: 0;
  padding: 0; }
#navigation-zone ul.navbars li {
  display: inline-block;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12pt; }
#navigation-zone ul.navbars li:hover, #navigation-zone ul.navbars li.active {
  background-color: #d5112b;
  color: white; }
#navigation-zone ul.navbars a {
  text-decoration: none;
  color: black; }
  #navigation-zone ul.navbars a:hover {
    color: white; }

#wrapper {
  background-color: rgba(255, 255, 255, 0.92);
  min-height: 100vh;
  height: 100%;
  padding: 0; }

.message.error {
  text-align: center;
  color: white;
  margin: 10px 0px;
  text-transform: uppercase !important;
  font-weight: 700;
  background-color: rgba(200, 0, 0, 0.7); }
