/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #013F7E;
  position: relative;
}

body::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

a {
  color: #013F7E;
}

a:hover {
  color: #7c756f;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

#main {
  position: relative;
  margin-top:50px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: relative;
  width: 100%;
  padding: 100px 0 50px 0;
}

#header h1 {
  margin: 0 0 40px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #013F7E;
}

#header h2 {
  color: #013F7E;
  margin-bottom: 40px;
  font-size: 22px;
}

.social-links {
  margin-top: 20px;
}

.social-links a {
  font-size: 16px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding-top: 14px;
  margin: 0 3px;
  border-radius: 50%;
  text-align: center;
  width: 48px;
  height: 48px;
  transition: 0.3s;
  border: 1px solid #fff;
}

.social-links a:hover {
  background: #fff;
  border-color: #fff;
  color:#013F7E;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  background-color: #03016c;
}

.section-title {
  text-align: center;
  padding-bottom: 0px;
	color: #fff;
}

.section-title h2 {
  font-size: 22px;
  padding: 40px 0;
  /*font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;*/
}

.section-title a{
	color: #fff;
}
.section-title a:hover{
	color: #aa9e92;
}

.section-title p {
  margin-bottom: 0;
}
