@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,500,600,700');

body {
    font-family: 'Raleway', sans-serif;
}

/* Back to top button */

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgba(0,45,144,0.6);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
    
}

/* Header & Nav */

.dropdown-arrow::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

@media (min-width: 979px) {
.dropdown:hover>.dropdown-menu {
  display: block;
}
  }

.navbar-nav li:hover>.dropdown-menu {
  display: block;
}

.nav-link{
	color:white !important;
}

.nav-item a:hover{
border-bottom: 2.5px solid #3ebae7;
}
.active{
	border-bottom: 2.5px solid #3ebae7;
}

.title_header{
font-family: 'Open Sans', sans-serif;
}

.header-text {
    font-size: 1.5em;
    font-family: 'Open Sans', sans-serif;

}

.header-image {
    max-width: 155px;
    vertical-align: middle;
    text-align: left;
}

@media (max-width: 767.98px) {
    .header-text{
        font-size: 1em;
    }
}

.jumbotron{
	margin-bottom: 0;
}

/*End Header & Nav*/

/* Main Body */
section:before {
    height: 40px;
    content: "";
    display:block;
}
.section-body{
    padding-top: 2em;
}

section:nth-child(odd) {
    background-color: #E9FAE1; 
}

section:nth-child(even) {
	background-color: #f3edfa;
}

.section-header {
    font-size: 2em;
	font-weight: 600;
	color: #002d72;

}

/*.section-header::after {
        background: #002d72;
        content: '';
        display: block;
        width: 3em;
        height: 5px;
        margin-right: -100%;
        border-bottom: 1px solid #000;
    } */

.page-sections{
padding-bottom:10px;
}

h4 {
	font-weight:500;
    color: #800080;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

ol li,
ul li{
  margin: 10px 0;
}

/* Footer */
footer {
	border-top: 8px solid #084772 !important;
    background-color: #e3f2fd;
    padding: 25px;
}

.list{margin-top: 15px;}

.list ul li{
margin:10px 0 ;
}

.list ul li a{
		font-size: 1.2em;
	}
