
body{background: url(paws.jpg);
 
}
#main{
  width: 800px;
  margin: 0 auto ;
 /*200px auto*/
 

}
h1{font-family: /*'Fredericka the Great', cursive;*/
font-family: 'Luckiest Guy', cursive;

   text-align: center;
	font-size: 72px;
	position:static;
	margin: 1em;
  padding:.5em;
  font-weight: bold;
  color:  #66b3ff;
  text-shadow: 3px 2px white;


  }
header{ background:rgba(255,255,255, 0.5);
  border-radius: 12px;

}



ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(255,255,255, 0.5);
    border-radius: 12px;
    position: fixed;
    top: 0;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
   z-index:2;
    
}

li {
    float: left;
}

li a {
    display: block;
    color: #434553;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    
}

li a:hover {
    /*background-color: rgba(255,255,255, 0.8);*/
     text-decoration: underline;
}

.social-media{width:50px;
  height:50px;

}
#SocialMediaIcons{
 
  float:left;
  display:inline-block;
  
}
#SocialMediaIcons ul{
  width:125px;
  height:250px;
margin:10%  -12%;
content: "";
    clear: both;
    display: table;
position:fixed;
}



.subs{background:rgba(255,255,255, 0.5);
  border-radius: 12px;
  margin: auto;
  width: 50%;
 content: "";
    clear: both;
    display: table;
    overflow:auto;

}

#Reasons{font-family: 'Amatica SC', cursive;
  font-weight: 700;
  text-align: center;
  font-size: 50px;
  padding: .25em;
  color:#66b3ff;
  text-shadow: 3px 2px white;
  text-decoration: underline;
}

#dogs{font-family: 'Amatica SC', cursive;
  font-weight: 700;
  text-align: center;
  font-size: 50px;
  padding: .25em;
  color:#66b3ff;
  text-shadow: 3px 2px white;
  text-decoration: underline;

}
#cats{font-family: 'Amatica SC', cursive;
  font-weight: 700;
  text-align: center;
  font-size: 50px;
  padding: .25em;
  color:#66b3ff;
  text-shadow: 3px 2px white;
  text-decoration: underline;

}




img{display:block;
  width:250px;height:250px;
  margin: 0 0 10px 10px;
  /*padding-right: .5em;*/
    border-radius: 50%;
}
#Reason1{background:rgba(255,255,255, 0.5);
  border-radius: 12px;
  float:left;
    width: 500px;
    position: relative;
    padding:.5em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color:#434553;
 
}
#Reason2{background:rgba(255,255,255, 0.5);
  border-radius: 12px;
   float:right;
    width: 500px;
    position: relative;
    padding:.5em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color:#434553;
  
}
#Reason3{background:rgba(255,255,255, 0.5);
  border-radius: 12px;
   float:left;
    width: 500px;
    position: relative;
    padding:.5em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color:#434553;
 

}
#Reason4{background:rgba(255,255,255, 0.5);
  border-radius: 12px;
   float:right;
    width: 500px;
    position: relative;
    padding:.5em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color:#434553;
  
}
#Reason5{background:rgba(255,255,255, 0.5);
  border-radius: 12px;
   float:left;
    width: 500px;
    position: relative;
    padding:.5em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color:#434553;
 
}
#Reason6{background:rgba(255,255,255, 0.5);
  border-radius: 12px;
   float:right;
    width: 500px;
    position: relative;
    padding:.5em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color:#434553;
  

}
#Reason7{background:rgba(255,255,255, 0.5);
  border-radius: 12px;
   float:left;
    width: 500px;
    position: relative;
    padding:.5em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color:#434553;
  

}
.pics{
  width:175px;
  height:175px;
  

}
.pets{background:rgba(255,255,255, 0.5);
  border-radius: 12px;

   display:block;
    position: relative;
    padding:.7em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color:#434553;
}

a{
  color:#434553;
  text-decoration: none;
  padding-left: 175px;
  
}
a:hover { color:#66b3ff;

}


footer{position:relative;
 
  bottom:0px ;
  left: 0px;
  right:0px;
  background-color: rgba(255,255,255, 0.5);
    border-radius: 12px;
     font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color:#434553;
  text-align:center;
  padding-right:50px;

}