#logo {
  margin: 30px;
}
body {
  width: 100%;
  height: 100%;
  font-family: "Lora", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  background-color: #662546;
  padding: 0;
}
html {
  padding: 0;
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 767px) {
  p {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.6;
  }
}
a {
  color: #1bd9f5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #078fa3;
}
.light {
  font-weight: 400;
}
.navbar {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #662546;
}
.navbar-brand {
  font-weight: 700;
}
.navbar-brand:focus {
  outline: none;
}
.navbar-custom a {
  color: #ffffff;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
  outline: none;
  background-color: rgba(255, 255, 255, 0.2);
}
.navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #ffffff;
}
.navbar-toggle:focus,
.navbar-toggle:active {
  outline: none;
}
@media (min-width: 767px) {
  .navbar {
    padding: 20px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .top-nav-collapse {
    padding: 0;
    background-color: #662546;
  }
  .navbar-custom.top-nav-collapse {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: #ffffff;
  background-color: #1bd9f5;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro img {
  max-width: 100%;
  width: 300px;
}
.intro-body {
  display: table-cell;
  vertical-align: middle;
}
.brand-heading {
  font-size: 40px;
}
.intro-text {
  font-size: 18px;
}
@media (min-width: 767px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .brand-heading {
    font-size: 80px;
    margin-top: 85px;
  }
  .intro-text {
    font-size: 25px;
  }
}
.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid #ffffff;
  border-radius: 35px;
  font-size: 40px;
  color: #ffffff;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
#arrow {
  margin-bottom: 25px;
}
.primary-background {
  background-color: #1bd9f5;
}
.fluid-img img {
  width: 100%;
}
#sponsors h3 {
  color: #777;
}
#sponsors p {
  font-size: 16px;
}
#sponsors .blurb {
  margin-top: 25px;
}
#sponsors a {
  color: #555;
}

#producers h3 {
  color: #777;
}
#producers p {
  font-size: 16px;
}
#producers .blurb {
  margin-top: 30px;
}
#producers a {
  color: #555;
}

.text-left {
  text-align: left;
}
.dark-background {
  background-color: #662546;
}
.light-container {
  width: 100%;
  background-color: #FFF8E6;
}
.light-container h1,
.light-container h2,
.light-container p {
  color: #777;
}
.bios div div {
  margin-bottom: 20px;
}
.bios img {
  width: 200px;
  margin-top: 10px;
}
.bios h3 {
  color: #777;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bios p {
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
  color: #777;
  margin: 0px;
}
#speakers .bios p {
  color: #ffffff;
}
#speakers .bios h3 {
  color: #ffffff;
}

#workshops .bios p {
  color: #ffffff;
}
#workshops .bios h3 {
  color: #ffffff;
}

.logos {
  margin-top: 40px;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.page-scroll .btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.page-scroll .btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
  0 {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0 {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.content-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.location-section {
  width: 100%;
  padding: 50px 0;
  padding-top: 200px;
  padding-bottom: 200px;
  color: #ffffff;
}
.location-section .container div {
  background-color: rgba(0, 0, 0, 0.5);
}
#map {
  width: 100%;
  height: 200px;
  margin-top: 100px;
}
@media (min-width: 767px) {
  .content-section {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .download-section {
    padding: 100px 0;
  }
  #map {
    height: 400px;
    margin-top: 250px;
  }
}
.btn {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-default {
  border: 1px solid #1bd9f5;
  color: #1bd9f5;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #1bd9f5;
  outline: none;
  color: #662546;
  background-color: #1bd9f5;
}

#intro-party a{
color:#ff00ff;
}
#party h2{
color:#ff00ff;
}

.btn-huge {
  padding: 25px;
  font-size: 26px;
}

.btn-huge-p{
  border: 1px solid #662546;
  color: #662546;
  background-color: transparent;
}
.btn-huge-p:hover,
.btn-huge-p:focus {
  border: 1px solid #662546;
  outline: none;
  color: #1bd9f5;
  background-color: #662546;
}

.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons > li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons > li:last-child {
    margin-bottom: 0;
  }
}
::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
.website-link {
  color: white;
  background-color: #662546;
  border-color: #662546;
}
a.website-link:hover,
a.website-link:focus {
  background-color: #8b3360;
  border-color: #8b3360;
  color: white;
}
.bio-links {
  margin-top: 10px;
}
tr {
  color: #777;
  font-size: 20px;
}
.prize-type {
  font-weight: 700;
}
.prizes-section ul {
  text-align: left;
}
@media (min-width: 767px) {
  .table tbody tr td {
    text-align: left;
    width: 50px;
    padding: 20px;
  }
  .location-section {
    background: url("/img/dc.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .table tbody tr td {
    text-align: left;
    font-size: 15px;
  }
  .logos div {
    margin-top: 10px;
    width: 100%;
  }
  .location-section {
    background: url("/img/media_lab.jpg") no-repeat center center;
    width: 100%;
  }
}
.sched-hacking {
  background-color: #99FEA1;
}
.sched-food {
  background-color: #FCFFAD;
}
.sched-talks {
  background-color: #ADFEFF;
}
.sched-ideas {
  background-color: #FFADAD;
}
.sched-prepare {
  background-color: #FBADFF;
}
.sched-prizes {
  background-color: #ADB4FF;
}
#footer {
  position: relative;
  height: 20px;
  background-color: #1bd9f5;
}
#footer .footer-content {
  color: #662546;
}
#footer .footer-content p {
  font-size: 12px;
  margin: 0px;
}
#footer .footer-content a {
  color: #662546;
}
