
/*html*/
box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

/* tag styles */

h1 {
    font-family: 'Ovo', serif;
    color: white;
    font-size: 70px;
    text-align: center;
}

h2 {
    font-family: 'Ovo', serif;
    color: white;
    font-size: 30px;
}

h3 {
    font-family: 'Ovo', serif;
    padding-bottom: 5px;
    border-bottom: solid 2px white;
}

p {

}

a {
    color: #fff;
    text-decoration: none;
}

/* body */
.top-header {
    color: #fff;
    width: 100%;
    border-bottom: 3px solid darkgray;
    margin-bottom: 5px;
   text-align: top;

}
.main-header {
    display: flex;
    align-content: center;
    flex-direction: column;
   background: linear-gradient(to top, #fff 0%, transparent 50%), url('../images/sand-dune.jpeg') no-repeat fixed center;\
   padding-bottom: 100px;
   height: 850px;
    background-size: cover;
    background-position: center;
    border-bottom: 3px solid darkgrey;
    color: #fff;
    transition: 1s ease-in-out;
}

.header-style {
    width: 70%;
    align-self: center;
    text-align: center;
}

.header-copy {
    width: 70%;
    align-self: center;
    font-size: 150%;
}

.header-copy-two {
    width: 40%;
    align-self: center;
    font-size: 150%;
    padding: 0 0 30px 0;
}

body {
    font-family: 'Muli', sans-serif;
    line-height: 1.3;
    color: darkgrey;
    margin: 0;
}

/* container */

.container {

    width: 70%;
    height: 400px;
    margin:  0 auto;
    padding: 15px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    box-shadow: 10px 10px 10px rgba(192,192,192, 0.5);
  

}
/* floating containers */

.sectondary-content {
overflow: auto;
}
.container-development {

    text-align: center;
    font-size: 130%;
    color: #fff;
    float: left;
    width: 40%;
    height: 375px;
    padding: 20px;
    margin: 0 0 0 20px;
    background:  url('../images/front-end-mug-sm.jpg') no-repeat center / cover;
    border-style: solid white;
    line-height: 2;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.6), 10px 10px 10px darkgrey;
    transition: box-shadow, 1s, ease-in-out;

}

.container-development:hover {

    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.9), 10px 10px 10px darkgrey;
}

.container-strategy {
    text-align: center;
    float: right;
    font-size: 130%;
    color: #fff;
    width: 40%;
    height: 375px;
    padding: 20px;
    margin: 0 20px 0 0;
    background:  url('../images/coffee_notebook_sm.jpg') no-repeat center / cover;
    border-style: solid white;
    line-height: 2;
    box-shadow: 10px 10px 10px darkgrey;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.6), 10px 10px 10px darkgrey;
    transition: box-shadow, 1s, ease-in-out;

}

.container-strategy:hover {

    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.9), 10px 10px 10px darkgrey;
}
/* page sections */

.container-split {
    display: inline-block;
    color: white;
    height: auto;
    min-height: 450px;
    background: white;
    padding: 50px 0 50px 0;
    margin: 30px 0 30px 0;

}
.container-project-design {
    clear:both;
    height: 350px;
    background: lightgrey;
    padding: 30px;

}

/* project container */
.large-container-project {
    display: flex;
    justify-content: space-around;
    text-align: center;
    height: 650px;
    background: white;
    padding: 30px;
    background:  url('../images/white_room_construction.jpg') no-repeat center / cover,rgba(255,255,255,.6);
    background-position: center bottom;
    box-shadow: inset 0 0 0 1000px rgba(255,255,255,.6); 
    /* box-shadow: inset 0 -20px 40px 20px rgba(0,0,0,.6); */
    color: darkgrey !important;
}

.large-container-project h1 {
    margin: 30px 0 30px 0;
}
.project-container {
    width: 30%;
    max-height: 450px;
    margin: 0 0 0 0;
    color: #fff;
    background: rgba(192,192,192, 0.8);
    margin: 100px 0 0 0;
    text-align: center;
    padding: 0;
}

.hidden {
    display: none;
}

.small-talk {
    height: 70px;
    margin-top: 20px;
}

.wilson-society {
    height: 130px;
}

.piaget {
    height: 150px;
}

.project-one {

}

.project-two {

}

.project-three {

}


/* about me container */
.container-about-large {
    height: 650px;
    background:  url('../images/cutting-board-sm.jpg') no-repeat left / cover;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4), 0px 10px 10px darkgrey;
    padding: 30px;
}

.container-about {
    text-align: left;
    display: inline-block;
    float: left;
    height: 460px;
    font-size: 110%;
    color: rgb(255,255,255);
    width: 340px;
    height: 385px;
    padding: 20px 20px 50px 20px;
    margin: 0px 0px 40px 6.5%;
    border-style: solid white;
    border-radius: 10px;
    line-height: 2;
    transition: font-weight, 2s, ease-in-out;
    /* box-shadow: inset 0 0 0 1000px rgba(0,0,0,.6); */
} 

.container-about:hover {

    font-weight: 600;
}
/*footer container */

.footer {
    display: flex;
    justify-content: center;
    height: 550px;
    background:  url('../images/mail-box-line-sm.jpg') no-repeat top / cover;
    background-position: center ;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.6), 0px 10px 10px darkgrey;
    padding: 20px;
    margin-top: 5px solid white;

}

.footer-container {
    display: flex ;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.footer-title {
    width: 100%;
    text-align: center;
    color: #fff;
    margin: 70px 0 0 0;
}


.icon-email {
    text-align: center;
    width: 30%;
    color: #fff;
    padding:0 0;
    margin: 0 0 0 0;
    transition: 1s ease-in-out;
}

.icon-email:hover {
transform: scale(1.1,1.1);

}

.icon-phone {
    text-align: center;
    width: 30%;
    color: #fff;
    padding:0 0;
    margin: 0 0 0 0;
    transition: 1s ease-in-out;
}

.icon-phone:hover {
transform: scale(1.1,1.1);

}
.footer-email {
    width: 40%;
    margin: 0 0 0 0;
    color: #fff;
    border: solid 3px #fff;
    margin: 0 0 140px 0;
    text-align: center;
    padding: 30px 0;
}


.footer-email:hover {
    transition: background, 1s, ease;
    background: rgb(0, 0, 0);

}

.footer-phone {
    text-decoration: none;
    width: 40%;
    margin: 0 0 0 0;
    color: #fff;
    border: solid 3px #fff;
    margin: 0 0 140px 0;
    text-align: center;
    padding: 30px 0;
}

.footer-phone:hover {
    transition: background, 1s, ease;
    background: rgb(0, 0, 0);

}

.footer-github {
    color: #fff;
}
/*clearfix */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

