html { font-size: 62.5%; } 
body { background: #fffefe; color: #3a394d; font-family: 'Merriweather', serif; font-size: 1.8rem; line-height: 1.5; margin: 0; }
a:link, a:visited { color: #52baaa; text-decoration: none; }
a:hover, a:active { color: #3a394d; }
	.home a.nav-home, .courses a.nav-courses, .about a.nav-about, .contact a.nav-contact, .privacy a.nav-privacy, .terms a.nav-terms { color: #3a394d; } /* navigation highlighting */
footer, hr, section { margin: 3.5em auto; width: 80%; }
	footer { margin-top: 0; margin-bottom: 2.5em; }
	footer, header { font-family: 'Raleway', sans-serif; font-size: 2.4rem; font-weight: 500; }
h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; line-height: 1.1; }
	h1 { font-size: 5rem; }
	h2 { font-size: 4rem; }
	h3 { font-size: 3.5rem; }
	h4 { font-size: 2.3rem; margin: 2.5em 0 1.3em 0; text-transform: uppercase; }
header { align-items: center; display: flex; min-height: 130px; justify-content: space-between; margin: 0 auto; width: 80%; }
hr { background: #ccc; border: 0; color: #ccc; height: 1px; }
img { max-width: 100%; }
input { font-family: 'Raleway', sans-serif; font-size: 1em; font-weight: 500; padding: 0.5em 1em; }
input[type=email] { border: 1px solid #ccc; display: block; }
input[type=submit] { background: #3a394d; border: 0; color: #fff; cursor: pointer; margin: 1em 0; }
input[type=submit]:hover { background: #52baaa; }
p { text-align: justify; }
ul {}
	footer ul, header ul { list-style: none; padding: 0; }
	footer ul { margin-top: 0; }
	footer ul li { display: inline; margin: 0 2em 0 0; }
	header ul li { line-height: 1; }
	header ul ul { margin-left: 1em; }
.grid { grid-column-gap: 3em; }
.grid-three { grid-template-columns: 1fr 1fr 1fr; text-align: center; }
.grid-seven-five { grid-template-columns: 7fr 5fr; }
.grid-five-seven { grid-template-columns: 5fr 7fr; }
.logo { display: block; height: 100px; }
.responsive-container { height: 0; padding: 0 0 68% 0; position: relative; }
.responsive-container iframe,
.responsive-container object,
.responsive-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.text-muted { color: #52baaa; }
.title { background: url('../images/desk.jpg') 0 0 no-repeat; background-size: cover; box-shadow: 0 7px 8px 5px rgba(0, 0, 0, 0.1); clear: both; color: #fff; padding: 4em 0; }
	.title h1, .title h2 { margin: 0 auto; text-shadow: 2px 2px 1px rgba(0,0,0,0.8); width: 80%; }
	.title h1 { margin-bottom: 0.3em; }
	.title h2 { font-family: 'Tienne', serif; }

/*============================ Carousel ============================*/

.slide { line-height: 1; }
.slide h2 { font-size: 4rem; margin-bottom: 1rem; }
.slide p { font-family: 'Raleway', sans-serif; font-size: 3.5rem; font-weight: 600; margin-top: 1rem; text-align: left; }

/*============================ Lightbox ============================*/

.lightbox { display: flex; justify-content: center; }
.lightbox img { margin: 1em; }

/*============================ Media queries ============================*/

@media (max-width: 600px) {
	.slide h2 { font-size: 3rem; }
	.slide p { font-size: 2.5rem; }
}

@media (min-width: 980px) {
	footer ul { text-align: right; }
	footer ul li { margin: 0 0 0 2em; }
	header ul li { display: inline; margin-left: 1.5em; }
	.copyright { float: left; width: 60%; }
	.grid { display: grid; }
	.grid-seven-five h2, .grid-five-seven h2, .grid-eight-four h2 { margin-top: 0; }
	.slide { min-height: calc(100vh - 130px); }
	.slide h2 { font-size: 7rem; }
	.slide p { font-size: 5rem; }
	.title { background-position: 0 center; }
}