:root {
  --primary-color: #1B6B6B;

}

.collapsible {
	background-color: #1B6B6B;
	color: white;
	cursor: pointer;
	padding: 16px;
	width: 100%;
	border: none;
	border-bottom: 1px solid white;
	text-align: left;
	outline: none;
	font-size: 16px;
}

button.collapsible {
	outline: none;
	border-radius: 7px;
	margin-top: 5px;
}

ul {
	margin: 5px;
	padding: 5px;
}

.pb_section {
	padding-bottom: 50px;
	padding-top: 40px;
}

.collapsible:hover {
	background-color: #1B6B6B;
}

.collapsible:before {
	content: '\002B';
	color: #f8f9fa;
	font-weight: bold;
	float: left;
	padding-right: 15px;
	font-size: 18px;
}

.iamtext {
  font-weight: 600;
  line-height:1.2em;
  text-align:center;
  font-size:32px
}

.animated-info {
    color: var(--primary-color);
}

.iamtext span {
    position: relative;
    color: var(--primary-color);
}

#contact {
	background-color: #D3D3D3;
	padding-top: 50px;
	padding-bottom: 5px;
}

.content {
	padding: 0 18px;
	max-height: 0;
	text-align: left;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	background-color: #f1f1f1;
}

.avatar {
	vertical-align: middle;
	width: 200px;
	height: 200px;
	border-radius: 100%;
}

.parallax {
	/* Set a specific height */
	min-height: 260px;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax_portfolio {
	/* The image used */
	background-image: url("../img/parallax_portfolio.jpg");
	background-position: bottom;
}

.parallax_skills {
	/* The image used */
	background-image: url("../img/parallax_skills.jpg");
}

.parallax_projects {
	/* The image used
         https://unsplash.com/photos/b21Ty33CqVs
         */
	background-image: url("../img/parallax_projects.jpg");
	background-position: bottom;
}

#lv-video {
	padding: 10px;
	width: 98%;
	height: auto;
}