/* Main CSS */

html,
body {
  background-color: #FFF;

  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #602300;
}

.row {
  font-size: 21px;
}

.align-center {
  text-align: center;
}

.banner > .show-for-small-only {
  width: 100%;
  max-width: 100%;
}

/* Burger Love Button */
.blbtn {
  display: inline-block;
  margin: 10px;
  width: 222px;
  height: 67px;
  line-height: 67px;
  background: url('../img/BLButton.png') center center no-repeat;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #fcd381!important;
}

/*.column,
.columns {
  padding-right: 1.938rem;
  padding-left: 1.938rem;
}*/


.font-Museo-700 { font-family: "Museo 700", Arial, Helvetica, sans-serif; }
.font-Museo { font-family: "Museo 300", Arial, Helvetica, sans-serif; }
.font-Bebas { font-family: 'Bebas Neue', cursive; }

a,
a:link,
a:active,
a:visited {
  color: #874627;
}
  a:hover,
  a:focus {
    color: #975924;
  }


.bg-white {
  background-color: #FFF!important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Museo 700", Arial, Helvetica, sans-serif;
  font-size: 24px;
}

label {
  font-weight: 700;
  color: #632200;
}
  label input,
  label textarea {
    font-weight: normal;
    color: #333;
  }


#Mobile-Nav {
  width: 100%;
  background-color: #602300;
  color: #FFF;
  height: 0px;
  overflow: hidden;

  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  transition: height 0.3s ease;

}
  #Mobile-Nav.active {
    height: 50px;
  }

  #Mobile-Nav a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #FFF;
    font-size: 1.8em;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-family: "Museo 300", Arial, Helvetica, sans-serif;
  }
    #Mobile-Nav a:last-child {
      border: none;
    }

#Header {
  min-height: 100px;
  background-color: #FFF;
  position: relative;
}

  #Header-Social-Links {
    display: block;
		/*font-weight: normal;*/
		/*font-size: 20px;*/
		/*font-family: "Museo 700", Arial, Helvetica, sans-serif;*/
		padding-top: 0px;
    font-size: 28px;
    min-height: 42px;
  }
    #Header-Social-Links a {
      color: #602300;
      display: inline-block;
      padding: 0 10px;
    }

  #Header-Title {
		margin: 0;
		font-weight: 700;
		font-size: 63px;
		font-family: "Museo 700", Arial, Helvetica, sans-serif;
    display: block;
    vertical-align: middle;
		/*position: absolute;
		top: 50px;*/
	}

  #Medium-Nav-Trigger {
    display: inline-block;
    color: #602300;
  }
    #Medium-Nav-Trigger i {
      font-size: 30px;
      padding-right: 10px;
      top: -4px;
      position: relative;
    }

  #Small-Nav-Trigger {
    display: inline-block;
    padding-left: 8px;
    font-family: "Museo 700", Arial, Helvetica, sans-serif;
    line-height: 50px;
  }

  #Header-Rate-Link img {
    height: 50px;
  }


  #Logo img {
    position: absolute;
    top: 20px;
    right: 40px;
    display: block;
    /* width: 185px; */
    width: 205px;
    z-index: 99;
  }

  /*#Header-Social-Links {
    display: block;
    width: 60px;
    position: absolute;
    bottom: -160px;
    z-index: 199;
    left: -60px;
    text-align: center;
    background-image: url('../img/bg-social.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
    #Header-Social-Links a {
      display: block;
      font-size: 32px;
      color: #F7B449;
    }*/


  #Main-Nav {
		font-size: 19px;
		font-family: "Museo 700", Arial, Helvetica, sans-serif;
    padding-bottom: 5px;
	}
		#Main-Nav a {
			display: inline-block;
			padding-right: 20px;
			text-decoration: none;
			color: #644025;
		}


#Body {
  background-color: #f5c15d;
  min-height: 100px;
  border-top: 3px solid #f7b449;
  border-bottom: solid 3px #f7b449;
}
  #Body > .row {
    /* background-color: #F7B449; */
    background-color: #FFF;
    /* background-color: #63CFE3; */
  }

  #Body > .row.column {
    padding-right: 1.938rem;
    padding-left: 1.938rem;
  }

#Footer {
  /* background: url('../img/bg-footer.png') center top no-repeat; */
  padding-top: 40px;
  padding-bottom: 30px;
  min-height: 100px;
  color: #602300;
}

/*#Footer-Sponsors {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
  #Footer-Sponsors .sponsor-block {
    display: inline-block;
    padding: 0 15px;
    border-right: 1px dashed #F7B449;
  }
    #Footer-Sponsors .sponsor-block:last-child {
      border-right: none;
    }

    #Footer-Sponsors .sponsor-title {
      text-align: center;
      font-family: "Museo 700", Arial, Helvetica, sans-serif;
    }*/

    #PresentedBy {
      border-right: 1px dashed #602300;
    }

#Footer-Sponsors td {
  vertical-align: top;
  text-align: center;
  background: #FFF;
  padding: 0;
}
  #Footer-Sponsors img {
    display: block;
    clear: both;
    margin: auto;
    padding: 0px 10px;
  }

#Footer-Social {
  width: 200px;
  margin: auto;
}
  #Footer-Social a {
    font-size: 32px;
    color: #602300;
    text-decoration: none;
  }


td.footer-sponsor-column {
  border-right: 1px dashed #F7B449;
  padding: 0 10px!important;
}
  .footer-sponsor-column:last-child {
    border: none;
  }


.footer-sponsors-heading {
  font-size: 22px;
  font-family: "Museo 700", Arial, Helvetica, sans-serif;
}

#Footer-Nav-Legal {
  display: block;
  font-size: 0.8em;
}
  #Footer-Nav {
    display: block;
    width: 65%;
    float: left;
  }
    #Footer-Nav a {
      display: inline-block;
      padding-right: 10px;
    }

  #Footer-Campaign-By {
    display: block;
    width: 30%;
    float: right;
    text-transform: uppercase;
    font-size: 2rem;
  }

  #Footer-Credit {
    display: block;
    width: 100%;
    text-transform: uppercase;
    clear: both;
  }
    #Footer-Credit span {
      display: block;
      font-size: 0.8em;
    }




    


@media(max-width: 1024px) {

  #Header-Title {
    font-size: 40px;
    line-height: 100px;
  }

  #Logo img {
    width: 120px;
  }

}

@media(max-width: 960px) {
  #Footer-Sponsors { display: none; }
}

@media(max-width: 700px) {
  #Header-Title { font-size: 36px; }
}

@media(max-width: 640px) {

  #Body > .row.column {
    padding-right: 0.938rem;
    padding-left: 0.938rem;
  }

  #Header {
    min-height: 50px;
  }

  #Footer-Nav { display: none; }

  #Footer-Campaign-By {
    display: block;
    width: 100%;
    float: none;
    text-transform: uppercase;
    text-align: center!important;
  }

  #Footer-Credit { text-align: center;}




}
