/*
PURPLE #2206D6
PINK #F707C5
GREEN #06D62B
YELLOW #F7F550
BLUE #13C5ED
beige 1 #F5E8B7;
*/


body {
	font-family: Public Sans, sans-serif;
	color: black;
	background-color: #F5E8B7;
	font-style: normal;

}

p {
	font-style: normal;
}

p.center {
	text-align: center;
}

.coolbox {
	background-color: white;
	border: solid black 1.5px;
	box-shadow: 5px 5px black;
	padding: 30px;
	color: black;
	font-size: 1.5rem;
	line-height: 3rem;
	text-align: left;
	margin-top: 2rem;
}

.popup {
	background-color: #F5E8B7;
	border: dashed black 3px;
	padding: 1em;
	color: black;
	font-size: 1.5rem;
	line-height: 1rem;
	text-align: left;
	margin-top: 2rem;
}


ul {
	font-style: normal;
}
.list {
	line-height: 160%;
}

.list li {

}

.list li a:link {
	color: #566bf5;

}
.list li a:visited {
		color: purple;
}

.list li a:hover {
	text-shadow: none;
	font-style: italic;

}

p {
	line-height: 1.5;
}

p a:link {
	color: #566bf5;

}
p a:visited {
		color: #BB30C2;
}

p a:hover {
	text-shadow: none;
	font-style: italic;

}

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

.imgbox2 img {
	display: block;
}

.col-main {
	width: 95%;
	float: right;
	margin-top: 0%;
	margin-bottom: 10em;
	position: relative;
}


.image {
	margin-top: 2rem;
}


.top-nav {
	display: block;
	width: 95%;
	margin-left: 2%;
	position: relative;
	margin-bottom: 3rem;
	text-align: center;
}

.side-nav {
	display: none;
}

nav.top-nav ul {
    list-style-type: none;
    margin-top: 2rem;
    padding: 0;
    overflow: hidden;
    top: 0;
    width: 100%;
}

nav.top-nav li {
    float: left;
}

nav.top-nav li a {
    display: inline;
    text-align: center;
    padding: 4px 6px;
    text-decoration: underline;
		font-size: 1.4em;
		color: #566bf5;

}

ul.items li a {
	font-style: normal;
}

h1 {
	font-family: Public Sans;
	font-size: 2.2rem;
}

h1.center {
	text-align: center;
	margin-bottom: 0px;
}

h2 {
font-family: Public Sans;
	color: #000;
}

h2.center {
	text-align: center;
	margin-top: 0.5em;
}


h3 a:link {
	color: #000;
	text-decoration: none;

}
h3 a:visited {
		color: #000;
}

h3 a:hover {
	color: #000;
	text-shadow: none;
	text-decoration: underline;

}

@media only screen and (min-width: 20em) {
		.wrapper {
			width: 20em;
			margin: 2% auto;
			margin-top: 0%;
		}

		p {
			font-size: 1.2em;

		}
}


@media screen and (min-width: 30em) {
		.wrapper {
			width: 30em;
			margin: 2% auto;
			margin-top: 0%;
		}

		p {
			font-size: 1.2em;

		}
}
@media screen and (min-width: 48em) {
		.wrapper {
			width: 48em;
			margin: 2% auto;
			margin-top: 0%;
			}


		h1 {
			font-size: 2.8em;
		}
		p {
			font-size: 1em;
		}


	}
@media screen and (min-width: 77em) {
	.wrapper {
		width: 77em;
	}

	h1 {
		font-size: 3.2em;
	}

.top-nav {
		display: none;
	}

.side-nav {
		display: block;
	}

	.col-main {
		width: 70%;
		float: right;
		margin-top: 0%;
		margin-left: 5%;
		position: relative;
	}

	.col-side {
		width: 20%;
		float: left;
		margin-right: 5%;
		margin-top: 2%;
		position: fixed;
		height: 100%;

	}

	.col-side p {
		font-size: 0.8em;
	}

	nav.side-nav ul {
			line-height: 0.75em;

	}


	nav.side-nav li a {
			font-size: 0.75em;

	}


	.coolbox {
		background-color: white;
		border: solid black 1.5px;
		box-shadow: 5px 5px black;
		padding: 30px;
		margin-top: 0rem;
		color: black;
		font-size: 2rem;
		line-height: 3rem;
		word-wrap: break-word;
	}

	.content {
		height: auto;
		width: 100%;
		clear: both;
		margin-bottom: 2rem;
		padding: 5px;
	}

	.imgbox {
		height: auto;
		width: 50%;
		float: right;
		margin-bottom: 2rem;
	}

	.imgbox2 {
		height: auto;
		width: 55%;
		float: right;
		margin-bottom: 2rem;

	}

	.description {
		height: auto;
		width: 40%;
		float: left;
	}



}


@media screen and (min-width: 1600px) {

	.wrapper {
		width: 90rem;
	}
	.col-side {
		width: 15%;
	}
}
