/* Typekit */
.trajan-pro-3-light {
	font-family: 'trajan-pro-3', serif;
	font-style: normal;
	font-weight: 300;
}
.trajan-pro-3 {
	font-family: 'trajan-pro-3', serif;
	font-style: normal;
	font-weight: 400;
}
.trajan-pro-3-bold {
	font-family: 'trajan-pro-3', serif;
	font-style: normal;
	font-weight: 700;
}
.linotype-didot-headline {
	font-family: 'linotype-didot-headline', serif;
	font-style: normal;
	font-weight: 400;
}
.linotype-didot-bold {
	font-family: 'linotype-didot', serif;
	font-style: normal;
	font-weight: 700;
}
.linotype-didot-bold-italic {
	font-family: 'linotype-didot', serif;
	font-style: italic;
	font-weight: 700;
}
.linotype-didot {
	font-family: 'linotype-didot', serif;
	font-style: normal;
	font-weight: 400;
}
.linotype-didot-italic {
	font-family: 'linotype-didot', serif;
	font-style: italic;
	font-weight: 400;
}


/* typography */
body {
	font-family: 'linotype-didot', Georgia, Times, serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'trajan-pro-3', Georgia, Times, serif;
	font-weight: 400;
	text-transform: uppercase;
}

blockquote {
	padding: 1rem;
	background: #f3f3f3;
	font-size: 1.25rem;
	font-style: italic;
}

blockquote p {
	font-size: 80%;
}

blockquote p:last-child {
	margin-bottom: 0;
}

blockquote p cite {
	display: block;
	text-align: right;
	padding-top: .5rem;
}


/* colors */
body {
	background-color: #fffef2;
}

a {
	color: #931314;
	color: rgb(147,19,20);
}

a:hover {
	color: #6f0c0d;
	color: rgb(111,12,13);
}


/* navbar */
header .navbar {
	transition: all .2s;
	z-index: 1040;
	background-color: #931314;
	background-color: rgb(147,19,20);
}

header .navbar-nav,
header .navbar-brand {
	font-family: 'trajan-pro-3', Georgia, Times, serif;
	font-size: 1rem;
	font-weight: 300;
	text-transform: uppercase;
	transition: all .2s;
}

header .navbar-brand {
	display: block;
	margin: auto;
	padding: 0;
}

header .navbar-toggler {
	margin: .25rem auto 0 auto;
	border: none;
	outline: none;
	font-size: 1rem;
}

header .navbar-nav a:first-child,
header .navbar-brand {
	line-height: 1.2;
}

header .navbar-nav small,
header .navbar-brand small {
	display: block;
	font-size: 100%;
	text-align: center;
}

@media(min-width:992px) {
	.navbar.scrolled {
		padding-top: 0;
		padding-bottom: 0;
	}

	.navbar.scrolled .navbar-nav {
		font-size: 80%;
	}
}

@media(max-width:991px) {
	header .navbar-nav {
		height: calc(100vh - 75px);
		padding-top: calc(50vh - 160px);
	}
}


/* layout */
body {
	padding-top: 70px;
}

@media(min-width:1530px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1530px;
	}
}

footer.fixed-bottom {
	background-color: rgba(255,255,255,.5);
}

.mb-6, .my-6 {
	margin-bottom: 4rem !important;
}


/* images */
img {
	max-width: 100%;
	height: auto;
}

img.lazy {
	opacity: 0;
}

img:not(.initial) {
	transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
	opacity: 1;
}

img:not([src]) {
	visibility: hidden;
}

/* profile */
.embed-responsive-6by5::before {
	padding-top: 83.3333333333333%;
}

.embed-responsive-5by6::before {
	padding-top: 120%;
}

/* publications */
.embed-responsive-13by10::before {
	padding-top: 76.9230769230769%;
}

.embed-responsive-10by13::before {
	padding-top: 130%;
}

/* portfolio/index */
.embed-responsive-3by2::before {
	padding-top: 66.6666666666667%;
}

.embed-responsive-2by3::before {
	padding-top: 150%;
}

/* portfolio/single */
.embed-responsive-8by5::before {
	padding-top: 62.5%;
}

.embed-responsive-5by8::before {
	padding-top: 160%;
}

/* misc */
.embed-responsive-3by4::before {
	padding-top: 133.333333333333%;
}

.embed-responsive-9by16::before {
	padding-top: 177.777777777778%;
}

/* vcard */
.vcard .tel .type {
	color: #666;
	font-size: 80%;
	text-transform: uppercase;
}

.vcard .org,
.vcard .country-name {
	display: none;
}


/* modal */
button[data-toggle="modal"] {
	position: absolute;
	z-index: 10;
	bottom: 10vh;
	right: 3vw;
	font-family: 'Trajan-Regular', Georgia, Times, serif;
	box-shadow: none !important;
	opacity: .5;
}

button[data-toggle="modal"]:hover {
	opacity: 1;
}

.modal-dialog {
	margin-top: 10vh;
}

.modal-content {
	background-color: rgba(255,255,255,.75);
}

@media(min-width:992px) {

	button[data-toggle="modal"] {
		bottom: auto;
		top: 10vh;
		margin-top: 1rem;
	}

}


/* carousel */
.carousel-cover {
	position: absolute;
	top: 70px;
	left: 0;
	bottom: 56px;
	right: 0;
	z-index: 0;
}

.carousel-cover .carousel-inner,
.carousel-cover .carousel-item {
	height: calc(100vh - 126px);
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.fa-chevron-left,
.fa-chevron-right {
	width: 30px;
	height: 48px;
	background: no-repeat center center;
	background-size: 100% 100%;
}

.fa-chevron-left {
	background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"%3e%3cpath fill="rgb%28255,255,255%29" d="M238.475 475.535l7.071-7.07c4.686-4.686 4.686-12.284 0-16.971L50.053 256 245.546 60.506c4.686-4.686 4.686-12.284 0-16.971l-7.071-7.07c-4.686-4.686-12.284-4.686-16.97 0L10.454 247.515c-4.686 4.686-4.686 12.284 0 16.971l211.051 211.05c4.686 4.686 12.284 4.686 16.97-.001z"%3e%3c/path%3e%3c/svg%3e');
}

.fa-chevron-right {
	background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"%3e%3cpath fill="rgb%28255,255,255%29" d="M17.525 36.465l-7.071 7.07c-4.686 4.686-4.686 12.284 0 16.971L205.947 256 10.454 451.494c-4.686 4.686-4.686 12.284 0 16.971l7.071 7.07c4.686 4.686 12.284 4.686 16.97 0l211.051-211.05c4.686-4.686 4.686-12.284 0-16.971L34.495 36.465c-4.686-4.687-12.284-4.687-16.97 0z"%3e%3c/path%3e%3c/svg%3e');
}

.fa-chevron-left:before,
.fa-chevron-right:before {
	content: '';
}

@media(min-width:768px) {
	.carousel-control-next,
	.carousel-control-prev {
		width: 10%;
	}
}
