@font-face {
  font-family: 'rotondacbold';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/rotondac-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/rotondac-bold-webfont.woff") format("woff"), url("fonts/rotondac-bold-webfont.ttf") format("truetype"), url("fonts/rotondac-bold-webfont.svg#rotondacbold") format("svg");
}
@font-face {
  font-family: 'ydd-symbols';
  src:  url('fonts/ydd-symbols.eot?1zfdqx');
  src:  url('fonts/ydd-symbols.eot?1zfdqx#iefix') format('embedded-opentype'),
    url('fonts/ydd-symbols.ttf?1zfdqx') format('truetype'),
    url('fonts/ydd-symbols.woff?1zfdqx') format('woff'),
    url('fonts/ydd-symbols.svg?1zfdqx#ydd-symbols') format('svg');
  font-weight: normal;
  font-style: normal;
}


html, body{
  min-height: 100%;
}
body{
  position: relative;
}

.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(28,161,218,0.75); /*dim the background*/
}

.spinner {
  position: fixed;
  z-index: 999;
  height: 140px;
  width: 140px;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.intro {
  background: #0e74c0 url(../img/bg-dark-blue-pattern.jpg) repeat fixed;}

.bg-stars {
  background: transparent url(../img/bg-stars.png) repeat-x;
}

.bg-landscape {
  display: block;
  width: 100%;
  background: transparent url(../img/landscape.png) no-repeat center bottom;
  height: 275px;
}

.intro-text h1 {
  color: #fff;
}

.intro-text p {
  font-family: 'rotondacbold';
  color: #fff;
  letter-spacing: .5px;
}

.intro-image {text-align: center;}

.intro-image img {margin: 0 auto;}

.rules {
  text-align: center;
}

.results h4 {
  text-align: center;
  font-size: 23px;
}

.results a, .results span {
  padding: 10px 20px;
  display: inline-block;
}

.results span {color: #aaaaaa;}

.share-text {
  font-family: 'rotondacbold';
  text-align: center;
  font-size: 21px;
}

.share-text,
.share-buttons {text-align: center;}

.share-buttons a {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 0 10px;
  background-image: url(../img/social-buttons.png);
}

.share-buttons a:hover {
  -ms-background-position-y: -65px;
  background-position-y: -65px;
}

.share-twitter {
  -ms-background-position-x: 64px;
  background-position-x: 64px;
}

/* FORMS */

.form-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.has-success .form-control {border-color: #43c845;}
form h3 {
  text-align: center;
}
.form-group {margin-bottom: 25px;}
.form-horizontal .control-label {
  font-family: 'rotondacbold';
  font-weight: normal;
  font-size: 16px;
  letter-spacing: .25px;
}

.dm_rules .panel {
  margin-top: 40px;
  margin-bottom: 40px;
}

.dm_rules blockquote {
  font-family: "Noto Sans", Tahoma, sans-serif;
  font-style: normal;
  font-size: 14px;
}

footer {
  background: none;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 300px) {
  .intro-text h1 {
    font-size: 27px;
    margin-top: 0;
  }
  .intro-image {padding-top: 20px; text-align: center;}
  .bg-landscape {margin-top: -120px;}
  .dm_rules h1 {font-size: 24px; margin-top: 0;}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
  .intro-text h1 {font-size: 31px;}
  .intro-text p {font-size: 18px;}
}

@media only screen and (min-width : 598px) and (max-width : 767px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .dm_rules h1 {margin-top: 1em;}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .intro-text {padding-top: 120px;}
  .intro-image {padding-top: 100px;}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  .intro-text h1 {font-size: 42px;}
  .intro-text p {font-size: 21px;}
  .intro-image {padding-top: 80px;}
  .bg-landscape {margin-top: -155px;}
  .dm_rules h1 {font-size: 31px;}
}

@media only screen and (min-width : 1400px) {

}