html,body{
	margin: 0;
	padding: 0;
	width: 100%;
}

.main_bg_color {
	background-color: #03989e;
}
.main_color {
	color: #03989e;
}

#mainNav .navbar-nav li.nav-item a.nav-link {
	color: #fff;
}
#mainNav .navbar-nav li.nav-item a.nav-link:hover {
	font-weight: bold;
	color: #03989e;
}

.arrow-down-position {
	position: relative;
	top: -6.05rem;
}
.arrow-down {
	top: -1px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid;
}

.border_button {
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
    padding: 0.8rem;
}

.button_hover:hover {
	background-color: rgba(33, 37, 41);
	color: #fff;
	border-color: #fff;
}

.masthead {
	padding-top: calc(6rem + 74px);
	padding-bottom: 6rem;
}
.masthead .masthead-heading {
font-size: 2.75rem;
line-height: 2.75rem;
}
.masthead .masthead-subheading {
font-size: 1.25rem;
}
.masthead .masthead-avatar {
width: 15rem;
}
  
@media (min-width: 992px) {
	.masthead {
		padding-top: calc(6rem + 104px);
		padding-bottom: 6rem;
	}
	.masthead .masthead-heading {
		font-size: 4rem;
		line-height: 3.5rem;
	}
	.masthead .masthead-subheading {
		font-size: 1.5rem;
	}

	#mainNav.navbar-shrink {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	#mainNav.navbar-shrink .navbar-brand {
		font-size: 1.5em;
	}

	.page-section .page-section-heading {
		font-size: 3rem;
		line-height: 2.5rem;
	}

	.portfolio-modal .portfolio-modal-title {
		font-size: 3rem;
		line-height: 2.5rem;
	}
}

.page-section {
padding: 6rem 0;
}
.page-section .page-section-heading {
  font-size: 2.25rem;
  line-height: 2rem;
}

.divider-custom {
	margin: 1.25rem 0 1.5rem;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.divider-custom .divider-custom-line {
	width: 100%;
	max-width: 7rem;
	height: 0.25rem;
	background-color: rgba(33, 37, 41);
	border-radius: 1rem;
	border-color: rgba(33, 37, 41);
}
.divider-custom .divider-custom-line:first-child {
	margin-right: 1rem;
}
.divider-custom .divider-custom-line:last-child {
	margin-left: 1rem;
}
.divider-custom .divider-custom-icon {
	color: rgba(33, 37, 41);
	font-size: 2rem;
}
.divider-custom.divider-light .divider-custom-line {
	background-color: #fff;
}
.divider-custom.divider-light .divider-custom-icon {
	color: #fff;
}

.page-section {
	padding: 6rem 0;
}
.page-section .page-section-heading {
	font-size: 2.25rem;
	line-height: 2rem;
}

.portfolio .portfolio-item {
	cursor: pointer;
	position: relative;
	display: block;
	max-width: 25rem;
	border-radius: 0.5rem;
	overflow: hidden;
}
.portfolio .portfolio-item .portfolio-item-caption {
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.2s ease-in-out;
	opacity: 0;
	background-color: rgba(3, 152, 158, 0.7);
}
.portfolio .portfolio-item .portfolio-item-caption:hover {
	opacity: 1;
}
.portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
	font-size: 1.5rem;
}
.portfolio-modal .btn-close {
	font-size: 2rem;
	padding: 1rem;
}
.portfolio-modal .btn-close:focus {
	box-shadow: 0 0 0 0.25rem rgba(3, 152, 158, 0.25);
}
.portfolio-modal .portfolio-modal-title {
	font-size: 2.25rem;
	line-height: 2rem;
}

#cvButtonDowload {
	border-top-left-radius: 0;
}
#cvButtonSee {
	border-bottom-right-radius: 0;
}

.footer {
	padding-top: 6rem;
	padding-bottom: 6rem;
	color: #fff;
}
.footer a {
	color: #fff;
	/* text-decoration: none; */
}

.copyright {	
	background-color: rgba(33, 37, 41);
}

/* ScrollToTop */
.scrollToTop {
	width: 40px;
	height: 40px;
	background-color: rgba(33, 37, 41);
	position: fixed;
	bottom: 2%;
	right: 2%;
	display: none;
	color: #ffffff;
	z-index: 999; 
}
.scrollToTop:hover {
	color: rgba(33, 37, 41); 
}
.scrollToTop:focus {
	color: #ffffff; 
}
