/*#CCCC33*/
* {
    margin: 0;
    padding: 0;
    
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    color: #38393C;
}

.top, .responsiveTop {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 50px auto 0 auto;
    width: 100vw;
    justify-content: center;
}

.responsiveTop {
    display: none;
}

.pair {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: auto;
}

.top h1, .pair a, .responsiveTop h1, .responsiveTop a {
    margin: 10px auto;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    transition: .4s;
}

.divider {
    width: 1px;
    height: 12px;
    background-color: #38393C;
    margin: 10px 25px;
}

a:hover {
    color: #CCCC33;
}

.bottom .pair a, .bottom .pair h1, .bottom .responsiveTop h1, .bottom .responsiveTop a {
    color: white;
    font-size: 14px;
}

.bottom .pair a:hover, .bottom .responsiveTop a:hover {
    color: #CCCC33;
}

.bottom {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #38393C;
    margin-top: 100px;
    padding-bottom: 100px;
    width: 100vw;
}

.bottom img {
    height: 200px;
    width: 200px;
}

.ending .divider {
    background-color: white;
}

.responsiveTop h1, .responsiveTop a {
    margin: 5px 20px;
}



.intro {
    display: flex;
    flex-direction: column;
    margin: 55px auto 75px auto;
    width: 100vw;
    height: auto;
    justify-content: center;
    align-items: center;
}

.intro img {
    width: 250px;
    height: 250px;
    margin-bottom: 15px;
}

.intro h1 {
    font-size: 35px;
}






.middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    height: auto;
}

.row {
    display: flex; 
    flex-direction: row;
    margin: 0 auto;
}

.half {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50vw;
    height: 28.16vw;
}

.section {
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.section h1 {
    color: white;
    font-size: 100px;
    text-transform: uppercase;
}
.coverShot h1 {
    font-weight: 100;
    font-size: 200px;
}
.four h1 {
    font-size: 75px;
}

.items h1 {
    font-size: 16px;
    padding: 10px 20px;
    text-align: center;
    max-width: 75%;
}

.section img {
    width: 20vw;
    max-height: 50px;
    position: absolute;
}

.left img {
    left: 44vw;
    transform: rotate(-90deg);
}

.right img {
    right: 44vw;
    transform: rotate(90deg);
}

.cover {
    display: flex;
    height: auto;
    width: 750px;
    margin: 100px auto;
}

.cover h1 {
    text-align: justify;
    line-height: 33px;
    padding: 0;
    margin: 10px 0;
}

.cover ul {
    display: flex;
    margin: 10px 0;
}

.firstBlurb h1 {
    text-align: justify;
    padding: 0 150px;
    font-size: 20px;
    line-height: 32px;
}

ul {
    display: flex;
    flex-direction: row;
    list-style: none;
}

li {
    padding: 10px 20px 10px 0;
    text-align: justify;
    font-size: 16px;
}

li::before {
/*    display: block;*/
    content: ">";
    padding-right: 10px;
    color: #CCCC33;
    font-size: 16px;
}

.coverShot {background-image: url(resources/me.jpg);}
.one {background-image: url(resources/Color1.jpg);}
.two {background-image: url(resources/Color2.jpg);}
.three {background-image: url(resources/Color3.jpg);}
.four {background-image: url(resources/Color4.jpg);}

.section h1 {
    -webkit-animation: fadein 1.33s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1.33s; /* Firefox < 16 */
    -ms-animation: fadein 1.33s; /* Internet Explorer */
    -o-animation: fadein 1.33s; /* Opera < 12.1 */
    animation: fadein 1.33s;
}
.intro img {
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;
}
.intro h1 {
    -webkit-animation: fadein 1.33s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1.33s; /* Firefox < 16 */
    -ms-animation: fadein 1.33s; /* Internet Explorer */
    -o-animation: fadein 1.33s; /* Opera < 12.1 */
    animation: fadein 1.33s;
}

.section h1 {
    -webkit-animation: fadein 5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 5s; /* Firefox < 16 */
    -ms-animation: fadein 5s; /* Internet Explorer */
    -o-animation: fadein 5s; /* Opera < 12.1 */
    animation: fadein 5s;
}

.boldMe {
    font-weight: 700;
}












.responsive {
    display: none;
}

@media only screen and (max-width: 1110px) {
    .section h1 {
        font-size: 60px;
    }
    li {
        padding: 0px 20px 0 0;
        font-size: 16px;
    }
    
}

@media only screen and (max-width: 1000px) {
    .responsive {
        display: flex;
    }
    
    .row {
        flex-direction: column;
    }
    
    .section img {
        display: none;
    }
    
    .hide {
        display: none;
    }
    
    .cover h1 {
        line-height: 33px;
        padding: 50px 50px 0 50px;
    }
    
    .half {
        width: 100vw;
        height: 56.32vw;
    }
    
    .cover {
        height: auto;
    }
    
    .responsiveArrow {
        display: flex;
        height: 30px;
    }
        
    .responsiveArrow img {
        margin: 10px auto;
        height: 30px;
        width: 60vw;
    }
    
    .items {
        height: auto;
        margin: 50px 0;
    }
    
    .cover {
        margin: 0;
    }
    
    li {
        padding: 10px 20px 10px 0;
    }
}

@media only screen and (max-width: 600px) {
/*
    .items {
        height: auto;
        min-height: 56.32vw;
    }
*/
    
    .section h1 {
        font-size: 50px;
    }
    
    .top {
        display: none;
    }
    
    .responsiveTop {
        display: flex;
    }
}

@media only screen and (max-width: 500px) {
    ul {
        flex-direction: column;
    }
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}