* {
    /* font-family: Helvetica, Sans-Serif; */
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
}

#nav {
    position:fixed;
    width: 100%;
    background-color: black;
    height: 8vw;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-evenly;
}

.inline {
    /* display: inline-block; */
    font-size: 1.25vw;
    /* padding-left: 50px;
    padding-right: 50px; */
    color: white;
}

#title {
    font-size: 4vw;
    padding-top: 30px;
}

#name_mag {
    color: rgb(235, 23, 111);
}

#name_yel {
    color: rgb(252, 233, 64);
}

#name_pink {
    color: rgb(245, 133, 217);
}

#name_purp {
    color: rgb(172, 43, 223);
}

.link {
    padding-top: 50px;
}

a {
    text-decoration: none;
    color: white;
}

/* .space {
    height: 8vw;
} */

.headings {
    text-align: center;
    padding-top: 75px;
    font-size: 3.75vw;
    text-shadow: 2.5px 2.5px 5px black;
}


#intro {
    background-image: url("../images/andyportrait.jpg");
    /* background-color: rgba(255, 255, 255, 0.4); */
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 800px;
    padding-top: 11vw;
}

/* #intro_header {
    color: rgb(235, 23, 111);
} */

#intro_content {
    padding-top: 80px;
    width: 60%;
    margin: auto;
    color: white;
    font-size: 1.6vw;
    line-height: 50px;
    text-align: center;
    text-shadow: 2.5px 2.5px 5px black;
}

#early_life {
    padding-top: 50px;
    /* padding-bottom: 80px; */
    /* background-color: rgba(51, 50, 50, 0.4) */
}

#earlylife_header {
    color: rgb(172, 43, 223);
}

#earlylife_content {
    padding-top: 50px;
    width: 80%;
    margin: auto;
}

#earlylife_content img {
    /* display: inline-block; */
    vertical-align: top;
    padding-right: 35px;
    padding-bottom: 30px;
    width: 30%;
    height: 30%;
    /* float: left; */
}

#earlylife_content p {
    /* display: inline-block; */
    float: right;
    width: 65%;
    /* padding-left: 20px; */
    font-size: 1.3vw;
    line-height: 40px;
}

#art_career {
    padding-top: 50px;
}

#artcareer_header {
    color: rgb(245, 133, 217);
}

#artcareer_content {
    padding-top: 50px;
    width: 80%;
    margin: auto;
    font-size: 1.3vw;
    line-height: 40px;
}

#works {
    padding-top: 50px;
}

#works_header {
    color: rgb(252, 233, 64);
}

#personal_life {
    padding-top: 50px;
}

#personallife_header{
    color: rgb(235, 23, 111);
}

#personallife_content {
    padding-top: 50px;
    width: 80%;
    margin: auto;
    font-size: 1.3vw;
    line-height: 40px;
    padding-bottom: 50px;
}

#works_menu {
    background-color: black;
    width: 100%;
    height: 2.5vw;
    margin-top: 20px;
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-evenly;
}

.works_inline {
    /* display: inline-block; */
    color: white;
    /* padding-left: 30px;
    padding-right: 30px; */
}


#footer {
    height: 4vw;
    background-color: black;
    padding-top: 30px;
    padding-left: 25px;
    color: white;
}

/* h1 {
    color: red;
    font-size: 50px;
}

div {
    color: blue;
} */