﻿.social-part .fa {
    margin-top: 11px;
    padding-right: 20px;
    
}

ul li a {
    margin-right: 20px;
}

.final-item {
    margin-right: 300px;
}

.logo {
    margin-left: 300px;
}

.profile {
    border-radius: 50%;
    width: 75%;
    margin-bottom: 20px;
}

.white-container {
    background: #ffffff;
    position: relative;
    display: flex;
}

.gray-container {
    background: #FAFAFA;
    position: relative;
    display: flex;
}

.mrg-container {
    margin-left: 350px;
    margin-top: 75px;
    margin-bottom: 75px;
}

p {
    font-family: 'IBM Plex Serif';
    font-size: 20px;
}

.post-text {
    font-size: 17px;
}

.date-text {
    padding-top: 12px;
    font-size: 15px;
    font-style: italic;
}

.font-family-IBM {
    font-family: 'IBM Plex Serif';
}
.caption {
    display: block;
}

.left-container {
    vertical-align: top;
    display: inline-block;
    float: left;
    inline-size: 350px;
    text-align: center;
}

.biography {
    margin-bottom: 20px;
}

.description {
    margin-right: 350px;
}

a:link {
    color: #116466;
}

a:visited {
    color: #116466;
}

a:hover {
    color: #123C69;
}

.bio-container {
    float: left;
    max-width: 1200px;
    margin: auto;
}

.main-container {
    float: left;

}
.nav-title {
    font-weight: bold;
    font-weight: 900;
    font-size: 20px;
    font-family: 'IBM Plex Serif';
}
#navbar {
  overflow: hidden;
  background-color: #333;
}

/* Navbar links */
#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}
.title-container {
    float: left;
    margin: auto;
    display: inline-block;
    inline-size: 350px;
    height: 300px;
}

.posts-container {
    float: left;
    display: flex;
    flex-direction: row;
    vertical-align: top;
    inline-size: 500px;
    margin-bottom: 40px;
}

.post-image-container {
    float: right;
    margin-right: 357px;
    flex-direction: row;
    margin-bottom: 40px;
}

.center-text {
    text-align: center;
    inline-size:1200px;
    margin-bottom: 50px;
}

.icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    margin-bottom: 20px;

}

.col-12 {
    margin-bottom: 20px;
}

.icon-container {
    inline-size: 1250px;
    display: flex;
}

.experience-list {
    font-size: 50px;
}

.title-span {
    font-size: 30px;
    border-style: solid;
    border-width: 2px;
    border-top: 2px solid rgb(192, 192, 192);
    border-top: 2px solid rgba(192, 192, 192, .2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: list-item;
    inline-size: 810px;
    margin-bottom: 40px;
    background-color: #FAFAFA;
}

.list-title {
    font-size: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
    display: block;
}

.list-subtitle {
    font-size: 20px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    display: block;
}

.font-size{
    font-size: 30px;
    
}