/* Styles */
body {
  margin: 0px;
}

.layout {
	display: grid;
	grid-gap: 0rem;
	grid-template-columns: 50% 50%;
	grid-template-rows: 100%;
	grid-template-areas:
		"image"
	;
	/*height: 100%;*/
	height: auto;
	width: 100%;
}

.left-col {
  grid-area: left;
	grid-row: 1;
	grid-column: 1;
  #background-color: #464140;
  background-color: #00294b;
}

.right-col {
  grid-area: right;
  grid-row: 1;
  grid-column: 2;
  background-color: #E0E0E0;
  background: url("../img/andres-nacimiento.png") no-repeat;
  background-size: cover;
}

.title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 100px;
  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: 50px;
  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: 20%;
  width: 15%;
  position: relative;
  float: left;
}

.blog-section {
  margin-left: 0%;
  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: 20%;
  width: 25%;
  position: relative;
  float: left;
}

.video-section {
  margin-left: 0%;
  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: 20%;
  width: 25%;
  position: relative;
  float: left;
}

.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;
}
