/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
	height: 100%;
	min-height: 100%;
	width: 100%;
}
body {
  font-family: "Roboto", sans-serif;
  color: #fff;
  position: relative;
  background: #f0e8d6;
  height:100%;
  min-height:100%;
}

a {
  color: #fff;
}

a:hover {
  color: #f6f6f6;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

#main {
  position: relative;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: relative;
  width: 100%;
  padding: 200px 0 50px 0;
}

@media only screen and (max-width: 700px) {
	#header {
		padding: 100px 0 50px 0;
	}
}


#header h1 {
  margin: 0 0 40px 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 56px;
  color: #122a4c;
}

#header h2 {
  color: #122a4c;
  margin-bottom: 40px;
  font-size: 20px;
}

.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:#f6f6f6;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  background-color: transparent;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
	color: #966a59;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title a{
	color: #fff;
}
.section-title a:hover{
	color: #e6e6e6;
}

.section-title p {
  margin-bottom: 0;
}
.about h6 {margin-bottom:20px; font-size:13px;}
