/* Root Styling */

body  {
    font-family: "League Spartan", sans-serif;
    background-color: #fff;
    border-radius: 15px;
}

nav {
    height: 100px;
}

nav a {
    text-decoration: none;
    color:#2c2c2c;
}

nav a:hover {
    border-bottom: 2px solid #2c2c2c;
    padding-bottom: 6px;
    cursor: ;
}

nav ul  {
    display: flex;
    list-style: none;
    margin: 0 auto;
    max-width: 500px;
    padding-top: 50px;
}

nav li  {
    font-family: "League Spartan", sans-serif;
    font-size: 22px;
    font-weight: 300;
    margin: 0 auto;
    letter-spacing: 5px;
}

main {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: none;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 75px;
}

footer  {
    display: flex;
    justify-content: center;
    width:100%;
    height: 60px;
    margin-bottom: -20px;
}

#footer  {
    display: flex;
    color: #000;
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
}

#footer li {
    padding: 10px 30px 30px 30px;
    list-style: none;
}

/**** HOME PAGE STYLING ****/


#banner-left {
    padding-right: 60px;
}

#banner-right {
    padding-left: 60px;
}

#banner-left, h1   {
    font-family: "League Spartan";
    font-weight: 600;
    font-size: 52px;
    line-height: 5px;
    padding-top: 100px;
}

#banner-left, h3   {
    font-family: "League Spartan";
    font-weight: 600;
    font-size: 17px;
}

#hero   {
    max-height: 551px;
    max-width: 430px;
}

#coming-soon {
    font-family: "League Spartan";
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 32px;
    text-align: center;
    max-width: 900;
    padding-top: 80px;
    margin: 0 auto;
    justify-content: center;
}


/* ABOUT ME PAGE STYLING */
#about-me {
    font-family: "League Spartan", sans-serif;
    font-size: 20px;
    text-align: justify;
    line-height: 35px;
    padding-top: 40px;
    margin: 0 auto;
    max-width: 600px;
    padding-bottom: 150px;
}

/* WORK PAGE STYLING */

.container-work-1   {
    margin: 0 auto;
}

.workBanners   {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    margin: 30px auto;
    height: 175px;
    width: 900px;
    background-color: #000;
    border: 2px solid black;
}

.workBanners h2 {
    color: black;
    font-size: 40px;
}

#workDevCat {
    background-color: #fff;
    background-position: stretch;
    background-size: 100%;
}

#workPhotoCat {
    background-color: #fff;;
    background-position: stretch;
    background-size: 100%;
}

#workDevCat:hover {
    width: 905px;
    height: 200px;
}

#workPhotoCat:hover {
    width: 905px;
    height: 200px;
}

/* CONTACT PAGE STYLING */

#form-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 900px;
    height: auto;
    padding: 50px 0 50px 0;
}

#connect    {
    text-align: center;
    font-size: 20px;
}

.contact-field  {
    display: inline;
    margin-left: 20px;
    width: 200px;
    height: 25px;
}

#text-area {
    display: flex;
    align-items: center;
    width: 200px;
}