@charset "UTF-8";
/* ========================================================================== */
/* Basic Setup */
/* ========================================================================== */


/*
lt blue: #fca960
dk blue: #072838
warm gray: #bebaab
*/


*, 
*::before,
*::after{ 
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    background-color: #072838;
    font-family: 'Lato', sans-serif;
    font-color: #00f0ff;
    font-weight: 100;
    font-size: 62.5%;
    text-rendering: optimizelegibility;
}

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


h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 3rem;
    line-height: 3.5rem;
    color: #00f0ff;
    padding-bottom: 1.8rem;
}

h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    font-size: 2.5rem;
    line-height: 3rem;
    color: #00f0ff;
    padding-bottom: 1rem;
    text-transform: uppercase;
}

p {
    font-family: 'Lato', sans-serif;
    color: #00f0ff;
    font-size: 1.6rem;
    font-weight: 100;
    line-height: 3rem;
    letter-spacing: .5px;
}


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


header {
    background-image:url("../images/_Home/Home_Header_Background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 95%;
    min-height: 100%;
    margin: 0 auto;
    background-attachment: fixed;
}

.headerContainer {
    display: flex;
    width: 70vw;
    margin: 0 auto;
    align-items: center;
    padding-top: 20%;
}

.HeaderSideA {
    display: flex;
    width: 50%;
    justify-content: flex-end;
    align-items: center;
}

.logo-box { 
    text-align: right;
    animation-name: moveInLeft;
    animation-duration: 1200ms;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
    transform: translateX(-100%);
}

.HeaderSideB {
    display: flex;
    width: 50%;
    justify-content: flex-start;
    align-items: center;
}

.header-text{
    text-align: left;
    padding-left: 3rem;
}

.header-HelloText{
    display: block;
    text-align: left;
    backface-visibility: hidden;
    
    animation-name: moveInTop;
    animation-duration: 800ms;
    animation-timing-function: ease-in;
    animation-delay: 1100ms;
    animation-fill-mode: forwards;
    transform: translateY(-30%);
    opacity: 0;
}

.header-primarytext img{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 100;
    font-size: 2.3rem;
    padding-top: 2rem;
    backface-visibility: hidden;
    
    animation-name: moveInTop;
    animation-duration: 800ms;
    animation-timing-function: ease-in;
    animation-delay: 2000ms;
    animation-fill-mode: forwards;
    transform: translateY(-30%);
    opacity: 0;
}

.header-primarytext-sub {
    display: block;
    font-size: 2.75rem;
    text-align: center;
    color: #ffffff;
    line-height: 4rem;
    font-weight: 100;
    letter-spacing: .3rem;
    padding-top: 1.5rem;
    
   animation-name: moveInTop;
   animation-duration: 800ms;
   animation-timing-function: ease-in;
    animation-delay: 3000ms;
    animation-fill-mode: forwards;
    transform: translateY(-30%);
    opacity: 0;
}

@keyframes moveInLeft{
    0%{
       opacity: 0; 
        transform: translateX(-100%);
    }
    
    50%{
        opacity: .2;
    }
    
    80%{
        transform: translateX(5%);
    }
    100%{
       opacity: 1; 
       transform: translate(0);
    }
}


@keyframes moveInRight{
    0%{
       opacity: 0; 
       transform: translateX(100%);
    }
    
    50%{
        transform: translateX(60%);
    }
    
    100%{
       opacity: 1; 
       transform: translate(0);
    }
}


@keyframes moveInTop {
    0%{
       opacity: 0; 
       transform: translateY(-30%);
    }

    100%{
       opacity: 1; 
       transform: translateY(0);
    }
}

.arrow {
    display:flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 10%;
    padding-bottom: 3rem;
}


/* ========================================================================== */
/* INTRO SECTION */
/* ========================================================================== */

.section-intro {
    margin: 0 auto;
    width: 95vw;
    background-color: #072838;
}

.IntroContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0rem;
    width: 95vw;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.introSideA {
    display: flex;
    justify-content: center;
    align-items: center; 
   width: 100%;
   padding: 3rem 7rem;
}

.text-intro-body {
    text-align: center;
}


.introSideB {
   width: 100%;
   justify-content: center
}

.inspiration {
    padding:0;
    background-color: #ffffff;
}
    
.inspiration-showcase {
    list-style: none;
    width: 100%; 
}

.inspiration-showcase li{
    float: left;
    width: 33.3%;
    background-color: #D6D3C9;
}

.inspiration-photo{
    width 100%;
    margin: 0;
    overflow: hidden;
    background-color: #D6D3C9;
}

.inspiration-photo img{
    opacity: 0.5;
    width: 100%;
    transform: scale(1.15);
    transition: transform 0.5s; opacity 0.5s;
}

.inspiration-photo img:hover{
    opacity: 1;
    transform: scale(1.03);
}


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

.IntroContainer {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0rem;
    width: 95vw;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    }
} 	

/* ========================================================================== */
/* PORTFOLIO NEW */
/* ========================================================================== */


.portfolio-container {
    display: flex;
    justify-content: center;
    width: 95vw;  
    margin: 0 auto;
}

.portfolio-containerGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0rem;
    width: 100%;  
    margin: 0 auto;
}

.button-container {
    display: flex;
    background-image:url("../images/_Home/ManwithHands2.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;  
}

.button-top {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.button-bottom {
    display: flex;
    width: 100%;
}

ul {
    text-decoration: none;
    list-style: none;
    width: 100%;
}

.btn:link,
.btn:visited {
    display: block;
    margin: 2rem 1rem;
    padding: 25%;
    font-family: 'Nanum Gothic', sans-serif;
    color: #00F0FF;
    font-weight: 200;
    font-size: 2rem;
    line-height: 3.2em;
    text-align: center;
    border: 1px solid #00F0FF;
    border-radius: 4px;
}

.btn:hover,
.btn:active {
    background-color: #072838;
    opacity: .8;
    transition: background-color 0.3s, border 0.3s, color 0.3s;
}

.title-container {
    background-image:url("../images/_Home/DesignProjectBackground.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    width: 100%;
}


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

.portfolio-containerGrid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0rem;
    width: 100%;  
    margin: 0 auto;
}
    
}


/* ========================================================================== */
/* WHO WE ARE NEW */
/* ========================================================================== */
.whoweare {
    display: flex;
    justify-content: center;
    width: 95vw;  
    margin: 0 auto;
}

.whoweareContainerGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0rem;
    width: 100%;  
    margin: 0 auto
}

.title-container2 {
    background-image:url("../images/_Home/WhoCirclesLight.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    width: 100%;
}

.button-container2 {
    display: flex;
    background-image:url("../images/_Home/Matches.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;  
}

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


.button-top {
    display: flex;
    justify-content: flex-start;
    width: 50%;
}

.button-bottom {
    display: flex;
    width: 50%;
}

.btn2:link,
.btn2:visited {
    display: block;
    margin: 2rem;
    padding: 25%;
    font-family: 'Nanum Gothic', sans-serif;
    color: #00F0FF;
    font-weight: 200;
    font-size: 2rem;
    line-height: 3.2em;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #00F0FF;
}

.btn2:hover,
.btn2:active {
    display: block;
    margin: 2rem;
    padding: 25%;
    border: 1px solid #00F0FF;
    font-family: 'Nanum Gothic', sans-serif;
    color: #00F0FF;
    font-weight: 200;
    font-size: 2rem;
    text-align: center;
    border-radius: 4px;
    background-color: #072838;
    opacity: .8;
    transition: background-color 0.3s, border 0.3s, color 0.3s;
}


.linkbar {
    display: block;
}

a:link, 
a:visited {
    display: block;
    text-align: center;
    font-size: 2.5rem;
    color: #00f0ff;
    text-decoration: none;
    line-height: 8.5rem;
    font-weight: 200;
}

a:hover, 
a:active {
    display: block;
    font-size: 2.5rem;
    color: #00f0ff;
    text-decoration: none;
    line-height: 8.5rem;
    font-weight: 200;
    transition: all .2s;
}

.sideB-background {
    display: flex;
    background-image: url("../images/WhoWeAreSecond.png");
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-size: cover;
    background-position: center;
    width: 50%;
    flex-grow: 1;
}


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

.whoweareContainerGrid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0rem;
    width: 100%;  
    margin: 0 auto   
}

}

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

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

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

.footerLink {
    flex: 4;
    color: #00f0ff;
    font-size: 2.3em;
    line-height: 2rem;
    font-weight: 200;
    text-align: right;
    padding-top: 1.8rem;
    padding-right: 1.5rem;
}

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

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


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

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

.footerLink a {
        display: block;
        color: #bebaab; 
        font-family: 'Nanum Gothic', sans-serif; 
        font-size: 1.3rem; 
        line-height: 1.5rem;
        padding-bottom: .8rem;
        text-decoration: none; 
        font-weight: 200;
        text-align: right;
}

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

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

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

.btn1:link,
.btn1:visited {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none; 
    transition: all .2s;
    max-height: 152px;
    position: relative;
    border: 1px solid #00f0ff;
    border-radius: 3px;
}

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

.btn1:active {
    transform: translateY(-.3rem);
    box-shadow: 0 0 2rem rgba(0, 0, 0, 4);
    max-height: 152px;
    border-radius: 3px;
}


