/* reset */
*{
    padding: 0;
    margin: 0;
    border: 0;
}

/* HTML5 tags */
article, aside, figcaption, figure, footer, header, nav, section, details, summary {
    display:block;
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

/* Clear Fix */
/* add the class .group in html to floated elements */
.group::after {
    content: '';
    clear: both;
    display: block;
}

* html .group

/* header or headline title styles */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #F5F3Fd;
    font-family: 'Lato', sans-serif;
}

h2 {
    color: #666666;
    text-align: center;
}

/* paragraph style */
p {
    color: #666666;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    margin: 0.625em;
}

/* for html outliner for nav */
.hide {
    display: none;
}

.container {
/*
    background: #f5f3fd;
*/
    margin: auto;
    max-width: 950px;
}

/* Header and Logo */
.header-container {
    position: fixed;
    width: 100%;
    max-width: 950px;
    z-index: 1000;
}

#topheader h1 {
    font-size: 2em;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #f5f3fd;
    background: #aaaaaa;
    width: 100%;
    text-align: center;
    padding: 0.325em 0 0.35em 1.25em;
}

#hamburger {
    position: absolute;
    background: #aaaaaa;
}

/* intro */
#title h2 {
    font-weight: 400;
}

#title h3 {
    color: #062f4f;
    text-align: center;
    margin-bottom: 0;
    padding: 1em 0 2em 0;
    font-weight: 400;
}

.white-opacity {
    background: rgba(245, 243, 253, 0.8);
}

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

#intro img {
    padding-top: 8em;
}

#logo {
    text-align: center;
    padding-bottom: 2em;
}

/*
.front {
    padding-top: 3em;
}
*/

/* div id="bluedivider" */
.bluedivider {
    /*
    background: #062f4f;
    */
    background: rgba(6, 47, 79, 0.8);
    margin-top: -0.625em;
    margin-bottom: 0;
}

.blue-space {
    margin-top: 3em;
}

.greendivider {
    background: rgba(113, 175, 181, 0.8);
    margin-top: -0.625em;
    margin-bottom: 0;
}

.bluedivider h3,
.greendivider h3 {
    font-size: 2em;
    margin: 0;
    padding: 1.5625em 1.5625em 1.5635em 1.5635em;
    font-weight: 400;
}

#endspace,
.paragraph-endspace {
    padding-bottom: 3em;
    margin-bottom: 0;
}

@media (min-width: 500px) {
    #endspace {
        padding-bottom: 0;
    }
}

/* ghost button */
.button-box {
    padding-bottom: 3em;
}

.ghost-button {
    display: inline-block;
    width: 12.5em;
    font-weight: bold;
    padding: 0.5em;
    color: #f5f3fd;
    border: 0.1875em solid #f5f3fd;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.ghost-button:hover,
.ghost-button:active {
    background-color: #f5f3fd;
    color: #062f4f;
    transition: background-color 0.3s ease-in, color 0.3s ease-in;
}

.ghost-button-two {
    display: inline-block;
    width: 12.5em;
    font-weight: bold;
    padding: 0.5em;
    color: #71afb5;
    border: 0.1875em solid #71afb5;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.ghost-button-two:hover,
.ghost-button-two:active {
    background-color: #71afb5;
    color: #f5f3fd;
    transition: background-color 0.3s ease-in, color 0.3s ease-in;
}

/* images */
.openpix img,
#awardpix img,
#resumebutton img,
#code img,
.print img,
#reach-me img {
    width: 100%;
    height:auto;
}

/* code block */
#code-words {
    padding-top: 2em;
}

#code-words h3 {
    color: #062f4f;
    font-weight: 400;
    text-align: center;
}

#code-words p {
    color: #062f4f;
}

#codeborder {
    border-top: #71afb5 3em solid;
}

@media (min-width: 660px) {
    #code-words h3 {
        font-size: 2em;
    }
}

@media (min-width: 740px) {
    #code-words p {
        font-size: 1.5em;
    }
}

/*image carousel */
#image-carousel {
    background: #f5f3fd;
}

.carousel-border {
        border-top: #71afb5 3em solid;
        margin-top: -1em;
}

/* lisa bio */
#headshot {
    margin-top: -0.25em;
    padding-top: 5em;
}

.round-image {
    border-radius: 50%;
    display: block;
    margin: auto;
    border: solid 0.625em #71afb5;
}

#lisabio {
    background: #f5f3fd;
}

#headshot h2
{
    font-weight: 400;
    margin-bottom: 0.25em;
    padding-top: 1em;
}

#aboutlisa {
    background: #f5f3fd;
}

#headshot h3,
#aboutlisa h3 {
    font-weight: 400;
    color: #062f4f;
    text-align: center;
    margin-top: 0;
    margin-bottom: 2em;
}

#aboutlisa h3{
    padding-top: 2em;
}

/* awards */
#awardbox {
    background-color: #f5f5f5;
}

#awards p:last-of-type {
    padding-bottom: 3em;
}

#awards h3 {
    margin: 0.625em 0 0.625em 0;
    color: #062f4f;
    text-align: center;
    font-weight: 400;
    padding-top: 2em;
}

@media (min-width: 500px) {
    #awards p:last-of-type {
        padding-bottom: 0;
    }

    #awards h3 {
        padding-top: 0;
    }
}

@media (min-width: 600px) {
    #awards h3 {
        padding-top: 1em;
    }
}

@media (min-width: 700px) {
    #awards h3 {
        font-size: 2em;
        padding-top: 0.5em;
    }
}

@media (min-width: 825px) {
    #awards p {
        font-size: 1.5em;
    }
}

/* clients */
#clients h3 {
    padding: 1em 0 0 0;
    text-align: center;
}

#clients p {
    color: #f5f3fd;
}

/* scroll up */
#scrollUp {
    bottom: 1em;
    right: 1em;
    padding: 0.5em 1em;
    background: #aaaaaa;
    color: #f5f3fd;
    text-decoration: none;
}

/* video + print portfolios */
#video-block h4,
#print-block h4 {
    color: #666666;
    font-size: 2em;
    font-weight: 400;
    margin: 1em 0 0.5em 0;
    text-align: center;
    padding-left: 0;
}

.video img {
    width: 100%;
    height: auto;
}

/* footer */
footer  {
    text-align: center;
    padding: 0.625em 0 4em 0;
}

footer p {
    color: #062f4f;
    padding-top: 2em;
    font-size: 0.625em;
}

#contact {
    margin-top: 3em;
}

#contact h3 {
    padding-bottom: 0;
}

/* social media */
#socialmedia {
    padding: 2em 0 3em 0;
    text-align: center;
}

.icons a {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin: 0.625em;
    vertical-align: middle;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.icons a.blogger {
    background: url('../images/blogger.png') left top no-repeat;
}

.icons a.pinterest {
    background: url('../images/pinterest.png') left top no-repeat;
}

.icons a.tumblr {
    background: url('../images/tumblr.png') left top no-repeat;
}

.icons a:hover {
    background-position: left -2.125em;
}

/*media queries */
@media (min-width: 500px) {
    .box-one {
        float: left;
        width: 50%;
        padding-right: 0.08em;
        }

    .box-two {
        float: right;
        width: 50%;
        padding-left: 0.08em;
    }

    #bio {
        padding-top: 5em;
    }
}

/* to float print portfolio boxes in thirds */
@media (min-width: 750px) {
    .print-third {
        float: left;
        width: calc(100% / 3);

    }

    .print-right {
        float: right;
    }
}
