nav{
	background: darkgreen;
	height: 120px;
	align-items: center;
	display:flex;
	justify-content: space-between;
	padding: 0 35px;
}
nav a {
	text-decoration: none;
	color:white;
	font-size: 2em;
	padding:1em;
}
nav img {
	height:80px;
	width:80px;
	display: block;
}
/*this was for the side wallpaper */ 
body{
	margin:0;
	background-image: url('images/background.jpg'), url('images/background.jpg');
	background-position: left top, right top;
	background-repeat: repeat-y, repeat-y; 
	background-size: 200px auto, 200px auto;
	background-attachment: fixed;
}
footer{
	background: darkgreen;
	height: 120px;
	align-items: center;
	color: white;
	font-size: 1.3em;
	display: flex;
	justify-content: center;
}
/*needed to 
.test p{
	font-family:"Times New Roman";
	line-height:1.2;
	font-size:1.5em;
}
.test img{
	width:40%;
	height:40%
}
/*just eventrow*/
.eventrow{
   display: table;
   table-layout: fixed;
}
/*both of the rows*/
.homerow,.eventrow {
    width: 80%;
    max-width: 860px;
    margin: 0 auto 20px auto;
    box-sizing: border-box;
    border-spacing: 20px
}
/*both event cols*/
.eventrow .eventcol,.eventrow .eventcol2{
	display: table-cell;
	box-sizing: border-box;
    background-color: #CC9A8F;
    border-radius: 5px;
    border-bottom: 2px solid black;
    text-align: center;
    padding: 10px;
    vertical-align: top;
}
.homerow .homecol{
    float: left;
    width: 45%;
    margin: 0 2.5%;
    box-sizing: border-box;
    background-color: #CC9A8F;
    border-radius: 5px;
    border-bottom: 2px solid black;
    text-align: center;
    padding: 10px;
}
.homerow:after{
	content: "";
	display: table;
	clear: both;
}
.homerow .homecol p,.eventrow .eventcol p{
	line-height:2;
	padding:5px
}
.homecol img,.eventcol img, .eventcol2 img{
	width: 50%;
	height:50%
}
.eventrow .eventcol p{
	line-height:1.5;
	color:white;
	font-size:1em;
}
#second{
	height:95%;
	width:27.5%;
}
.container{
	box-sizing: border-box;
    background-color: #CC9A8F;
    border-radius: 5px;
    border-bottom: 2px solid black;
    text-align: right;
    padding: 10px;
    width:60%;
    align-content: left;
    place-items: center;
    margin: auto
}
#button{
	align-content: center;
	text-align: center;
}
#third{
	height:40%;
	width:50%;
}
#set {
	line-height:1.2;
	width:48%;
	font-size:1.2em;

}