body { background-color: #132b4d; font-family: 'Josefin Sans', Arial, sans-serif; }
h1, h2, h3, h4, h5, h6 {

    font-weight: 700;
    font-family: 'Josefin Sans', Arial, sans-serif;

}

h1.mainh { font-size: 52px;color: #132b4d;font-weight: 700;    /* -webkit-text-stroke: 1px #FFF; */
    text-shadow: 1px 1px 0 rgba(134, 242, 252, 0.3), -1px -1px 0 rgba(134, 242, 252, 0.3), 1px -1px 0 rgba(134, 242, 252, 0.3), -1px 1px 0 rgba(134, 242, 252, 0.3), 1px 1px 0 rgba(134, 242, 252, 0.3);
  }
h2.mainsubh {font-size: 24px;color: #132b4d;font-weight: 400;
    text-shadow: 1px 1px 0 rgba(134, 242, 252, 0.3), -1px -1px 0 rgba(134, 242, 252, 0.3), 1px -1px 0 rgba(134, 242, 252, 0.3), -1px 1px 0 rgba(134, 242, 252, 0.3), 1px 1px 0 rgba(134, 242, 252, 0.3);
  }
#maincontent {
    text-align: center;
    color: #fff;
    background-image: url(../img/gfa-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    font-family: 'Josefin Sans',Arial,sans-serif;
}
.intro-text { font-family: 'Josefin Sans',Arial,sans-serif; }
.button_container {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 35px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
    background-color: transparent;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #86f2fc;
}
.button_container.active .middle {
  opacity: 0;
  background: #86f2fc;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #86f2fc;
}
.button_container span {
  background: #86f2fc;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: absolute;
  background: transparent;
  top: 0;
  
  width: calc(100% - 100px);
  width: 1px;

  height: 100%;
  opacity: 0;
  overflow: hidden;
  transition: all .75s ease;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  z-index:99;
  width: 100%;
  max-height: 800px;
}
.overlay.open ul {
  height: 100%;
}
.overlay.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
  width: 30%;
    background-color: rgba(134, 242, 252, 0.7);
    background-color: rgba(19, 43, 77, 0.5);
    height: 100%;
    vertical-align: top;
}

.overlay nav {
  position: relative;
  font-size: 32px;
  line-height: 36px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  text-align:left;
  height: 100%;
}

.overlay.open li a {
  color: #86f2fc;
padding: 20px;
    padding-top: 20%;
    display: block;
}
.overlay.open li a:hover {
  text-decoration: none;
}
.overlay.open li a em{
  color: #132b4d;
    display: block;
    clear: both;
    font-size: 18px;
    font-style: normal;
    font-weight:700;

}

.overlay.open a.submenu {
  font-size: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 24px;
  margin-bottom: 20px;
  transition: 500ms;
}
.overlay.open a.submenu:hover {
  color:#FFF;
}

.footer {
    padding: 25px 0;
    text-align: center;
}
footer a {color:#86f2fc;}
footer a:hover, footer a:visited {color:#86f2fc;text-decoration: none;}
footer li {
padding-bottom: 4px;
}
footer li a {
  display: inline-block;
}
footer li a:after {
  content: '';
  width: 0px;
  height: 1px;
  display: block;
  background: #86f2fc;
  transition: 500ms;
}

footer li a:hover:after {
  width: 100%;
}


  .intro-text {transform: scale(1); transition: transform 0.4s, opacity 0.4s;}
  .intro-text.hide-content {visibility: hidden; transform: scale(0.1);
  transition: transform 0.4s, opacity 0.4s, visibility 0s 0.2s;}

#navigation-bar {background-color: #2b4f88;min-height: 800px;}

.text-content{padding: 20px 30px;}
  .text-content {background-color: #d8f7fe;color: #122a4c;transform: scale(1);  
  transition: transform 0.4s, opacity 0.4s;}
  .text-content.hide-content {visibility: hidden; transform: scale(0.1);
  transition: transform 0.4s, opacity 0.4s, visibility 0s 0.2s;}

.carousel-indicators {
margin-bottom: -10px;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #122a4c;
}

  #maincontent a {color:#122a4c;display: inline-block;}
  #maincontent a:hover, #maincontent a:visited {color:#122a4c;text-decoration: none;}
  #maincontent a:after {
  content: '';
  width: 0px;
  height: 1px;
  display: block;
  background: #122a4c;
  transition: 500ms;
}
#maincontent a.active { 
  font-weight: 700;
}
#maincontent a.active:after { 
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #122a4c;
}

#maincontent a:hover:after {
  width: 100%;
}
.pagenav {padding-top:250px;}
.pagenav a {margin-bottom:10px;}

.card {
    background-color: transparent;
    background-clip: border-box;
    border: 0px;
}
.card-body { padding: 0.25rem 1.25rem; }
.card-img {max-width: 80px;}


@media (max-width: 1200px) {
    #maincontent h2 { font-size:1.5rem;}
    #maincontent .container { padding-left:0;padding-right:0;}
}

@media (max-width: 1000px) {
    #maincontent h2 { font-size:1.3rem;}
    #maincontent .text-content { padding-left:10px;padding-right:10px;}
}

@media (max-width: 769px) {
    #navigation-bar {min-height: auto;}
    #navigation-bar a {margin-top:10px;z-index: 100;}
    #toggle {right: 20px;left: auto;}
    #overlay {margin-top: 125px;height: 800px;}
    .overlay.open li { width:100% !important;max-width: 100%;height: auto; }
    .overlay.open li a {padding-top:20px; }
    .overlay.open li:last-child {padding-bottom: 80px;}

    .container { max-width: 100%; padding-left:0;padding-right:0;}
    .pagenav {padding-top:10px;}

    #maincontent h2 { font-size:2rem;}
    #maincontent .text-content { padding-left:20px;padding-right:20px;}
    #maincontent h2.mainsubh {font-size: 24px;}
}

@media (max-width: 576px) {
    .card-body { padding: 0.5rem 0.25rem; }
}

.cookieinfo {
  font-family: 'Josefin Sans', Arial, sans-serif!important;
  border-top: 1px solid #132b4d;
}
.cookieinfo a {
  text-decoration:underline!important;
  font-weight: bold;
}