/* Font Declarations */


@font-face{
    font-family: 'bentonCondBold';
    src: url(../links/BentonSansCond-Bold.otf);
}

@font-face{
    font-family: 'chronicleRoman';
    src:url("../links/ChronicleTextG1-Roman-Pro.otf")
}

@font-face{
    font-family: 'chronicleRoman';
    src: url("../links/ChronicleTextG1-Roman-Pro.otf");
}

@font-face{
    font-family: 'bentonextraBold';
    src: url("../links/BentonSansCond-Bold.otf");
}

@font-face{
    font-family: 'chronicleSemiboldItalic';
    src: url("../links/chronicledisplaysemiital.ttf")
}

@font-face{
    font-family: 'bentonCond';
    src: url("../links/BentonSansCond-Light.otf");
}

p {
    margin-bottom: 20px;
}

header, .main-nav-mod {
    display: none !important; }
  
@media (min-width: 1260px) {
    #content {
        margin: 0px !important;
        max-width: none !important;
    }
}

#content {
    margin: 0px !important;
}

/* Universal Declarations */

body{
    font-family: 'chronicleRoman';
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 auto;
    color: white;
    overflow-x: hidden;
    background-color: black;
}
h1{
    margin: 0px;
    padding: 0px;
}
h3{
    margin: 0px;
    padding: 0px;
}
p{
    font-size: 1.3rem;
}

.heroContent{
    text-align: center;
    font-size: 70px;   
    font-family: 'chronicleSemiboldItalic';
}

.header{
    margin: 0px;
    margin-top: -20px;
    font-size: 1.4em;
}

.headerdrop{
    margin: 0px;
    font-size: 24px;
    font-family: 'bentonCond';
    margin-bottom: 10px;

}

h5{
    font-family: 'bentonCond';
}
.paragraph{
    width: 950px;
}
.introparagraph{
    color: white;
    font-size: 1.6em;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: -4px;

}

p a{
    color: white;
}

p a:hover{
    color: #888888;
}

h4 .addCaption{
    font-family: 'chronicleSemiboldItalic';
}

/*
.introparagraph:first-of-type:first-letter {
    float: left;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    margin-right: 9px;
    font-family: bentonBold;
    background-color: #d71b1a;
    padding: 10px;
    color: white;
}
*/
/* Hero */
.dologo{
    margin-bottom: 0px;
    margin-top: -25px;
}

.dologo img{
    width: 50px;
    margin: 0px;
    padding: 0px;
}
.dologobottom img{
    width: 50px;
}
.hero{
    /* Dimensions */
    height: 100vh;
    width: 100vw;

    /* Flex */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: left;

    /* Background Styles */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; 
    background-image: url(..//images/TT_websplash_001.jpg);
}
/* Branded Elements */
.branding{
    font-family: bentonextraBold;
    background-color: #d71b1a;
    color: white;
    text-align: center;
    padding: 20px 20px 15px 20px;
    text-transform: uppercase;
    line-height: 35px;
    margin: 0px;
}
.topBrand{
    font-size: 35px;
    letter-spacing: 1px;
}

.heroContent{
    padding: 20px 50px;
    background-color: rgba(255, 255, 255, 0.9);
    color: black;
}

.bottomBrand{
    font-size: 53px;
    letter-spacing: 1px;
}
.title{
    margin-top: 40px;
    font-size: 90px;
    color: white;
    font-family: bentonBook; 
}
.emphasis{
    font-family: bentonBold;
    color: #d71b1a;
}
.credit{
    color: white;
    font-weight: 900;
    text-align: center;
    font-family: "bentonBook";
}
.photoCredit{
    font-weight: 100;
    font-style: italic;
}
.introCredit{
    color: black;
}


/* Horizontal Gallery */

.container{
    width: 950px;
    margin: 0 auto;
}

#galleryHorizontal{
    margin: 50px 0px;
}

#galleryHorizontal img{
    max-width: 100%;
}

/* Vertical Gallery */
#galleryVertical{
    margin: 50px 0px;
}
#galleryVertical img{
    max-width: 100%;
}

/* Content Break */

h5{
    color: white;
    padding: 30px 0px 0px 0px;
    margin: 0px;
    font-size: 1.4em;
    font-style: italic;
    text-align: center;
}

/* Interactive Horizontal Images */
#interactiveHorizontal{
    display: flex;
}
#interactiveHorizontal img{
    padding-right: 20px;
    display: block;
}

#rightGallery{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#rightGallery img{
    padding-right:0px;
    filter: grayscale(50%);
    transition: .5s;
}

#rightGallery img:hover{
    filter: grayscale(0%);
}
.galleryparagraph{
    margin-bottom: 50px;
}

/* Photographers */

.photographers{
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 50px;
}

.photographers img{
width: 4%;
}
.caption2{
    text-transform: uppercase;
    font-family: 'bentonCond';
}

/* Image Metadata */

.imageMetadata{
    display: flex;
    color: white;
    justify-content: space-between;
    font-size: .9em;
}

h4{
    margin: 5px 0px 0px 0px;
    font-family: "bentonCondBold";
}
.addCaption{
    width: 600px;
    font-size: 1.6em;
    font-family: 'chronicleSemiboldItalic';
    margin-bottom: 20px;
    
}

h4{
    font-family: "bentonCondBold";
}
.addCredit{
    font-family: "bentonBook";
    margin-bottom: 20px;
}

/* Photographer Credits */
.photographers{
    background-color: black;
    font-family: "bentonBook";
}
.credit{
    font-family: "bentonBook";
    color: white;
}

/* Flex Gallery */

#twofoldGallery{
    margin: 50px 0px 0px 0px;
}
.galleryFlex{
    display: flex;
    justify-content: space-between;
}
.flexboxtext{
    padding-right: 20px;
}

.addCaptionflex{
    font-size: 1.3em;
    font-family: "bentonBold";
}
.addCreditflex{
    font-size: .9em;
    font-family: "bentonBook";
}
.flexMetadatasmall{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.name{
    font-family: "bentonCondBold";
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.smallcredit{
    font-family: "bentonCondBold";
    font-size: 15px;
}

/* Responsive Declarations */

@media all and (max-width: 950px){
    /* Branding */
    .paragraph{
        width: 100%;   
    }
    p{
        padding: 10px 20px;
    }
    .title{
        font-size: 70px;
        justify-content: center;
        text-align: center;
        margin-top: 20px;
    }
    .credit{
        font-family: "bentonCondBold";
        font-size: 15px;
    }
    p{
    margin-top:.3em;
        margin-bottom: .3em;
    }
    
    #galleryHorizontal img{
        max-width: 100%;
    }
    h5{
        margin-bottom: 50px;
    }

    /* Horizontal Gallery */
    .container{
        width: 100%;
    }
    
    .imageMetadata{
        padding: 0px 20px;
    }
    /*InteractiveGallery*/
    #interactiveHorizontal{
    display: flex;
    flex-wrap: wrap;
    }
    .container img{
        width: 100%;
    }
    #interactiveHorizontal img{
        max-width: 100%;
        height: auto;
        padding-right: 0px;
        width: 100vw;
        object-fit: cover;
    }
    .flexMetadatasmall{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #rightGallery{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    #rightGallery{
        width: 100%;
        height: 100%;
    }
    /* Flex Gallery */
    .galleryFlex{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .addCaptionflex{
        width: 100%;
        padding: 0px 20px;
        font-size: 1.3em;
    }
    .addCreditflex{
        width: 100%;
        padding: 0px 20px;
        text-align: left;
        font-size: .9em;
    }
    .flexboxtext{
        padding: 10px 20px;
    }

    .leftHorizontal img{
        margin-top: 50px;
    }
    .rightHorizontal img{
        margin-top: 50px;
    }
    #twofoldGallery{
        margin: 0px;
    }
    #twofoldGallery{
        margin: -50px 0px 0px 0px;
    }
    .name{
        padding-left: 20px;
    }
    .photographers img{
        width: 10%;
        }
        

}
@media all and (max-width: 600px){
    .title{
        font-size: 50px;
        justify-content: center;
        text-align: center;
        margin-top: 15px;
    }
    .flexMetadatasmall{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    #vimeo{
      height:250px;  
    }
.headerdrop{
    margin: 0px;
    font-size: 19px;
    margin-bottom: 10px;

    font-family: 'bentonCond';

}
    .imageMetadata{
        display: flex;
        color: white;
        justify-content: center;
        flex-direction: column;
        font-size: .9em;
        padding: 0px 20px;
        text-align: left;
    }
    .heroContent{
        font-size: 30px;
    }
    h4{
        margin: 5px 0px 0px 0px;
    }
    h5{
        padding: 20px;
    }
    .addCaption{
        width: 100%;
        margin-left: 20px;

    }
    .addCredit{
        font-style: normal;
    }
    .addCreditflex{
        width: 100%;

        text-align: left;
        font-size: .9em;
    }
    .
    .dologo{
        margin-bottom: 20px;
    }
    .dologo img{
        padding: 15px;
    }
    
}
@media all and (max-width: 340px){

.topBrand{
    font-size: 35px;
    letter-spacing: 1px;
}
.bottomBrand{
    font-size: 53px;
    letter-spacing: 1px;
}
.title{
    margin-top: 40px;
    font-size: 35px;
    color: white;
    font-family: bentonBook; 
}
.emphasis{
    font-family: bentonBold;
    color: white;
}
.credit{
    font-family: "bentonBook";

    color: white;
    font-weight: 900;
    text-align: center;
}
.photoCredit{
    font-weight: 100;
    font-style: italic;
}
.introCredit{
    color: black;
    font-weight: 100;
}
.introparagraph{
    font-size: .9em;
}
.paragraph{
    font-size: .9em;
}

}