body {
	font-family:'Lato', san-serif;
	padding-top:54px;
	color:#fffff;
}

.cv-date {
    font-family: 'Lato', san-serif!important;
	font-weight:700!important;
	font-size: 1.5rem!important;
	line-height: 1.6!important;
}

.cv-subtitle {
	line-height: 1.5!important;
    margin-bottom: 0.5rem!important;
}

.cv-cite {
	padding-bottom: 0.5rem!important;
}

@media (min-width:992px) {
body {padding-top:0;
}

.subheading {
	text-transform: uppercase;
	font-weight:500;
	font-family:'Raleway', san-serif;
	font-size:1.35rem;
}

section.cv-section {
	border-bottom:1px solid #dee2e6;
	padding-left:10rem!important;
	padding-top:1rem!important;
	padding-bottom:1rem!important;
}

section.cv-section .cv-item .cv-cite .cv-date{
	min-width:none
}

}
@media (min-width:768px){
section.cv-section {
	min-height:100vh;
}
section.cv-section .cv-item .cv-cite .cv-date{
	min-width:18rem;
}
}
@media (min-width:992px){
section.cv-section{
	padding-left:7rem!important;
	padding-top:1rem!important;
	padding-bottom:1rem!important;
}

.bg-primary{
	background-color:#bd5d38!important;
}

}  

