* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    line-height: 1.5;
    font-family: 'Space Grotesk', sans-serif;
    background-color: #f6ffee;  
}

/* body {
    background-image: url(../images/grid.png);
    background-repeat: repeat-y;
    background-position: 50% 0;
} */

header {  
    height: 200px;
}

.inner-header {
    width: 940px;
    margin: 0 auto;
}

.social {
    float: right;
}

.social a:hover {
    border-bottom: .5em solid #A80054;
    background-color: transparent;

}

.social li {
    width: 2em;
    float: left;
    list-style-type: none;
    margin-top: 5em;
    margin-left: 2em;
}

nav {
    height: 30px;
    line-height: 50px;
    margin-bottom: 4em;
}

#primary {
    width: 940px;
    margin: 0 auto;
    list-style-type: none;
}

#primary > li {
    float: left;
    /*  6 list items - 100 divided by 6 */
    width:16.66%;
    text-align: center;
    position: relative;
}

#primary a {
    color: #000;
    font-size: 1.25em;
    text-decoration: none;
    display: block;
    text-transform: lowercase;
}

#primary a:hover {
    text-decoration-line: underline;
    text-decoration-color: #A80054;
    text-decoration-thickness: .5em;
    text-decoration-skip-ink: none;
    background-color: transparent;
}

.dropdown, .dropdown2 {
    display: none;
    list-style-type: none;
}

#primary li:hover .dropdown {
    display: block;
    position: absolute;
    background:  #f1fce7;
    width: 100%;
}

.dropdown li:hover .dropdown2 {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff3eb;
    width: 100%;

}

#assignments ul > li {
    position: relative;
}

#assignments li:hover .dropdown {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1;
}

#assignments li:hover #grid.dropdown {
    left: 400px;
    top: 618px;
}

#assignments li:hover #cave.dropdown {
    left: 400px;
    top: 642px;
}

#assignments li:hover #wine.dropdown {
    left: 400px;
    top: 665px;
}




a {
    color:#A80054;
    text-decoration-style: dotted;
    text-decoration-color:  #8cc598;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 2px;
}
    
a:hover {
    color: #f6ffee;
    background-color: #A80054;
    text-decoration: none;
}

h1 {
    font-weight: normal;
    margin: auto;
    line-height: 2.5em;
}

h2 {
    font-weight: lighter;
    text-align: center;
    margin: auto;
    line-height: 3.2em;
}

.logo-box {
    position: relative;
    float: left;
}

.logo-box img {
    width: 350px;
    padding-top: 1.5em;
    padding-bottom: 0em;
}

.logo-box .logo-hover {
    position: absolute;
    left: 0;
    right: 0;
    display: none;
}

.logo-box:hover .logo-hover {
    display: block;
    top: 0;
}
.logo-box a:hover {
    background-color: transparent;
}

/* #logo h1 {
    width: max-content;
    margin: auto;
    line-height: 1em;
}

#logo a:hover h1:hover {
    text-decoration-line: underline;
    text-decoration-color: #A80054;
   
    text-decoration-skip-ink: none;
    background-color: transparent;
} */
figure {
    margin: auto;
    float: right;
  }

figcaption {
    color: rgb(36, 35, 35);
    font-style: italic;
    margin-top: -10px;
    padding-bottom: 1px;
    text-align: center;
  }
  
img {
    max-width: 100%;
}

img#profile {

    outline: 3px solid #d9eee0;
    outline-offset: -15px;
    padding: 20px;
}

#wrapper {
    width: 940px;
    margin: auto;
    padding: 10px 0;
    overflow: hidden;
}

p {
    margin-bottom: 1em;
}

p.button-box{
    text-align:center;
    margin-left: -2em;
}

a.button:link, a.button:visited {
    background-color: #4c1c34;
    color: #f6ffee;
    padding: 14px 25px;
    margin-top: 2em;
    margin-right: 1em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 24px;  -moz-border-radius-bottomleft: 5px;
    -moz-border-radius: 24px;
  }
  
  a.button:hover, a.button:active {
    background-color: #7c4f66;
  }

main {
    float: left;
    width: 620px;
}

aside {
    float: right;
    width: 300px;
}

ul {
    list-style-type: none;
    text-align: center;
}

.col {
    height: auto;
}

footer {
    border-top: 1px solid  #8cc598;
    height: 60px;
    line-height: 60px;
    margin-top: auto;
}

footer ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    font-size: .875em;
}

footer li {
    margin: 0 10px;
}


/* !!!!!!!!! typography!!!!!!!!!!! */

/* blockquote {
    font-size: 1.5em;
    font-family:'Times New Roman', Times, serif;
    text-align: center;
    margin: 0 1.5em 1.5em 1.5em;
    line-height: 1.4;
} */


