@charset "UTF-8";
/* CSS Document */
.spinner-wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #C9062A;
z-index: 999999;
}
.sk-cube-grid {
  width: 60px;
  height: 60px;
  position: absolute;
top: 48%;
left: 48%;
}

.sk-cube {
  width: 33%;
  height: 33%;
  background-color:white;
  float: left;

  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}

.listing  {text-decoration: underline;color: #C9062A}
.top{float:right; height:50px}
img {max-width:100%}
.wrapper {width:auto}
.enterexhibition {margin-top: 5em;background:  #0B75D9;color:white
}
.main-header {font-family:  ‘Open Sans’, sans-serif; font-weight: 300; 
		font-size: 28px;
	text-transform: uppercase; 
color:#000000}
.button-main {position:absolute; bottom:0;margin-bottom: 10px; left: 50%;
    width: 110px;
    margin-left: -50px}
.icon-main {margin-top: 2em}
.icon-main2 {margin-top: 15%}
.place{
	color:#000;background:rgba(241, 241, 241, 0.7); 
	padding:0.01em 16px;
	margin-top:0px;
	margin-bottom:16px; text-align: center
	}
p, .p{
	font-family:  ‘Open Sans’, sans-serif; font-weight: 300; font-size: 20px;color:dimgrey;line-height: 26px; text-align: justify
}
c, .c{
    font-family:  ‘Open Sans’, sans-serif; font-weight: 300; 
    font-size: 20px;
    color: #5E5E5E;
    line-height: 22px;
    text-align: justify
}

figure, figcaption {font-size: 20px; display: block;font-family:  ‘Open Sans’, sans-serif; font-weight: 300; color:black}
.footer{background: #C9062A;color: white; padding-bottom: 50px; width:100%}
.footcontainer {margin-left:125px;margin-right:125px; font-family:  ‘Open Sans’, sans-serif; font-weight: 300; font-size: 20px;line-height: 26px; padding: 10px}
.footer a:hover {
    text-decoration: underline;
    color: white;
    font-family:  ‘Open Sans’, sans-serif; font-weight: 300; 
}
.mobtext {word-spacing: normal}
.w3-center h6 a {
}

.form {
  border: 4px solid #f1f1f1;
}

/* Add some padding and a grey background color to containers */
.subscribe {
  padding: 5px;
  background-color: #f1f1f1;
	
}

/* Style the input elements and the submit button */
input[type=text], input[type=submit] {
  width: 100%;
  padding: 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Add margins to the checkbox */
input[type=checkbox] {
  margin-top: 16px;
}

/* Style the submit button */
input[type=submit] {
  background-color: #000;
  color: white;
  border: none;
}

input[type=submit]:hover {
  opacity: 0.8;
}
.icon {padding-right: 10px}
.grid-contact-container{display: grid;padding-left: 10px;padding-top: 5px;
  grid-template-columns:10px 1fr; grid-template-rows: auto
}
.id {background:white;border-radius: 15px;height: auto; width:200px;border-width: 1px;border-style: solid;border-color: #707070}
.grid-form-container {display: grid;padding-top: 5px; grid-column-gap: 25px;
  grid-template-columns:repeat(auto-fit, minmax(250px, 1fr)); background:#F1F1F1;color:black;padding:100px;grid-auto-rows: auto-fit;
}
.grid-member-container{display: grid; grid-row-gap:15px;grid-column-gap: 10px; 
  grid-template-columns:repeat(auto-fit, minmax(200px, 1fr)); background:#F1F1F1;color:black;padding:15px 15px 15px 15px; grid-auto-rows: auto
}
.grid-icon {display:grid;grid-template-columns: 1fr 1fr 1fr; grid-column-gap:3em;grid-template-areas: "info info info"; width 100%}
h1, .h1 {
	font-family: ‘Open Sans’, sans-serif; font-weight: 300; 
		font-size: 28px;
	text-transform: uppercase;
		color:#000000
}
h2, .h2 {
	font-family:  ‘Open Sans’, sans-serif; font-weight: 300; 
		font-size: 20px;
	text-transform: uppercase;
		color:#000000
}
h3, .h3 {
	font-family:  ‘Open Sans’, sans-serif; font-weight: 300; 
		font-size: 24px;
	text-transform: uppercase; line-height: 26px
}
h5, .h5 {
	font-family:  ‘Open Sans’, sans-serif; font-weight: 300; 
		font-size: 18px;	
}
h6, .h6 {
	font-family:  ‘Open Sans’, sans-serif; font-weight: 300; 
		font-size: 14px		
}
.quote {
	font-family: ‘Open Sans’, sans-serif; font-weight: 300; padding:15px;
	font-size: 36px;line-height: 44px;
		color: white;background: #0F7068
}
b,.b {
	font-family: font-family: ‘Open Sans’, sans-serif; font-weight: 300; color: dimgrey;
}

.faber p {
	text-align: left; line-height: 30px; color:black
}

.content p {color:white}

.info {
	color:#5C5A5A;background:#F1F1F1;
	padding:10px;position: relative;overflow: auto;
	height: 275px;width: 1fr;
	text-align: center;
	}
.video { 
	display: block; 
	width: auto; 
	margin: 0 auto;  
}
.deadlines {display:grid;grid-template-columns:  220px 1fr;grid-auto-rows: auto-fit;color:black}

/* Add a black background color to the top navigation */
.topnav {
  background-color:  #C9062A;font-family:  ‘Open Sans’, sans-serif; font-weight: 300; 
  overflow: hidden; transition: 3s; 
}
.topnav a.icon:before{content: "Menu";font:normal;margin:0 auto;padding-right: 2px}
/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;  transition: 3s
}

/* Add an active class to highlight the current page */
.active {
  background-color: #C9062A;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 20px; 
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #000;
  color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}


h4 {
  text-align: center;
  font-family:  ‘Open Sans’, sans-serif; font-weight: 300; 
  color: #06D85F;
  margin: 80px 0;
}
.social {padding: 3px 3px
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(92, 90, 90, 1);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0; overflow: scroll;text-align:inherit
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}


.logo  { 
  float: left;
  display: inline-block;
}

.container{
	background:#F1F1F1}

.popup {
  margin: 5px auto;
  padding: 10px;
  background: #0B75D9;
  border-radius: 5px;
  width: 100%;
	color: white;
  position: relative;
  transition: all 5s ease-in-out;
}
.popup .content {text-justify: distribute;
  overflow: scroll;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
	.wrapper {padding-left: 2%;padding-right: 2%}
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;	  
  }
	
.grid-icon {grid-template-columns: 1fr; grid-template-areas: "info"}	
.grid-member-container{
	padding:50px} 	
#slides .inner {
	height: 20em}
	
	#carousel .info {
		line-height: 10px;padding: 20px;}
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


@media screen and (max-width: 980px){
	.wrapper {padding-left: 5%;padding-right: 5%}
  .box{
    width: 70%;
  }
	h1, .h1 {line-height: .9}
	.footer{display: flex;
    justify-content: space-around}
	h5, h3 {font-size: 15px}
	.content p{font-size: 16px;line-height: 18px}
	.info{height:305px}
	.info h3{font-size:20px;line-height: 22px}
	.info c{font-size:18px}
	.icon-main {margin-top: 1em}
	.icon-main2 {margin-top: 35%}
	.grid-icon {grid-column-gap:1em;grid-row-gap: 5px}
	.logo {width:70%}
	.top {visibility: hidden;display:none}
  .popup{
    width: 100%;
  }
}
@media screen and (min-width: 980px){
	.info {height: 300px}
	.wrapper {
    padding-left: 10%;
    padding-right: 10%
}

}
@media screen and (max-width: 1030px){
	.info h3{font-size:20px; line-height: 22px}
	.info c{font-size:18px;line-height: 20px}
}
@media screen and (max-width: 800px) {
	.visible-large{visibility: hidden;display:none}
}
@media screen and (min-width: 801px) {
	.visible-medium{visibility: hidden;display:none;}
}
