

* {
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

 *:before,
 *:after {
  box-sizing: border-box;
 }

html{
  height: 100%;
  position: relative;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  color: #e8e6e3;
  background-color: #181a1b;
  background-attachment:fixed;
  min-height: 100vh; 
  display: block;
  position: relative;
  padding-bottom: 70px;
}

.navbar {
  font-size: 1.2em;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  margin: 0;
  padding: 0px;
  /* padding: 20px; */
  height: 50px;
  background-color: #202020;
  list-style: none;

  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.navbar > li {
  width: 20%;
  max-width: 150px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;

}

.navbar > li > a {
    color: #fff;
    position: relative;
    left: 0;
}

footer{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: #181a1b
}

a{
  color: rgb(255, 83, 70);
  text-decoration: none;
  will-change: transform, color, text-decoration;
}

a:hover {
    text-decoration: underline;
}

#bannerbox{
  background: none !important;
}

#banner{
  width: 80%;
  margin: auto;
  max-height: 130px;
  object-fit: scale-down;
  margin-bottom: -25px;
}




.Calb{
    position:absolute;
    height: 50px;
    left: 0;
}

.Calb a img{
  position: relative;
  height: 30px;
  margin-top: 5px;
}

main {
  margin: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.contentbox{
  width: 80%;
  max-width: 1000px;
  border-radius: 10px;
  /*border: 2px solid #d1d1d1; */
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background-color: rgb(29,31,32);
}

/*
#youtube{
}

#youtubeembed{
}

#mixcloud{
}
*/

.bigbox{
  max-width: 60%;
  margin: 20px;

}

.smallbox{
  width: 40%;
  margin: 20px;
}

.biggestbox{
  margin: 20px;
  max-width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.biggestbox h2{
  width: 100%;
}

#aboutbox{
  align-items: center;
}

#quotebox{
  align-items: center;
}

#quotebox p{
  text-align: center;
}


#contactbox *{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#coveredbybox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.image{
  max-width: 100%;
  border-radius: 20px;
}

.logo{
  max-width: 200px;
  margin: 20px;
  filter: grayscale(100%) brightness(100%);
  
}

h1 {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 2em;
}

h2 {
  font-family: 'Roboto', sans-serif;
  text-align:center;
  color: rgb(255, 83, 70);
}

p {
  text-align:justify;
  color: #e8e6e3;
  font-family: 'Roboto', sans-serif;
}

  .bold {
    font-weight: 700;
  }

  .italics {
    font-style: italic;
  }

  @media screen and (max-width: 800px) {
    .contentbox{
      flex-direction: column;
      width: 100%;
      align-items: center;
    }
    .bigbox{
      width: 90%;
      max-width: 90%;
      margin: 10px;
    }
    
    .smallbox{
      width: 90%;
      margin: 10px;
    }
    #youtubeembed{
      order: 1;
    }
    #abouttext{
      order: -1;
    }
    .Calb{
      position:relative;
  }
    .Calb a img{
      height: 20px;
    }
  }