@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900&subset=latin-ext");

@font-face {
	font-family: "Champagne & Limousines";
	src: url(../fonts/cl.ttf);
}

@font-face {
        font-family: "Champagne & Limousines";
	font-weight: bold;
        src: url(../fonts/cl-bold.ttf);
}

@font-face {
        font-family: "Champagne & Limousines";
	font-style: italic;
	font-weight: bold;
        src: url(../fonts/cl-bold-italic.ttf);
}

@font-face {
        font-family: "Champagne & Limousines";
	font-style: italic;
        src: url(../fonts/cl-italic.ttf);
}

@media only screen and (max-width: 768px) {
	.content {
		margin-top: 35px;
	}

	.desktop-only {
		display: none;
	}

	.pure-menu-children {
		text-align: left;
	}

	.sidebar {
		position: fixed;
		text-align: center;
	}

	.sidebar2 {
		text-align: center;
	}
}

@media only screen and (min-width: 768px) {
	.desktop-only {
		display: inline-block;
		float: right;
	}

	.mobile-only {
		display: none;
	}

	.sidebar {
		bottom: 0;
		height: 100vh;
		position: sticky;
		top: 0;
	}

	.sidebar2 {
		bottom: 0;
		height: 100vh;
		position: sticky;
		top: 0;
	}
}

a {
	text-decoration: none;
}

body {
	background-color: #4d3391;
	margin: auto;
	max-width: 2000px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Champagne & Limousines";
	font-weight: bold;
}

html, button, input, select, textarea, .pure-g [class *= "pure-u"] {
	font-family: Lato;
}

.body-link {
	color: #4d3391;
	font-weight: bolder;
}

.body-link:hover {
	background-color: #4d3391;
	color: #f39c12;
}

.content {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 1.7;
	padding: 50px;
}

.entry-box:hover {
	background-color: #f39c12;
}

.gray {
	background-color: #dddddd;
}

.gray-text {
	color: #dddddd !important;
}

.orange {
	background-color: #f39c12;
}

.orange-text {
	color: #f39c12 !important;
}

.orange-text:hover {
	color: #4d3391 !important;
}

.portfolio-header {
	margin-left: -50px;
	margin-right: -50px;
	margin-top: 50px;
	padding: 25px 0 25px 50px;
}

.purpley {
	background-color: #4d3391;
}

.purpley-text {
	color: #4d3391 !important;
}

.sidebar a {
	font-weight: bolder;
}

.slick-prev:before, .slick-next:before {
	color: #4d3391 !important;
}

.video-wrapper {
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 25px;
	position: relative;
}

.video-wrapper iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.wrapper {
	display: flex;
	justify-content: space-between;
}
