/* unvisited link */
a:link {
  color: #fff;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #fff;
}

/* mouse over link */
a:hover {
  color: #fff;
}

/* selected link */
a:active {
  color: #fff;
}

body {
	background-color: #fff;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("images/rock2.jpg");
	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-size: 1024px 682px;
  	background-position: -150px 50px; 
}

div.main_container {
	position: relative;
	margin: auto;
	width: 768px;
	display: inline-block;
	vertical-align: top;
	top: -350px;
}

div.banner {
	font-family:"LatoWebMedium";
	background-color: #0088c3;
	color: #ffffff;
	text-align: center;
	margin: auto;
	border: 1em;
	border: solid;
	border-color: black;
	border-radius: 10px;
	width: 500px;
}

div.inset {
	font-family:"LatoWebLight";
	width: 768px;
	border-radius: 25px;
	box-shadow: 0px 0px 20px 20px #00000050;
	padding: 20px;
	background-color: #ffffff90;
	position: absolute;
}

div.button {
	min-width: 100px;
	border-radius: 5px;
	box-shadow: 0px 0px 2px 2px white;
	padding: 2px;
	display: inline-block;
	text-align: center;
	background-color: black;
}

div.buttonA {
	min-width: 100px;
	max-width: 250px;
	border-radius: 5px;
	box-shadow: 0px 0px 2px 2px white;
	padding: 2px;
	background-color: blue;
	margin: auto;
	text-align: center;
}

div.buttonA:hover {
	background-color: green;
}

div.button:hover {
	background-color: gray;
}

div.navigation {
	margin: auto;
	width:80%;
	display: flex;
    justify-content: space-between;
    padding: 0px 0px 40px 0px;
}

div.footer {
	min-height:50px;
}

div.image {
	margin: auto;
	text-align: center;
}
div.sole {
	margin: auto;
	text-align: center;
	 padding: 10px 0px 10px 0px;
}
div.p1 {
	font-size: 3em;
	text-align: center;
	font-family:"LatoWebMedium";
}

div.p2 {
	font-size: 2em;
	text-align: center;
	font-family:"LatoWebMedium";
	
}
div.p3 {
	font-size: 2em;
	text-align: center;
	font-family:"LatoWebMedium";
	color: #0088c3;
	padding: 0px 0px 20px 0px;
}
div.p4 {
	font-size: 1.5em;
	text-align: center;
	font-family:"LatoWebMedium";
	
}
p.q {
	font-size: 1em;
	text-align: center;
	font-family:"LatoWebMedium";
	color: #faa61a;
}
p.quote {
	margin: auto;
	width: fit-content;
	font-family: "LatoWebLight";
	font-size: 2em;
	text-align: center;
	color: #c2a242;
	background-color: #ffffff50;
	box-shadow: 0px 0px 5px 5px #ffffff50;
	padding: 20px 0px 20px 0px;
}
div.container {
	justify-content: center;
	align-items: center;
	width:768px;
	text-align: center;
	margin: 0 auto;
}
div.level {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
table.center {
	width: 100%;
	margin: 0 auto;
	align-self: center;
    margin-left:auto; 
    margin-right:auto;
	margin: 0 auto;
	border: 0px;
}