/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    text-decoration: none;
}

a:visited{
    color: var(--primary-text)
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ============================ END CSS RESET =========================== */
/* ============================ BEGIN STYLESHEET ======================== */


:root{
    --primary-text: black;
    --secondary-text: gray;
}

*{
    font-family: 'Rubik', sans-serif !important;
}

body{
    background-color: #edf2f6;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}

.body-container{
    position: relative;
    margin-top: 5vh;
    width: 80vw;
    min-height: 800px;
    display: flex;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
}

h1{
    font-size: 40px;
}

h2{
    font-size: 20px;
    font-weight: 600;
}

#last-name{
    color: var(--secondary-text);
}

.second-word{
    color: var(--secondary-text);
}

.name{
    display: flex;
}

.block-container{
    width: 90vw;
    display: flex;
    justify-content: space-between;
}

.main{
    min-height: 290px;
    overflow-y: hidden;
}

.top-section {
    min-height: 180px;
}

.main-block{
    position: relative;
    flex: 1 1 0;
    border-radius: 15px;
    background-color: white;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    margin: 7px;
    padding: 30px;
    min-width: 325px;
}

.intro-block{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 45px;
    min-width: 350px;
    min-height: 325px;
}

.icon-container{
    display: flex;
    justify-content: space-between;
    width: 90px;
}

.icon{
    height: 36px;
    width: 36px;
    border: 3px solid #a7a7a7;
    border-radius: 50%;
}

.linkedin-icon{
    background-image: url('assets/images/LINKEDIN_icon-icons.com_65538.png');
    background-repeat: no-repeat;
    background-size: 60% 60%;
    background-position: center;
}

.github-icon{
    background-image: url('assets/images/GITHUB_icon-icons.com_65553.png');
    background-repeat: no-repeat;
    background-size: 60% 60%;
    background-position: center;
}

.fiverr-icon{
    background-image: url('assets/images/fiverr-icon.png');
    background-repeat: no-repeat;
    background-size: 120% 120%;
    background-color: var(--secondary-text);
    background-position: center;
}
.intro-block, .resume-block, .headshot-block{
    min-height: 185px;
}
.headshot-block{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.headshot{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-image: url('https://spencerheywood.com/images/misc/spencer-heywood-headshot.png');
    background-repeat: no-repeat;
    background-size: 110% 110%;
    background-position: center;
}

.circular-text{
    position: absolute;
}

.resume-block{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    color: var(--secondary-text);
}

.resume-icon{
    width: 30%;
    height: auto;
}

.portfolio-img{
    height: auto;
    filter: grayscale(20%);
}

.nugget-rush-img{
    width: 15%
}

.servo-img{
    width: 23%;
    transform: translate(0, -10%);
}

.dashdoor-img{
    width: 12%;
}

.home-keeper-img{
    width: 20%;
    margin-top: -10px;
}


.image-container{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.portfolio-title{
    margin-top: 20px;
}


.image-container h2{
    color: #3c4c40;
    position: relative;
    margin-bottom: -15px;
}

.portfolio-container{
    max-height: 135px;
}

.portfolio-container > *{
    min-width: 200px;
}


.main, .main-portfolio{
    overflow-x: auto;
    flex-shrink: 0;
}

.icons-container{
    width: 80vw;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.technology-icons{
    max-width: 700px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    justify-content: center;
}

.technology-icons img{
    width: 45px;
    height: auto;
    margin: 10px;
}

.featured-item::before{
    content: 'Full Stack';
    color: var(--secondary-text);
    font-size: 14px;
    position: absolute;
    top: -15px;
}

.current-project-item::before{
    content: 'Full Stack';
    color: var(--secondary-text);
    font-size: 12px;
    position: absolute;
    top: -15px;
}

.mern-item::before{
    content: 'MERN Stack';
    color: var(--secondary-text);
    font-size: 12px;
    position: absolute;
    top: -15px;
}

.client-side-item::before{
    content: 'Client Side';
    color: var(--secondary-text);
    font-size: 12px;
    position: absolute;
    top: -15px;
}

.intro-block-blurb{
    line-height: 20px;
    font-size: 18px;
    white-space: pre-wrap;
    color: var(--secondary-text);
    margin-bottom: 20px;
}

.additional-work{
    width: 80%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
}

.additional-work a{
    color: #3c4c40;
    font-size: 18px;
    margin-top: 10px;
    margin-right: 20px;
    padding: 10px;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.additional-work a:hover{
    cursor: pointer;
}

.contact-container{
    margin-bottom: 20px;
}

@media only screen and (max-width: 750px){
    .servo-img{
        display: none;
    }
}