/* Override nagivation bar colors */
.topnav {
  background-color: #3333CC;
}
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #3333CC;
  color: white;  
  background-color: #99CCFF;
  color: Black;
}

h2 {
	text-align:center;
	font-size:large;
}
#contacts {
   background-color:white;
}

h1 {
	font-size:X-Large;
	text-align:center;
}
@media screen and (max-width:700px){
   h1 {
      font-size: large;
   }
}
@media screen and (max-width:380px){
   h1 {
      font-size: medium;
   }
}

.festival-logo {
   /*margin:20px;*/
   margin-top:0;
   max-width:100%;
   padding-right:20px;
}
#schedImages img {
   max-width:96%;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0;
   margin-bottom: 0;
   padding-top: 0;
   padding-bottom: 0;
   border: 0;
   float: left;
}

#sched-table td,th {
   border:2px black solid;
   text-align:center;
}


#sched-table {
   text-align:center;
}
/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media only screen and (max-width: 600px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
  h1 {
	font-size:medium;
  }
}
[class*="col-"] {
  float: left;
  border:0;
  background-color:white;
}

.row-4 img {
  width: 90%;
  max-width: 200px;
  height: auto;
}.row-3-4 img {
   width: 70%;
   max-width: 200px;
   height: auto;
   margin:auto;
   text-align:center;
 }
.fourth {
	width:25%;
	float:left;
	text-align:center;
}
.third {
	width:33%;
	float:left;
	text-align:center;
}
.half {
	width:40%;
	float:left;
	text-align:center;
}
.third-with-4 {
	width:25%;
	float:left;
	text-align:center;
}
.one {
	width:33%;
	margin:auto;
	text-align:center;
}

.w100 {
	width:90%;
}
tr {
   background-color:white;
}
td {
	padding-top:10px;
	padding-bottom:10px;
	vertical-align:top;
	background-color:white;
	border:0;
}
.col1 {
	vertical-align:top;
	background-color:white;
}

.row {
	width:100%;
	vertical-align:top;
	background-color:white;
}
.row:nth-child(even) {
   background-color   : white;
}
.row:nth-child(odd) {
   background-color   : white;
}

a.footer {
   text-decoration:none;
   color:blue;
}
a.footer:hover {
   text-decoration:underline;
   color:red;
}
p a:hover {
   text-decoration:underline;
   color:red;
}


div.center {
    margin-left:auto; 
    margin-right:auto;
}

td.sched1 {
   width:fit-content;
   width:15%;
}
td.sched2 {
   width:fit-content;
   width:20%;
}
td.sched3 {
   width:fit-content;
   width:65%;
}
table.themes {
    margin-left:auto; 
    margin-right:auto;
    width:99%;
}

img.right {
   float:right;
   max-width:20%;
}
div.right {
   float:right;
}
div.left {
   float:left;
}

div.relative {
   position: relative;
 } 
img.absolute {
   position: absolute;
   top: 0px;
   right: 0;
 }

 .picnic {
   float:left;
   max-width:30%;
   margin:10px;
 }
 .picnic-center {
   float:center;
   max-width:30%;
   margin:10px;
 }
 .ul {
   text-decoration:underline;
 }
 .bigbold {
   font-weight: bold;
   color:blue;
   font-size:large;
}
.bigbutton {
   background-color:yellow;
   color:black;
   height:40px;
   width:300px;
   font-size: 20px;
   font-weight:bold;
   text-decoration:none;
   float:center;
}
.bigbutton:hover {
   text-decoration:underline;
   color:red;
}