@charset "UTF-8";
/* Exo 2 */
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');
/* Nova Oval */
@import url('https://fonts.googleapis.com/css2?family=Nova+Oval&display=swap');
/* CSS Document */

body {
	background-color: #fff;
	color: black;
	font-family: 'Exo 2', sans-serif;
	font-weight: 300;
	font-size: 2.5em;
	position: relative;
	padding-bottom: 1em;
/*
	padding-left: 5%;
	padding-right: 5%;
*/
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
/* 	padding-left: 0.5em; */
	background-color: #4776bb;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	font-size: 0.8em;
	font-family: 'Exo 2', sans-serif;
	font-weight: 600;
	color: #fff;
/* 	letter-spacing: 5px; */
}

.navbar-nav {
    padding-top: 0.5em;
}

.navbar-nav li a {
	color: #fff !important;
}

.navbar-nav li a:hover {
/* 	color: #fbdb6b !important; */
    color: #4776bb !important;
    background-color: #fff !important;
    border-radius: 10px 10px 10px 10px;
}

.navbar-nav .dropdown-toggle:active, .open .dropdown-toggle {
	background-color: #fff !important;
	color: #4776bb !important;
	border-radius: 10px 10px 10px 10px;
}

.navbar-nav .open .dropdown-menu {
	background-color: #fbdb6b !important;
	text-align: center;
	border-radius: 10px 10px 10px 10px;
	font-size: 0.85em !important;
}

.navbar-nav .open .dropdown-menu a {
    color: #9f4c96 !important;
    font-weight: bold;
}

.navbar-nav .open .dropdown-menu a:hover {
	background-color: #9f4c96 !important;
	color: #fbdb6b !important;
	text-align: center;
	border-radius: 0px;
}


.navbar-header {
	padding-top: 0.5em;
}

.navbar-toggle { /* Hamburger Menu */
	color: #fff !important;
	border: 0;
}

.navbar-toggle:hover { /* Hamburger Menu */
	background-color: #fff !important;
	border: 0;
}

.navbar-toggle .icon-bar { /* Hamburger Menu Bars */
	background-color: #fff !important;
}

.navbar-toggle:hover .icon-bar { /* Hamburger Menu Bars Hover */
	background-color: #4776bb !important;
}

.navbar-brand { /* for the logo */
    color: #fff;
    background-image: url("../Media/Images/5of5-NavNormal.png");
    background-size: 100%;
    width: 275px;
    height: 69px;
}

.navbar-brand:hover { /* for the logo */
    background-image: url("../Media/Images/5of5-NavHover.png");
    background-size: 100%;
    width: 275px;
    height: 69px;
}




.carousel {
	color: #005739;
}

.carousel-control {
	color: #a6f069 !important;
	background-image: none !important;
}

.carousel-control:hover {
	color: #a6f069 !important;
}

.carousel-indicators li {
	border-color: #a6f069 !important;
	
	box-shadow: 0px 0px 10px 5px #013808;
    /* in order: x offset, y offset, blur size, spread size, color */
    /* blur size and spread size are optional (they default to 0) */
}

.carousel-indicators .active {
	background-color: #a6f069 !important;
	
	box-shadow: 0px 0px 15px 10px #013808;
	/* in order: x offset, y offset, blur size, spread size, color */
    /* blur size and spread size are optional (they default to 0) */
}

* {
	box-sizing: border-box;
}


.myMargins {
    padding-left: 10%;
    padding-right: 10%;
}

.myNavMargins {
    padding-left: 5%;
    padding-right: 5%;
}


h1 {
	position: inherit;
	top: 0;
	left: 0;
	right: 0;
	color: #4776bb;
	font-family: 'Exo 2', sans-serif;
	font-weight: 900;
	padding-bottom: 0.5em;
	padding-top: 0.3em;
	width: 100%;
	font-size: 4em;
}

h1.hidden {
	visibility:hidden;
}

h2 {
	color: #4776bb;
	font-family: 'Exo 2', sans-serif;
	font-weight: 800;
	font-size: 3.25em;
}

h3 {
    color: #4776bb;
    font-family: 'Exo 2', sans-serif;
    font-weight:600;
    font-size: 2.75em;
}

h4 {
    color: #4776bb;
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 2.25em;
}


a {
	color: #9f4c96;
	font-weight: 500;
	text-decoration: none;
	padding: 3px;
/* 	font-weight: bold; */
}

a:hover{
    color: #fff;
	background-color: #9f4c96;
	text-decoration: none;
	padding: 3px;
	border-radius: 10px 10px 10px 10px;
}


a#main-menu {
	color: white;
	text-decoration: none;
	padding-left: 0.5%;
	padding-right: 0.5%;
}
a#main-menu:hover {
	color: #FF0004;
	background-color: #FFD100;
	padding-bottom: 0.1em;
}


p {
	font-family: 'Exo 2', sans-serif;
	color: black;
	padding-left: 5%;
	padding-right: 5%;
}




ul#horizontal-list {
	min-width: 1.5em;
	list-style: circle;
	padding-top: 1em;
	}
ul#horizontal-list li {
	display: inline;
}

ul#main-menu {
	min-width: 1.5em;
	list-style: circle;
	padding-top: 1em;
	font-family: 'Nova Oval', cursive;
	background-color: #112986;
	color: white;
	padding-bottom: 0.1em;
	padding-left: 0em;
}
ul#main-menu li {
	display: inline;
}

.main {
  margin: 0 auto;
  padding-top: 64px;
  max-width: 640px;
  width: 94%;
}


footer {
	position: relative;
	font-family: 'Exo 2', sans-serif;
	bottom: 0;
	left: 0;
	padding-top: 1em;
	padding-bottom: 2em;
	width: 100%;
	background-color: #4776bb;
	color: white;
}

footer a {
    color: #fbdb6b;
    padding: 3px;
}

footer a:hover {
	color: #4776bb;
	background-color: #fbdb6b;
	padding: 3px;
	border-radius: 10px 10px 10px 10px;
}



/* VERTIAL MENU */
.vertical-menu {
    width: 9em; /* Set a width if you like */
}

.vertical-menu a {
    background-color: #112986;
    color: #75FA4C; /* Black text color */
    display: block; /* Make the links appear below each other */
    padding: 0.4em; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
	font-family: 'Nova Oval', cursive;
	font-size: 1em;
}

.vertical-menu a:hover {
    background-color: #FEFE53;/* Dark grey background on mouse-over */
	color: #DF362B;
}

.vertical-menu a.active {
    background-color: #000000; /* Add a green color to the "active/current" link */
    color: white;
}

figure {
}

img,figcaption {
  display: inline-block;
  vertical-align: middle;
  padding-right: 1em;
}

figcaption {
	font-size: 2em;
/* 	font-weight: bold; */
	text-align: left;
}



/* RESPONSIVE SIDENAV */
ul.sidenav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 6em;
    background-color: #112986;
	color: #75FA4C;
    position: relative;
    height: 100%;
    overflow: auto;
	font-size: 1.5em;
}

ul.sidenav li a {
    display: block;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
	font-family: "Nova Oval", cursive;
	text-align: center;
	vertical-align: middle;
}
 
ul.sidenav li a.active {
    background-color: black;
    color: white;
	width: 6em;
}

ul.sidenav li a:hover:not(.active) {
    background-color: #FEFE53;
    color: #DF362B;
}

div.content {
    margin-left: 25%;
    padding: 1px 16px;
    height: 100em;
}

@media screen and (max-width: 900px) {
    ul.sidenav {
        width: 100%;
        height: auto;
        position: relative;
    }
    ul.sidenav li a {
        float: left;
        padding: 1.5em;
    }
    div.content {margin-left: 0;}
}

@media screen and (max-width: 400px) {
    ul.sidenav li a {
        text-align: center;
        float: none;
    }
}


.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


/* 
img.onmouseover {
    background-color: #000;
    border-radius: 10px 10px 10px 10px;
}

img.onfocus {
    background-color: #000;
    border-radius: 10px 10px 10px 10px;
}
 */


/* SCROLLING TO TOP */
#myBtn {
  font-family: 'Exo 2', sans-serif;
  font-weight: 600;
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 100px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #0e3c7e; /* Set a background color */
  color: #fff; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #fbdb6b; /* Add a different background on hover */
  color: #000;
}


