
/*===AVIDWEBDESIGN.COM.AU STYLE GUIDE 2019===*/

@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,700|Cormorant+Garamond:300,700|Titillium+Web:200,200i,400,400i,700|Orbitron:700&display=swap');

:root {
    --color-woodsmoke:      #161B1E;
    /*--color-tuna:           #383D43;*/
    --color-tundora:        #474747;
    --color-tory-blue:      #115293;
    --color-deep-cerulean:  #0080AC;
    --color-wedgewood:      #497894;
    --color-white:          #FFFFFF;
    /*---SECONDARY COLOURS---*/
    --color-monza:          #D30C0C; /*INCORRECT*/
    --color-pomegranate:    #F7410D; /*NAV HOVER/HIGHLIGHT*/
    --color-sazerac:        #FFF6E5; /*SUBTLE CELL/COLUMN BACKGROUND*/
    --color-gallery:        #F0F0F0; /*LIGHT BORDERS*/
    --color-silver:         #CCCCCC; /*BORDERS*/
    --color-boulder:        #767676; /*INPUT LABEL AND BORDER*/
    --color-apple:          #57B849; /*CORRECT*/
    --color-ultramarine:    #040496; /*CTA HOVER*/
    --color-regal-blue:     #004874; /*LINKS*/
    --color-blue-ribbon:    #0057FF; /*CTA*/
    --color-eastern-blue:   #1B8DAA; /*MAIN TITLE BG LAYER*/
    --color-neptune:        #75A1B8; /*TEXT BORDER*/
    --color-jagged-ice:     #D2E8EE; /*MAIN TITLE AMPERSAND*/
    --color-botticelli:     #CCDBE3; /*MAIN TITLE AMPERSAND LIGHTER*/
    /*---STYLE GUIDE EXCLUSIVE---*/
    --color-alabaster:      #fafafa;
    --color-shuttle-gray:   #5B6063; /*CELL VALUE/DESCRIPTION TYPE*/
    --color-silver-chalice: #9d9d9d; /*SECTION TITLE*/
}

*, *:before, *:after {
    box-sizing: border-box;
}

body {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    line-height: 1.4;
    color: var(--color-woodsmoke);
    padding: 0;
}



/* =========================================
//  TYPOGRAPHY
// =========================================*/

a {
    color: var(--color-regal-blue);
    text-decoration: none;
}

a:hover, 
a:active, 
a:focus {
    color: var(--color-woodsmoke);
    text-decoration: underline;
}

a.text-block-link {
    display: block;
    color: var(--color-woodsmoke);
    text-decoration: none;
}

a:hover.text-block-link, 
a:active.text-block-link, 
a:focus.text-block-link {
    color: var(--color-regal-blue);
}

*:focus {
    outline: 0;
}

.cormorant {
    font-family: 'Cormorant Garamond', serif;
}

.titillium {
    font-family: 'Titillium Web', sans-serif;
}

.orbitron {
    font-family: 'Orbitron', sans-serif;
}

/*h1,
h2,
h3,
h4
{
    font-family: 'Cormorant Garamond', serif;
    margin: 0;
}

h2 {
    font-size: 15vw;
    line-height: 1;
}*/



p {
    margin-top: 0;
    margin-bottom: 0.5em;
}

/* =========================================
//  STYLE GUIDE
// =========================================*/

.masthead {
    position: relative;
}

.masthead::after {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: inset 0 -10px 7px -10px rgba(0,0,0,0.4);
}

.masthead h1.site-title {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.6em;
    margin: 0 0 1em;
    letter-spacing: 0.44em;
}

.masthead h3.sub-title {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.6em;
    margin: 1em 0;
    font-weight: 200;
}

#content > section {
    margin: 7em 1em;
}

.alabaster-bg {
    background-color: var(--color-alabaster);
}

/* =========================================
//  COLOUR CARDS
// =========================================*/

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1em;
    margin-top: 2em;
    letter-spacing: 0.02em;
}

.colors .card {
    border: 1px solid var(--color-silver);
    box-shadow: 1px 2px 4px rgba(0,0,0,0.04);
}

.colors .panel {
    min-height: 12em;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    overflow: hidden;
    padding: 1.2em; 
}

.panel h6 {
    font-size: 0.8em;
    font-weight: 300 !important;
    color: var(--color-white);
    transform:translateY(10em);
    transition: all ease-in-out 10ms;
    text-align: right;
}

.panel:focus h6,
.panel:hover h6 {
    transform:translateY(0);
    transition: all cubic-bezier(0.19, 1, 0.22, 1) .4s;
}

.text-light {
    color: var(--color-white);
}

.text-dark {
    color: var(--color-woodsmoke) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0;
}

section > h1 {
    font-size: 2.5em;
    color: var(--color-woodsmoke);
    letter-spacing: .01em;
    line-height: 1;
}

section > h1 + h2 {
    margin-top: 0.6em;;
}

section > h2 {
    font-size: 1.5em;
    color: var(--color-silver-chalice);
    border-bottom: 1px solid var(--color-silver-chalice);
    text-transform: uppercase;
    letter-spacing: .03em;
}

h4 {
    font-size: 1.2em;
    text-transform: capitalize;
}

h4 + h5 {
    margin-top: 1.5em;
}

h5 {
    /*font-size: 0.85em;*/
    font-size: 17px;
    font-weight: 300;
}

h5[class^="color-code"]::before {
    display: inline-block;
    width: 2.9em; 
}

h5.color-code-hex::before {
    content: "HEX:";
}

h5.color-code-rgb::before {
    content: "RGB:";
}

.colors .description {
    padding: 1.2em;;
}

.description h5 {
    color: var(--color-shuttle-gray);
}

.border-bottom {
    border-bottom: 1px solid var(--color-silver);
}

/* =========================================
//  TYPE CARDS
// =========================================*/

.type .panel {
    height: 120px;
}

.type .panel h2 {
    margin: 0; 
}

.type .panel h2.cormorant {
    font-size: 6.1em;
    line-height: 1.1;
}

.type .panel h2.titillium {
    font-size: 6em;
    line-height: 1.05;
}

.type .panel h2.orbitron {
    font-size: 5.3em;
    line-height: 1.53;
}

#typefaces .description {
    padding-top: 1.2em;
    border-top: 1px solid var(--color-silver);
}

/* =========================================
//  TYPE WEIGHT/STYLE SAMPLES
// =========================================*/

.font-cards h5 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.font-cards [class$="-title"] {
    padding-top: 1.2em;
    padding-bottom: .4em;
    border-bottom: 1px solid var(--color-silver);
}

.font-cards div:not([class*="title"]) {
    margin-top: .5em;
    padding-top: .7em;
    
}

/*---CORMORANT---*/
[class^="type-1"] h5 {
    font-size: 2em;
    font-family: 'Cormorant Garamond', serif;
}

/*---TITILLIUM---*/
[class^="type-2"] h5 {
    font-size: 1.9em;
    font-family: 'Titillium Web', sans-serif;
}

/*---ORBITRON---*/
[class^="type-3"] h5 {
    font-size: 1.7em;
    font-family: 'Orbitron', sans-serif;
}

/*---WEIGHTS---*/
[class$="-200i"],
.font-cards [class$="-200i"] h5 {
    font-weight: 200 !important;
    font-style: italic;
}

[class$="-300"],
.font-cards [class$="-300"] h5 {
    font-weight: 300 !important;
}

[class$="-400"],
.font-cards [class$="-400"] h5 {
    font-weight: 400 !important;
}

[class$="-400i"],
.font-cards [class$="-400i"] h5 {
    font-weight: 400 !important;
    font-style: italic;
}

[class$="-700"],
.font-cards [class$="-700"] h5 {
    font-weight: 700 !important;
}

[class^="type-"] h5:first-child::before,
.type-2-200i h5:nth-child(2)::before,
.type-2-400i h5:nth-child(2)::before {
    content: "WEIGHT:";
    display: inline-block;
    font-size: 17px;
    font-family: 'Nunito Sans', sans-serif !important;
    font-style: normal;
    font-weight: 300;
    padding-right: .4em;
    color: var(--color-shuttle-gray);
}
.type-2-200i h5:nth-child(2)::before,
.type-2-400i h5:nth-child(2)::before {
    content: "STYLE:";
    color: var(--color-shuttle-gray);
}

.type-2-400i h5:nth-child(1),
.type-2-400i h5:nth-child(2),
.type-2-200i h5:nth-child(1),
.type-2-200i h5:nth-child(2) {
    display: inline-block;
    padding-right: .6em;
}

/* =========================================
//  TYPE SIZES AND USAGE SAMPLES
// =========================================*/

.font-size-item {
    padding-top: 2em;
    padding-bottom: 2em;
}

.font-item-data {
    padding-top: 1.5em;
}

.font-size-item:not(:first-of-type) {
    border-top: 1px solid var(--color-silver);
}

.font-item-data > div[class^="font-"] {
    padding-top: .4em;
    padding-bottom: .4em;
}

.font-markup {
    border-top: 1px solid var(--color-gallery);
}

.font-item-data .font-desc:not(:first-child) {
    border-top: 1px solid var(--color-gallery);
}

/*---HEADING SIZES---*/

h1.page-heading {
    font-size: 21vw;
    font-weight: 700;
    font-family: 'Cormorant Garamond', serif;
}

h2.section-heading {
    font-size: 16vw;
    font-weight: 700;
    font-family: 'Cormorant Garamond', serif;
}

h3.subheading {
    font-size: 6vw;
    font-weight: 200;
    font-style: italic;
    font-family: 'Titillium Web', sans-serif;
}

h3.heading-3 {
    font-size: 9vw;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
}

h4.heading-4 {
    font-size: 7vw;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
}

h5.heading-5 {
    font-size: 6.2vw;
    font-weight: 700;
    color: var(--color-woodsmoke);
    font-family: 'Titillium Web', sans-serif;
}

p.lead {
    font-size: 26px;
    font-family: 'Titillium Web', sans-serif;
}

p.body-copy {
    font-size: 20px;
    font-family: 'Titillium Web', sans-serif;
    max-width: 56ch;
}

.label {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    font-family: 'Nunito Sans', sans-serif !important;
    padding-right: .4em;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    color: var(--color-shuttle-gray);
}

.inline-block {
    display: inline-block;
    vertical-align: middle;
}

.label + .inline-block {
    color: var(--color-shuttle-gray);
}


.font-item-data .label {
    min-width: 125px;
}




/*---TABLE---*/
/*.table tr td {
    padding: .75rem;
    vertical-align: middle; 
}

.table tr:not(:first-child) td {
    border-top: 1px solid var(--color-gallery);
}

.font-usage-specs {
    min-width: 700px;
}

.font-usage-specs tr.text-center td:nth-child(-n+3) {
    border-right: 1px solid var(--color-gallery);
}


@media (max-width: 600px) {
    .font-item-data {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}*/



/*---CODE---*/

pre {
    margin: 0;
    padding: 0;
    overflow: auto;
    font-size: 18px;
    /*padding: .2em .4em;
    background-color: #eff0f1;*/
    word-wrap: normal;
}

pre code {
    white-space: inherit;
    margin: 0;
    padding: 0;
    font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif;
    /*background-color: #eff0f1;*/
}

.str, .lit, .tag {
    color: #7D2727;
}

.atn {
    color: #E64320;
}

.pun, .pln {
    color: #303336;
}

.atv {
    color: #0F74BD;
}

/* =========================================
//  CALL TO ACTION
// =========================================*/

.buttons .cards {
    text-align: center;
    justify-items: stretch;
}

.buttons .card div {
    padding-top: .8em;
}

.buttons .card div:first-of-type {
    padding-bottom: 2em;
}

.cta-name {
    padding-bottom: 1.2em;
}

#cta .cards .card:nth-child(2) {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid var(--color-silver);
}


.button {
    max-width: 350px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    background: none;
    font-size: 1em;
    font-weight: 600;
    padding: 0.5em 2em;
    transition: all 170ms cubic-bezier(0,0,0.2,1);;
    text-decoration: none;
    border: none;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: 0.03em;
}

.button.primary {
    color: #fff;
    background-color: var(--color-blue-ribbon);
    box-shadow: inset 0 0 0 0.07rem var(--color-blue-ribbon);
    text-shadow: .5px .5px .5px rgba(0,0,0,0.4);
}


.button.primary:hover, 
.button.primary:active, 
.button.primary:focus,
.button.primary.hover {
    background-color: var(--color-ultramarine);
    box-shadow: inset 0 0 0 0.07rem var(--color-ultramarine);
}


.button.primary:disabled {
    cursor: not-allowed;
    background-color:#a6c4ff;
    color:rgba(255,255,255,0.45);
    box-shadow: inset 0 0 0 0.07rem #a6c4ff;
    text-shadow: none; 
}

.button.secondary {
    color: var(--color-silver);
    box-shadow: inset 0 0 0 0.07rem var(--color-silver);
}

.button.secondary:hover, 
.button.secondary:active, 
.button.secondary:focus,
.button.secondary.hover {
    background-color: var(--color-silver);
    box-shadow: inset 0 0 0 0.07rem var(--color-silver);
    color: var(--color-white);
}

.button:hover, 
.button:active, 
.button:focus {
    text-decoration: none;
}



/* =========================================
//  IMAGERY
// =========================================*/



.image-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-auto-rows: 220px;
    grid-auto-flow: dense;
    gap: 1em;
    margin-top: 2em;
    letter-spacing: 0.02em;
}

.image-card {
    background: gray;
}

.image-card img {
    object-fit: cover;
}

.double-width {
    grid-column: span 2;
}

.triple-width {
    grid-column: span 3;
}

.double-height {
    grid-row: span 2;
}

.double-width {
    grid-column: span 2;
}


.triple-height {
    grid-row: span 3;    
}





/* =========================================
//  MEDIA QUERIES
// =========================================*/

/*@media only screen and (max-width: 619px) {
    #cta .cards .card:nth-child(2) {
        margin-top: 2em;
        padding-top: 2em;
        border-top: 1px solid var(--color-silver);
    }
}*/

/*--- > 600PX ---*/

@media only screen and (min-width: 620px) {

    /*#font-sizes * {
        color: orange !important;
    }*/

    h1.page-heading {
        /*font-size: 79px;*/
        font-size: 85px;
    }
    
    h2.section-heading {
        /*font-size: 60px;*/
        font-size: 67px;
    }

    h3.subheading {
        font-size: 23px;
    }

    h3.heading-3 {
        font-size: 36px;
    }

    h4.heading-4 {
        font-size: 28px;
    }

    h5.heading-5 {
        font-size: 25px;
    }

    .buttons .card div:not(:last-of-type) {
        padding-bottom: 5em;
    }

    #cta .cards .card:nth-child(2) {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }
}

/*--- > 850PX ---*/

@media only screen and (min-width: 850px) {

    /*#font-sizes * {
        color: blue !important;
    }*/

    h1.page-heading {
        font-size: 10vw;
    }
    
    h2.section-heading {
        font-size: 7.9vw;
    }

    h3.subheading {
        font-size: 2.7vw;
    }
    
    h3.heading-3 {
        font-size: 4.2vw;
    }

    h4.heading-4 {
        font-size: 3.2vw;
    }

    h5.heading-5 {
        font-size: 2.8vw;
    }
}






@media only screen and (min-width: 1200px) {

    /*---FONT CARDS GRID---*/
    .font-cards {
        display: grid;
        column-gap: 2em;
        letter-spacing: 0.02em;
        grid-template-columns: repeat(3, minmax(300px, 1fr));
        grid-template-rows: max-content repeat(8, minmax(auto, 1fr));
        /*grid-auto-rows: max-content 1fr;*/
        grid-template-areas: 
                    "type-1-title	    type-2-title     type-3-title"
                    ".		            type-2-200i      ."
                    "type-1-300		    type-2-200i		."
                    "type-1-300		    type-2-400	    ."
                    ".		            type-2-400		."
                    ".		            type-2-400i		."
                    ".		            type-2-400i		."
                    "type-1-700		    type-2-700		type-3-700"
                    "type-1-700		    type-2-700		type-3-700";
    }

    .type-1-title {
        grid-area: type-1-title;
    }

    .type-1-300 {
        grid-area: type-1-300;
    }

    .type-1-700 {
        grid-area: type-1-700;
    }

    .type-2-title {
        grid-area: type-2-title;
    }

    .type-2-200i {
        grid-area: type-2-200i;
    }

    h5.type-2-200i {
        border-top: none !important;
    }

    .type-2-400 {
        grid-area: type-2-400;
    }

    .type-2-400i {
        grid-area: type-2-400i;
    }

    .type-2-700 {
        grid-area: type-2-700;
        border-top: none;
    }

    .type-3-title {
        grid-area: type-3-title;
    }

    .type-3-700 {
        grid-area: type-3-700;
    }

    .type-3-700 h5 {
        line-height: 1.65;
    }
    
    .font-cards div:not([class*="title"]) {
        border-top: 1px solid var(--color-silver);
    }

    .type-2-200i {
        border-top: none !important;    
    }

    .font-cards [class$="-title"] {
        padding-top: 1.2em;
        padding-bottom: 0;
        border-bottom: none;
    }

    /*---MAX FONT SIZES---*/
    h1.page-heading {
        font-size: 120px;
    }
    
    h2.section-heading {
        font-size: 95px;
    }

    h3.subheading {
        font-size: 31px;
    }
    
    h3.heading-3 {
        font-size: 50px;
    }

    h4.heading-4 {
        font-size: 38px;
    }

    h5.heading-5 {
        font-size: 33px;
    }

    /*---FONT SIZE + USAGE FLEX---*/

    .font-size-item {
        display: flex;
        flex-flow: row wrap;
    }

    .font-size-item:not(:first-of-type) {
        border-color: var(--color-gallery);
    }
    
    .font-item-example {
        flex-grow: 1;
    }
    
    .font-item-data  {
        min-width: 580px;
        padding-top: 0;
    }






}


@media only screen and (min-width: 1600px) {


    .font-cards,
    .type .cards {
        column-gap: 4em;
    }

}

































/*background: linear-gradient(135deg, var(--color-tory-blue) 0%,var(--color-tory-blue) 85%,#001f60 85%,#001f60 100%);*/
/*background: linear-gradient(to right, var(--color-gallery) 0%,var(--color-gallery) 50%,var(--color-silver) 50%,var(--color-silver) 100%);*/


/* =========================================
//  WEB SITE STUFF
// =========================================*/

/*===GENERIC===*/

.text-center {
    text-align: center;
}

img {
    display: block;
    border: 0;
    width: 100%;
    height: auto;
}



/*===HEADER===*/

.logo {
    width: 320px;
    margin: 50px auto 0;
}

#svg-logo .st0 {
    fill: var(--color-woodsmoke);
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/*--------------------------------------------------------------
MAIN NAV
--------------------------------------------------------------*/

.main-nav {
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    line-height: 1.4;
    
    width: 12em;
    height: 100vh;
    position: fixed;
    top: 52px;
    right: -12em; 
    z-index: 10;
	font-size: 1.1em;
    color: var(--color-white);
    transition: right cubic-bezier(0.19, 1, 0.22, 1) 100ms;
}

.main-nav ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
    list-style-type: none;
    width: 100%;
    flex-direction: column;
}

.reveal .main-nav {
    right: 0;
}

.main-nav ul li {
    position: relative;
    right: -14em;
    margin-bottom: 2px;
    margin-left: 1.3em;
    opacity: 0;
    background-color: var(--color-apple);
    clip-path: polygon(.5em 0%, 100% 0, 100% 100%, .5em 100%);
}

.main-nav ul li.active-page {
    margin-left: 0;
    background-color: var(--color-apple);
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 20px 100%, 0 50%);
}

.main-nav ul li.active-page:hover {
    background-color: var(--color-monza);
}
.reveal .main-nav ul li {
    right: 2px;
    opacity: 1;
}

/*---SLIDE IN---*/

.main-nav ul li:nth-child(1) {
    transition: right 500ms cubic-bezier(0.19, 1, 0.22, 1) 200ms, opacity ease-in-out 150ms;
}

.main-nav ul li:nth-child(2) {
    transition: right 500ms cubic-bezier(0.19, 1, 0.22, 1) 230ms, opacity ease-in-out 150ms;
}

.main-nav ul li:nth-child(3) {
    transition: right 500ms cubic-bezier(0.19, 1, 0.22, 1) 260ms, opacity ease-in-out 150ms;
}

.main-nav ul li:nth-child(4) {
    transition: right 500ms cubic-bezier(0.19, 1, 0.22, 1) 290ms, opacity ease-in-out 150ms;
}

.main-nav ul li:nth-child(5) {
    transition: right 500ms cubic-bezier(0.19, 1, 0.22, 1) 320ms, opacity ease-in-out 150ms;
}

.main-nav ul li:nth-child(6) {
    transition: right 500ms cubic-bezier(0.19, 1, 0.22, 1) 350ms, opacity ease-in-out 150ms;
}

.main-nav ul li:nth-child(7) {
    transition: right 500ms cubic-bezier(0.19, 1, 0.22, 1) 380ms, opacity ease-in-out 150ms;
}

/*---LINKS---*/

.main-nav a {
    display: block;
    position: relative;
    padding: .3em 0 .4em 1em;
	color: #fff;
    text-decoration: none;
    transition: all ease-in-out 300ms;
    background: hsl(0, 0%, 10%);
    clip-path: polygon(.5em 0%, 100% 0, 100% 100%, .5em 100%);
}

.main-nav ul li.active-page a {
    padding-left: 1.8em;
    color: var(--color-apple);
    background: hsl(0, 0%, 10%);
    clip-path: polygon(20px 0, 100% 0, calc(100% - 25px) 50%, 100% 100%, 20px 100%, 0 50%);
}

.main-nav a:focus,
.main-nav a:hover,
.main-nav a:active {
    color: var(--color-apple);
    margin-left: .5em; 
}

.main-nav .active-page a:focus,
.main-nav .active-page a:hover,
.main-nav .active-page a:active {
    color: var(--color-white);
    text-decoration: none;
    clip-path: polygon(20px 0, 100% 0, 100% 50%, 100% 100%, 20px 100%, 0 50%);
}

/*---TRIGGER---*/
/*---TRIGGER---*/

.trigger {
    width: 48px;
    height: 48px;
    position: fixed;
    top: 2px;
    right: 2px;
    background-color: hsl(0, 0%, 10%);
    border: none;
    padding: 10px 6px;
}

/*---BURGER TIME---*/
/*---BURGER TIME---*/

#burber-meatballs-cheese {
    width: 35px;
    height: 28px;  
}

#burber-meatballs-cheese * {
    fill: var(--color-white);
    transition: all 300ms ease-in;
}

#bottom-bun {
    transform: translateY(-8px);
}

#meat-balls [class*="ball"] {
    opacity: 0;
}

.reveal #top-bun {
    fill:#e26525;
    transition-delay: 100ms;
}

.reveal #cheese {
    fill:#ffd703;
    transition-delay: 200ms;
}

.reveal #meat-balls .ball-1 {
    fill:#9f1610;
    transition-delay: 400ms;
    opacity: 1;
}

.reveal #meat-balls .ball-2 {
    fill:#932005;
    transition-delay: 500ms;
    opacity: 1;
}

.reveal #meat-balls .ball-3 {
    fill:#992204;
    transition-delay: 600ms;
    opacity: 1;
}

.reveal #bottom-bun {
    fill:#e26525;
    transition-delay: 300ms;
    transform: translateY(0) !important;
}

/*---FOOTER---*/

.colophon {
    background: url(../images/texture-bg.png) repeat fixed #474747;
    padding: 0.7em;
    font-size: 0.8em;
    clip-path: polygon(calc(50% - 123px) 0%, calc(50% + 123px) 0%, calc(50% + 167px) 100%, calc(50% - 167px) 100%);
}

.colophon a {
    color: #aaa;
    text-shadow: 0.5px -1px 1px rgba(0,0,0,0.8), 0 1px 1px #555;
    text-decoration: none;
}

.colophon a:hover {
    color: #fff;
}

@media (min-width: 850px) {
    .trigger {
        width: 58px;
        height: 58px;
        padding: 13px 9px;
    }
    
    #burber-meatballs-cheese {
        width: 40px;
        height: 32px;  
    }
    
    .main-nav {
        top: 62px;
    }
}