*
{
	margin: 0 auto;
}
html
{
	color: #16294e;
	padding: 0;
}
body
{
	display: none;
}
header
{
	align-items: center;
	background-image: url(../images/background_sheila_robinson_start.jpg);
	background-size: cover;
	display: flex;
	height: 100vh;
	justify-content: center;
	margin: 0 auto;
	text-align: center;
}
.start
{
	align-items: center;
	border: solid #16294e 4px;
	display: flex;
	height: 92vh;
	justify-content: center;
	width: 95vw;
}
.sheila_svg
{
	height: auto;
	padding-bottom: 35px;
	width: 280px;
}
header h1
{
	font-family: 'Suranna', serif;
	font-size: 1.7em;
	font-weight: 200;
	letter-spacing: 0.32em;
}
header h2
{
	font-family: 'Suranna', serif;
	font-size: 1.7em;
	font-weight: 200;
	letter-spacing: 0.07em;
	margin-top: -10px;
}
.content2
{
	background-image: url(../images/background_sheila_robinson_largeyw.jpg);
	background-size: cover;
	background-attachment: scroll;
	display: none;
	margin: 0 auto;
	text-align: center;
}
.sheila_svg2
{
	height: auto;
	margin: 0 auto;
	padding-bottom: 80px;
	padding-top: 100px;
	text-align: center;
	width: 280px;
}
.content3
{
	width: 42%;
}
.content3 h2
{
	font-family: 'Suranna', serif;
	font-size: 1.8em;
	font-weight: 200;
	letter-spacing: 0.05em;
	line-height: 1.2em;
	padding-bottom: 20px;
	text-align: left;
}
.content3 p
{
	font-family: 'Lato', sans-serif;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1.6em;
	text-align: left;
}
.div_text
{
	padding-bottom: 68px;
}
#bullets
{
	margin-left: 15px;
	text-indent: -15px;
}
.div_text a
{
	color: #16294e;
	text-decoration: none;
}



/*  ------  Devices ----------  */

@media screen and (max-width: 1440px) {
	.content3
	{width: 60%;}

}

@media screen and (max-width: 900px) {
	.content3
	{width: 75%;}

}

@media screen and (max-width: 600px) {
	.start
	{ border: solid #16294e 2px; height: 95vh; width: 92vw; }
	.sheila_svg
	{ width: 240px; }
	header h1
	{ font-size: 1.2em; letter-spacing: 0.23em; }
	header h2
	{ font-size: 1.2em; letter-spacing: 0.02em; }
	.content3
	{width: 90%;}
	.sheila_svg2
	{text-align: left;}

}

@media screen and (max-width: 450px) {
	.start
	{ height: 95vh;width: 92vw; }
	.sheila_svg
	{padding-bottom: 30px; width: 200px; }
	header h1
	{ font-size: 1em; letter-spacing: 0.18em; }
	header h2
	{ font-size: 1em; letter-spacing: 0.005em; }
	.content3
	{ width: 86%; }
	.sheila_svg2
	{ margin-left: -48px; width: 240px; }
	.content3 h2
	{ font-size: 1.6em; letter-spacing: 0.04em; }
	.content3 p
	{ font-size: 1.3em; line-height: 1.4em; }

}


