::selection {
    background: #a4d4ac;
}

body {
    margin: 0;
}

#article_home_header {
    position: absolute;
    height: 700px;
    width: 100%;
    background-image: url("/PersonalWebsite/Res/img_PersonalWeb_headerbkg.jpg");
}

#section_home_headerBKG {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #00000062;
    display: flex;
    align-items: center;
    justify-content: center;
}

#PFP {
    border-radius: 50%;
    width: 175px;
    height: 175px;
    position: absolute;
    color: #BFD7B4;
}

h1 {
    color: #BFD7B4;
    text-align: center;
    top: 60%;
    position: absolute;
    font-family: 'hs_serif';
    font-size: 45px;
}

@font-face {
    font-family: 'hs_serif';
    src: url("/Res/Fonts/high-school-usa-font/hs_serif.ttf");
}


/* nav */

#nav_home {
    background-color: #BFD7B4;
    height: 75px;
    width: 100%;
    z-index: 1;
    justify-content: center;
    position: fixed;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .2);
}

#search_nav {
    height: 35px;
    bottom: 15px;
    top: 20px;
    left: 10px;
    width: 250px;
    outline: 0;
    box-shadow: none;
    border: 1.5px solid #a4d4ac;
    background-color: darkseagreen;
    border-radius: 8px;
    color: white;
    position: absolute;
}

#b_nav_search {
    position: absolute;
    bottom: 15px;
    top: 20px;
    left: 27%;
    border-radius: 12px;
    background-color: darkseagreen;
    height: 35px;
}

#b_nav_drawer {
    position: absolute;
    left: 90%;
    width: 35px;
    height: 35px;
    top: 20px;
    background-color: transparent;
}


/* article (body) */

#article_home_content {
    top: 60%;
    position: absolute;
    padding: 15px;
}

#section_home_contactMe {
    display: inline-block;
    text-align: left;
}

#form_home_contactMe {
    vertical-align: top;
    display: flex;
    flex-direction: column;
    width: 300px;
}

input {
    margin-bottom: 10px;
    outline: 0;
    box-shadow: none;
    border: 1.5px solid black;
    border-radius: 4px;
    height: 30px;
    color: black;
}

textarea {
    margin-bottom: 10px;
    outline: 0;
    box-shadow: none;
    border: 1.5px solid black;
    border-radius: 4px;
}

button {
    border-radius: 12px;
    background-color: darkseagreen;
    height: 35px;
    width: 100px;
}

#input_home_contactMeSubmit {
    border-radius: 12px;
    background-color: darkseagreen;
    height: 35px;
    color: black;
}

#b_home_resume {
    border-radius: 12px;
    background-color: darkseagreen;
    height: 35px;
    width: 100px;
}

#b_home_twitter {
    border-radius: 12px;
    background-color: darkseagreen;
    height: 35px;
    width: 100px;
}

#b_home_instagram {
    border-radius: 12px;
    background-color: darkseagreen;
    height: 35px;
    width: 100px;
}

h3 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 30px;
    font-weight: bold;
}

h4 {
    text-indent: 2%;
    position: relative;
    font-weight: unset;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
}

#img_home_imgSlider {
    width: 650px;
    height: 400px;
}

#section_home_imgSlider {
    display: flex;
    align-items: center;
}