html {
  margin: 0;
  padding: 0;
  font-family: "Staatliches";
}

div h1 {
  margin-top: 0;
}

body {
  margin: 0;
  overflow-x: hidden;
}

body ul {
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 0;
  align-items: center;
}

body p {
  margin-bottom: 0;
  margin-top: 0;
}

nav {
  width: 100%;
  background-color: black;
  margin: auto;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 2;
}

ul {
  padding-top: 0;
}

li {
  list-style: none;
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

li a {
  text-decoration: none;
  text-align: center;
  color: white;
  font-size: 1.5em;
  padding-left: 15px;
  padding-right: 15px;
}

li a img {
  width: 10%;
}

li a:hover {
  color: #FDE202;
}

h1 {
  text-align: center;
  font-size: 3em;
}

h2 {
  font-size: 1.5em;
}

.jumbotron {
  color: white;
  /* background-image: url("../img/hero-img.jpg"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  z-index: 0;
}

#social-section {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #FDE202;
  background-image: radial-gradient(#F1D705, 10%, transparent 11%), radial-gradient(#F1D705 10%, transparent 11%);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
  background-repeat: repeat;
}
#social-section h1 {
  color: #000;
}

#socialbuttons {
  display: flex;
  width: 30%;
  margin: auto;
}

.sb-each {
  margin: auto;
}

.sb {
  height: 80px;
  width: 80px;
}

.image-hover{
  opacity: 0;
  display: none;
}

a:hover .image-main{
  display: none;
}

a:hover .image-hover{
  display: inline;
  opacity: 1;
}

#lr-bg {
  background-color: black;
  background-image: url("../img/banana_tile.png");
  background-repeat: repeat;
  padding-top: 200px;
  padding-bottom: 200px;
}
#lr-bg h1 {
  color: white;
}

iframe {
  display: block;
  margin: auto;
}

#loop-radio {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 50px;
  width: 60%;
  background-color: black;
}

.black-header {
  color: black;
}

#live {
  width: auto;
  height: auto;
  background-color: #FDE202;
  background-image: radial-gradient(#F1D705, 10%, transparent 11%), radial-gradient(#F1D705 10%, transparent 11%);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
  background-repeat: repeat;
  padding-top: 200px;
  padding-bottom: 160px;
}

.event-block {
  width: 98%;
  margin: auto;
}

.day {
  font-size: 4em;
  font-weight: bold;
  width: 100%;
}

.month {
  font-size: 2em;
  width: 100%;
}

.event {
  font-size: 2em;
}

.eventdate {
  width: 20%;
  display: inline-block;
  align-items: center;
  text-align: center;
  vertical-align: middle;
}

.eventloc {
  width: 60%;
  display: inline-block;
  align-items: center;
  text-align: center;
  line-height: 150px;
  vertical-align: middle;
}

.eventbutton {
  width: 18%;
  display: inline-block;
  align-items: center;
  text-align: center;
  line-height: 150px;
  vertical-align: middle;
}

.event-block p{
  line-height: normal;
}

button {
  color: white;
  background-color: #f6008a;
  border: none;
  border-radius: 10px;
  font-size: 1.5em;
  padding: 10px 30px;
}

button:hover {
  background-color: black;
  color: #FDE202;
}

.hiddenshows{
  display: none;
}

#live-statement{
  display: none;
}

#comingsoon {
  background-color: #f6008a;
  padding-top: 20px;
  padding-bottom: 20px;
}

#comingsoon:hover{
  background-color: black;
}

#comingsoon:hover p{
    color: #fde202;
}

.nohover:hover {
  background-color: #f6008a !important;
}

.nohover:hover p{
  color: #fff !important;
}

#comingsoon p {
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}

#contact {
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}

.contact-details {
  padding-top: 10px;
  padding-bottom: 10px;
}

.email {
  color: #f6008a;
  text-decoration: none;
  font-size: 1.5em;
}

.email:hover {
  color: #FDE202;
}

footer {
  background-color: black;
  color: white;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
}

#footer-socials {
  vertical-align: middle;
  width: 70%;
}

.fsb {
  height: 30px;
  width: 30px;
  padding-left: 20px;
  float: right;
}

#footersocialbuttons {
  display: block;
  width: 30%;
  float: right;
}

#portfolio {
  color: #FDE202;
  float: inline-start;
}

#portfolio:hover {
  color: #f6008a;
}

#portfoliodiv {
  width: 30%;
  float: left;
}

@media screen and (max-width: 960px) { /* TABLET */
  .jumbotron{
    height: 40vh;
  }
  .textbar{
    font-size: 1.4em;
  }
  h1{
    font-size: 2.2em;
  }
  #socialbuttons {
    display: flex;
    width: 40%;
    margin: auto;
  }
  .sb {
    height: 60px;
    width: 60px;
  }
  .eventdate{
    width: 33%;
  }
  .eventloc{
    width: 33%;
  }
  .eventbutton{
    width: 33%;
  }
  .event-block p{
    font-size: 1.4em;
  }
  button{
    font-size: 1.4em;
    padding: 5px 15px;
  }
  #portfoliodiv {
    width: 100%;
    display: block;
    float: left;
  }
  #footer-socials {
    display: block;
    width: 100%;
    float: left;
  }
  #footersocialbuttons {
    display: block;
    width: 100%;
    float: right;
  }
  #loop-radio {
    width: 80%;
  }

  #comingsoon{
    font-size: 0.8em;
  }
  .contact-details{
    font-size: 0.8em;
  }
  
}

@media screen and (max-width: 550px) { /* MOBILE */
  .textbar{
    display: none;
  }
  h1{
    font-size: 2.2em;
  }
  nav {
    height: 35px;
    width: 100%;
  }
  li a img {
    width: 90px;
    margin: auto;
  }
  #socialbuttons {
    display: flex;
    width: 50%;
    margin: auto;
  }
  .sb {
    height: 60px;
    width: 60px;
  }
  iframe{
    height: 600px;
  }
  .eventdate{
    width: 20%;
  }
  .eventloc{
    width: 59%;
  }
  .eventbutton{
    width: 20%;
  }
  .event-block p{
    font-size: 1.4em;
    line-height: normal;
  }
  button{
    font-size: 1.4em;
    padding: 5px 15px;
  }
  #portfoliodiv {
    width: 100%;
    display: block;
    float: left;
  }
  #footer-socials {
    display: block;
    width: 100%;
    float: left;
  }
  #footersocialbuttons {
    display: block;
    width: 100%;
    float: right;
  }
  #loop-radio {
    width: 80%;
  }

  #comingsoon{
    font-size: 0.8em;
  }
  .contact-details{
    font-size: 0.8em;
  }
  
}

@media screen and (max-width: 485px) {
  .jumbotron{
    height: 40vh;
  }
  #live{
    padding-top: 20%;
    padding-bottom: 20%;
  }
  .event-block{
    margin-bottom: 15%;
  }
  .eventdate{
    width: 100%;
    margin-bottom: 5%;
  }
  .eventloc{
    width: 100%;
    margin-bottom: 5%;
  }
  .eventbutton {
    width: 100%;
    display: inline-block;
    align-items: center;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
  }
  #comingsoon p {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 2560px) { /* 4K RES  */
  li{
    font-size: 1.1em;
  }
  li a img {
    width: 5%;
  }
  li a {
    padding-left: 30px;
    padding-right: 30px;
  }
  h1{
    font-size: 4.4em;
  }
  .sb {
    height: 160px;
    width: 160px;
  }
  #socialbuttons{
    width: 30%;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  #social-section{
    padding-top: 10%;
  }
  iframe{
    height: 600px;
  }
  p{
    font-size: 2.4em;
  }
  .event{
    font-size: 2.8em;
  }
  .eventdate{
    font-size: 1.4em;
  }
  .event-block{
    margin-bottom: 3%;
  }
  button{
    font-size: 3em;
    padding: 10px 50px;
  }
  #comingsoon{
    font-size: 1.8em;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
  }
  h2{
    font-size: 2.8em;
  }
}