/* Styles */
body {
  margin: 0px;
  color: red !important;
}

.layout {
  height: 100%;
  width: 100%;
  position: relative;
  float: left;
}

.left-col {
  height: auto;
  width: 100%;
  position: relative;
  float: left;
  #background-color: #464140;
  background-color: #00294b;
}

.right-col {
  height: 100%;
  width: 100%;
  position: relative;
  float: left;
  background-color: #E0E0E0;
  background: url("../img/andres-nacimiento.png") no-repeat;
  background-size: cover;
}

/*.right-col-video {
  height: 100%;
  width: 100%;
  position: relative;
  float: left;
  background-color: #E0E0E0;
}*/

.title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 80px;
  line-height: 80px;
  /*text-align: center;*/
}

.skills {
  white-space: normal;
  font-weight: 600;
  color: rgb(255, 255, 255);
  letter-spacing: 0px;
  font-family: Montserrat;
  font-size: 34px;
  line-height: 100%;
  margin-top: -28px;
}

.email {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: rgb(196, 188, 255);
  letter-spacing: 1px;
  font-family: Montserrat;
  text-transform: uppercase;
}

.email > a {
  color: rgb(196, 188, 255);
  text-decoration: none;
}

.social-section {
  margin-left: 5%;
  margin-right: 5%;
  bottom: 0px;
  z-index: 12;
  white-space: nowrap;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
  font-family: Montserrat;
  text-transform: uppercase;
  margin-top: 10%;
  margin-bottom: 10%;
}

.blog-section {
  margin-left: 5%;
  margin-right: 5%;
  bottom: 0px;
  z-index: 12;
  white-space: nowrap;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
  font-family: Montserrat;
  text-transform: uppercase;
  margin-top: 10%;
  margin-bottom: 10%;
}

.video-section {
  margin-left: 5%;
  margin-right: 5%;
  bottom: 0px;
  z-index: 12;
  white-space: nowrap;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
  font-family: Montserrat;
  text-transform: uppercase;
  margin-top: 10%;
  margin-bottom: 10%;
}

.video-gallery {
	margin: 0% 20% 0% 20%;
}

.social-icons {
  display: inline-block;
}

.social-icons > a {
  color: white;
}

.blog-icons {
  display: inline-block;
  text-transform: none;
}

.blog-icons > a {
  color: white;
}

.content {
  margin-left: 5%;
  margin-right: 5%;
}

.info {
  z-index: 1;
  min-width: 285px;
  max-width: 285px;
  white-space: normal;
  font-size: 19px;
  line-height: 30px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  letter-spacing: 0px;
  font-family: Montserrat;
  position: absolute;
  bottom: 5%;
  right: 2%;
  text-shadow: 1px 1px 2px black;
}

.info > span {
  white-space: normal;
  font-size: 19px;
  line-height: 30px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  letter-spacing: 0px;
  font-family: Montserrat;
  visibility: inherit;
  text-align: inherit;
  font-size: 17px; font-weight: 300; line-spacing: 0px;
}
