body {
  font-family: 'Fira Sans', sans-serif;
  background-color: #32a1da;
  color: #ffffff;
  line-height: 1.6em;
}

.header {
	background-color: #2993ca;
	height: 100px;
	text-align: center;
}

.header > div {
	position: relative;
 	top: 50%;
 	transform: translateY(-50%);
}

.header .tag {
	font-size: 1.2em;
}

@media (max-width: 750px) {
	.header .tag {
		display: block;
	}
}

.who-are-we {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.who-are-we > .title {
	font-weight: bold;
	font-size: 2em;
	padding-bottom: 50px;
}

.who-are-we .tag {
  font-size: 3em;
  text-align: right;
  line-height: normal;
}

@media (max-width: 1024px) {
	.who-are-we .tag {
	    text-align: center;
			padding-bottom: 12px;
	}

	.who-are-we .description {
		padding-bottom: 20px;
	}
}

.who-are-we .description {
	text-align: left;
}

.who-are-we .key-points .title {
	font-weight: bold;
	text-align: left;
	padding-bottom: 6px;
}

.who-are-we .key-points .description {
	padding-bottom: 6px;
}

.skill-points {
  position: relative;
  padding-top: 150px;
  padding-bottom: 125px;
  text-align: center;

  background-image: url('img/background.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.skill-points .opacity {
  background-color:rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.skill-points .top-triangle-tl {
  position: absolute;
  top: 0;
  left: 0;

  width: 0;
  height: 0;
  border-top: 150px solid #32a1da;
  border-right: 99vw solid transparent;
  z-index: 10;
}
.skill-points .top-triangle-br {
  position: absolute;
  bottom: 0;
  right: 0;

  width: 0;
  height: 0;
  border-bottom: 150px solid #32a1da;
  border-left: 99vw solid transparent;
  z-index: 10;
}

.skill-points > .title {
  position: relative;
  color: white;
  font-weight: bold;
  font-size: 2em;
  padding-bottom: 50px;
  z-index: 10;
}

.skill-points .container-fluid {
  position: relative;
  max-width: 1024px;
  z-index: 10;
}

.skill-points .row div {
	text-align: center;
}

.skill-points .title {
	font-weight: bold;
	padding-top: 12px;
}

.skill-points .description p {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.skill-points hr {
  border: 0;
	width: 75px;
	height: 2px;
	color: red;
	background-color: #32a1da;
}

.skill-points img {
	width: 100%;
	max-width: 200px;
}

.contact-us {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact-us > .title {
  font-weight: bold;
  font-size: 2em;
  padding-bottom: 50px;
}

.contact-us .error {
  color: red;
  margin: 12px;
}

.contact-us .success {
  color: green;
  margin: 12px;
}

.contact-us input.text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;

  padding: 15px;
  border-radius: 5px;
  border: none;
  background: #f5f5f5;
  color: #587393;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 12px;
}

.contact-us textarea.text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-height: 300px;

  padding: 15px;
  border-radius: 5px;
  border: none;
  background: #f5f5f5;
  color: #587393;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 12px;
}

.contact-us input.button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;

  padding: 15px;
  border-radius: 5px;
  border: none;
  background: #2993ca;
  color: white;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 12px;
}

.contact-us input[name="subject"] {
    display: none;
}
