/*Main Page*/
body {
	font-family: 'Roboto', sans-serif;
	color: rgb(33,37,41);
	font-size: 14px;
}

a {
	text-decoration: none;
	outline: none;
}

input {
	outline: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.header-bg {
	background-image: url('./../images/header-bg.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	max-height: 350px;
	box-shadow: 0px 5px 10px -4px rgba(0,0,0,0.75);
	position: relative;
	padding-bottom: 15px;
}

.header-bg:before {
	content: '';
	background-image: linear-gradient(#061700, #52c234);	
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .92;
}

.menu {
	text-align: center;
}

.menu ul li a {
	color: white;
	text-transform: uppercase;
}

.menu .navbar-nav a.nav-paddings {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

.menu .navbar-toggler {
	background-color: rgba(255, 255, 255, .2);
	border: 1px solid rgba(0, 0, 0, .8);
}

.menu .navbar-toggler:focus {
	box-shadow: 0 0 0 rgba(0, 0, 0, .7);
}

.menu .navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgb(73, 174, 47)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.menu .active > a {
	text-decoration: underline;
}

.nav-link:hover {
	color: rgb(73, 174, 47);
}

/*
.about-me-wrapper > .avatar-wrapper {
	position: relative;
}
*/

.about-me-wrapper > .avatar-wrapper > img {
	max-width: 256px;
	width: 100%;
	display: block;
	margin-top: 60px;
	/*position: absolute;
	bottom: -50px;
	left: 20px;*/
}

.info-1,
.info-2 {
	margin: 0px;
	font-size: 16px;
}

.basic-info .prof {
	font-size: 16px;
	opacity: 0.9;
}

.info-1 {
	text-transform: uppercase;
	opacity: 0.5;
}

.info-2 {
	font-family: 'Inconsolata', monospace;
}

.info-2 > a {
	text-decoration: none;
	color: white;
}

.info-2 > a:hover {
	text-decoration: underline;
}

.info-2 > a:visited {
	color: white;
}

.basic-info .social-links > a:first-of-type {
	margin-left: 0px;
}

.basic-info .social-links > a {
	width: 20px;
	height: 20px;
	color: white;
	opacity: 0.5;
	font-size: 16px;
	margin: 0px 5px;
}

.basic-info .social-links > a:last-of-type {
	margin-right: 0px;
}

.main-button {
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	background-color: rgb(73, 174, 47);
	border: none;
	border-color: rgb(73, 174, 47);
	border-radius: 15px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	margin-top: 15px;
}

.main-button:hover {
	color: white;
	background-color: forestgreen;
	border-color: forestgreen;
}

.no-animation, .no-animation:hover {
	animation: none;
}

.divider-wrapper .divider {
	background-color: rgb(171,171,171);
	height: 1px;
	width: 100%;
}

.title {
	font-size: 36px;
	color: rgb(33,37,41);
	text-transform: uppercase;
	font-weight: 300;
}

.introduction-wrapper p a,
.introduction-wrapper p a:visited {
	color: rgb(73, 174, 47);
}

.introduction-wrapper p a:hover {
	color: forestgreen;
}

.gray-title {
	font-size: 14px;
	color: rgb(153,153,153);
	font-weight: 500;
	text-transform: uppeercase;
}

.timeline-wrapper ul.timeline {
	list-style-type: none;
	position: relative;
	padding-left: 10px;
}

.timeline-wrapper ul.timeline:before {
	content: ' ';
	background: rgb(73, 174, 47);
	display: inline-block;
	position: absolute;
	left: 8px;
	width: 2px;
	height: 100%;
	z-index: 400;
}

.timeline-wrapper ul.timeline > li {
	margin: 20px 0;
	padding-left: 20px;
	font-size: 14px;
}

.timeline-wrapper ul.timeline > li:before {
	content: ' ';
	background: white;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	border: 2px solid #28a745;
	left: 2px;
	width: 15px;
	height: 15px;
	z-index: 400;
}

.timeline-wrapper ul.timeline > li > a {
	color: rgb(73, 174, 47);
	font-weight: 500;
	text-transform: uppercase;
}

.timeline-wrapper ul.timeline > li > span {
	color: rgb(102,102,102);
	font-family: 'Inconsolata', monospace;
	margin-bottom: 10px;
}

.timeline-wrapper ul.timeline > li > p {
	color: rgb(37,37,37);
	font-weight: 500;
}

.skill-wrapper .progress {
	height: 0.5rem;
	border-radius: 0px;
	margin-top: 10px;
}

.skill-wrapper .progress > .progress-bar {
	background-color: rgb(73, 174, 47);
}

.skill-wrapper span {
	font-size: 14px;
	color: rgb(83,83,83);
	font-family: 'Inconsolata', monospace;
}

.footer-bg {
	background-image: url('./../images/footer-bg.jpg');
	background-repeat: no-repeat;
	max-height: 600px;
	position: relative;
	background-position: left bottom;
}

.footer-bg:before {
	content: '';
	background-image: linear-gradient(#061700, #52c234);	
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .92;
}

.footer .footer-title-wrapper {
	opacity: 0.8;
}

.footer .info-1,
.footer .info-2 {
	margin: 5px 0px;
}

.footer .info-1 {
	opacity: 1;
}

.footer .footer-links-wrapper {
	opacity: 0.8;
}

.footer .footer-social-links {
	margin: 0px;
}

.footer .footer-social-links > a {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	color: white;
	text-decoration: underline;
}

.footer .footer-social-links > a:visited {
	color: white;
}

.footer .footer-contact-wrapper {
	opacity: 0.8;
}

.footer .footer-contact-wrapper h4 {
	font-size: 16px;
	opacity: 0.8;
	font-family: 'Inconsolata', monospace;
	color: white;
}

.footer .footer-contact-wrapper p {
	font-family: 'Inconsolata', monospace;
	color: white;
}

.footer .footer-contact-wrapper input[type="text"],
.footer .footer-contact-wrapper input[type="email"],
.footer .footer-contact-wrapper textarea {
	border: 1px solid white;
	border-radius: 10px; 
	padding: 8px 10px;
	font-family: 'Inconsolata', monospace;
	color: white;
	margin: 20px 0px;
	background-color: transparent;
	display: block;
	width: 100%;
	outline: none;
}

.footer .footer-contact-wrapper textarea {
	resize: none;
	min-height: 120px;
}

.footer .footer-contact-wrapper button {
	padding: 10px 45px;
	display: block;
	margin: 10px auto;
	border-radius: 20px;
	box-shadow: 2px 10px 10px -4px rgba(0,0,0,0.75);
	outline: none;
}

.footer #copyright_ev {
	text-align: center;
	text-transform: uppercase;
	opacity: 0.5;
}

.footer .footer-copyright-links > a {
	color: #fff;
	opacity: 0.5;
	text-decoration: underline;
}

.footer .footer-copyright-links > a:visited {
	color: #fff;
}

.text-in-box {
	color: rgb(73, 174, 47);
}

/*Applications & Help stuffs*/
#v-pills-tab {
	border: 1px solid #6c757d;
}

#v-pills-tab > button {
	background-color: #f8f9fa;
	text-transform: uppercase;
	color: black;
	border-radius: 0px;
	border-bottom: 1px solid #6c757d;
	text-align: center;
	font-size: 16px;
}

#v-pills-tab > button:last-of-type {
	border-bottom: none;
}

#v-pills-tab > button.active {
	background-color: rgb(73, 174, 47);
	color: white;
}

#v-pills-tabContent {
	border-top: 1px solid #6c757d;
	border-right: 1px solid #6c757d;
	border-bottom: 1px solid #6c757d;
	max-width: 760px;
}

#v-pills-tabContent > div.tab-pane {
	padding: 10px;
	max-height: 460px;
	height: 100%;
	overflow: auto;
	max-width: 760px;
	width: 100%;
}

.green-title {
	font-size: 24px;
	color: rgb(73, 174, 47);
	text-transform: uppercase;
	font-weight: bold;
}

@media (max-width: 1199.98px) {
	.hidden-lg-down {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.hidden-md-down {
		display: none;
	}
	
	.header-bg {
		max-height: inherit;
	}
}

@media (max-width: 767.98px) {
	.about-me-wrapper > .avatar-wrapper > img {
		/*position: static;*/
		margin: 15px auto 0px auto;
		border: 1px solid rgba(255,255,255,0.7);
	}
}

@media (max-width: 575.98px) {
	.footer .footer-contact-wrapper {
		margin-top: 15px;
	}
	
	.footer-bg {
		max-height: inherit;
		background-position: center bottom;
	}
	
	#v-pills-tabContent {
		border-top: none;
		border-left: 1px solid #6c757d;
	}
}