

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans Condensed', sans-serif;
}

@font-face {
    font-family: Renner;
    src: url(/fonts/OpenSansCondensed-Bold.ttf);
    font-weight: 600
}

@font-face {
    font-family: Renner;
    src: url(/fonts/OpenSansCondensed-Light.ttf);
    font-weight: 300
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1rem;
    line-height: 180%;

}

.bg{
    background: url("/img/concrete.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 100vh
}

.logobox{
    width: 50vw;
    max-width: 340px;
    display: block;
    margin: 5rem auto;
}


.main{
    display: flex;
    width: 100%;
    max-width: 700px;
    justify-content: center;
    flex-flow: column;
    vertical-align: middle;
    margin: auto;
    padding: 1rem;
}

.button{
    width: 100%;

    margin-top: 1.2rem;
    text-align: center;
}

.streams{
display: none;
}

.button a{
    padding: 1rem;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: white;
    text-decoration: none;
    background-color: #F4C02E;
    text-align: center;
    margin: auto;
    display: block;
    width: 100%;
    letter-spacing: 1px;
    cursor: pointer;
    word-break: break-all;
    hyphens: auto;
	transition: .5s;
}

.button a:hover, .button a:focus, .button a:active {
    width: 100%;
    background-color: #210429;
}

.iframe-container{
  display: none;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
