@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Raleway:500,500i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Averia+Serif+Libre:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Averia+Libre:700,700i&display=swap');
/* CSS Document */

body {
	background-color: #eafde9;
	color: black;
	font-family: 'Raleway', sans-serif;
	position: relative;
	padding-bottom: 1em;
/*
	padding-left: 5%;
	padding-right: 5%;
*/
}

.navbar {
	padding-top: 1em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
	background-color: #32ac88;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	color: #ffffff !important;
/* 	letter-spacing: 5px; */
}


.navbar-brand {
	color: #fff !important;
	font-family: 'Raleway', sans-serif;
	font-size: 1.5em;
}

.navbar-brand:hover {
	color: #7858a1 !important;
}

.navbar-nav .dropdown-toggle:active, .open .dropdown-toggle {
	background-color: #7858a1 !important;
	color: #32ac88 !important;
}

.navbar-nav .dropdown-toggle:active, .open .dropdown-toggle:hover {
/* 	background-color: #7858a1 !important; */
	color: #fff !important;
}

.navbar-nav .open .dropdown-menu {
	background-color: #89ddc4 !important;
	text-align: center;
}

.navbar-nav .open .dropdown-menu a:hover {
	background-color: #89ddc4 !important;
	text-align: center;
}

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

.navbar-nav li a:hover {
	color: #7858a1 !important;
/* 	background-color: #a3659f !important; */
}

.navbar-nav li

.navbar-header {
	padding-top: 0px;
	padding-bottom: 5px;
}

.navbar-toggle {
	color: #1e7b30 !important;
	border: 0;
}

.navbar-toggle:hover {
	background-color: #7858a1 !important;
	border: 0;
}

.navbar-toggle .icon-bar {
	background-color: #fff !important;
}

.navbar-toggle:hover .icon-bar {
	background-color: #32ac88 !important;
}

* {
	box-sizing: border-box;
}

h1 {
	position: inherit;
	top: 0;
	left: 0;
	right: 0;
	color: #ff4a7d;
/* 	background-color: #f7ee9f; /*#414245;*/ */
	font-family: 'Averia Libre', cursive;
	padding-bottom: 0.1em;
	padding-top: 0.3em;
	width: 100%;
	font-size: 300%;
}

h1.hidden {
	visibility:hidden;
}


a {
	color: #32ac88;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #7858a1;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: #7858a1;
}


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


p {
	font-family: 'Raleway', sans-serif;
	font-size: 1.2em;
	color: Black;
	padding-left: 10%;
	padding-right: 10%;
}

ol {
	padding-left: 10%;
	padding-right: 10%
}


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.6em;
	list-style: circle;
	padding-top: 1em;
	font-family: 'Raleway', sans-serif;
	background-color: #32ac88;
	color: white;
	padding-bottom: 0.1em;
	padding-left: 0em;
}
ul#main-menu li {
	display: inline;
}


/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 50%;
  padding: 0em;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

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


footer {
	position: relative;
	font-family: 'Raleway', sans-serif;
	bottom: 0;
	left: 0;
	padding-top: 1em;
	padding-bottom: 2em;
	width: 100%;
	background-color: #32ac88; /*#414245;*/
	color: white;
}



/* 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: 'Macondo Swash Caps', 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;
}

h2 {
	color: #7858a1;
	font-family: 'Raleway', sans-serif;
	padding-left: 5%;
}

h3 {
	color: #7858a1;
	font-family: 'Raleway', sans-serif;
	text-align: center;
}


/* 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: "Macondo Swash Caps", 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;
    }
}