/* global rule, all div */
div{
float: left;
clear: both;
/* Make all divs have the properties above, unless specificly programed otherwise	*/
}

#menu-nav {
background-color: royalblue;
width: 89%;
float: left;
clear: both;
margin-top: 10px;
margin-left: 5%;
padding: 0.5%;
}
/* Menu nav code above, don't put height; it automaticly does height to fit content */


.menu-box {
clear: none;
background-color: black;
margin-left: 5vw;
margin-top: 0.3vh;
margin-bottom: 0.2vh;
padding: 1vw;
border-radius: 15px;
}
/* Make all the class menu box divs be the same, and have the properties above */
#container{
	background-image: url(https://www.publicdomainpictures.net/pictures/90000/velka/space-galaxy-1401466700kAR.jpg);
	margin-bottom: 40px;
	width: 80%;
	margin-left: 10%;
	padding: 2%;
	border-radius: 5px;
}


.headermenu{
	margin-top: 10px;
	width: 90%;
	margin-left: 5%;
	background-color: palevioletred;
	border-radius: 5px;
/* Set dimentions for the header and content divs, along with color	*/
}
.headermenu p{
	margin-left: 28vw;
}
.content{
	background-color: blueviolet;
	width: 60%;
	margin-left: 5%;
	margin-top: 10px;
	margin-bottom: 30px;
	clear: none;
	border-radius: 10px;
}
p{
	font-size: 25px;
	color: black;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
/* Make all paragraphs have black font(default) and have the margins and font size above	*/
}
.sidebar{
	width: 25%;
	margin-left: 5%;
	background-color: orchid;
	clear: none;
	margin-top: 10px;
	margin-bottom: 10vh;
	border-radius: 7px;
}
.sidebar img{
	width: 45%;
	border-radius: 15px;
}
.content2{
	background-color: blueviolet;
	width: 60%;
	margin-left: 5%;
	margin-top: 10px;
	margin-bottom: 30px;
	clear: none;
	border-radius: 10px;
}
.sidebar2{
	width: 20%;
	margin-left: 5%;
	background-color: blueviolet;
	clear: none;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 7px;
}
.sidebar a{
	color: black;
}
.imgholder{
	background-image: url(https://doxologypublishing.com/wp-content/uploads/2020/06/roller-coaster-glows-at-night.jpg);
	width: 60%;
	margin-left: 5%;
	margin-top: 10px;
	margin-bottom: 30px;
	clear: none;
	padding: 2%;
	border-radius: 10px;
}
.imgholder p{
	color: yellow;
}
/* Make all imgholder class divs behave the same, have same properties */
img{
/* Make all images in website have the following properties, global rule:	*/
	width: 33%;
	margin-top: 10px;
	margin-left: 10px;
}
a{
	margin-top: 10px;
	color: yellow;
}
.imgholder img{
	width: 20%;
	border-radius: 15px;
}
/* Change background UI to a better color than white defalt html website */
#containerimgbackground{
	background-color: cadetblue;
	width: 100vw;
/*	height: 100vh;*/
	padding: 1%;
	border-radius: 5px;
}
.meaning{
	background-color: royalblue;
	margin-top: 5px;
	margin-left: 20vw;
	border-radius: 10px;
}
.sidebar p{
	font-size: 20px;
}
.menu-box2 {
clear: none;
background-color: black;
margin-left: 4vw;
margin-top: 0.3vh;
margin-bottom: 0.2vh;
padding: 1vw;
border-radius: 15px;
/*new menu box with different margins to fit extra box. also border radius gives rounded corners*/
}
.content img{
	margin-left: 15vw;
/*earth day img is centered	*/
}

.glowscript{
	margin-left: 5%;
	width: 60%;
}
/*change export a bit to match this specific website better, add margin and width.*/