.parallax {
  background-image: url("me.jpg");
  height: 700px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.9;
}

.parallax2 {
  background-image: url("me5.jpg");
  height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section {
	position: relative;
}

.anchor {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	z-index: -1;
	top: -55px;
	left: 0;
	visibility: hidden;
}

.languages, .awards {
  margin-left: 140px;
  margin-bottom: 50px;
  margin-top: 50px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: black;
}

h3.col-title {
  font-family: 'Teko', sans-serif;
  font-size: 30px;
}

.title-name {
  line-height: 200%;
  font-family: 'Acme', sans-serif;
  font-size: 30px;
}

.name1 {
  padding-left: 35px;
  font-size: 40px;
  line-height: 1100%;
}

.name {
    font-size: 95px;
    color: rgba(0, 0, 0, 1);
    font-family: 'Archivo Black', sans-serif;
}

p {
  font-family: 'Vollkorn', serif;
  font-size: 15px;
}


.begin {
  font-size: 30px;
  color: rgba(0, 0, 0, 1);
}

.social-icons a{
  transition: all 0.7s ease;
  color: black;
  padding-left: 20px;
  font-size: 37px;
}

.social-icons a:hover {
  color: white;
  text-decoration: none;
}

.social-icons2 a{
  transition: all 0.7s ease;
  color: white;
  font-size: 25px;
}

.social-icons2 a:hover {
  color: #f2da00;
  text-decoration: none;
}

.box {
  text-align: center;
}

.resume {
  font-family: 'Vollkorn', serif;
  font-size: 17px;
  width: 200px;
  height: auto;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  color:#000;
  background-image: linear-gradient(to right, #fff 50%, #000 50%);
  background-size: 200% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;-webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.resume:hover {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  background-position: bottom right;
  color: #fff;
  text-decoration: none;
  padding: 10px 10px;
}

.glyphicon-menu-right {
	font-size: 60%;
}

.glyphicon-folder-open {
	font-size: 80%;
}

.info {
  margin-left: 130px;
  margin-top: 40px;
}

.skill {
  text-align: center;
}

.col-md-7 {
  margin-left: 30px;
}

.progress-box .progress {
  box-shadow: none;
  height: 7px;
}

.progress-box .progress-bar {
  background: #d60e0e !important
}

h5.skill-languages {
  font-family: 'Titillium Web', sans-serif;
  letter-spacing: 1.5px;
  color: white;
  font-size: 21px;
}

.date2 {
  color: #56585b;
  font-family: 'Satisfy', cursive;
  font-size: 16px;
}

.work-title {
  font-size: 19px;
  color: #015e99;
}

.timeline-body a:hover {
  text-decoration: underline;
  background-color: white;
  color: #015e99;
}

.contact2 {
  font-family: 'Acme', sans-serif;
  letter-spacing: 2px;
  color: #f2da00;
}

.jumbotron {
  background-color: black !important;
}

.contact-info {
  font-family: 'Crimson Text', serif;
  color: white;
  line-height: 40px;
}

* {
  box-sizing: border-box;
}

/* The actual timeline (the vertical ruler) */
.timeline {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
	content: '';
	position: absolute;
	width: 6px;
	background: linear-gradient(to bottom, #474e5d 85%, white);
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
}

/*container around content*/
.tcontainer {
	padding: 10px 40px;
	position: relative;
	width: 50%;
}

/*the circles on the timeline */
.tcontainer::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -13px;
	background-color: white;
	border: 4px solid #474e5d;
	top: 15px;
	border-radius: 50%;
	z-index: 1;
}

.left {
	left: 0;
}

.right {
	left: 50%;
}

/*add arrows to the left container pointing right*/
.left::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	right: 30px;
	border: medium solid white;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #474e5d;
}

/*arrow for right container*/
.right::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	left: 30px;
	border: medium solid white;
	border-width: 10px 10px 10px 0;
	border-color: transparent #474e5d transparent transparent;
}

/*fix circle for right*/
.right::after {
	left: -12px;
}

/* The actual content */
.content {
	padding: 20px 30px;
	background-color: white;
	position: relative;
	border-radius: 6px;
	border: solid #474e5d;
}

.content:hover {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
	/* Place the timelime to the left */
	.timeline::after {
		left: 31px;
	}
	/* Full-width containers */
	.tcontainer {
		width: 100%;
		padding-left: 70px;
		padding-right: 25px;
	}
	/* Make sure that all arrows are pointing leftwards */
	.tcontainer::before {
		left: 60px;
		border: medium solid white;
		border-width: 10px 10px 10px 0;
		border-color: transparent white transparent transparent;
	}
	/* Make sure all circles are at the same spot */
	.left::after, .right::after {
		left: 18px;
	}
	/* Make all right containers behave like the left ones */
	.right {
		left: 0%;
	}
}

.tm {
  font-size: 15px;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
  font-family: 'Acme', sans-serif;
  font-size: 28px;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}


@media (max-width: 990px) {
  .name {
    font-size: 50px;
  }

  .info {
    margin-left: 25px;
    margin-top: 25px;
  }

  .social-icons a{
    padding-left: 5px;
    font-size: 28px;
  }

  .name1 {
    line-height: 140%;
  }

  .languages, .awards {
    margin-left: 30px;
    margin-right: 30px;
  }

  .contact2, .social-icons2, .contact-info {
    margin-left: 25px;
  }

  .col-md-7 {
    margin-left: 10px;
    margin-right: 10px;
  }

}


@media (max-width: 500px) {
  .parallax, .parallax2 {
    width: 450px;
  }
}
