/* Header */
.nav-left {
    border: solid rgb(172, 153, 153) 1px;
    border-radius: 50px;
    padding: 10px 20px;
    margin: 50px 20px;
    background-color: #ffffff;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    align-content: flex-start;
    grid-area: header;
}
.nav-left img {
    height: 60px;
    display: flex;
    justify-content:flex-start;
}
nav ul {
    display: flex;
}
.nav-right {
    border: solid rgb(172, 153, 153) 1px;
    border-radius: 50px;
    padding: 10px 20px;
    margin: 50px 20px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-content: center;
    grid-area: header;
}
.nav-center {
    border: solid rgb(172, 153, 153) 1px;
    border-radius: 50px;
    padding: 10px 20px;
    margin: 50px 20px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
    grid-area: header;
}
.page-header nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.page-header ul {
    display: flex;
    order: 1;
    width: 100%;
    margin-top: 15px;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.wrapper > * {
    padding: 20px;
}
.page-main {
    flex-grow: 1;
}
body {
    display: flex;
    flex-direction: column;
}
.page-main {
    display: flex;
    flex-direction: column;
    min-height: 350px;
}
.page-main div {
    max-width: 1500px;
}
.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    word-wrap: break-word;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    align-items: center;
}
.card {
    width: auto;
    text-align: flex-start;
    display: flex;
    flex-direction: row;
    border: solid rgb(172, 153, 153) 1px;
    border-radius: 50px;
    background-color: #ffffff;
    height: auto;
    margin: 50px 0px 15px 0px;
}
div:nth-child(8) {
    background-color: transparent;
}
.big-card {
    border-radius: 50px;
    display: flex;
    height: auto;
    margin: 50px 50px 15px 100px;
    width: 873px;
}
.big-image {
    display: flex;
    flex-direction: column;
    object-fit: cover;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: auto;
    width: 873px;
} 
.image {
    border-radius: 50px 0px 0px 50px;
    display: flex;
    flex-direction: column;
    object-fit: cover;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    height: 500px;
    width: 750px;
}
.small-card {
    display: flex;
    width: 383px;
    height: auto;
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    margin: 50px 0px 15px 0px;
}
.flex {
    display: flex;
    justify-content:space-evenly;
    flex-wrap: wrap;
    align-items: flex-start;
}

/* Main */
main {
    display: grid;
    flex-wrap: wrap;
    grid-area: main;
}
.h1, h1 {
    color: black;
    font-size: 50px;
}
h2 {
    margin: 10px 0px;
    font-size: 40px;
    padding-bottom: 25px;
    padding-top: 50px;
}
h3 {
    font-size: 35px;
}
h4 {
    font-size: 30px;
    text-align: left;
}
h5 {
    font-size: 20px;
    color: rgb(172, 153, 153);
}
section p {
    padding-bottom: 25px;
}
.flex-card {
    border: solid rgb(207, 207, 207) 0.2px;
    padding: 10px;
    border-radius: 0px 0px 15px 15px;
    margin-top: -4px;
    border-top: none;
}
.small-image {
    border-radius: 15px 15px 0px 0px;
}
main li, nav li {
    list-style: none;
    float:left;
    padding-right: 10px;
}
.content-card {
    clear: both;
    overflow: auto;
    border: solid rgb(172, 153, 153) 1px;
    border-radius: 50px;
    padding: 10px 25px;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#tips {
    clear: both;
    overflow: auto;
    border: solid rgb(172, 153, 153) 1px;
    border-radius: 50px;
    padding: 10px 25px;
    background-color: #ffffff;
    margin: 50px 0px 15px 0px;
    width: 700px;
}
#flex-two {
    display: flex;
    flex-direction: flex-start;
    justify-content:space-between;
    align-content: flex-start;
    margin-top: 100px;
}
#main-content {
    margin-bottom: 50px;
}
#small-content {
    margin-bottom: 50px;
    width: 400px;
}
div p {
    padding-bottom: 20px;
}
#profile-picture {
    border: solid rgb(172, 153, 153) 1px;
    border-radius: 200px;
    background-color: #ffffff;
}
#social-media {
    margin-left: -40px;
    margin-bottom: 75px;
}
section p a {
    text-decoration: underline;
}
.beside {
    float:right;
    padding: 50px 30px;
}
.float {
    float: right;
    padding-top: 30px;
}
.medium-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px 0px 0px 50px;
}
.image-big {
    height: 1000px;
    width: 750px;
    border-radius: 50px 0px 0px 50px;
    display: flex;
    flex-direction: column;
}
a {
    text-decoration: none;
    color: rgb(172, 153, 153);
}
a:hover {
    color: black;
}
a:active {
    color: rgb(61, 61, 61)53;
}
a:visited {
    color: rgb(125, 91, 91)53;
}
body {
    background-color: #f3f3f1;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-right: 150px;
    margin-left: 150px;
    display: grid;
    grid-template-rows: 175px auto 300px;
    grid-template-areas: 
    "header header header"
    "main main main"
    "footer footer footer";
    padding-left: 0px;
}
.rows-content {
    align-items: center;
    height: 300px;
    width: 300px;
    padding-right: 20px;
    margin-bottom: 100px
}
hr:last-of-type {
    margin-top: 100px;
}
.button-outline {
    border: solid rgb(0, 0, 0) 1px;
    color: black;
    background-color: transparent; 
    padding: 10px;
    border-radius: 25px;
    font-weight: 600;
}
.button-outline:hover {
    border: solid rgb(0, 0, 0) 1px;
    background-color: black; 
    color:white;
    padding: 10px;
    border-radius: 25px;
    font-weight: 600;
}
.button-fill {
    border: solid rgb(0, 0, 0) 1px;
    background-color: black; 
    color:white;
    padding: 10px;
    border-radius: 25px;
    font-weight: 600;
}
.button-fill:hover {
    border: solid rgb(0, 0, 0) 1px;
    color: black;
    background-color: transparent; 
    padding: 10px;
    border-radius: 25px;
    font-weight: 600;
}
.flex-container {
    display: flex;
    margin-top: 100px;
    margin-bottom: 20px;
}
.flex-child {
    flex: 1;
}  
.flex-child:first-child {
    margin-right: 20px;
    margin-top: 0px;
    padding-right: 0px;
} 

/* Footer */
footer {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    align-content: flex-start;
    grid-area: footer;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 50px;
}
footer p {
    color: rgb(172, 153, 153);
    margin-top: 35px;
}
footer div li {
    clear: both;
}
footer li {
    list-style: none;
    float:left;
    padding-right: 10px;
    display: grid;
    align-content: start;
    justify-content: start;
}
footer ul {
    padding-left: 0px;
}
hr {
    border-top: 1px solid rgb(219, 218, 218);
    width: auto;
}
#rows {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    align-content: flex-start;
    margin-bottom: 100px;
}
.clear li {
    clear: both;
}
.clear {
    padding-top: 10px;
    margin-bottom: 50px;
}
ol li {
    list-style:decimal;
}
ol > li::marker {
    font-weight: bold;
}
#rows li {
    list-style:circle;
}
.flex-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: flex-start;
    text-align: center;
}
#experience div:last-child {
    padding-top: 0px;
}
#experience h2:nth-of-type(1) {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    padding-top: 0px;
}