body {
	font-family: 'Open Sans', serif;
	padding-top: 64px;
	color: #888;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Pathway Gothic One', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #444;
}

h1 {
	font-size: 6em;
	line-height: 5.5rem;
}

h2 {
	font-size: 3em;
}

.subheading {
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 2em;
}

.list-social-icons a {
	color: #495057;
}
.list-social-icons a:hover {
    color: #FF8C00	;
}
.list-social-icons a .fa-lg {
    font-size: 1.75rem;
}

.list-icons {
	font-size: 3rem;
}
.list-icons .list-inline-item i:hover {
    color: #BD5D38;
}

#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link:hover{
    color: rgba(255,255,0,0.7);
}

@media (min-width: 980px) {
	body {
		padding-top: 0;
		padding-left: 18em;
	}
	section.resume-section {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	#sideNav {
		text-align: center;
		position: fixed;
		top: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		width: 20rem;
		height: 100vh;
		align-items: flex-start;
	}
    #sideNav .navbar-brand {
		display: flex;
		margin: 0 0 auto 0;
		padding: 1rem;
		width: 100%;
		flex: 2;
	}
    #sideNav .navbar-brand .img-profile {
        border: 0.25rem solid rgba(255, 255, 0, 0.4);
	}
    #sideNav .navbar-collapse {
		display: flex;
		align-items: flex-start;
		flex-grow: 0;
		width: 100%;
		margin-bottom: auto;
		flex: 3;
	}
    #sideNav .navbar-collapse .navbar-nav {
        flex-direction: column;
        width: 100%;
	}
    #sideNav .navbar-collapse .navbar-nav .nav-item {
        display: block;
	}
    #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
        display: block;
	}
}
.resume-content{
	margin-left: 0.5rem;
}
.resume-content.img-container{
	align-items: center;
	flex-direction: column;
	justify-content: center;
	display: flex;
}
.resume-content.img-container img{
	align-self: center;
	object-fit: contain;
}

.workLogo{
	width: 10rem;
	height: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.img-thumb {
	width: 10rem;
	padding: 0.5rem;
}

.img-thumb-zic {
	background-color: #AAA;
	border-radius: 1em;
}

section.resume-section {
	border-bottom: 1px solid #CCC;
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}
section.resume-section .resume-item .resume-date {
    min-width: none;
}

@media (min-width: 768px) {
	section.resume-section {
		min-height: 100vh;
	}
	section.resume-section .resume-item .resume-date {
		min-width: 18rem;
	}
}

.bg-primary {
	background-color: #003377 !important;
}

.text-primary {
	color: #B22222 !important;
}
.text-secondary {
	color: #CCCFBC !important;
}
.text-tri {
	color: #FF8C00 !important;
}

a {
	color: #B22222;
}

a:hover, a:focus, a:active {
    color: #FF8C00;
}
