#logo {
    background-image: url(Logo6.png);
    background-repeat: no-repeat;
    position: relative;  
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    height: 150px;
    width: 900px; 
    alt: "LOGO";
}




nav {
    
    display: block;
}

body{
    font-family: "Century Gothic";
    font-style: italic;
    margin-right: auto;
    margin-left: auto;
    background-color: #000000;
    background-repeat: repeat;
    background-size: 100%;
}
#fortune1 {
    margin-left: auto;
    margin-right: auto;
    height: 150px;
    width: 900px;
    alt: "fortune";
}
p {
    width: 80%;
    font-family: "Times New Roman",
    "Times", "serif";
    
    line-height: 2.0em;
    margin-bottom: 2.2em;
    margin-left: auto;
    margin-right: auto;
}

a:link {
  color: maroon;
}
a:visited {
  color: #3366ff;
}

.myinitialcap {
font-size: 48px;
font-family: "Didot";
margin-right: -8px;}
}
#wrapper {
	background-color:#b53131;
	min-width: 900px;
	max-width: 1280px;
	box-shadow:5px 5px 5px #828282;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
#inner {
    text-align: center;
}
h1 {
    font-family: Brush Script MT, Brush Script Std;
    background-color: #FFFFFF;
 }
h2 {
    text-align: center;
}
h3 {
    text-align: center;
    background-color: #000000;
    
}
nav li{
    display: inline;
} 
@media only screen and (min-width: 601px)
{
p {
font-size: 25px;
}
@media only screen and (max-width: 600px)
{

}
h1 {
font-family: Brush Script MT, Brush Script Std;
background-color: #FFFFFF;
font-size: 12px;
}
p {
font-size: 15px;
}
#logo{
background-image: url(Logo5.png); 
background-size: 130px;
background-position: center;
max-width: 100px;
height: 100px;
}
#mobile{
    display: inline;
}
#desktop{
    display: none;
}
}

#footer{
    display: block;
    text-align: center;
    bottom: 0;
    width: 50%;
    height: 2.5rem;
    margin: 0 auto;
}

