<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: "Kumbh Sans";
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff; 
  text-align: center;
  font-style: normal;
  background-color: #ffffff;
}

.hero h2 {
  font-family: "Montserrat";
	font-size: 48px;
  font-style: normal;
  text-align: center;
    cursor: default;
}

.hero .drummer{
  margin-top: 10px;
/*   margin-bottom: 20px; */
  font-size: 40px;

}

.hero { 
  background-image: url("vic-main-crop-4.png");
  background-size: cover;
/*   padding-top: 430px;
  padding-bottom: 300px; */
  background-position: center;
  margin-bottom: 0px;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero .container {
  max-width: 90%;
}

.hero div {
/*   margin-left: 80px;
  margin-right: 80px;
/*   padding-left: 20px;
  padding-right: 20px; */
/*     text-align: center;
    cursor: default;
  position: absolute;
  top: 20%;   */
}
.hero h2{
max-width: 1800px; 
  font-family: Montserrat";
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
    text-align: center;
  cursor: default;
}

.hero p {
max-width: 1800px; 
      margin-left: auto;
  margin-right: auto;
  cursor: default;
  color: #ffffff; 
}

.images {
  overflow: hidden;
}

.images img {
  float: left;
  width: 33.333%;
  height: 100%;
}



.contact{
  overflow: hidden;
}
.contact div  {
  width: 100%;
  float: left;
  text-align: center;
  padding: 50px 20px 40px 20px;
    cursor: default;
  font-weight: 600;
}

.contact .enquiries {
  margin: -40px auto -20px auto;
}



.showreel-title div {
    width: 100%;
  float: left;
  text-align: center;
  padding: 40px 20px 40px 20px;
    cursor: default;
}


.cream-background {
/*   background-color: #edededff; */
}

.contact blockquote, .showreel-title blockquote {
  font-family: "Kumbh Sans";
  font-size: 48px;
  font-weight: 500;
  line-height: 1.15;
  max-width: 600px;
  margin: 15px auto 5px auto;
  color: #232424ff;
}

.contact p, .showreel-title p {
  color: #232424ff;
}
.enquiries p {
  font-weight: 500;
}

.enquiries {

  text-transform: lowercase;
}

a {
  color: #232424ff;
  text-decoration: none;
    transition: transform 1s ease;
  font-size: 20px;
  font-weight: 500;
  margin-left: 5px;
  margin-right: 5px;
}
a:hover {
/*   color: #4d4d4dff; */
  transition: 0.3s;
  transform: scale(1.05);
}


h2:hover, p:hover {  
  transition: 0.5s;
}


.hero h2, .hero p, .showreel, .showreel-title, .contact div, .images img{
  transition: transform 1s ease;
}
/* .hero {
  transition: transform 2s ease;
}
.hero:hover {
  transform: scale(1.01);
} */

.hero:hover h2 {
/*  changes size of font slightly bigger  */
  transform: scale(1.02);
  color: #f5f5f5ff;
}
.hero:hover p {
/*  changes size of font slightly bigger  */
  transform: scale(1.02);
  color: #f5f5f5ff;
}
.contact div:hover {
  transform: scale(1.02);
}
.showreel:hover {
  transform: scale(1.01); 
}
.showreel-title:hover {
  transform: scale(1.01); 
}

.images:hover img {
  transform: scale(1.02);
}

@media (max-width:1040px)
{
  iframe {
  float: none;
  position: relative;
    width: 840px;
    height: 472.5px;
  }   
}

@media (max-width:860px) {
iframe {
/*  minus 1/8 original  */
    width: 735px;
    height: 413px;
  }  
}
@media (max-width:750px) {
  iframe {
/*  minus 1/8 original  */
    width: 643.2px;
    height: 361.4px;
  }  
}
@media (max-width:570px) {

  iframe {
/*  minus 1/6  */
    width: 466.7px;
    height: 262.5px;
  } 
}

@media (max-width:490px) {
  
          .images img {
    float: none;
    width:  auto;
      height: auto;
  }
}

  @media (max-width:420px) {

iframe {
/*  minus 1/6  */
    width: 349.7px;
    height: 196.6px;
  }  
}
@media (max-width:320px) {
iframe {
/*  minus 1/6  */
    width: 294px;
    height: 170.7px;
  }  
    }</pre></body></html>