body, header, nav, main, footer, img, h1, h3 {
    padding: 0;
    margin: 0;
    border: 0;
}

/* Style rules for body and images */
body {
    background-color:rgb(184, 149, 245);
    margin-top: 5%;
	margin-left:10%;
	margin-right: 10%;
    margin-bottom:10%;
	font-size: 20px;
}

header{
    color: #f6eee4;
    font-family: "Lora", serif;
    align-items: center;
    display: block;
}

.title{
    position: relative;
    font-size:270%;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    left: 50px;
}


.logo {
    border-radius: 50%;
    height: 250px;
    width: 250px;
    bottom: 70%;
    padding: 25px;
}

.news{
text-align: center;
color:floralwhite;
font-size: larger;
}

nav {
    border:none;
    display: block;
    font-size: auto;
    float:left;
    font-family: "Lora", serif;
    }
    
nav ul {
    list-style-type: none;
    margin: 70px;
    float: left;
    }

nav li {
     display: block;
     font-size: 1.5em;
     font-weight: bold;
  }
        
nav li a {
    color: #f6eee4;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 2em;
    padding-right: 2em;
    text-decoration: none;
   }


main p {
    font-size: x-large;
    font-style: italic;
    font-family: "Lora", serif;
    font-weight: bold;
    padding: 2%;
    margin: 3%;
    width: 73%;
    text-align: center;

}

.manga{
    float:right;
    width:250px;
    height:250px;
    border: none;
    padding-left:5px;
}

a:link {
	color: rgb(3, 0, 5);
	text-decoration: none;
}


/* visited link */
a:visited {
    color: rgb(236, 10, 165);
}

/* mouse over link */

a:hover {
    color: rgb(242, 239, 243);
}
/* selected link */

a:active {
    color: rgb(143, 15, 162);
}


footer{
font-family: "Lora", serif;
text-align: center;
padding-top: 400px;
}


@media (max-width:620px), print {
    /* Tablet Viewport: Show tab-desk class, hide mobile class.*/
    
    .manga{
        display: none;
    }
    .logo{
        max-width: 100%;
        height: auto;
        
    }
     /* Tablet viewport:Style rules for nav area*/
    
    nav{
        border:none;
        display: block;
        font-size: auto;
        align-content:center;
        text-align: center;
        float:left;

    }
    nav a{
        text-align: center;
        float: none;
    }
    main{float:right;}
 }
/* Media query for large desktop viewports*/
@media screen and (min-width:1921px), print {
    body{
        background: -moz-linear-gradient(#f6eee4 and #78593a);
    }
    .container{
        width: 1920px;
        margin-top: 0;
        margin-bottom: 0;
        margin-left:0;
        margin-right: auto;
    }
    .main{
        background-color: #f6eee4;
    }
    
 }
 /* Media query for print*/
 @media print {    
    body{
        background-color: white;
        color: black;
    }
  }

 /* Media query for desktop viewport*/
 @media screen and (min-width:1000px), print {
    /* desktop viewport: style rules for nav area*/
    .nav{
        font-size: 1.5em;
    }
    .nav li{
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        padding-left: 1.5em;
        padding-right: 1.5em;}
       
    .nav li a:hover {
            color: #2a1f14;
            background-color: #f6eee4;
       }
       /* Desktop Viewport: Styles rules for main content*/
        /*    #info ul{
            margin-left: 5%;  

       }*/
     
    }

div.gallery {
        margin: 5px;
        border: 1px solid #ccc;
        float: left;
        width: 180px;

    }
    div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}