/*MEDIA QUERIES FOR MOBILE */
@media screen and (max-width: 600px) {
ul#navbar li {float: none; width: 100%;}
body {font-size: 2.5rem !important;}
#navbar {font-size: 3.5rem !important;}
h1 {font-size: 8rem !important;}
h2 {font-size: 4rem !important;}
h3 {font-size: 3rem !important;}
h4 {font-size: 2.5rem !important;}
.cell1 {width: 100% !important;}
.cell2 {width: 100% !important;} 
.cell4 {width: 100% !important;}
.cell5 {width: 100% !important;}
.cell6 {width: 100% !important; padding-bottom: 2% !important;}
.cell7 {width: 100% !important; padding-top: 2% !important;}
.desktop {display: none;}
}
@media screen and (min-width: 601px) {
	.mobile {display: none;}
}

/* GLOBAL */
html {
	font-size: 1vw;
}
body {
	margin: 0;
	padding: 0;
	background-color: #332d77;
	font-family: 'Roboto Condensed', sans-serif;
	color: #FFFFFF;
	font-size: 1.5rem;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	line-height: 130%;
}
h1 {
	margin: 0;
	padding: 20px;
	font-size: 3rem;
	font-family: 'Roboto Condensed', sans-serif;
}
h2 {
	margin: 0;
	padding: 5px 5px 10px 20px;
	font-size: 1.5rem;
	font-family: 'Roboto Condensed', sans-serif;
}
h3 {
	font-size: 2rem;
}
h4 {
	font-size: 1.5rem;
}

/* OVERALL SITE STRUCTURE */
#hero {
	width: 100%;
	height: auto;
	border-bottom: 8px solid #ffffff;
}

#heading {
	width: 100%;
	height: auto;
	background-color: #332d77;
	color: white;
	margin-bottom: 1.5%;
}
#singlecolumn {
	width: 75%;
	height: auto;
	padding: 5%;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	width: 90%;
	height: auto;
	padding: 5%;
}
.row  {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #71314c;
}
.row2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.row3  {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  background-color: #71314c;
}
.cell1 {
	width: 40%;
	padding: 5%;
}
.cell2 {
	width: 40%;
	padding: 5%;
	background-color: #332d77;
}
.cell4 {
	width: 50%;
	margin-bottom: 5%;
}
.cell5 {
	width: 40%;
        margin-bottom: 5%;
}
.cell6 {
	width: 40%;
	padding: 5%;
}
.cell7 {
	width: 40%;
	padding: 5%;
}

/* NAVIGATION and OTHER LINKS */
#navbar {
	list-style-type: none;
	background-color: #71314c;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
	border-top: 4px solid #ffffff;
	border-bottom: 4px solid #ffffff;
}
#navbar li {
	float: left;
	width: calc(100%/6);
}
#navbar li a {
	padding: 2% 2% 2% 0;
	display: block;
}
#navbar a:link {
	color: white;
	text-decoration: none;
}
#navbar a:visited {
	color: white;
}
#navbar a:hover {
	background-color: #FFFFFF; 
	color: #704214;
}
a:link {
	color: #FFFFFF;
}
a:visited  {
	color: #FFFFFF;
}

/* CLASSES */
.grow {
	width: 100%;
	height: auto;
}
.vita {
	list-style-type: none;
	padding-left: 0;
}
.vita li {
	margin-bottom: 2%;
}
.vh1 {
	padding-left: 0;
}
.vh2 {
	font-size: 2.5rem;
	padding-left: 0;
}
.column {
	width: 23%;
	margin-bottom: 1%;
}
.column2 {
	width: 48%;
	margin-bottom: 2%;
}

/* GALLERY */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
  display: none;
 
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}