/* #Misc
================================================== */

body {
  background-color: #EEEEEE;
  font-family: Raleway, sans-serif;
  font-size: 1.5em;
  margin: 0;
  border: 0;
}

.large-margin-top {
  margin-top: 10% !important;
}

.small-margin-top {
  margin-top: 5% !important;
}

.text-align-right {
  text-align: right !important;
}

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

.display-none {
  display: none;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 0 0 10px;
  height: 10px;
}

.breaker {
  height: 100px;
  clear: both;
}

.spacer {
  height: 50px;
  clear: both;
}

[class^='icon-'],
[class*=' icon-'] {
  font-size: 60px;
  margin: 8px 5px 0;
  text-align: center;
  display: block;
}

.small-icon {
  font-size: 30px;
}

.large-icon {
  font-size: 50px;
}

#main-container {
  background-color: #fff !important;
  width: 100%;
  height: 100%;
}

#tournament-preview {
  color: #fff;
  background: url('images/handstournament-2-washed.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  background-size: cover;
  height: 150px;
}

#tournament {
  color: #fff;
  background: url('images/handstournament-2.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  background-size: cover;
}
