* {
    box-sizing: border-box;
}

/* Skip link - hidden by default but visible on focus */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px;
    text-decoration: none;
    z-index: 100;
}

.skip-link:focus {
    top: 0;
}

/* Focus indicators for keyboard navigation */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
    outline: 2px solid #fd0000;
    outline-offset: 2px;
}

header {
    color: rgb(253, 0, 0);
    font-size: 25px;
    display: flex;
    align-items: center;
}
body {
    background-color: rgb(235, 235, 235);
    font-family: cursive, times-new-roman, serif, san-serif;
    
}
.main-p {
    color: black;
    text-align: left;
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
    
}
.cover-link, .character-art {
    width: 400px;
    border: 10px double white;
    margin-left: 10px;
    margin-right: 10px;
    transition: border .5s,
    width .5s;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    /*Add flex properties + make webpages display better*/
}
.logo {
    border: none!important;
    width: 150px;
    transition: width .3s,
    height .3s, rotate .3s;
    padding-top: 20px;
    float: left;
    object-fit: contain;
}
.logo:hover {
    width: 160px;
    height: auto;
    rotate: -5deg;
}
.footer {
    border-top: 2px solid lightgrey;
    padding-top: 5px;
    color: rgb(93, 93, 93);
}
.cover-link:hover, .character-art:hover {
    border-color: black;
    border-width: 1rem;
    border-style: double;
    width: 450px;
}
.media-icons {
    font-size: 20px;
    text-align: right;
    padding-left: 0px;
    padding-right: 0px;
    a:link, a:visited, a:hover, a:active {
        color: black;
        text-decoration: none;
    }
    text-align: center;
}
.describe {
    padding-right: 400px;
    font-size: 20px;
    text-align: left;
}
.cover {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.title {
    font-size: 25px;
    text-align: left;
    padding-left: 10px;
    font-weight: 1000;
    color: rgb(58, 58, 58);
}
.read {
    font-size: 40px;
    color: black;
    padding-left: 130px;
    padding-right: 0px;
    padding-top: 100px;
    transition: color .5s,
    font-size .5s;
}
.read:hover {
    color: #565656;
    font-size: 45px;
}
.stores {
    font-size: 30px;
    color: black;
    position: fixed;
    top: 50px;
    left: 1400px;
}
.reviews {
    font-size: 30px;
    color: black;
    position: fixed;
    top: 50px;
    left: 1460px;
}
.news {
    font-size: 30px;
    color: black;
    position: fixed;
    top: 50px;
    left: 1340px;
}
.map-header {
    text-align: center;
}
.map-header2 {
    text-align: center;
}
.map-image {
   padding-left: 40px;
}
.pennsylvania, .ohio {
    font-size: 20px;
    a:link, 
    a:visited, 
    a:hover, 
    a:active {
        color: blue;
    }
}
.reviews-header {
    font-size: 30px;
    color: black;
    padding-left: 150px;
}
.read-sample {
    width: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
.submit-thanks {
    text-align: center;
    font-size: 30px;
}
.review-form {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}