body {
	padding-top: 100px;
}

html{
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.0rem;
}

.card {
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

.buttonOutline{
	background: none;
	color: #bd8c7d;
	border: 1px solid #bd8c7d;

}

#hello{
	font-size: 3rem;
}

#skillspolicy{
	object-fit: cover;
	max-width: 40%;
}

#delinosa {
	object-fit: cover;
	max-width: 40%;
}

.sectionTitle {
	font-weight: 400;
	font-size: 2.5rem;
	color: #665056;
}

.nav-link, .intro {
	font-size: 1.2rem;
}

.thin {
	font-weight: 300;
}

.title {
	font-weight: 600;
	font-size: 2.5rem;
}

.subTitle {
	font-size: 1.4rem;
}

.subSubTitle {
	font-size: 1.1rem;
	font-weight: 300;
}

p a, ul li a {
	color: #bd8c7d;
}

p a:hover, p a:active, ul li a:hover, ul li a:active, .buttonOutline:hover, .buttonOutline:active {
	text-decoration: none;
	color: #665056;
}
