#wpadminbar {
    display: none;
    }
body {
	font-family: 'Roboto', sans-serif;
  background: black url('img/background.jpg') no-repeat;
  background-size: cover;
  background-position: bottom right;
  background-attachment: fixed;
}
#wrapper {
  margin: 0em 0em 4em 0em;
}
#hero {
  overflow: auto;
}
h1 {
  font-size: 70px;
  color: #FFFFFF;
  line-height: 76px;
  font-weight: bold;
}
h1.logo {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 28px;
  font-weight: bold;
}
h2 {
	font-weight: bold;
	font-size: 2.25em;
	color: #6BAC23;
	line-height: 42px;
}
h3 {
	font-weight: lighter;
	font-size: 2.25em;
	color: #6BAC23;
	line-height: 42px;
  letter-spacing: 11px;
}
h4 {
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 27px;
}
h1, h2, h3 {
  padding: .5em 0em;
}
.feature {
  margin-top: 2em;
}
.block-gray p {
  font-size: 24px;
  color: #A9A9A9;
  line-height: 28px;
}
.block-green p {
  font-size: 24px;
  color: #2E2E2E;
  line-height: 28px;
}
p {
  font-weight:lighter;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 34px;
}
span.presented {
  font-weight: light;s
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
}
.organizers img {
  padding: 0em 1em;
}
.small-text {
  font-size: 14px;
  color: #000000;
  line-height: 19px;
}
.white {
  color: #FFFFFF;
}
.block {
  padding: 2em 0em;
  overflow: auto;
}
.block-green {
  background: #6BAC23;
  overflow: auto;
}
.block-gray {
  background: #232323;
  overflow-auto;
}
.clear {
  clear: both;
}
.padding-bot-1 {
  padding-bottom: 1em;
  overflow: auto;
}
/* Top Bar */
.top-bar {
    background: none;
    padding: 0em;
}
.top-bar-section ul li {
    background: none;
    font-weight: bold;
}
.top-bar-section ul li > a {
    color: #232323;
    background: none;
    font-weight: bold;
    }
.top-bar-section li:not(.has-form) a:not(.button) {
    background: none;
    font-weight: bold;
    }
    .top-bar-section li:not(.has-form) a:not(.button):hover {
        background: none;
        color: #6BAC23;
    }
top-bar .toggle-topbar.menu-icon a {
    color: #232323;
    /*height: 34px; */
    line-height: 33px;
    padding: 0 2.5rem 0 0.9375rem;
    position: relative;
}
top-bar .toggle-topbar.menu-icon a:hover {
    color: #6BAC23;
}
.top-bar .toggle-topbar.menu-icon a span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    margin-top: -8px;
    top: 50%;
    right: 0.9375rem;
    box-shadow: 0 0 0 1px #232323, 0 7px 0 1px #232323, 0 14px 0 1px #232323;
    width: 16px;
}


/** Forms **/

input {
  height: 64PX;
  padding: 20PX;
  width: 100%;
  margin: 5px 0px;
  border: 2px solid #cecece;
  border-radius: 4px;
  font-size: 18px;
}
input[type="submit"] {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    background: #F5A623;
    border: 2px solid #F5A623;
}
input[type="submit"]:hover {
    background: transparent;
    color: #F5A623;
}

/** Lists **/
ul.features li {
  list-style-image: url('img/check.svg');
}
li {
  font-weight: lighter;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
}