﻿body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

#breadcrumbs {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin-bottom: 40px;
    margin-top: 40px;
    width: 80%;
}

    #breadcrumbs a,
    #breadcrumbs a:visited {
        color: #6cdaff;
        text-decoration: none;
    }

    #breadcrumbs span:not(:first-child) {
        margin-left: 10px;
    }

    #breadcrumbs span {
        margin-right: 10px;
    }

#copyright {
    margin: 5%;
    padding: 2%;
}

.dialog {
    background-color: black;
    color: white;
    height: 100vh;
    opacity: .92;
    overflow: hidden;
    position: fixed;
    width: 100vw;
}

.dialogInner {
    border-left: 1px solid white;
    border-top: 1px solid white;
    margin: 5%;
    padding: 5%;
}

@media only screen and (min-width: 420px) {
    .dialogInner {
        margin: 10%;
        padding: 10%;
    }
}

#footer {
    border-top: solid 1px lightgray;
    font-size: .78em;
    margin-bottom: 20px;
    margin-top: 80px;
    padding-top: 20px;
}

#header #logo {
    margin-bottom: 2em;
}

    #header #logo img {
        margin-left: auto;
        margin-right: auto;
        margin-top: 2em;
    }

@media only screen and (min-width: 600px) {
    #header #logo img {
        margin-top: 3em;
    }
}

@media only screen and (min-width: 850px) {
    #header #logo img {
        margin-top: 5em;
    }
}

/*max-width must be the exact size of the logo image*/
#header #logo img {
    height: auto;
    max-width: 400px;
    width: 100%;
}

.linklist ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.linklist li {
    display: inline-block;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

@media only screen and (min-width: 420px) {
    .linklist li {
        padding-left: 0.7em;
        padding-right: 0.7em;
    }
}

@media only screen and (min-width: 600px) {
    .linklist li {
        padding-left: 1.7em;
        padding-right: 1.7em;
    }
}

@media only screen and (min-width: 850px) {
    .linklist li {
        padding-left: 3em;
        padding-right: 3em;
    }
}

.linklist a,
.linklist a:visited {
    color: gray;
    display: block;
    text-decoration: none;
}

    .linklist a:hover {
        color: #333;
    }

#menu {
    border-bottom: solid 1px lightgray;
    border-top: solid 1px lightgray;
    font-size: .92em;
    padding-bottom: 1.25em;
    padding-top: 1.25em;
    text-align: center;
    text-transform: uppercase;
}

    #menu li {
        cursor: pointer;
    }

    #menu.linklist li:not(:last-child) {
        border-right: 1px solid gray;
    }

#noscript {
    border: 1px solid gray;
    border-radius: 15px;
    font-size: 1.5em;
    font-weight: 600;
    left: 25%;
    margin: 60px auto auto;
    padding: 30px;
    width: 275px;
}

.quote {
    display: block;
    text-align: right;
    width: 100%;
}

    .quote q {
        float: left;
        margin-top: -5px;
    }

.sectionHeader {
    font-family: Helvetica;
    font-size: 1.2em;
    font-weight: 300;
    margin-bottom: 2em;
    margin-top: 3em;
    text-transform: uppercase;
}

@media only screen and (min-width: 600px) {
    .sectionHeader {
        margin-bottom: 3em;
        margin-top: 4em;
    }
}

@media only screen and (min-width: 850px) {
    .sectionHeader {
        margin-bottom: 4em;
        margin-top: 5em;
    }
}

.imageGrid {
    align-items: center;
    display: grid;
    grid-gap: 2em;
    grid-template-columns: auto;
    justify-content: space-evenly;
}

@media only screen and (min-width: 600px) {
    .imageGrid {
        grid-template-columns: auto auto;
    }
}

@media only screen and (min-width: 850px) {
    .imageGrid {
        grid-template-columns: auto auto auto;
        grid-gap: 3em;
    }
}

.images {
    margin-top: 40px;
    white-space: nowrap;
}

    .images a {
        margin-left: auto;
        margin-right: auto;
    }

    .images img {
        border: 1px solid lightgray;
    }

#information {
    width: 80%;
}

.infoGrid {
    align-items: top;
    display: grid;
    grid-gap: 2em;
    grid-template-columns: auto;
    justify-content: space-evenly;
}

@media only screen and (min-width: 600px) {
    .infoGrid {
        grid-template-columns: auto auto;
    }
}

#infoPanel .description {
    font-size: .92em;
    margin-bottom: 20px;
    margin-top: 40px;
}

#infoPanel .price {
    float: right;
    font-size: .92em;
    font-weight: 600;
    margin-top: 40px;
    text-align: right;
    text-transform: uppercase;
}

#infoPanel .medium {
    font-size: .78em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#infoPanel .size {
    margin-bottom: 20px;
}

#infoPanel .title {
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#infoPanel .year {
    float: left;
    margin-top: 40px;
    font-size: .78em;
}

a {
    outline: 0;
}

body {
    margin: 0;
    color: #666;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.hide {
    display: none;
}

.textCenter {
    text-align: center;
}

.textSpacing {
    letter-spacing: .2em;
}

@media only screen and (min-width: 420px) {
    .width {
        width: 90%;
        max-width: 860px;
    }
}

@media only screen and (min-width: 600px) {
    .width {
        width: 80%;
    }
}

/* Featherlight override - prevents background from moving on dialog open */
html.with-featherlight {
    overflow: inherit !important;
}