@import 'https://fonts.googleapis.com/css?family=Montserrat';
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text&display=swap');

@charset "UTF-8";
/* CSS Document */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

* {
	box-sizing:border-box; /* padding and borders do not increase wdth */
}
/* ===== MY STYLES ===== */
html, body {
	height:100%;
}

section {
	position:relative;
}

#s1 {
	height:100%;
	background:url(../images/bg18.svg)no-repeat center center fixed;
	background-size:cover;
	width:100%;
	background-color:#6FD4FD;
}

#s1 img {

}

/*.logo {
  display: block;
  text-indent: -9999px;
  width: 100%;
  height:670px;
  background: url(../images/bg.svg) no-repeat center center fixed;
  background-size: cover;
}*/

.nav ul {
    list-style-type: none;
	text-align:center;
    margin: 0;
    
    overflow: hidden;
    position: fixed;
    z-index: 3000;
	left:50%;
	top:6%;
	transform:translate(-50%,-94%);
}

.nav li {
    display:inline;
	
}

.nav a {
    display:inline-block;
	text-align: center;
    
	color:#333;
    padding: 14px 20px;
    text-decoration: none;
	text-size:20px;
	font-family: 'DM Serif Text', serif;
	text-transform:capitalize;
	letter-spacing: 1px;
}

li a:hover {
   background-color: #FACF01;
	color:#FFF;
}


 
/*.nav a.active {
  background-color: #C4CEDA;
  color: #444;
  cursor: default;
}*/

#s1 header {
	position: sticky;
    width: 50%;
    text-align: center;
    left: 50%;
    top: calc(50% + 50px);
    transform: translate(-50%,-50%);
    padding-bottom: 58px;
	
}

#s1 h1 {
	font-family: 'DM Serif Text', serif;
	font-size:70px;
	color:#333;
	padding-top:4px;
	letter-spacing: 4px;
	
}

#s1 h2 {
	font-family:"Courier New", Courier, monospace;
	font-size:18px;
	/*color:#FACF01;*/
	color:#FFF;
	text-transform:lowercase;
	padding-top:13px;
	font-weight: 400;
}

#s2 {
	/*background-color:#FAFAFA;*/
	background-color:#000;
}

#s2 figure {
	display:inline-block;
	/*width:24%;
	margin-top:3%;
	margin-bottom:3%;
	margin-left:4.5%;
	margin-right:4.5%;*/
	width:20%;
	margin-top:2%;
	margin-bottom:2%;
	margin-left:6.5%;
	margin-right:6.5%;
	
	background-color:#000;
}

/*this is to have the images maintain their ratio*/
#s2 img {
	width:100%;
	height:auto;
}

#s2 figcaption {
	padding-top:10px;
	font-family:"Courier New", Courier, monospace;
	color:#FFF;
	background-color:#000;
	text-align:center;
}

#s1projects img {
/*
	position:fixed;
	width:30%;
	margin-top:10%;
	margin-bottom:2%;
	margin-left:50%;
	margin-right:3.3%;
	transform:translate(-50%);
*/
/*	width: 300px;*/
	height: 250px;
	
}

#s1projects {
	width:100%;
	background-color:#6FD4FD;
	height:100%;
	
}

#s1projects header {
	position: sticky;
    width: 50%;
    text-align: center;
    left: 50%;
    top: calc(50%);
    transform: translate(-50%,-50%);
    margin-bottom: -70px;
	
}

#s1projects h1 {
	font-family: 'DM Serif Text', serif;
	font-size:65px;
	color:#333;
	margin-top: 20px;
	letter-spacing: 3px;
	
/*
	padding-top:4px;
	position:fixed;
	width:50%;
	text-align:center;
	left:50%;
	top:66%;
	transform:translate(-50%,-34%);
*/
}

/*#s1readings {
		height:100%;
	background:url(../images/readingbg12.svg)no-repeat center center fixed;
	background-size:cover;
	width:100%;
}*/

#s2projects {
	/*background-color:#FAFAFA;*/
	background-color:#000;
}

#s2projects figure {
	display:inline-block;
	/*width:24%;
	margin-top:3%;
	margin-bottom:3%;
	margin-left:4.5%;
	margin-right:4.5%;*/
	width:20%;
	margin-top:2%;
	margin-bottom:2%;
	margin-left:19.6%;
	background-color:#000;
}

/*this is to have the images maintain their ratio*/
#s2projects img {
	width:100%;
	height:auto;
}

#s2projects figcaption {
	padding-top:10px;
	font-family:"Courier New", Courier, monospace;
	color:#FFF;
	background-color:#000;
	text-align:center;
}

#s1-1readings {
	width:100%;
	background-color:#6FD4FD;
	height:60%;
}

#s1-1readings h1{
	font-family: 'DM Serif Text', serif;
	font-size:75px;
	color:#333;
	padding-top:4px;
	position:relative;
	width:50%;
	text-align:center;
	left:50%;
	top:40%;
	transform:translate(-50%,-60%);
}

#s1-1readings h2{
	font-family:"Courier New", Courier, monospace;
	font-size:18px;
	color:#FFF;
	text-transform:lowercase;
	padding-top:4px;
	position:relative;
	width:50%;
	text-align:center;
	left:50%;
	top:40%;
	transform:translate(-50%,-60%);
}

#s2-1readings {
	height:120%;
	background:url(../images/readingbg26.svg)no-repeat center center;
	background-size:cover;
	width:100%;
	background-color:#6FD4FD;
}

#s2-1readings article {
	font-family:Verdana, Geneva, sans-serif;
	width:73%;
	top:8%;
	left:50%;
	font-size:13px;
	line-height:18px;
	max-width:60%;
	transform:translate (-50, -92);
}

#p2 {
    text-indent: 50px;
}

footer {
	background-color:#6FD4FD;
	width:100%;
	height:10%;
}


#s1-2readings {
	width:100%;
	background-color:#6FD4FD;
	height:60%;
}

#s1-2readings h1{
	font-family: 'DM Serif Text', serif;
	font-size:55px;
	color:#333;
	padding-top:4px;
	position:relative;
	width:50%;
	text-align:center;
	left:50%;
	top:40%;
	transform:translate(-50%,-60%);
}

#s1-2readings h2 {
	font-family:"Courier New", Courier, monospace;
	font-size:18px;
	color:#FFF;
	text-transform:lowercase;
	padding-top:4px;
	position:relative;
	width:50%;
	text-align:center;
	left:50%;
	top:25%;
	transform:translate(-50%,-75%);
}

#s2-2readings {
	height:120%;
	background:url(../images/readingbg27.svg)no-repeat center center;
	background-size:cover;
	width:100%;
	background-color:#6FD4FD;
}

#s2-2readings article {
	font-family:Verdana, Geneva, sans-serif;
	width:73%;
	padding-top:8%;
	padding-left:27%;
	font-size:13px;
	line-height:18px;
}

#p2 {
    text-indent: 50px;
}

#s2-3readings {
	height:120%;
	background:url(../images/readingbg28.svg)no-repeat center center;
	background-size:cover;
	width:100%;
	background-color:#6FD4FD;
}

#s2-3readings article {
	font-family:Verdana, Geneva, sans-serif;
	width:73%;
	padding-top:8%;
	padding-left:27%;
	font-size:13px;
	line-height:18px;
}


#s1-3readings {
	width:100%;
	background-color:#6FD4FD;
	height:60%;
}

#s1-3readings h1{
	font-family: 'DM Serif Text', serif;
	font-size:55px;
	color:#333;
	padding-top:4px;
	position:relative;
	width:50%;
	text-align:center;
	left:50%;
	top:40%;
	transform:translate(-50%,-60%);
}

#s1-3readings h2 {
	font-family:"Courier New", Courier, monospace;
	font-size:18px;
	color:#FFF;
	text-transform:lowercase;
	padding-top:4px;
	position:relative;
	width:50%;
	text-align:center;
	left:50%;
	top:35%;
	transform:translate(-50%,-65%);
}

#s1-1exercise {
	width:100%;
	background-color:#6FD4FD;
	height:60%;
}

#s1-1exercise h1 {
	font-family: 'DM Serif Text', serif;
	font-size:70px;
	color:#333;
	padding-top:4px;
	position:absolute;
	width:50%;
	text-align:center;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}

#s1-1exercise h2 {
	font-family:"Courier New", Courier, monospace;
	font-size:18px;
	color:#FFF;
	text-transform:lowercase;
	padding-top:4px;
	position:absolute;
	width:50%;
	text-align:center;
	left:50%;
	top:75%;
	transform:translate(-50%,-25%);
}

#s2-1exercise {
	width:100%;
	background-color:#6FD4FD;
	height:auto;
}

#s2-1exercise p {
	font-family:"Courier New", Courier, monospace;
	width:60%;
	margin-left:20%;
	margin-right:20%;
	
	
}

#s2-1exercise figure {
	display:inline-block;
	margin-top:5%;
	margin-bottom:5%;
	margin-left:20%;
	margin-right:20%;
	background-color:#6FD4FD;
}

/*this is to have the images maintain their ratio*/
#s2-1exercise img {
	width:100%;
	height:auto;
}