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


.row {
    width: 95%;
    margin: 0 auto;
}

.box {
    width: 49.2%;
    padding: 1%;
}

section {
    padding: 0;
    margin: 0;
}

.clearfix {zoom: 1;}

.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

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: 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 {
    line-height: 2.8rem;
    color: #00f0ff;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 1px;
    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*/
/* ========================================================================== */

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

.floorshowContainer {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.floorshowArt {
    display: flex;
    justify-content: center;
}

.floorshowArt img {
    width: 100%;
}

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

/* ========================================================================== */
/* SECTION 2 WebApps*/
/* ========================================================================== */

.WebApps {
    width: 95vw;
    background: linear-gradient(
        to top,
        rgba(41, 92, 255, 1),
        rgba(0, 0, 130, 1));
    margin: 0 auto;
    position: relative;
}

.Web-container {
    display: grid; 
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    justify-content: center;
    align-items: center;
    padding: 8rem;
    position: relative;
}

.Web-container img {
    max-width: 100%;
}

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


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

.Web-container {
    display: grid; 
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    }
    
    .Web-container img {
    max-width: 100%;
}
    
}

/* ========================================================================== */
/* SECTION 3 VENUE ENTRANCE*/
/* ========================================================================== */

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

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

.EntranceSideA img {
   margin: 1rem 0 1rem 0;
   height: 90%;
}

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

/* ========================================================================== */
/* SECTION CARRIER 5 */
/* ========================================================================== */

.section-samples {
    display: flex;
    justify-content: center;
    background-color: #072838;
    width: 100vw;
    margin: 0 auto;
    position: relative;
}

.Samples-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    background: #072838;
    padding-top: 2rem;
}


.samples-showcase {
    list-style: none;
    width: 100%;
    margin: 0 auto;
}

.samples-showcase li{
    display: block;
    float: left;
    width: 24%;
    border: 1px solid #fff;
}

.samples-photo {
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.samples-photo img{
    width: 100%;
    height: auto;
    transform: scale(1.15);
    transition: transform 0.5s; 
}

.samples-photo img:hover{
    transform: scale(1.03);
}

/* ========================================================================== */
/* SECTION 6 Registration*/
/* ========================================================================== */

.registration {
    display: flex;
    background: #072838;
    margin: 0 auto;
    width: 95vw;
    border-top: .5rem solid #072838;
    position: relative;
}

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

.RegistrationPhoto img {
    width: 100%;
}

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

/* ========================================================================== */
/* 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: 3px;
}

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

.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: 'Nanum Gothic', 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 {    
    opacity: .5;
}
