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



*{ 
    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: 5rem;
    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 KEY ART*/
/* ========================================================================== */

.keyart {
   width: 95vw;
   margin: 3rem auto;
   background: #072838;
   position: relative;
   padding: 2rem;
}

.KeyArtContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    padding: 3rem;
} 

.KeyArtContainer img {
    max-width: 100%;
}

.HCF-text {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
}

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

.KeyArtContainer {
        display: flex;
        justify-content: center;
        align-items: center;
    } 
    
.HCF-text {
    text-align: center;
}
    
} 


/* ========================================================================== */
/* SECTION 2 FILM STRIP*/
/* ========================================================================== */

.FilmStrip {
    background-image: url("../images/HCF/LogoBackgroundArt.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 95vw;
    margin: 0 auto;
    position: relative;
    background-attachment: fixed;
}

.FilmStripContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.FilmStripContainer img {
    width: 100%;
}

.FilmStripText {
   position: absolute;
    bottom: 2rem;
    right: 2rem;
}

@media screen and (max-width: 700px) { 
    
.FilmStripText {
    margin-top: 4rem;
}
    
    .FilmStripText {
   position: absolute;
    padding-top: 1rem;
    bottom: 2rem;
    right: 2rem;
}
    
    
} 



/* ========================================================================== */
/* SECTION 3 Poster*/
/* ========================================================================== */

.ArtOnly {
   width: 95vw;
   margin: 0 auto;
   background: #072838;
   position: relative;
   padding: 5rem; 
}

.ArtContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.ArtContainer img {
    max-width: 100%;
}

.ArtOnlytext{
       position: absolute;
    bottom: 2rem;
    right: 2rem;
}


/* ========================================================================== */
/* SECTION 4 WebIpad*/
/* ========================================================================== */

.WebHCF {
    width: 95vw;
    background-image: url("../images/HCF/WebBackgroundArt.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    position: relative;
    background-attachment: fixed;
    padding: 5rem;
}

.WebIpad {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.WebIpad img {
    max-width: 100%;
}

.IpadText {
   position: absolute;
    bottom: 2rem;
    right: 2rem;
}

/* ========================================================================== */
/* SECTION 6 PRINT*/
/* ========================================================================== */

.print {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 2%;
    width: 95vw;
    background: #ffffff;
    position: relative;
    padding: 5rem;
}

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

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

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

.printSideA img{
    max-width: 100%;
}

.printSideB img{
    max-width: 100%;
}

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

    .PrintGrid {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
    } 
} 


/* ========================================================================== */
/* 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: #bebaab;
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;
    text-decoration: none; 
    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;
}



