

body{
	font-family: 'Slabo 27px', serif;
	font-size: 18px;
}

.skillName {
	margin-top: 35px;
}


.section-title {
	font-family: 'Bitter', serif;
}


.jumbotron {
	background-color: #CEF9FF;
	margin-bottom: 0px;
	padding: 20px;
}

.profilePic-container {
	float: right;
}


.img-profile {
	max-height: 300px;
	height: auto;
	width: auto;
	margin-left: 75px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-radius: 10px;


}

.myButton {
	margin: 10px;

}

.projectDescription {
	border-radius: 10px;
	color: white;
	margin-top: 10px;
	padding: 5px;

}

.nav-link {
	color: white;
}

.checked {
	color: orange;
}

.img-skills {
	max-height: 200px;
	height: auto;
	width: auto;
	margin: 15px;
}

.img-timeline {
	max-height: 100px;
	height: auto;
	width: auto;
	margin: 10px;

}

.center-content {
	justify-content: center;
	text-align: center;
}

.abme-description {
	justify-content: center;
	text-align: justify;
	margin: 10px;
}


.timeline {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
	content: '';
	position: absolute;
	width: 6px;
	background-color: gray;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
}

.time-container {
	padding: 10px 40px;
	position: relative;
	background-color: inherit;
	width: 50%;
}


/* Place the container to the left */
.time-left {
	left: 0;
}

/* Place the container to the right */
.time-right {
	left: 50%;
}

/* Add arrows to the left container (pointing right) */
.time-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 gray;
}

/* Add arrows to the right container (pointing left) */
.time-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 gray transparent transparent;
}

/* Fix the circle for containers on the right side */
.time-right::after {
  left: -16px;
}



.time-content {
	padding: 20px 30px;
	position: relative;
	border: 5px solid gray;
	border-radius: 6px;


}


.navbar li {
	margin-left: 12px;
	margin-right: 12px;
	color: whitesmoke;
}

.footer {
	color: white;
}

.left-footer {
	float: left;
}

.right-footer {
	float: right;
}

.list-inline-item {
	margin-left: 40px;
	margin-right: 40px;
}


#projects, #skills {
	background-color: #CEF9FF;
}

.hidden {
	opacity: 0;
}

#htmlcsslogo{
	max-height: 200px;
	max-width: 290px;
	height: auto;
	width: auto;
	margin: 15px;

}



/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 700px) {
/* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

/* Full-width containers */
  .time-container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .time-container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent gray transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .time-left::after, .time-right::after {
    left: 15px;
  }

/* Make all right containers behave like the left ones */
  .time-right {
    left: 0%;
  }
}


