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

p1 {
    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: 400;
    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 BROCHURE COVER*/
/* ========================================================================== */

.BrochureBackground {
    display: flex;
    margin: 0 auto;
    width: 95vw;
    background-color: #ffffff;
    position: relative;
}

.pagesContainer{
    display: flex;
    justify-content: center;
    width: 100%;
    background-size: cover;
    margin: 0 auto;
    position: relative;
}


.brochureSideA {
    width: 50%;
    flex-wrap: wrap;
    padding-right: 1.5rem;
}

.brochureSideB {
    width: 50%;
    flex-wrap: wrap;
    padding-bottom: 1.5rem;
}

.brochureText {
   position: absolute;
   bottom: 3rem;
   left: 3rem;
}

/* ========================================================================== */
/* SECTION 2 LGBTQ */
/* ========================================================================== */

.LGBTQ {
    background: #ffffff;
    width: 95vw;
    margin: 0 auto;
    position: relative;
}
.LGBTQContainer {
    display: flex;
    justify-content: center;
    width: 95vw;
    margin: 0 auto;
    position: relative;
}
.sideA {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;
    padding: 10rem 0;
}

.sideB {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center; 
    background: #000;
    padding: 10rem 0;
}

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

/* ========================================================================== */
/* SECTION 3 ONE SHEETS*/
/* ========================================================================== */

.OneSheetBackground {
    display: flex;
    margin: 0 auto;
    width: 95vw;
    position: relative;
}

.OneSheetContainer {
   display: flex;
    width: 95vw; 
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

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


/* ========================================================================== */
/* SECTION 4 FOLDER*/
/* ========================================================================== */

.FolderBackground {
    margin: 0 auto;
    width: 95vw;
    position: relative;
}
   
.FolderContainer {
   display: flex;
    width: 95vw; 
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
    
.FolderText {
    position: absolute;
    bottom: 3rem;
   left: 6rem;
}

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

.samples-footer {
    background: #072838;
    margin: 0 auto;
    width: 95vw;
}

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