/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ----------------------------------- */



#AboutMain {
    display: flex;

}

.mapouter {
    margin: auto;
}

#AboutAreaTwo {
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: 10px 20px 20px 20px;
    border: solid darkblue;
}

#AboutAreaOne {
    width: 120%;
    display: flex;
    flex-direction: row;
    padding: 5px;
    border: solid darkblue;
    margin: 10px 20px 20px 20px;

}

#AboutTArea {
    width: 100%;
}

#AboutT {
    padding: 10px;
    font-size: 1.2vw;
}

.Socials {
    width: 40px;
    height: 40px;
}

#SandersenImg {
    width: 70%;
    height: 30vw;
    min-height: 240px;
    min-width: 160px;
    border-radius: 3px;
}

#Link {
    padding: 10px;
}

i {
    color: rgb(206, 46, 31)
}

.ContactH {
    padding-right: 25%;
    margin: 10px;
}



#submit {
    width: 10%;
    padding: 10px;
    margin: 20px;
}

.infoRequired {
    margin: 10px;
    padding: 10px;
    width: 30vw;
    border-radius: 4px;
    min-width: 400px;
}

form {
    display: flex;
    flex-direction: column;
    padding: 10px;
    align-items: center;

}

.BookT {
    padding: 10px 5px;
    font-family: "Playfair Display", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1vw;
    width: 100%;
}

#info {
    margin: 10px;
    padding: 10px;
    width: 35vw;
    border-radius: 4px;
    min-width: 400px;
}

#Secondline {
    grid-area: Secondline;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#StormlightArchive {
    display: grid;
    grid-template-areas:
        "WayofKings WordsofRadience Oathbringer"
        "Secondline Secondline Secondline";
    grid-template-columns: 1fr 1fr 1fr;
    margin: 10px;
}

#WayofKings {
    grid-area: WayofKings;
}

#WordsofRadience {
    grid-area: WordsofRadience;
}

#Oathbringer {
    grid-area: Oathbringer;
}

#RhythmofWar {
    grid-area: RhythmofWar;
}

#WindandTruth {
    grid-area: WindandTruth;
}

#Mistborn {
    grid-area: Mistborn;
}

#WellofAscension {
    grid-area: WellofAscension;
}

#HeroofAges {
    grid-area: HeroofAges;
}

.bookImage {
    width: 70%;
    max-width: 140px;
    max-height: 200px;
    min-width: 60px;
    height: 14.5vw;
    margin: 10px;
    border: solid darkblue 1px;
    border-radius: 15px;
    transition: 1s;

}

.bookImage:hover {
    width: 30vw;
    height: 17vw;
}

#MistbornMain {
    display: grid;
    grid-template-areas:
        "Mistborn WellofAscension HeroofAges";
    grid-template-columns: 1fr 1fr 1fr;
}

.bookTitle {
    text-align: center;
    font-size: 20px;
    padding: 10px;
    font-family: "Playfair Display", serif;
    font-style: normal;
}

#Logo {
    filter: invert(70%);
}

.booksection {
    border: solid darkblue 4px;
    border-radius: 5px;
    margin: 10px auto;
    width: 90%;
}

.booksection2 {
    border: solid darkblue 4px;
    border-radius: 5px;
    margin: 20px;
    width: 30%;
}

.mapouter {
    position: relative;
    text-align: right;
    width: 100%;
    height: 400px;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 400px;
}

.gmap_iframe {
    height: 400px !important;
    width: 100%;
}

.bookContent {
    display: flex;
    flex-direction: row;
    align-items: center;
}

h1 {
    text-align: center;
    font-size: 3vw;
    padding: 15px;
}

a {
    color: black;
    text-decoration: none;
}

nav {
    width: 100%;
    box-sizing: border-box;
    border: solid black;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: row;
    background-color: darkblue;
}

nav img {
    font-size: 20px;
    width: 6%;
    min-height: 50px;
    float: left;
}

#navT a {
    font-size: 20px;
    font-family: "Playfair Display", serif;
    font-style: normal;
    color: white;
}

#navT {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}

footer {
    border: solid black;
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    bottom: 0px;
    background-color: darkblue;

}

footer p {
    padding: 5px;
    color: white;
}

.dropdown {
    display: none;
}

@media screen and (max-width: 600px) {


    #SandersenImg {
        width: 70%;
        margin: auto;
        border-radius: 3px;
        height: auto;
        min-width: 0px;
        min-height: 0px;
    }

    #AboutAreaOne {
        display: flex;
        flex-direction: column;
        width: 80%;
        margin: auto;
    }

    #AboutT {
        font-size: 4vw;
    }

    #AboutAreaTwo {
        margin: 10px auto;
    }

    #AboutMain {
        display: flex;
        flex-direction: column;
    }

    #Socials {
        display: flex;
        flex-direction: row;
    }

    h1 {
        font-size: 7vw;
    }

    .infoRequired {
        min-width: 0px;
        width: 70vw;
    }

    #info {
        min-width: 0px;
        width: 80vw;
    }

    #Logo {
        min-width: 50px;
        min-height: 50px;
        position: absolute;
        right: 10px;
    }

    .booksection {
        border: solid darkblue 4px;
        border-radius: 5px;
        margin: 10px auto;
        width: 80vw;
    }

    .booksection2 {
        border: solid darkblue 4px;
        border-radius: 5px;
        margin: 10px auto;
        width: 80vw;
    }

    #Secondline {
        grid-area: Secondline;
        display: flex;
        flex-direction: column;
    }

    #StormlightArchive {
        display: grid;
        grid-template-areas:
            "WayofKings"
            "WordsofRadience"
            "Oathbringer"
            "Secondline"
            "Secondline";
        grid-template-columns: 1fr;
        justify-content: center;
    }

    #navT {
        display: none;
    }

    .dropdown {
        display: flex;
        margin: 5px;
    }

    .dropbtn {
        background-color: blue;
        color: white;
        padding: 16px;
        font-size: 16px;
        border: none;
        cursor: pointer;
    }

    .dropdown {
        position: relative;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: whitesmoke;
        min-width: 200px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    }

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    .dropdown-content a:hover {
        background-color: #f1f1f1;
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    .dropdown:hover .dropbtn {
        background-color: #3e8e41;
    }

    #MistbornMain {
        display: grid;
        grid-template-areas:
            "Mistborn"
            "WellofAscension"
            "HeroofAges";
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    }

    .bookImage {
        height: 100%;
        transition: 1s;
    }

    .bookImage:hover {
        width: 20vw;
        height: 50vw;
    }

    .BookT {
        font-size: 12px;
    }

    .bookContent {
        display: flex;
        flex-direction: column;
        padding: 10px;
    }

    form {
        width: 100%;
        box-sizing: border-box;
    }

    #info {
        margin: 10px;
        padding: 10px;
        width: 70%;
        border-radius: 4px;
        min-width: 200px;
    }

    #infoRequired {
        margin: 10px;
        padding: 10px;
        width: 70%;
        border-radius: 4px;
        min-width: 200px;
    }
}