body {
  height: 100%;
  margin: 0;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #f2f2f2;
  min-width:300px;
}

html {
  height: 100%;
  box-sizing: border-box;
}

/* Skip links */

#skip-links {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}

#skip-links a:focus{
  position: static;
  width: auto;
  height: auto;
}

#maincontent {
  background: #000000;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top right, #434343, #000000);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top right, #434343, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.content {
  padding: 1%;
}

/* Top of page */

.head {
  background-color: #18191A;
}

.logo {
  padding-top:1.5em;
  padding-left: 1.5em;
  padding-bottom: 1em;
  width: 200px;
  height: auto;
}

/* Error */

#error{
  position:relative;
  height:100vh;
  background-color: black;
}

#error .error {
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.error{
  max-width:460px;
  width:80%;
  text-align:left;
  color: #f2f2f2;
}

.error h2{
  font-size:50px;
}

.error p{
  line-height: 30px;
  font-weight: 500;
}

.error a{
  display:inline-block;
  padding: 14px 16px;
  background-color: #4CAF50;
  color: #111;
  border:none;
  font-size:14px;
  font-weight:800;
  text-transform:uppercase;
  text-decoration:none;
}

.error a:hover{
  background-color:#f2f2f2;
}


/* Socials */

.social ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 .5em;
  overflow: hidden;
  background-color: black;
}

.social li {
  float: left;
}

.social li a {
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
}

.social li a:hover {
  background-color: #f2f2f2;
  color: black;
}


/* The navigation menu */

.topnav {
  overflow: hidden;
  background-color: #333;
}

/* Navigation links*/
.topnav a {
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  color: #f2f2f2;
  float: left;
}

.navactive{
  background-color: #4CAF50;
  color: #111;
}

.topnav .icon, .topnav .donateBtn, .topnav .volunteerBtn{
  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: 17px;
  border: none;
  outline: none;
  color: #f2f2f2;
  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: #111;
  min-width: 182px;
  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: #f2f2f2;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #111;
  color: #f2f2f2;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.topnav .right {
  float: right;
  font-weight: 600;
  font-weight: bold;
}

.topnav .donate {
  background-color: #FF5349;
  color: black;
}

.topnav .volunteer {
  background-color: #FA8128;
  color: black;
}

.donate a:hover {
  background-color: #111;
  color: black;
}

/* Search function */

* {
  box-sizing: border-box;
}

.openBtn {
  display: block;
  color: #f2f2f2;
  padding: 12px 16px;
  border: none;
  font-size: 20px;
  cursor: pointer;
  background-color: #333;
}

.openBtn:hover {
  background-color: #111;
  color: #f2f2f2;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: #f2f2f2;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: #f2f2f2;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}

/* Calendar */

.month {
  padding: 70px 25px;
  width: 100%;
  background: #4CAF50;
  text-align: center;
}

.month ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.month ul li {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;

}

.month .prev {
  float: left;
  padding-top: 10px;
  cursor: pointer;
}

.month .next {
  float: right;
  padding-top: 10px;
  cursor: pointer;
}

.weekdays {
  margin: 0;
  padding: 10px 0;
  background-color: #ddd;
}

.weekdays li {
  display: inline-block;
  width: 13.6%;
  color: #666;
  text-align: center;
}

.days {
  padding: 10px 0;
  background: #eee;
  margin: 0;
}

.days li {
  list-style-type: none;
  display: inline-block;
  width: 13.6%;
  text-align: center;
  margin-bottom: 5px;
  font-size:12px;
  color: #777;
}

.days li .active {
  padding: 8px;
  background: #ddd;
  color: black;
}

.days li .event {
  padding: 5px;
  background: #FA8128;
  color: white !important;
  cursor: pointer;
}

.disclaimers p, .disclaimers li {
  font-size: 15px;
}

/* Add media queries for smaller screens */
@media screen and (max-width:720px) {
  .weekdays li, .days li {width: 13.1%;}
}

@media screen and (max-width: 420px) {
  .weekdays li, .days li {width: 12.5%;}
  .days li .active {padding: 2px;}
}

@media screen and (max-width: 290px) {
  .weekdays li, .days li {width: 12.2%;}
}

/* Breadrumbs */

ul.breadcrumb {
 margin: 0;
 padding: 10px 16px;
 list-style: none;
 background-color: grey;
}

ul.breadcrumb li {
 display: inline;
 font-size: 15px;
}

ul.breadcrumb li+li:before {
 padding: 8px;
 color: black;
 content: "/\00a0";
}

ul.breadcrumb li a {
 color: #f2f2f2;
 text-decoration: none;
}

ul.breadcrumb li a:hover {
 color: black;
 text-decoration: underline;
}

/* Hero image  */

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/main.jpg");
  height: 70%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 25px;
}

.hero-text .button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 14px 16px;
  background-color: #FF5349;
  color: black;
  text-align: center;
  cursor: pointer;
  font-size: 25px;
  margin-bottom: 1em;
  margin-left: 1em;
  font-weight: 600;
  width: 7em;
  text-decoration: none;
}

.hero-text .button.volunteer2 {
  background-color: #FA8128;;
}

.hero-text .button:hover {
  background-color: #111;
  color: #f2f2f2;
}

/* Content Cards */

*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  float: left;
  width: 50%;
  margin-bottom: 16px;
  padding: 0 8px;
}

.team .column {
  width: 33%;
}

.team .row {
  padding: 0 1.5em;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: 8px;
  background-color: #f2f2f2;
  color: #111;
}

.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.card p {
  font-size: 20px;
}

.cardlink {
  border: none;
  text-decoration: none;
  outline: 0;
  display: inline-block;
  padding: 15px;
  color: #f2f2f2;
  background-color: #18191A;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 17px;
}

.cardlink:hover {
  background-color: #4CAF50;
  color:black;
}

.title {
  color: grey
}

/* FORMS */

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  margin: 0 -16px;
}

.col-25 {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
}

.col-50 {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
}

.col-75 {
  -ms-flex: 75%; /* IE10 */
  flex: 75%;
}

.col-25,
.col-50,
.col-75 {
  padding: 0 16px;
}

.container {
  background-color: #f2f2f2;
  padding: 5px 20px 15px 20px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.form input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

label {
  margin-bottom: 10px;
  display: block;
}

.icon-container {
  margin-bottom: 20px;
  padding: 7px 0;
  font-size: 24px;
}

.green {
  font-style: italic;
  color: #4CAF50;
  font-weight: 600;
}

.form .btn input[type=text], select {
  border: none;
  text-decoration: none;
  margin-bottom: 15px;
  outline: 0;
  display: inline-block;
  padding: 16px;
  background-color:#FF5349;
  color: white !important;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 17px;
}

.form input[type=submit] {
  text-align: center;
  font-size: 17px;
  width: 100%;
  background-color:#FF5349;
  color: white;
  padding: 16px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: black;
}

.altbtn {
  border: none;
  text-decoration: none;
  margin-bottom: 15px;
  outline: 0;
  display: inline-block;
  padding: 16px;
  background-color: #b2b2b2;;
  color: white !important;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 17px;
}

.greenbtn{
  background-color: #4CAF50;
}

.btn:hover, .altbtn:hover{
  background-color: black;
}

.form a {
  color: #2196F3;
}

hr {
  border: 1px solid lightgrey;
}

span.price {
  float: right;
  color: grey;
}

.radiocontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radiocontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #cccccc;
  border-radius: 50%;
}

.radiocontainer:hover input ~ .checkmark {
  background-color: #b2b2b2;
}

.radiocontainer input:checked ~ .checkmark {
  background-color: #4CAF50;
}

.radiocheckmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radiocontainer input:checked ~ .checkmark:after {
  display: block;
}

.radiocontainer .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

/* Footer */

.footer {
  padding: 10px;
  text-align: center;
  background: black;
  width: 100%;
  font-size: 15px;
}

.nav {
  display: inline-block;
  padding-right: 2em;
  text-align: center;
}

.nav a, .nav p{
  color:white;
}

.nav a:hover{
  color: #4CAF50;
}

/* Content */

.contentcard {
  width:85%;
  margin: auto;
  padding: 2em;
}

.quote {
  font-style: italic;
  font-size: 13px;
  text-align: center;
}

.cardscontent {
   background-color: white;
   padding: 30px;
   color: black;
}

/* Youtube video */
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.link {
  font-size: 15px;
  color: black;
}

/* Media queries */

@media screen and (max-width: 891px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
  display: none;
  }
  .topnav a.icon, .topnav a.donateBtn, .topnav a.volunteerBtn {
    float: right;
    display: block;
  }
  .row {
    flex-direction: column;
  }
  .col-25 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 891px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .contentcard {
    width:100%;
  }

  .topnav .donateBtn {
    position:absolute;
    right: 49px;
  }

  .topnav .volunteerBtn {
    position:absolute;
    right: 98px;
  }

  .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;
  }

  .hero-text .button {
    font-size: 20px;
  }

  .hero-text {
    font-size: 15px;
  }

  .responsive a.volunteerBtn, .responsive a.donateBtn{
  display:none;
  }

  .team .column {
    width: 100%;
    padding: 0 1.5em;
  }

  .team .row {
    padding: 0;
  }

  .column {
    width: 100%;
    display: block;
    padding: 0 1em;
  }


}


@media screen and (min-width: 1200px) {
  .column {
    width: 33%;
    display: block;
  }
}

@media screen and (max-width: 650px) {

.contentcard {
  margin: auto;
  padding: 1em;
}

}
