
body {
	
	background-color: #f7f2f0;
	margin: 0;
	font-size: 18px;
	line-height: 22px;
	margin: 24px;
	font-family: 'Tiempos Regular';

}

a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
	color: inherit;
	transition: 0.3s;
}

a:hover {
	color: #5057a4;
} 

#loader {
    background: #f7f2f0;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
}


@font-face {
    font-family: Tiempos Regular;
    src: url('../fonts/tiempos-text-regular.woff2');
}

@font-face {
    font-family: Tiempos Medium;
    src: url('../fonts/Tiempos Text Medium.otf');
}

#medium {
	font-weight: bold;
	-webkit-text-stroke:0.2px black;
	letter-spacing: 0.02em;
}

#big-text {
	font-size: 23px;
	line-height: 25px;
}

#small-caps {
	font-size: 16.5px;
	font-weight: 1000;
	-webkit-text-stroke:0.4px black;
}

img {
	max-width: 100%;
}

p {
	margin: 0;
}

.round-corners {
	border-radius: 5px;
}

.padding-top {
	margin-top: 30px;
}

.padding-top-small {
	margin-top: 15px;
}

#site-wrapper {
    width: 100%;
    height: 100vh;
}

#grid-wrapper {
	display: grid;
    grid-template-columns: repeat(12, 1fr);
}

#header {
	grid-column: 1/6;
	position: fixed;
	display: none;
}

#header p {
	padding-top: 40px;
}

#content {
	grid-column: 6/13;
	display: none;
}

.caption {
	font-size: 14px;
	padding-top: 5px;
}

.line {
	width: 100%;
	height: 1px;
	background-color: black;
	margin-top:  15px;
}

#profile-image {
	max-width: 150px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 15px;
}

.line-2 {
	width: 100%;
	height: 1px;
	background-color: black;
	margin-top:  25px;
}

.text {
	padding-top: 10px;
}

.credits {
	font-size: 14px;
	padding-top: 15px;
	margin-bottom: 20px;
}


@media screen and (min-width: 1600px) {
    #content {grid-column: 7/13;}

}

@media screen and (min-width: 1900px) {
    #content {grid-column: 8/13;}

}

@media screen and (max-width: 860px) {
	#header {grid-column: 1/13; position: inherit;}
    #content {grid-column: 1/13; margin-top: 80px;}

}

@media screen and (max-width: 550px) {
	body {font-size: 15px; line-height: 18px; margin: 15px;}
	#header {}
    #content { margin-top: 50px; }
    .caption, .credits {font-size: 12px; line-height: 14px;}
    #big-text {font-size: 20px; line-height: 22px;}
    #profile-image {max-width: 125px;}

}
