* {
    margin: 0;
}

html, body {
    height: 100%;
    background-color: white;
    font-family: 'Aptos', 'Open Sans', sans-serif;
    color: #000099;
    font-size: 1em;
}

a:link {
    color: #33CCFF;
    text-decoration: none;
    border: 0;
}

a:visited {
    color: #33CCFF;
    text-decoration: none;
    border: 0;
}

a:active {
    color: #FFFF00;
    text-decoration: none;
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
    box-shadow: 5px 5px 5px #777777;
}

img.noborder {
    box-shadow: none;
}

figcaption {
    font-size: 0.75em;
}

section {
    padding-top: 10px;
}

table {
    width: 100%;
}

#swiffycontainer {
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   width: 550px;
   height: 400px;
   max-width: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height */
}

.content {
    position: relative;
    padding: 20px;
}

.clear_float {
    clear: both;
}

.left {
    float: left;
    vertical-align: middle;
    padding-right: 10px;
    margin-right: 10px;
}

.sponsor-container {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    border: 1px solid black;
    text-align: center;
    vertical-align: middle;
}

.sponsor-size {
    width: 160px;
    height: 160px;
    border: 1px solid black;
}

table.sponsor-container img {
    box-shadow: none;
    max-width: 160px;
    height: auto;
}

/* If the screen size is 800px wide or less, hide the element */
@media only screen and (max-width: 800px) {
  table.sponsor-container img {
      max-width: 80px;
  }
}

.right {
    float: right;
    padding-left: 10px;
    margin-left: 10px;
}

.center {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    text-align: center;
    /*background-color: #b0e0e6;*/
}

.center_vertical {
    margin-top: 50%;
}

.title {
    position: relative;
    font-size: 24px;
    background-color: black;
    color: white;
    font-weight: bold;
    vertical-align: text-top;
    height: 120px;
}

.title-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
}

.title-text {
    position: absolute;
    top: 10px;
    left: 130px;
}

.menu-content {
    font-size: 13px;
    font-weight: bold;
    color: #C0C0C0;
    text-align: center;
    vertical-align: bottom;
    padding-top: 2px;
}

.menu-wrapper {
    background-color: #003366;
    padding-top: 2px;
    padding-bottom: 4px;
    /*height: 23px;*/
}

.footer, .push {
    height: 25px; /* .push must be the same height as .footer */
}

.underline {
    text-decoration: underline;
}

.italic {
    font-style: italic;
}

.bigger {
    font-size: large;
    font-style: italic;
    text-shadow: 5px 5px 5px #dddddd;
}

.bold {
    font-weight: bold;
}

.justify {
    text-align: justify;
}

.shadow {
    box-shadow: 5px 5px 5px #777777;
}

.blue {
    background: #dddddd;
}

.red {
    background: #FFCCCC;
}

.green {
    background: #CCFFCC;
}

.sponsor-box {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
}

.vergrachtbox {
    margin: 25px 500px 25px 150px;
}

/* If the screen size is 600px wide or less, hide the element */
@media only screen and (max-width: 900px) {
  .vergrachtbox {
     clear: both;
     margin: 25px 25px 25px 25px;
  }
}

.box {
    padding: 10px 10px 10px 20px;
    border: 2px solid #a1a1a1;
    border-radius: 10px;
}

.googleCalendar {
  position: relative;
  height: 0;
  width: 50%;
  padding-bottom: 50%;
}

.googleCalendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

blockquote {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    background: #dddddd;
    border-left: 10px solid #ccc;
    padding: 0.5em 10px 0.5em 10px;
    quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote:before {
    color: #c2c2c2;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote:after {
    color: #c2c2c2;
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-left: 0.25em;
    vertical-align: -0.6em;
}

/*blockquote p {
    display: inline;
}*/

.history {
    padding: 2px 2px 2px 2px;
    border: 2px solid #a1a1a1;
    border-radius: 10px;
    background: #003366;
    margin: 25px 43% 25px 43%;
}

.box-list {
    padding-left: 0px;
    margin: 5px 10% 5px 10%;
}

/* If the screen size is 600px wide or less, hide the element */
@media only screen and (max-width: 1000px) {
  .history {
     margin: 25px 40% 25px 40%;
  }
}

@media only screen and (max-width: 700px) {
  .history {
     margin: 25px 30% 25px 30%;
  }
}

@media only screen and (max-width: 500px) {
  .history {
     margin: 25px 20% 25px 20%;
  }
}

.box-list li {
    list-style-type: none;
    font-size: small;
}

.box-list a {
    color: yellow;
}

