* {
    font-family: Myriad-pro, sans-serif
}



body {
    margin: 0;
    --brand-gum: #c7860d;
    background-color: rgb(249,247,236);
}

/* Header styles */

header {
    z-index: 1;
    padding-left: 30px;
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    transition: height 500ms, background 500ms
}

header nav {
    padding-right: 60px;
    padding-top: 5px
}

header nav li {
    background-color: rgba(0,0,0,0.8)
}

header img {
    padding-top: 10px;
    height: 50px;
}

header.tiny {
    height: 50px
}

header.tiny img {
    padding-top: 5px
}

a {
    color: white;
    text-decoration: none
}

/* more work section */
#work h1 {
    text-align: center;
    padding-bottom: 30px;
    color: var(--brand-gum);
    font-size: 48px;
    width: 100%;
    margin: auto

}

#work .galleryholder .item {
    position: relative;
    display: flex;
    overflow: hidden;
    min-height:200px;
}

#work .galleryholder .item.selected img {
    opacity: .6;
}

#work .galleryholder.content-grid {
    margin-inline:80px;
    gap:80px;
}

#work .galleryholder .item img {
    position:absolute;
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit:cover;
}

#work .galleryholder .item a:hover {
    text-decoration: none;
}

#work .galleryholder .item h2 {
    position: relative;
    text-align: center;
    width: 100%;
    margin: auto;
    z-index: 1;
    font-size: 40px;
    color: #fff;
}

#work .galleryholder .item:hover img {
    opacity: .8;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in
}

/* homepage styles */
.indexWork h1 {
    color: white;
    margin: auto;
    font-size: 90px;
    max-width: 80%;
    text-align: center
}

#header {
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.rw-bg {
    width: 100%;
    height: 100%;
    background-image: url("../assets/image/desk.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1
}

#holder {
    background-color: rgba(0,0,255,0);
    z-index: 0;
    width: 100%;
    height: 100%;
    display: flex
}

.project {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.project h2 {
    color: #fff;
    font-size: 70px;
    max-width: 300px
}

.project .focal {
    background-color: rgba(0,0,255,0.7);
    width: 330px;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: width .5s, height .5s;
    padding: 10px
}

.project .focal a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project .focal a:hover,.project .focal a:focus {
    color: #fff;
    text-decoration: none
}

.project .focal p {
    opacity: 0;
    width: 0
}

.project .focal:hover {
    width: 70%;
    height: 70%;
    transition: width .8s, height .8s
}

@media screen and (min-width: 768px) {
    .project .focal:hover p {
        padding-left:35px;
        color: white;
        font-size: 20px;
        width: 55%;
        opacity: 1;
        transition: opacity 0.5s;
        transition-delay: 0.6s
    }
}

.project .focal:focus {
    width: 100%;
    height: 100%;
    transition: width 1s, height 1s
}

#transroc .focal {
    background-color: rgba(50,0,75,0.9)
}

#encore .focal {
    background-color: rgba(8,187,72,0.9)
}

#snowday .focal {
    background-color: rgba(20,40,160,0.9)
}

#introBox .focal {
    background-color: rgba(0,147,210,0.9)
}

.outward {
    background-color: #e6e6e6;
    width: 100%;
    padding: 0
}

.headermedia {
    margin: auto;
    max-height: 50%
}

.outward .inner {
    margin: 20 auto;
    height: auto;
    text-align: center;
    overflow: hidden;
}

.outward .inner div {
    padding: 30px
}

.outward .inner div img {
    width: 60%;
    margin: auto;
    padding: 10px
}

.innerLink {
    color: #2C2D2C
}

.innerLink:hover,.innerLink:focus {
    text-decoration: none;
    color: var(--brand-gum)
}

.visual {
    margin-top: 0px;
    margin: 0;
    padding: 0 !important
}

.visual img {
    width: 100%
}

.projectImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.visual {
    position: relative
}

.visual:hover .viewLink {
    display: flex
}

.viewLink {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.4)
}

.viewLink a button {
    text-align: center;
    color: #e6e6e6;
    font-weight: bold;
    background-color: rgba(0,0,0,0.4);
    border: 3px solid #e6e6e6;
    width: 200px
}

.viewLink a button:hover {
    background-color: #e6e6e6;
    color: dark;
    transition: all .5s
}

.about {
    padding-top: 10%;
    min-height: 80%;
    min-width: 300px
}

#profile {
    width: 100%;
    border-radius: 1%;
    margin-bottom: 10px
}

.event.content-grid {
   margin:0 auto;
   margin-top:40px;
   max-width:900px;
   gap:20px;
}


.center {
    margin:auto;
}
.event-btn button{
    text-transform: uppercase;
    background-color: transparent;
    border: 4px solid var(--brand-gum);
    color:  var(--brand-gum);
    padding:10px

}

.event-btn button:hover{
    text-transform: uppercase;
    background-color: var(--brand-gum);
    color:  white;
    transform:1s;
    padding:10px;

}

.social div {
    display: flex;
    justify-content: center;
}
.social img {
    width: 40px;
}

* {
    font-family: 'Lato', sans-serif, serif;
    color: #333
}

h1,h2,h3 {
    font-family: 'Dosis', sans-serif;
    margin-top:0;
}

h1 {
    font-size: 80px;
}

h2 {
    font-size: 40px;
}

p {
    font-size: 1.25em;
    color: #1E1E1E;
}

a {
    text-decoration: none
}

header {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0
}

header .navigation {
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,0.6);
    margin-top: 0;
    padding-inline-start:20px;

}

header li {
    display: inline-block;
    float: left;
    padding: 10px;
}

header li a {
    color: #ffffff;
    font-family: 'Lato', sans-serif, serif;
    font-size: 14pt
}

header li a:hover {
    color: var(--brand-gum);
    text-decoration: none
}

/* layout styles */
.content-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap:40px;
    margin-inline: 40px;
}

.col-1, .col-2, .col-3 {
    grid-column: span 1;
}

@media screen and (min-width: 768px) {
    .content-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 80px;
        margin-inline: 80px;
    }

.col-3 {
    grid-column: span 2;
}
.col-2 {
    grid-column: span 1;
}
.col-1 {
    grid-column: span 1;
}
}

@media screen and (min-width: 1000px) {
    .content-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 80px;
        margin: 80px;
    }

.col-3 {
    grid-column: span 3;
}
.col-2 {
    grid-column: span 2;
}
.col-1 {
    grid-column: span 1;
}
}

.description {
    max-width:1000px;
    margin: auto;
}
.contentCol{
    padding-inline: 0px;
}

@media screen and (min-width: 768px) {
    .mediaCol{
        min-height:300px;
    }
}

.pull-quote {
    max-width:900px;
    margin:auto;
    text-align:center;
}