#back {
	background: url("../Images/chevrons.jpg") center fixed;
}

#back2 {
	background: url("../Images/lemons.jpg") center fixed;
}

#back3 {
	background: url("../Images/flowers.jpg")center fixed;
}


#back4 {
	background: url("../Images/yo.jpg") center fixed;
}
	
#header1 {
	text-align: center;
	color:#f948be;
	border-style:solid;
	border-width: 15px;
	font-family:'Merriweather', serif;
}

h1 {
	color: #1fad50;
}
#s1 {
	color:#f948be;
}

#pink {
	color: #f948be;
}
#header2{
	text-align: center;
	color:#428ff4;
	border-style:solid;
	border-width: 15px;
	font-family:'Merriweather', serif;
}

#ye {
	color: #428ff4
}
#header3{
	text-align: center;
	color:#4d74ea;
	border-style:solid;
	border-width: 15px;
	font-family:'Merriweather', serif;
}

#gr {
	color: #1fad50;
}
#blue {
	color: #4d74ea;
}

#header4 {
	text-align: center;
	color:#f44283;
	border-style:solid;
	border-width: 15px;
	font-family:'Merriweather', serif;
}
	
#darkpink {
	color: #f44283;
}

div {
	text-align: center;
	color: yellow;
	font-family: century gothic, sans-serif;
	font-size: 20px;
}

section {
	color:black;
	font-family: century gothic, sans-serif;
	font-weight: bold;
}

h2 {
	color: #f948be;
}

#hh2 {
	color: #1fad50;
}

#sibs {
	color: #428ff4;
}

h3 {
	color: #428ff4;
	font-family: century gothic;
}

h4 {
	color: blue;
	font-family: century gothic;
}

#dawg {
	color: #f44283;
}

#hh3 {
	color: black;
}

#C {
	color: #8932b5;
}

#s2 {
	color: #8932b5;
}

#s3 {
	color: #1fad50;
}

#woo {
	color:#428ff4;
	font-family: century gothic;
	font-weight: bold;
}

#yay{
	color:#428ff4;
	font-family: century gothic;
	font-weight: bold;
}
#s4 {
	color: blue;
}

#rock{
	color: #3240d3;
}
.cpop, .RU {
	margin-left: auto;
	margin-right: auto;
	
}

.SJA {
	float: top-left;
}


ul {
	color:#428ff4;
	font-family: century gothic;
    list-style:none;
	font-weight: bold;
}


.grid {
display:grid;
grid-gap:25px;
/*grid-template-columns: 200px 350px auto;
grid-template-rows: 25% 75%;*/
margin:25px auto;
width:800px;
height:600px;
}

.grid-area {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
background-color: #c9baad;
color: #fff;
padding: 50px 25px;
text-align: center;
}


.grid-area-2{
	float:left;
}

.grid-area-3{
	float:left;
}
.grid-area-4{
	float:left;
}


#main {
	background-color:#c3e0cd;
	border-color: black;
	width:70px;
	height:45px;
	float: left;
	margin-left: 120px;
}

#family {
	background-color:#c3e0cd;
	border-color: black;
	width:70px;
	height:45px;
	float: left;
	margin-left: 120px;
}

#school {
	background-color:#c3e0cd;
	border-color: black;
	width:70px;
	height:45px;
	float: left;
	margin-left: 120px;
}

#dog {
	background-color:#c3e0cd;
	border-color: black;
	width:70px;
	height:45px;
	float: left;
	margin-left: 120px;
}

#nav {
	width: 595px;
	height: 46px;
	padding: 15px;
}

a:link { 
    background-color: transparent; 
    text-decoration: none;
}

a: visited {
	color: blue;
}

a: hover {
	color: red;
}

a: active {
	color; pink;
}


