body {
	font-family: 'Open Sans', serif;
	color: #868e96;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Saira Extra Condensed', serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #343a40;
}

h1 {
	font-size: 6rem;
	line-height: 5.5rem;
}

h2 {
	font-size: 3.5rem;
}

.subheading {
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Saira Extra Condensed', serif;
	font-size: 1.35rem;
}

.list-social-icons a {
	color: #495057;
}

.list-social-icons a:hover {
	color: #0c5460;
}

.list-social-icons a .fa-lg {
	font-size: 1.75rem;
}

.list-icons {
	font-size: 3rem;
}

.list-icons .list-inline-item i:hover {
	color: #0c5460;
}

#menu .navbar-nav .nav-item .nav-link {
	font-weight: 600;
	text-transform: uppercase;
}


#menu {
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	width: 17rem;
	height: 100vh;
	overflow-y: auto;
}

#menu .navbar-brand {
	display: flex;
	padding: 0.5rem;
}

#menu .navbar-brand .img-profile {
	max-width: 10rem;
	max-height: 10rem;
	border: 0.5rem solid rgba(255, 255, 255, 0.2);
}

#menu .navbar-collapse {
	display: flex;
	align-items: flex-start;
	flex-grow: 0;
	width: 100%;
	margin-bottom: auto;
}

#menu .navbar-collapse .navbar-nav {
	flex-direction: column;
	width: 100%;
}

#menu .navbar-collapse .navbar-nav .nav-item {
	display: block;
}

#menu .navbar-collapse .navbar-nav .nav-item .nav-link {
	display: block;
}

section.body-content-section {
	border-bottom: 1px solid #dee2e6;
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}

section.body-content-section .body-content-item .body-content-date {
	min-width: none;
}

.bg-primary {
	background-color: #0c5460 !important;
}

.text-primary {
	color: #0c5460 !important;
}

a {
	color: #0c5460;
}

.menu-link {
    background: #0c5460;
    color: #fff;
    padding: 0 10px;
    font-size: 30px;
    text-decoration: none;
}

.menu-link:before {
    content: "\f0c9";
    font-family: 'FontAwesome';
}

.menu-link.active:before {
    content: "\f2d4";
    font-family: 'FontAwesome';
}

.menu-link:hover {
	background: #000;
	text-decoration: none;
	color: #fff;
}

.menu-btn {
	width: 100%;
    background: #0c5460;
    position: fixed;
	z-index: 1;
}

.menu-btn h4 {
    color: #fff;
    margin: 0;
    padding-left: 10px;
}
.experience-item {
    padding: 0 0 20px 20px;
    margin-top: -2px;
    border-left: 2px solid #0c5460;
    position: relative;
}
.experience-item:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    left: -9px;
    top: 0;
    background: #fff;
    border: 2px solid #0c5460;
}
.contact-block {
    border: 1px solid #cccccc;
    padding: 20px;
    background: #0c5460;
    color: #ffffff;
    text-align: center;
}
.contact-block i {
	font-size: 42px;
}
.font-28 {
	font-size: 28px;
}
.font-48 {
	font-size: 48px;
}
.font-14 {
	font-size: 14px;
}

@media (min-width: 992px) {
	.main-content {
		padding-top: 0;
		padding-left: 17rem;
	}
	section.body-content-section {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	#menu {
		left: 0 !important;
		top: 0 !important;
	}
	#menu .navbar-brand {
		margin: 50px auto 0;
	}
}

@media (max-width: 992px) {
	#menu {
		height: calc(100% - 45px) !important;
	}
}

@media (min-width: 768px) {
	section.body-content-section {
		min-height: 100vh;
	}

	section.body-content-section .body-content-item .body-content-date {
		min-width: 18rem;
	}
}

