/*----------------------------Home Page----------------------------*/


/* Covers*/

.portfolioprompt {
    width: 32%;
    height: 19.5vw;
    display: inline-block;
    margin: 10px 0 10px 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: top;
}

.portfolioprompt * {
    text-align: center;
    vertical-align: middle;
    margin-top: 10%;
    color: white;
    background: rgba(0, 0, 0, .75);
    -webkit-transition: color 0.5s ease-in-out, transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: color 0.5s ease-in-out, transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    clear: both;
}

.portfolioprompt h3 {
    font-size: 26px;
    font-weight: 800;
    vertical-align: middle;
    width: 250px;
    margin: 20px auto;
    padding: 10px;
    opacity: 0;
}

.portfolioprompt p {
    font-size: 16px;
    margin: 8vw 10px 0 10px;
    opacity: 0;
    padding: 10px;
    height: auto;
}

article.portfolioprompt#threedcover {
    background-image: url(../images/3d_cover.jpg);
    background-position: top;
}

article.portfolioprompt#visartcover {
    background-image: url(../images/staring.jpg);
    background-position: center;
}

article.portfolioprompt#resumecover {
    background-image: url(../images/resumecover.jpg);
    background-position: top;
}

article.portfolioprompt#creawricover {
    background-image: url(../images/creativecover.jpg);
    background-position: top;
}

article.portfolioprompt#webcover {
    background-image: url(../images/web_cover.jpg);
}

article.portfolioprompt#fragmentscover {
    background-image: url(../images/fragmentscoveralt.png);
    background-position: top;
}


/*Home Page Animation*/

.portfolioprompt:hover h3,
.portfolioprompt:hover p,
.portfolioprompt:focus h3,
.portfolioprompt:focus p,
.portfolioprompt:active h3,
.portfolioprompt:active p {
    opacity: 1;
}


/*Continue*/

.continueblock .line {
    position: relative;
    top: 15px;
    margin: 0 3%;
}

.continue {
    text-align: center;
    font-size: 20px;
    margin: 5px auto;
    width: 200px;
    background: white;
    z-index: 150;
    position: relative;
}

.continueblock i {
    margin: 15px auto;
    display: block;
    width: 29px;
    color: black;
}

.continueblock i a {
    color: black;
}


/*Home About Me*/

#homeabout {
    display: block;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 8%;
}

#homeabout article {
    display: block;
    width: 730px;
    margin: 0 auto;
}

#portrait {
    display: inline-block;
    width: 350px;
    height: 550px;
    margin: 0 10px;
}

#homeabout .vcard {
    display: inline-block;
    width: 280px;
    height: 485px;
    vertical-align: top;
    padding: 30px;
    border: 3px solid #444;
    background: white;
}

#homeabout .vcard p {
    padding-bottom: 20px;
    font-size: 18px;
}


/*Other Contact*/

#othercontact {
    width: 38.5%;
    margin: 0 auto 100px auto;
}

#othercontact * {
    display: inline-block;
}

#othercontact section {
    height: 100px;
    vertical-align: middle;
}

.formelement span {
    font-weight: 800;
}


/*Find Me*/

#findme {
    display: block;
    width: 635px;
    margin: 0 auto;
}

#findme article {
    padding: 3%;
    border: 3px solid #444;
    vertical-align: middle;
    height: 50px;
}

#findme article:first-child {}

#findme article:nth-child(2) {
    margin: 0 40px;
}

#findme article h3 {
    display: block;
    text-align: center;
}

#findme article:first-child div {
    display: block;
    margin: 0 auto;
    width: 85px;
}

#findme article:nth-child(2) div {
    display: block;
    margin: 0 auto;
    width: 160px;
}

#findme article i,
#findme article div p {
    display: inline-block;
}

#findme article i {
    padding: 5px 3px;
}

#findme article p {
    padding: 4px 3px;
    font-weight: 700;
}

#findme a {
    font-weight: 900;
}

#findme article i:hover,
#findme article p a:hover,
#hubs:hover a,
#findme article i:focus,
#findme article p a:focus,
#hubs:focus a {
    color: #72ba4a;
}


/*3D Hubs Widget*/

#hubs {
    text-align: center;
    border: 3px solid #444;
}

#hubs a {
    font-size: 20px;
    font-weight: 800;
    padding-top: 8%;
}

@media only screen and (max-width: 1675px) {
    /*--------------------------Home Page---------------------------*/
    /*Home Page Covers*/
    .portfolioprompt p {
        margin-top: 7vw;
        font-size: 14px;
    }
    /*Contact*/
    #contact {
        width: 50%;
    }
    #contact .line {
        margin: 5% 0;
    }
    #contact fieldset {
        display: block;
        width: 100%;
    }
    #contact fieldset#submit {
        width: 100%;
    }
    #contact input,
    #contact textarea {
        width: 95%;
    }
    input#contactsubmit {
        width: 100%;
    }
    /*Other Contact*/
    #othercontact section {
        height: auto;
    }
    /*Find me*/
    #findme {
        max-width: 300px;
        width: 100%;
    }
    #findme h3 {
        padding-bottom: 10px;
    }
    #findme article {
        border: 3px solid #444;
        display: block;
        height: auto;
        width: 60%;
        margin: 0 auto 30px auto;
    }
    #findme article:nth-child(2) {
        margin: 0 auto 30px auto;
    }
    /*3D Hubs*/
    #hubs a {
        padding-top: 0;
    }
}

@media only screen and (max-width: 1200px) {
    /*--------------------------Home Page---------------------------*/
    /*Home Page Covers*/
    .portfolioprompt h3 {
        font-size: 20px;
    }
    .portfolioprompt p {
        margin-top: 3vw;
        padding: 7px;
    }
}

@media only screen and (max-width: 900px) {
    /*--------------------------Home Page---------------------------*/
    /*Home Page Covers*/
    .portfolioprompt {
        width: 100%;
        height: 150px;
        display: block;
        margin: 0;
        border-top: 4px solid white;
    }
    .portfolioprompt h3 {
        padding: 10px 0;
        margin: 0 auto;
    }
    .portfolioprompt p {
        font-size: 16px;
        padding: 10px;
    }
    /*Continue*/
    .continueblock {
        display: none;
    }
    /*Home About Me*/
    #homeabout {
        padding-top: 5%;
        padding-bottom: 5%;
    }
    #homeabout article {
        width: auto;
        margin: 0 auto;
    }
    #portrait {
        display: block;
        max-width: 350px;
        width: 100%;
        height: auto;
        margin: 30px auto;
    }
    #homeabout .vcard {
        display: block;
        max-width: 280px;
        width: 100%;
        height: auto;
        vertical-align: top;
        padding: 30px;
        border: 3px solid #444;
        margin: 0 auto;
    }
    /*Find Me*/
    #findme article {
        width: 80%;
    }
    #findme article:nth-child(2) div {
        width: auto;
    }
    #findme article p {
        padding: 0;
        font-weight: 700;
        display: block;
        text-align: center;
        width: 100%;
    }
}