@charset "UTF-8";
/* CSS Document */


:root {
  --sweet-periwinkle: #808fc8;
  --sweet-teal: #99d0e5;
  --sweet-blue: #0615b6;
  --sweet-red: #fb0e23;
  --sweet-yellow: #fde869;
  --coolor: #fde869;
}

/* unvisited link */
a:link {
    text-decoration: none;
	color: white;
	
}

/* visited link */
a:visited {
    color: white;
}

/* mouse over link */
a:hover {
    color: var(--sweet-blue);
}

/* selected link */
a:active {
    color: white;
}	

.address {
  
  font-size: 25px;
  line-height: 1.3;
  text-decoration: underline;
  text-align: center;
  font-family: futura;
  padding-top: 50px
}

.noop {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 65%;
  color: white;
}

.away {
	
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 35%;
}

footer {
	width: 100%;
	height: 100px;
	text-align: center;
	font-family: futura;
	font-size: 14px;
	color: white;
	background-color: var(--sweet-red);
	margin-top: 55px;
}

.nav a {
	padding: 1.5em;
}

.container {
    display: flex;
    flex-wrap: wrap;
}

.logoimg {
  display: block;
  margin-left: 60px;
  margin-right: auto;
  padding-top: 50px;
  width: 40%;
}
.topbox1 {
	height: 250px;
	width: 50%;
	top: 0;
	background-color: var(--coolor);
		
	}
.topbox2 {
	position: auto;
	height: 250px;
    width:50%;
	top: 0;
	background-color: var(--coolor);
		
	}
.rainbow {
   /* Chrome, Safari, Opera */
  -webkit-animation: rainbow 3s infinite; 
  
  /* Internet Explorer */
  -ms-animation: rainbow 3s infinite;
  
  /* Standar Syntax */
  animation: rainbow 3s infinite; 
}

/* Chrome, Safari, Opera */
@-webkit-keyframes rainbow{
  0%{color: orange;}	
  10%{color: purple;}	
	20%{color: red;}
	40%{color: yellow;}
	60%{color: green;}
	100%{color: blue;}
	100%{color: orange;}	
}
/* Internet Explorer */
@-ms-keyframes rainbow{
  0%{color: orange;}	
  10%{color: purple;}	
	20%{color: red;}
	40%{color: yellow;}
	60%{color: green;}
	100%{color: blue;}
	100%{color: orange;}	
}

/* Standar Syntax */
@keyframes rainbow{
  0%{color: orange;}	
  10%{color: purple;}	
	20%{color: red;}
	40%{color: yellow;}
	60%{color: green;}
	100%{color: blue;}
	100%{color: orange;}
}

.onview {
	color: var(--sweet-yellow);
    text-align: center;
	font-family: futura;
    font-size: 38px;
	
}
.onview2 {

	width: 100%;
	
	height: auto;
}
.showtitle {
	color: white;
    text-align: center;
	font-family: Palatino;
    font-size: 36px;
	padding-top: 20px;
}
div.under {
	color: white;
    text-align: center;
	font-family: Palatino;
    font-size: 20px;
	
}

.featuring {
    color: white;
    text-align: center;
	font-family: Palatino;
    font-size: 32px;
	
}

.splogo {
        display: block;
  margin-left: auto;
  margin-right: auto;
    padding-top: 20px;
  width: 15%;
}
	

@media only screen and (max-width: 600px) {

.featuring {
 
    font-size: 18px;
	
}

.splogo {
  width: 25%;
}
.onview {

	font-size: 24px;
}
.onview2 {

	width: 100%;
	height: 800px;
}
.noop {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.away {
	
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
 .logoimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    width: 50%;
}
  .topbox1 {
	width: 100%;
	height: 150px;
	background-color: var(--coolor);
	
}
	.topbox2 {
	
	width: 100%;
	height: 150px;
	background-color: var(--coolor);
		
}
.address {
  font-size: 18px;
  line-height: 1.3;
  text-decoration: underline;
  text-align: center;
  font-family: futura;
  padding-top: 50px;
}
.spanner {
	padding-top: 5px;
	text-align: center;
	font-family: futura;
    font-size: 12px;
	
}
	
footer {
	width: 100%;
	height: 100px;
	text-align: center;
	font-family: futura;
	font-size: 14px;
	color: white;
	background-color: var(--sweet-red);
   
}
}
body {
background-image: linear-gradient(0deg, ghostwhite 0%, WhiteSmoke 100%);


}

.spanner {
	padding-top: 5px;
	text-align: center;
	font-family: futura;
    font-size: 16px;
	
}
.block {
width: 100%;
height: 50px;
background-color: var(--sweet-red);
#92B5FF
#58b99d	
}	

.artistnames {
	font-family: futura;
	font-size: 14px;
}
.colorit {

  color: var(--coolor);
 
 }

.futura {
	
	font-family: futura;
}


.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,255, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: yellow;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 30px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

