@charset "UTF-8";
/* CSS Document */

/*
orange: #fca960
Beige: #bebaab
Dark Gray: #403e44
GRAY COOL: #D2D2D2
Lt Blue: #00f0ff; 
Dark Blue:  #072838 */


*{ 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    background-color: #072838;
    font-family: 'Lato', sans-serif;
    font-size: 62.5%;
    text-rendering: optimizelegibility;
    margin-top: 1rem;
}

h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 2.7rem;
    color: #00f0ff;
    padding-bottom: 1.8rem;
}

h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    font-size: 1.75rem;
    line-height: 3rem;
    color: #00f0ff;
    text-transform: uppercase;
}

h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    font-size: 1.5rem;
    text-transform: none;
    color: #00f0ff;
    line-height: 2.3rem;
}

p {
    color: #bebaab;
    font-size: 1.4rem;
    line-height: 2.3rem;
    letter-spacing: .5px;
    padding-top: .5rem;
}

/* ========================================================================== */
/* HEADER */
/* ========================================================================== */


.header-class {
    width: 95vw;
    margin: 0 auto;
    padding-top: 2%;
    padding-bottom: 4%;
}

.GridContainer {
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-gap: 2rem;
}

.logo {
    top: 0rem;
    left: 0rem;
    cursor: pointer;
}

.listGrid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 3rem;
    margin-right: 20%;
}

.list {
    line-height: 2.8rem;
    color: #00f0ff;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: right;
}

.main-text {
    text-decoration: none;
    list-style: none;
}

.description {
    margin-top: 0rem;
    margin-right: 50%;
}

@media screen and (max-width: 700px) {  	

    .GridContainer {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    } 
    
        .listGrid {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    
    .list {
    text-align: center;
}
    
    h2 {
    text-align: center;
    padding-top: 3rem;
}
    
    .logo {
    text-align: center;
    cursor: pointer;
}
    
} 

.nav-bar {
    list-style: none;
}

.nav-bar li {
    display: block;
    list-style: none;
}

.nav-bar li a:link,
.nav-bar li a:visited {
    text-decoration: none;
    font-size: 1.4rem;
    color: #bebaab;
    padding-bottom: .7rem;
    padding-top: 1rem;
    margin-bottom: 1rem;
    font-weght: 600;
    line-height: 2rem;
}

.nav-bar li a:hover,
.nav-bar li a:active {
    color:  #00f0ff;
}

/* ========================================================================== */
/* SECTION 1 BLACK HISTORY*/
/* ========================================================================== */

.BlackHistoryBackground {
    background-image: url("../images/Editorial/EditorialBackgroundHeader.png");
    background-repeat: no-repeat;
    background-size:cover;
    margin: 0 auto;
    width: 95vw;
    min-height: 90rem;
    background-color: #000;
    position: relative;
}

.BlackHistoryContainer {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    width: 80%;
    margin: 0 auto;
    padding-top: 8rem;
    padding-left: 10%;
}

.BlackHistorySlideShow {
    width: 54rem;
    height: 75rem;
    overflow: hidden;
    padding-bottom: 2rem;
}

.middle {
    position: absolute;
}

.SlideShowNav {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    padding-bottom: 1.5rem;
}

.bar {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #000000;
    margin: 2px;
    curson: pointer;
}
 
.bar:hover {
    background-color:#F4B500;
}

input[name="r"] {
    position: absolute;
    visibility: hidden;
}

.slides {
    width: 500%;
    height: 100%;
    display: flex;
    padding-bottom:  5rem;
}  

.slide {
    width: 20%;
    transition: 0.6s;
}

.slide img {
    width: 100%;
    height: 100%;
}
    
#r1:checked ~ .s1 {
    margin-left: 0;
}

#r2:checked ~ .s1 {
    margin-left: -20%;
}

#r3:checked ~ .s1 {
    margin-left: -40%;
}

#r4:checked ~ .s1 {
    margin-left: -60%;
}

#r5:checked ~ .s1 {
    margin-left: -80%;
}

.BlackHistoryText {
    position: absolute;
    bottom: 3rem;
    left: 6rem;
}

@media screen and (max-width: 700px) {  
    
.BlackHistoryBackground {
    margin: 0 auto;
    width: 95vw;
    background-color: #072838;
    position: relative; 
    }    

.BlackHistoryContainer {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    }
    
.BlackHistorySlideShow {
    overflow: hidden;
    padding-bottom: 2rem;
} 
}


/* ========================================================================== */
/* SECTION 2 COVERS*/
/* ========================================================================== */

.CoverSection {
    background-color: #072838;
    width: 95vw;
    margin: 0 auto;
    min-height: 50rem;
    padding: 5rem 0;
    position: relative;
}

.CoverGridContainer {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 7rem 0;
}

.CoverContainerText {
    display: flex;
    justify-content: center;
    align-items: center;
    padding 3rem;
}

.CoverGridA {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.CoverGridA  img {
   box-shadow: 4px 4px 8px 2px rgba(0,0,0,.25);
    width: 100%; 
    padding: 1rem;
}

.CoverGridB {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}
.CoverGridB  img {
   box-shadow: 4px 4px 8px 2px rgba(0,0,0,.25);
    width: 100%; 
    padding: 1rem;
}


@media screen and (max-width: 700px) {  	

    .CoverGridContainer {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
        width: 95%;
        padding: 5rem;
    } 
    
    .CoverGridA {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem;
}
    
     .CoverGridB {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem;
}
     
}

/* ========================================================================== */
/* SECTION 3 YEAR END SECTION*/
/* ========================================================================== */

.DoubleCoverYear {
    background-color: #072838;
    width: 95vw;
    margin: 0 auto;
    position: relative;
}

.DoubleCoverGridContainerYear {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4rem;
    justify-content: center;
    align-items: center;
    padding: 3rem;
    border-top: 1px solid #00f0ff;
}

.YearCoverOnly{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.YearCoverOnly img {
    width: 70%;
}

.YearEndSideRight {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 70%;
    position: relative;
}

#sliderYear {
	overflow: hidden;
}
#sliderYear figure {
	position: relative;
	width: 500%;
	margin: 0;
	left: 0;
	animation: 15s sliderYear infinite;
    border: 1px solid #000000;
}
#sliderYear figure img {
	width: 20%;
	float: left;
}

@keyframes sliderYear {
	0% {
		left: 0;
	}
	20% {
		left: 0;
	}
	25% {
		left: -100%;
	}
	45% {
		left: -100%;
	}
	50% {
		left: -200%;
	}
	70% {
		left: -200%;
	}
	75% {
		left: -300%;
	}
	95% {
		left: -300%;
	}
	100% {
		left: -400%;
	}
}


@media screen and (max-width: 700px) {
    
.DoubleCoverGridContainerYear {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 4rem;
    justify-content: center;
    align-items: center;
    padding: 3rem;
    border-top: 1px solid #00f0ff;
} 
    
.YearCoverOnly{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
    
.YearCoverOnly img {
    width: 60%;
}
    
.YearEndSideRight {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 70%;
    position: relative;
}
    
}

/* ========================================================================== */
/* SECTION 4 SUSTAINABILITY*/
/* ========================================================================== */

.DoubleCover {
    background-color: #072838;
    width: 95vw;
    margin: 0 auto;
    position: relative;
    border-top: 1px solid #00f0ff;
}

.DoubleCoverGridContainer {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4rem;
    justify-content: center;
    align-items: center;
    padding: 3rem;
}

.SustainCoverOnly{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.SustainCoverOnly img {
    width: 100%;
}

.SustainabilitySideLeft {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 70%;
    position: relative;
}

.SustainabilitySideLeft img {
    width: 100%;
}

#sliderSustain {
	overflow: hidden;
}
#sliderSustain figure {
	position: relative;
	width: 500%;
	margin: 0;
	left: 0;
	animation: 15s sliderSustain infinite;
    border: 1px solid #000000;
}
#sliderSustain figure img {
	width: 20%;
	float: left;
}

@keyframes sliderSustain {
	0% {
		left: 0;
	}
	20% {
		left: 0;
	}
	25% {
		left: -100%;
	}
	45% {
		left: -100%;
	}
	50% {
		left: -200%;
	}
	70% {
		left: -200%;
	}
	75% {
		left: -300%;
	}
	95% {
		left: -300%;
	}
	100% {
		left: -400%;
	}
}


@media screen and (max-width: 700px) {
    
.DoubleCoverGridContainer {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 4rem;
    justify-content: center;
    align-items: center;
    padding: 3rem;
}
    
.SustainCoverOnly{
    display: flex;
    justify-content: center;
    align-items: center;
}

.SustainCoverOnly img {
    width: 100%;
}

.SustainabilitySideLeft {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
    
.SustainabilitySideLeft img {
    width: 100%;  
}

}

/* ========================================================================== */
/* SECTION 4 ILLUSTRATION COVERS*/
/* ========================================================================== */

.CoverSection {
    background-color: #072838;
    width: 95vw;
    margin: 0 auto;
    position: relative;
    padding: 5rem;
    border-top: 1px solid #00f0ff;
}

.CoverContainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 3rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 7rem 0;
    border-top: 1px solid #00f0ff;
    border-bottom: 1px solid #00f0ff;
}

.CoverContainer img {
    box-shadow: 4px 4px 8px 2px rgba(0,0,0,.25);
    width: 100%;
}


@media screen and (max-width: 700px) {  	

    .CoverGridContainer {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
        width: 95%;
        padding: 5rem;
    } 
    
    .CoverGridA {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem;
}
    
     .CoverGridB {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem;
}
    
}



/* ========================================================================== */
/* SECTION 7 SAMPLES FOOTER*/
/* ========================================================================== */

.samples-footer {
    background: #072838;
    margin: 0 auto;
    width: 95vw;
    border-top: 1px solid #00f0ff;
}

.samples-footer-wrapper {
    display: flex;
    flex-direction:column;
    width: 70vw;
    margin: 0 auto;
    padding: 5rem;
}

.samples-footer-header {
    display: flex;
    width: 75%;
    padding-top: 3rem;
    margin-left: 2rem;
}

.samples-footer-header h2{
color: #fca960;
text-align: right;
}

.samples-button-container{
    width: 75%;
    margin-right: 2rem;
    text-align: left;
    flex-wrap: wrap;
}

.btn:link,
.btn:visited {
    display: inline-block;
    text-transform: uppercase;
    margin: 1.5rem;
    transition: all .2s;
    position: relative;
    border: 1px solid #00f0ff;
    border-radius: 4px;
}

.btn:hover {
    transform: translateY(.8rem);
    box-shadow: 0 0 2rem rgba(0, 0, 0, 4);
    border: 1px solid #00f0ff;
    border-radius: 4px;
}

.btn:active {
    transform: translateY(-.8rem);
    box-shadow: 0 0 2rem rgba(0, 0, 0, 4);
}

/* ========================================================================== */
/* FOOTER */
/* ========================================================================== */

footer {
    width: 95vw;
    margin: 0 auto;
    background: #072838;
    padding-top: 5rem;
    padding-bottom: 5rem;
    border-top: 1px solid #00f0ff;
    flex-wrap: wrap;
}

.footerContainer {
    display: flex;
    width: 70vw;
    margin: 0 auto;
    justify-content: center;
}

.footerLink {
    flex: 4;
    color: #bebaab;
    text-align: right;
    padding-right: 1.5rem;
    padding-top: 2.2rem;
    cursor: pointer;
}

.footerLink a {
        color: #bebaab; 
        font-family: 'Lato', sans-serif;
        font-size: 1.3rem; 
        line-height: 1.8rem;
        padding-bottom: .4rem;
        text-decoration: none; 
        font-weight: 200
}

.footerLink a:hover {
    color: #00f0ff;
}

.footerLogo {
    flex: 1;
    align: center;
    padding-left: 2rem;
    
}

.footerSocial {
    flex: 4;
    padding-top: 5rem;
}


.footer-nav {
    list-style: none; 
    text-decoration: none;
}

.footer-nav li {
    display: inline-block;
    text-decoration: none;
    padding-left: 1.5rem;
    color: #FDBB81;
}

.footer-nav li a:link, 
.footer-nav li a:visited {
    display: inline-block;
    text-decoration: none;
}

.footer-nav li a:hover, 
.footer-nav li a:active {    
    color: #ffffff;
    opacity: .5;
}

