@charset "utf-8";
/* CSS Document */

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

h1 {
    font-family: 'Questrial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-size: 24pt;
    color: #2A2A2A;
    text-align: justify;
}

h2 {
    font-family: 'Questrial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-size: 16pt;
    text-align: left;
	color: #666666;
}

h3 {
    font-family: 'Questrial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 14pt;
    text-align: center;
    color: #0098D3;
}

p {
    font-family: 'Questrial', sans-serif;
    font-size: 12pt;
    text-align: left;
    line-height: 1.8;
    margin-left: 20px;
    margin-right: 20px;
}

.counter {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 72px;
    text-align: center;
    color: #4A4A4A;
    margin-top: 20px;
	float: none;
	border: none;
}

.categories {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 14pt;
    text-align: right;
    color: #fff;
    font-weight: bolder;
    margin: 15px;
}

.header {
    padding: 5px;
    width: 100%;
    max-width: 678px;
    background-color: #0E3F75;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0.19);
}

#header2 {
    padding: 0px !important;
    width: 100% !important;
    max-width: 339px;
    background-color: #0E3F75;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0.19);
    float: left;
    height: auto;
    margin-top: 10px;
}

#header3 {
    padding: 0px !important;
    width: 100% !important;
    max-width: 339px;
    background-color: #0098D3;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0.19);
    float: left;
    height: auto;
    margin-top: 10px;
}

.body2 {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px 25px 10px 25px;
    width: 100%;
}

canvas{
    width: 100% !important;
    height: 170px !important;
}

.grid-container {
  display: grid;
  grid-template-columns: 345px 348px;
  grid-gap: 0px;
  background-color: #ffffff;
  padding: 5px;
  width: 100%;
  max-width: 678px;
}
.grid-container > div {
  background-color: rgba(255, 255, 255, 0.8);
}

* {
    box-sizing: border-box;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: left;
    margin-bottom: 10px;
}
html {
    font-family: "Lucida Sans", sans-serif;
}
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu li {
    padding: 8px;
    margin-bottom: 7px;
    background-color: #33b5e5;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.menu li:hover {
    background-color: #0099cc;
}
.aside {
    background-color: #33b5e5;
    padding: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.footer2 {
    background-color: #0099cc;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 15px;
}
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 20%;}
    .col-2 {width: 20%;}
    .col-3 {width: 20%;}
    .col-4 {width: 20%;}
    .col-5 {width: 20%;}
    .col-6 {width: 50%;}
    .col-7 {width: 100%;}
    .col-8 {width: 50%;}
    .col-9 {width: 50%;}
    .col-10 {width: 49%; padding-left: 20px; padding-right: 20px; margin-right: 10px; margin-bottom: 50px !important; margin-top: 50px}
    .col-11 {width: 50%; padding-left: 20px; padding-right: 20px; margin-bottom: 50px !important; margin-top: 50px;}
    .col-12 {width: 33%;}
    .col-13 {width: 33%;}
    .col-14 {width: 33%;}
    .col-15 {width: 20%;}
    .col-16 {width: 60%;}
    .col-17 {width: 20%;}       
}

/*div {
    max-width: 1200px;
 }*/

.colorblock {
    max-width: 100%;
    background: white;
 }

.colorblockdark {
    max-width: 100%;
    background-color:#0E3F75;
 }

.infobox {
    padding: 0px !important;
    margin-top: -20px !important;
    height: auto;
}

.biginfo {
    text-align: left;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 5px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.parallax { 
    /* The image used */
    background-image: url("ohfabackground.jpg");

    /* Set a specific height */
    height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    text-align: center;
}

.parallaxtext {
    text-align: center;
    color: white;
    font-family: 'Questrial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-size: 18pt;
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.svg:hover {
    opacity: 0.5;
}

@media only screen and (max-width: 414px) {

   .counter { 
      font-size: 48px;
      margin-top: -10px;
   }
    h1 {
    font-family: 'Questrial', sans-serif;
    text-transform: lowercase;
    letter-spacing: 0px;
    font-size: 24pt;
    color: #2A2A2A;
    text-align: justify;
    }
}

.col-10:hover{
    background-color: #0E3F75;
    color: #fff !important;
}

.col-11:hover{
    background-color: #0098D3;
    color: #fff !important;
}