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

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

section {
    padding: 0;
    margin: 0;
}

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

.head {
    padding-top: 3rem;
    color: #d9dadb;
}

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

h5 {
   font-size: 2.3rem;
   line-height: 3rem;
   font-weight: 200;
   text-transform: none;
   color: #D9DADB;
}

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

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

a:link,
a:visited {
    font-size: 1.6rem;
    line-height: 2.3rem;
    letter-spacing: .5px;
    color: #D9DADB; 
}

a:hover,
a:active{
    color: #00f0ff; 
}

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


.header-wrapper {
    background-color: #072838;
    width: 95vw;
    margin: 0 auto;
    padding-top: 1rem;
}

.ContainerHeader {
    display: flex;
    padding: 2rem 3rem 3rem 3rem;
}

.ItemOne {
    justify-content: flex-start;
    cursor: pointer;
}

.ItemTwo {
    flex: 1;
    justify-content: flex-start;
    padding: 4.5rem 0 0 3rem;
}


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

.nav-bar li {
    display: block;
    list-style: none;
    padding-top: .4rem;
}

.nav-bar li a:link,
.nav-bar li a:visited {
    text-decoration: none;
    font-size: 1.6rem;
    color: #bebaab;
    font-weght: 600;
    line-height: 2rem;
}

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

@media screen and (max-width: 500px) { 
    
.ContainerHeader {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.ItemOne {
    justify-content: center;
    cursor: pointer;
}
    
    
} 


/* ========================================================================== */
/* SECTION 1 SERVICES*/
/* ========================================================================== */

.Services {
    width: 95vw;
    margin: 3rem auto;
    border: 1px #00f0ff solid;
}

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

.ServicesIntro {
    display: flex;
    justify-content: center;
    align-content: center;
}

.ServicesIntro img {
    width: 35%;
}

.ServicesTextLeft {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 2rem;
    border-left: 1px solid #00f0ff;
}

.ServicesTextRight {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 2rem;
    padding-right: 2rem;
    border-left: 1px solid #00f0ff;
}

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

.FlexContainerServices {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
        justify-content: center;
        align-items: center;
    } 
    
    .ServicesIntro {
    display: flex;
    justify-content: center;
    padding-bottom: 4rem;
}

    .ServicesIntro img {
    width: 35%;
}
    
.ServicesTextLeft {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-left: 0px solid #00f0ff;
} 
    
.ServicesTextRight {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-left: 0px solid #00f0ff;
}
    
    
} 


/* ========================================================================== */
/* SECTION 2 OUR TEAM*/
/* ========================================================================== */

.OurTeam {
    width: 95vw;
    margin: 3rem auto;
       background: linear-gradient(
        to right,
        rgba(255, 255, 255, 1),
        rgba(234, 225, 194, 1));
    border: 1px #00f0ff solid;
}

.OurTeamContainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-height: 40rem;
    padding: 3rem;
}


.LeftContainer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.LeftContainer img {
    width: 37%;
}


.MiddleContainer {
    display: grid;
    grid-template-row: 1fr 1fr;
    justify-content: center;
    align-items: flex-start;
    border-left: solid 1px #072838;
    padding: 2rem;
}

.JarPhoto {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 3rem;

}

.JarPhoto img{
    width: 100%;
}

.JarText { 
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.RightContainer {
    display: grid;
    grid-template-row: 1fr 1fr;
    justify-content: center;
    align-items: flex-start;
    border-left: solid 1px #072838;
    padding: 2rem;
}

.DanPhoto {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 3rem;

}

.DanPhoto img {
    width: 100%;
}

.DanText {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}



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

    .OurTeamContainer {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
        justify-content: center;
        align-items: center;
    } 
    
    .SideAContainer {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
}
    
    .MiddleContainer {
    display: grid;
    grid-template-columns: 1fr;
    align-items: flex-start;
    border-left: solid 0px #072838;
    border-bottom: solid 1px #072838;
}
    
    .JarText { 
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
    
    .RightContainer {
    display: grid;
    grid-template-columns: 1fr;
    align-items: flex-start;
    padding-bottom: 2rem;
    padding-top: 2rem;
    border-left: solid 0px #072838;
    
}
    
    .DanText {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    padding-bottom: 2rem;
}
    
}

/* ========================================================================== */
/* SECTION 3 RECOMMENDATIONS*/
/* ========================================================================== */

.Recommendation {
    width: 95vw;
    margin: 3rem auto;
    border: 1px solid #00f0ff;
    padding: 3rem 0;
}

.RecommendationContainer {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
    paddiong: 2rem;
}

.RecommendationServices {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #072838;
    position: relative
}

.RecommendationServices img {
    width: 35%;
}

.RecommendationText {
    width: 100%;
    padding: 0rem 2rem 0 2rem;
    text-align: left;
    border-left: 1px solid #00f0ff;
}

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

.RecommendationContainer {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 auto;
        position: relative;
    } 
    
.RecommendationServices {
    display: flex;
    justify-content: center;
    align-items: center;
}
    
.RecommendationText {
    width: 100%;
    padding: 5rem 5rem;
    text-align: center;
    border-left: 0px solid #00f0ff;
}
    
}

/* ========================================================================== */
/* SECTION 4 CLIENT LIST*/
/* ========================================================================== */

.Client {
    width: 95vw;
    margin: 3rem auto;
    border: 1px solid #00f0ff;
    padding: 3rem 0;
}

.ClientContainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
 }

.ClientRight {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #072838;
    position: relative
}

.ClientRight img {
    width: 35%;
}

.ClientLeft {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    vertical-align: top;
    padding: 0rem 2rem;
    border-left: 1px solid #00f0ff;
}

.ClientCenter {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    vertical-align: top;
    padding: 0rem 2rem;
    border-left: 1px solid #00f0ff;
}

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

.ClientContainer {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
 } 
    
.ClientLeft {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-left: 0px solid #00f0ff
}

.ClientCenter {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-left: 0px solid #00f0ff;
}
    
}

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


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

