body {
  font-family: "Open Sans", sans-serif;
  color: #5e5e5e;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

a, a:hover{
  text-decoration: none;
}

ul {
  list-style: none;
}

#header ul {
  margin-right: 20px;
}

#header {
  transition: all 0.5s;
  background: #fff;
  z-index: 990;
  padding: 10px 0;
  border-bottom: 1px solid #e6f2fb;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.navbar a {
  display: flex;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  color: #16517b;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 10px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  background: #ffffff;
  border-radius: 7px;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  box-shadow: 0px 0px 20px rgba(127, 127, 127, 0.25);
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #2487ce;
}


.navbar .dropdown:hover > ul {
  top: 100%;
  visibility: visible;
  opacity: 1;
}


#home {
  width: 100%;
  height: 100vh;
  position: relative;
}

#home .container {
  padding-top: 70px;
}

#home h1 {
  margin: 0;
  font-size: 35px;
  font-weight: bold;
  line-height: 70px;
  color: #124060;
}

#home h2 {
  font-size: 35px; 
  font-weight: bold;
  line-height: 70px;
  color: #124060;
}

section {
  padding: 80px 0;
  overflow: hidden;
}

#about  {
  font-size: 13px;
}

.section-title h2 {
  font-size: 30px;
  font-weight: bold;
  color: #124265;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}

table {
	margin-right: auto;
	margin-left: auto;
}

table th {
	color: #124265;
	padding-right: 15px;
	line-height: 30px;
}

.brTable {
	border-collapse: separate;
    border-spacing : 10px;
}

.subsection {
	text-align: center;
}

.subsection h4 {
  color: #124265;
  text-align: center;  
  font-weight: bold;
  margin: 35px 0;	 
}

.subsection p {
  text-align: justify;
  font-size: 13px;
}

#email {
  text-align: center;
}

.subsection ul, ul a, #email a {
  font-size: 13px;
  color: #16517b;	
}

.subsection ul a:hover, #email a:hover {
  color: #469fdf;
}

#footer {
  padding: 20px 0;
  color: #444444;
  font-size: 11px;
  background: #f9fcfe;
  text-align: center;
}