/* Global Section */

body {
    background: linear-gradient(#c486c1, #0b8793, #c486c1, #0b8793);
    /*background-image: url(/Images/Fall.jpg);*/
    /*background-color: lightgrey;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 180%;
}

/* NAVBAR */
#navbar {
    position: sticky;
    top: 0;
    overflow: hidden;
    background: linear-gradient(#006A67);
    color: black;
    /*border: 2px solid black;*/
    border-radius: 50%;
    padding: 5px 10px;
    margin: 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

#navbar li {
    display: inline-block;
    margin: 0 40px;
}

#navbar li a {
    color: black;
    text-decoration: underline;
    font-size: 24px;
}

/* Header */
#header {
    /*background: linear-gradient(#37306B, #0b8793);*/
    text-align: center;
    color: black;
}

#header h1 {
    font-size: 64px;
    margin-bottom: 0;
    color: black;
}

#header p {
    font-size: 24px;
    margin-top: 5px;
    text-decoration: underline;
}

#header ul {
    list-style: none;
    padding-left: 0;
}

#header ul li {
    display: inline-block;
    margin: 0 20px;
}

#header ul li a {
    text-decoration: underline;
}

/* About */
#about {
    margin-top: 14px;
    color: black;
    border: 2px solid black;
    background: none;
    padding: 5px 10px;
    border-radius: 5%;
    width: 600px;
    height: 360px;
    float: right;
    font-weight: 600px;
    line-height: 20px;
}

#about h1 {
    color: black;
    text-decoration: underline;
}

/* Experience */

#experience {
    margin-top: 10px;
    padding: 5px 10px;
    border-radius: 10px;
    border: 2px solid black;
    background-color: transparent;
    width: 600px;
    height: 550px;
    font-weight: 100px;
}

#experience h1 {
    text-decoration: underline;
}

#experience ul {
    list-style: none;
    padding-left: 0;
}

#experience .single-exp {
    margin-bottom: 30px;
}

/*i {
    float: right;
}*/

#experience .single-exp>li {
    font-size: 18px;
    font-weight: 600;
    background-color: none;
    color: black;
    padding: 2px 10px;
    border-radius: 20px;
    margin-bottom: 5px;
    border: 1px solid black;
}

#experience .single-exp div {
    text-align: right;
    font-style: italic;
}

hr {
  margin-top: 30px;  
}

h2 {
    text-decoration: underline;
    text-align: center;
    margin-top: 14px;
    color: black;
    background: none;
    padding: 5px 10px;
    border-radius: 5%;
}

/* Projects */
#projects{
    display: flex;
    color: black;
    background: linear-gradient(#37306B, #0b8793, #37306B);
    /*background-image: url(/Images/pexels-photo-270404.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;*/
    padding: 5px 10px;
    text-align: center;
    border: 2px solid black;
    height: 500px;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap-reverse;
}

.Portfolio {
    color: white;
    background-color: none;
    display: inline-block;
    width: 300px;
    height: 300px;
    margin: 0 10px;
    border: 2px solid black;
    padding: 100px 10px;
    box-sizing: border-box;
    /*background-image: url(/Images/Ambient\ Dinner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300%;*/
}

.Connection {
    color: white;
    display: inline-block;
    width: 300px;
    height: 300px;
    margin: 0 10px;
    background-color: none;
    border: 2px solid black;
    padding: 100px 10px;
    box-sizing: border-box;
    /*background-image: url(/Images/OB87.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;*/
}

.unknown {
    color: black;
    border: 2px solid black;
    display: inline-block;
    width: 300px;
    height: 300px;
    margin: 0 10px;
    color: black;
    background-color: none;
    padding: 100px 10px;
    box-sizing: border-box;
    /*background-image: url(/Images/Coffee1.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;*/
}

.form a {
    color: white;
}

.portfolio a {
    color: white;
}

.unknown a {
    color: white;
}

#projects .project:hover {
    cursor: pointer;
}

/* Skills */
#skills {
    text-decoration: underline;
    color: black;
    width: 40%;
    margin-top: 30px;
    padding: 5px 10px;
    border-radius: 10px;
    border: 2px solid black;
    background: linear-gradient(#635985, #1C4B8F, #635985);
    /*background-image: url(/Images/Coding.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;*/
}

/* Contact */
#contact {
    margin-top: 30px;
    text-align: center;
}

.contact {
    color: black;
    background: linear-gradient(#3E5F44, #8DD8FF, #c486c1);
    display: inline-block;
    border: 2px solid black;
    width: 300px;
    height: 350px;
    margin: 0 10px;
}

.contact h2 {
    color: black;
}
