@charset "UTF-8";
/* CSS Document */
.top{float:right; height:50px}
.wrapper {width:auto}
p, .p{
	font-family: ‘Open Sans’, sans-serif; font-weight: 300; font-size: 20px;color:#8E8D8D;line-height: 26px
}

figure, figcaption {font-size: 14px; 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}

.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: #5C5A5A;
  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:35px 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-column-gap: 5px;
  grid-template-columns:repeat(auto-fit, minmax(200px, 1fr)); background:#F1F1F1;color:black;padding:100px;grid-auto-rows: auto-fit;
}
/* Style the container/contact section */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 10px;
}

/* Create two columns that float next to eachother */
.column {
  float: left;
  width: 50%;
  margin-top: 6px;
  padding: 50px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
h1, .h1 {
	font-family:‘Open Sans’, sans-serif; font-weight: 300; 
		font-size: 36px;
	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:‘Open Sans’, sans-serif; font-weight: 300; 
}

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

.content p{color:white}

.info {
	color:#5C5A5A;background:#F1F1F1; 
	padding:0.01em 16px;
	margin-top:0px;
	margin-bottom:16px; text-align: center
	}

.deadlines {display:grid;grid-template-columns:  220px 1fr;grid-auto-rows: auto-fit;color:#727272 }
/* 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
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding:14px 16px;
  text-decoration: none;
  font-size: 20px;
}

/* 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;
}
.topnav a.icon:before{content: "Menu";font:normal;margin:0 auto;padding-right: 2px}
/* 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;
}

/* 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;
  }
}


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

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(15, 112, 104, 0.8);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}


.logo {padding-top: 20px; padding-bottom: 5px; width: 200px 
}

.container{
	background:#F1F1F1}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #0B75D9;
  border-radius: 5px;
  width: 50%;
	color: white;
  position: relative;
  transition: all 5s ease-in-out;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
/* 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;
  }
	
  .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%;
  }
	.column {
  float: left;
  width: 100%;
  margin-top: 6px;
  padding: 20px;
}
  .popup{
    width: 70%;
  }
}
@media screen and (min-width: 980px){
	.wrapper {padding-left: 10%;padding-right: 10%}
}
@media screen and (width: 1024px){
	.column {
  float: left;
  width: 100%;
  margin-top: 6px;
  padding: 20px;
}