/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   CSS Reset
*/

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;
}

/*
custom fonts
*/
@font-face {
    font-family: lexend;
    src: url(../fonts/Lexend-Bold.ttf);
}

/*desktop media */

/* style sheet start 
     NAVBAR */
:root {
    --nav-list-padding: 14px 16px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 50px;
    background-color: #4b3200;
    display: flex;
    justify-content: center;
}

ul li a {
    display: block;
    color: white;
    padding: var(--nav-list-padding);
    text-decoration: none;
    font-size: 40px;
}

ul li a:hover {
    background-color: #d4a671;
    border-radius: 30px;
    padding: 20;
    transition-delay: 0.2;
    color: #3d2800;
}

.navbar {
    position: relative;
}

.navbar-brand {
    display: flex;
    position: absolute;
    padding: 50px;
    padding-left: 50px;
    color: #e9e9e9;
    font-size: 40px;
    justify-content: center;
}

.brand-txt {
    text-align: center;
    align-self: center;
    padding-left: 30px;
    text-decoration: underline;
}

/* Drop Down */

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    /* Important for vertical align on mobile phones */
    margin: 0;
}

/* Add a red background color to navbar links on hover */
.navbar a:hover,
.dropdown:hover .dropbtn {
    background-color: #d4a671;
    border-radius: 10px 10px 0px 0px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #d4a671;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
    border-radius: 0px 10px 10px 10px;
}

/*  Index style sheet 1*/

.name-jess {
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    color: #FF5A17 !important;
    letter-spacing: 1px;
    line-height: 16px;
    padding-top: 30%;
    padding-left: 5%;
}

.relative-img {
    position: relative;
    margin-left: 20px;
}

.jess-photo1 {
    position: absolute;
    width: 80%;
    margin-top: 100px;
    border-radius: 10%;
    box-shadow: 10px -10px #FF5A17;
}

.jess-photo2 {
    position: absolute;
    width: 100%;
    margin-top: 500px;
    margin-left: 60px;
    border-radius: 10%;
    box-shadow: -10px -10px #FF5A17;
}



.flex-cont-row {
    content: "";
    display: flex;
    clear: both;
    margin: auto;
    width: 80%;
    border: #000000;
    justify-content: space-evenly;
    padding-top: 0%;
    padding-bottom: 5%;
    min-width: 1060px;
}

.flex-cont-column {
    float: left;
    width: 60%;
}

.jaxfur-title {
    font-family: Lexend;
    font-size: 100px;
    font-weight: bold;
    color: #000000 !important;
    letter-spacing: 1px;
    line-height: 130px;
    padding-top: 100px;
    padding-left: 16px;
    margin-right: 10rem;
}

.summary1 {
    font-family: Lexend;
    font-size: 30px;
    font-weight: bold;
    color: #000000 !important;
    letter-spacing: 1px;
    line-height: 1em;
    padding-top: 150px;
    padding-bottom: 100px;
    margin-left: 200px;
    margin-right: 70px;
}

.view-work {
    font-family: Lexend;
    font-size: 30px;
    font-weight: bold;
    color: #000000 !important;
    letter-spacing: 1px;
    line-height: 1em;
    border: #000000;
    border-left-style: solid;
    margin-left: 60%;
    margin-bottom: 20%;
}

.empty {
    padding-bottom: 20%;
}

/* index-events */
.event-cont {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-evenly;
    width: 60vw;
    padding-bottom: 200px;
}

.event-img-2 {
    position: absolute;
    width: 30%;
    margin-right: 60%;
    margin-top: 15%;
}

.event-row {
    width: 100%;
}

.event-row>img {
    position: relative;
    width: 80%;
    font-size: 25px;
    border-top: 5px #000000;

}

.event-row>p {
    width: 80%;
    font-size: 16px;
    line-height: 1.7rem;
}

.event-row>h6 {
    width: 100%;
    font-size: 48px;
    border-top: 5px #000000;
    padding-right: 10px;
    padding-top: 30px;
    line-height: 1.7rem;
    padding-left: 10px;
}


.event-row-block {
    width: 50%;
    font-size: 25px;
    color: #e9e9e9;
    border-top: 5px #000000;
    background-color: rgb(0, 0, 0);
    padding-left: 20px;
    padding-bottom: 40px;
}
.event-row-block > p {
    width: 60%;
    font-size: 14px;
    color: #e9e9e9;
    border-top: 5px #000000;
    background-color: rgb(0, 0, 0);
}

.event-row-block > h6 {
    width: 100%;
    font-size: 25px;
    color: #e9e9e9;
    border-top: 5px #000000;
    background-color: rgb(0, 0, 0);

}


/*gallery styles

                         new flex box image gallery*/

.flex-gallery-cont {
    display: flex;
    flex-direction: row;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    padding-bottom: 100px;
}

.flex-gallery-cont>img {
    box-shadow: -10px 10px;
    width: 30%;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}


.gallery-summary-cont {
    display: flex;
    background-color: rgb(34, 27, 6);
    font-family: lexend;
    margin-left: auto;
    margin-right: auto;
    font-size: 50px;
    justify-content: center;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    min-width: 1064px;
}

.gallery-summary {
    max-width: 50vw;
    color: #ededed;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    padding: 40px;
    box-shadow: #4b3200;
    background-color: #4e4837;
}



.center-img-text {
    justify-self: center;
    font-size: 10vw;
    font-family: lexend;
    color: #ededed;
    text-shadow: 2px 2px #3d2800;
    text-decoration-line: underline;
}

.booklet-container {
    display: flex;
    flex-direction: row;
    padding-top: 150px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 250px;
    width: 70%;
    align-items: center;
    justify-content: space-between;
}

.booklet-container>img {
    width: 30%;
    background-color: #ff591700;
}

.booklet-names-container {
    display: flex;
    position: relative;
    padding-bottom: 100px;
    justify-content: center;
}

.booklet-name {
    position: absolute;
    font-size: 80px;
    font-weight: bold;
    color: #e9e9e9;
    padding: 40px;
    margin-top: 80%;
    text-shadow: 4px 4px #9c7b0d;
}

                    /* contact page */

.contact-cont-1 {
    display: flex;
    flex-direction: row;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 200px;
    justify-content: space-evenly;
}

.contact-cont-2 {
    display: flex;
    flex-direction: row;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    justify-content: space-evenly;
}
.contact-row {
    text-align: center;
    width: 40%;
    font-size: 48px;
    color: #e9e9e9;
    text-decoration: underline;
}

.contact-row > a > img{
    width: 40%;
    background-color: #FF5A17;

}

.socials-cont {
    display: flex;
    width: 40vw;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-evenly;
}

.socials-cont > a > img {
    width: 80px;
}




/* old row and columns
.row {
    content: "";
    display: table;
    clear: both;
    margin: auto;
    width: 75%;
    border: #000000;
    padding-top: 0;
    min-width: 1060px;
}

.column {
    float: left;
    width: 30%;
    padding: 14px;
    padding-top: 14px;
    gap: 20px;
}

.column img {
    margin-top: 12px;
    box-shadow: -10px 10px;
    padding-top: 7px;
}
*/



/*test lightbox  */

/* TEST LIGHTBOX END */




/* 400px and up */



/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width:767px) {

    .socials-cont > a > img {
        width: 20px;
    }

    .socials-cont {
        width: 40vw;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .contact-cont-1 {
        padding-top: 100px;
    }
    .contact-row {
        font-size: 20px;
        width: 50%;
    }

    .event-row-block > p {
        font-size: 10px;
    }

        .event-img-2 {
    position: absolute;
    width: 30%;
    margin-right: 70%;
    margin-top: 200px;
}

    .event-row>img {
    position: relative;
    width: 90%;
    font-size: 25px;
    margin-top: 50px;
    border-top: 5px #000000;

}
.event-row>p {
    width: 80%;
    font-size: 14px;
    line-height: 1.0rem;
}

        .event-cont {
        margin-top: 400px;
        min-width: 350px;
}

    .brand-txt {
        font-size: 25px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .dropdown:hover .dropdown-content {
        border-radius: 10px 0px 10px 10px;
    }

    .dropdown-content {
        transform: translateX(-68px);
    }

    .empty {
        padding: 0%;
    }

    .view-work {
        font-size: 20px;
        margin-left: 20%;
    }

    .summary1 {
        font-size: 20px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .empty1 {
        padding-bottom: 800px;
    }

    .jess-photo2 {
        width: 80%;
        margin-top: 200px;
        margin-left: 100px;
    }

    .jess-photo1 {
        width: 50%;
    }

    .jaxfur-title {
        padding-bottom: 100px;
        font-size: 30px;
        justify-self: center;
        margin-left: auto;
        margin-right: auto;
        width: 80vw;
        border-bottom: 10px solid rgb(29, 210, 255);
        line-height: 60px;
    }

    .name-jess {
        padding-top: 10%;
        font-size: 16px;
        text-decoration: underline;
    }

    .flex-cont-column {
        width: 90%;
    }

    .flex-cont-row {
        flex-direction: column;
        min-width: 80vw;

    }

    .dropdown .dropbtn {
        display: block;
    }

    ul li {
        display: none;
    }

    .navbar-brand {
        padding: 0px;
        font-size: 40px;
        justify-self: anchor-center;
    }

    .booklet-names-container {
        font-size: 20px;
        padding-bottom: 300px;
    }

    .booklet-container {
        flex-direction: column;
        max-width: 100vw;
    }

    .booklet-container>img {
        padding: 80px;
        background: none;
        width: 60%;
    }

    .gallery-summary-cont {
        min-width: 80vw;
        font-size: 30px;
    }

    .gallery-summary {
        max-width: 70vw;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) and (min-width: 601px) {

    .socials-cont > a > img {
        width: 20px;
    }

    .socials-cont {
        width: 40vw;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .contact-cont-1 {
        padding-top: 100px;
    }
    .contact-row {
        font-size: 20px;
        width: 50%;
    }

    .event-img-2 {
    position: absolute;
    width: 35%;
    margin-right: 80%;
    margin-top: 15%;
}

    .event-row>img {
    position: relative;
    width: 90%;
    font-size: 25px;
    margin-top: 150px;
    border-top: 5px #000000;

}
.event-row>p {
    width: 80%;
    font-size: 16px;
    line-height: 1.0rem;
}

        .event-cont {
        margin-top: 800px;
}
    .empty {
        padding: 0%;
    }

    .view-work {
        font-size: 25px;
        margin-left: 40%;
    }

    .summary1 {
        font-size: 25px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .empty1 {
        padding-bottom: 800px;
    }

    .jess-photo2 {
        width: 80%;
        margin-top: 300px;
        margin-left: 100px;
    }

    .jess-photo1 {
        width: 50%;
    }

    .jaxfur-title {
        padding-bottom: 200px;
        font-size: 80px;
        justify-self: center;
        margin-left: auto;
        margin-right: auto;
        width: 80vw;
        border-bottom: 10px solid rgb(29, 210, 255);
    }

    .name-jess {
        padding-top: 10%;
    }

    .flex-cont-column {
        width: 90%;
    }

    .flex-cont-row {
        flex-direction: column;
        min-width: 550px;
        ;
    }

    .navbar {
        padding-bottom: 50px;
        background-color: #4b3200;
    }


    ul li {
        display: none;
    }

    .navbar-brand {
        padding: 20px;
        font-size: 40px;
        justify-self: anchor-center;
    }

    .booklet-names-container {
        font-size: 20px;
        padding-bottom: 300px;
    }

    .booklet-container {
        flex-direction: column;
        max-width: 100vw;
    }

    .booklet-container>img {
        padding: 80px;
        background: none;
        width: 60%;
    }

    .gallery-summary-cont {
        min-width: 80vw;
        font-size: 30px;
    }

    .gallery-summary {
        max-width: 70vw;
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) and (min-width: 769px) {


        .event-cont {
        margin-top: 800px;
}
    .empty {
        padding: 0%;
    }

    .view-work {
        font-size: 25px;
    }

    .summary1 {
        font-size: 25px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .empty1 {
        padding-bottom: 800px;
    }

    .jess-photo2 {
        width: 80%;
        margin-top: 300px;
        margin-left: 200px;
    }

    .jess-photo1 {
        width: 50%;
    }

    .jaxfur-title {
        padding-bottom: 200px;
        justify-self: center;
        margin-left: auto;
        margin-right: auto;
        width: 80vw;
        border-bottom: 10px solid rgb(29, 210, 255);
    }

    .name-jess {
        padding-top: 10%;
    }

    .flex-cont-column {
        width: 90%;
    }

    .flex-cont-row {
        flex-direction: column;
        min-width: 750px;
        ;
    }

    .navbar {
        padding-bottom: 50px;
        background-color: #4b3200;
    }

    ul li a {
        display: none;
        font-size: 30px;
    }

    .navbar-brand {
        font-size: 50px;
        padding-top: 30px;
        width: 80vw;
        place-self: anchor-center;
    }

    .booklet-names-container {
        font-size: 20px;
        padding-bottom: 300px;
    }

    .booklet-container {
        flex-direction: column;
        max-width: 100vw;
    }

    .booklet-container>img {
        padding: 80px;
        background: none;
        width: 60%;
    }

    .gallery-summary-cont {
        min-width: 80vw;
        font-size: 30px;
    }

    .gallery-summary {
        max-width: 70vw;
    }
}

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

    .event-cont {
        margin-top: 800px;
}
    .empty1 {
        padding-bottom: 800px;
    }

    .jess-photo2 {
        width: 80%;
        margin-top: 300px;
        margin-left: 200px;
    }

    .jess-photo1 {
        width: 50%;
    }

    .jaxfur-title {
        padding-bottom: 200px;
        justify-self: center;
        margin-left: auto;
        margin-right: auto;
        width: 80vw;
        border-bottom: 10px solid rgb(29, 210, 255);
    }

    .name-jess {
        padding-top: 10%;
    }

    .flex-cont-column {
        width: 80%;
    }


    .flex-cont-row {
        flex-direction: column;
        min-width: 960px;
        ;
    }

    ul {
        justify-content: right;
    }

    ul li a {
        display: block;
        font-size: 30px;
    }

    .navbar-brand {
        font-size: 40px;
    }

    .booklet-names-container {
        font-size: 30px;
        padding-bottom: 300px;
    }

    .booklet-container {
        flex-direction: column;
        max-width: 100vw;
    }

    .booklet-container>img {
        padding: 80px;
        background: none;
        width: 60%;
    }

    .gallery-summary-cont {
        min-width: 80vw;
        font-size: 30px;
    }

    .gallery-summary {
        max-width: 70vw;
    }

    .dropdown {
        display: none;
    }

}

@media only screen and (max-width: 2560px) and (min-width: 1202px) {
    .gallery-summary-cont {
        font-size: 40px;
    }

    ul li a {
        display: block;
    }

    ul {
        justify-content: right;
    }

    .dropdown {
        display: none;
    }
}