* {
  margin:0px;
  padding:0px;
}

body {
  font-family: 'Open Sans', sans-serif;
  color:white;
  background-image: url('../images/background.jpg');
  background-size: cover;
  background-position: top center;
  text-align: center;
}

.show-menu {
	text-decoration: none;
	color: #fff;
	background: #58585a;
	text-align: center;
	padding: 10px 0;
	display: none;
	width:100%;
	margin-bottom:1px;
}

input[type=checkbox]{
  display: none;
  -webkit-appearance: none;
}

p, h1, h2, h3 {
  margin-bottom: 20px;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  color: #ffeb0c;
}

.cursive {
  font-family: 'Dancing Script', cursive;
}

.yellow {
  color: #ffeb0c;
}

@media (min-width: 1100px) {

  .container {
    width: 1100px;
    margin:0 auto;
    padding:40px 0px;
  }

  .large {
    font-size: 32pt;
  }

  .medium {
    font-size: 28pt;
  }

  .small {
    font-size: 18pt;
  }

  #footer {
    height: 495px;
    width:100%;
    background-image: url('../images/footer-bg.png');
    background-size: cover;
    background-position: top center;
  }

  #footer-left img, #footer-right img, #footer-middle img {
    display: none;
  }

  #sub-footer {
    padding:10px;
    font-size: 10pt;
    background: black;
    color: white;
    text-align: center;
  }

  .button-container {
    width:1080px;
    margin:20px auto;
  }

  .button-modal button {
    width:230px;
    text-align: center;
    background: #ffeb0c;
    color: black;
    float: left;
    margin:0px 20px;
    border-radius: 5px;
    font-size: 18pt;
    padding:20px 10px;
    border:none;
    cursor: pointer;
  }

}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

.modal-content {
  background-color: #fefefe;
  color: black;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

.close1, .close2, .close3, .close4 {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close1:hover,
.close1:focus,
.close2:hover,
.close2:focus, 
.close3:hover,
.close3:focus,
.close4:hover,
.close4:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-content a {
  color: black;
  font-size: 18pt;
  text-decoration: underline;
}

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
  margin-bottom: 20px; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}


@media screen and (max-width : 1099px){
  
  .container {
    width:100%;
    padding:40px 0px;
  }

  .large {
    font-size: 26pt;
  }

  .medium {
    font-size: 22pt;
  }

  .small {
    font-size: 16pt;
  }


  #footer-left img, #footer-right img, #footer-middle img {
    max-width: 450px;
    width:100%;
    height: auto;
    margin:0 auto;
    display: block;
  }

  #footer {
    margin-top: 40px;
  }

  #sub-footer {
    padding:10px;
    font-size: 10pt;
    background: black;
    color: white;
    text-align: center;
  }

  .button-container {
    text-align: center;
  }

  .button-modal button {
    display: block;
    width:280px;
    text-align: center;
    background: #ffeb0c;
    color: black;
    margin:10px auto;
    border-radius: 5px;
    font-size: 18pt;
    padding:20px 10px;
    border:none;
    cursor: pointer;
  }

  .button-modal {
    text-align: center;
  }

  #still img {
    max-width: 90%;
    height: auto;
  }

}