ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  list-style-type: none;
  padding: 10px;
  text-align: center;
}
b {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  list-style-type: none;
  padding: 10px;
  text-align: center;
}
div{
  overflow: hidden;
}
a{
  width: 100%;
}
h1 {
  font-size: 36px;
  color: black;
  font-family: 'Abril Fatface', cursive;
  text-align: center;
}

p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
}

.box {
  background-color: #F8D3B5;
  margin-left: 150px;
  margin-right: 150px;
  text-align: center;
}

.resumeintro {
  text-align: center;
}

.gallery {
  margin: 5px auto 0px 150px;
  float: left;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  min-height: 500px;
  height: auto;
}

h2 {
  font-family: 'Abril Fatface', cursive;
  text-align: center;
  font-size: 30px;
}

h3 {
  font-family: 'Abril Fatface', cursive;
  font-size: 24px;
  text-decoration: underline;
}

h4 {
  font-family: 'Abril Fatface', cursive;
}

h5 {
  font-family: 'Abril Fatface', cursive;
}

h6 {
  font-family: 'Abril Fatface', cursive;
}

.headlines {
  float: left;
  margin-left: 25px;
}

.date {
  float: right;
  margin-right: 25px;
}

li {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  list-style-type: none;
}

.flex-container {
    display: flex;
    justify-content: space-between;
}

.flex-container ul li {
    padding-right: 6px;
}

.flex-container ul li::after {
    content: ' | ';
    padding-left: 6px;
}

.flex-container ul li:last-of-type:after {
    content: '';
}

.experience {
  text-align: left;
  padding-left: 10px;
  padding-bottom: 2px;
}

img {
  max-height: 400px;
  margin-top: 15px;
}

.banner {
  max-height: 400px;
	margin-top: 15px;
  width: 100%;
  border: #FACFC6 solid 1px;
}

@media screen and ( max-width: 100px ) {
img.responsive { height: 200px; }
}

.aboutpic {
  float: left;
  padding: 15px;
  max-width: 40%;
  height: auto;
}

.abouttext {
  padding: 20px;
}

.container-about {
  display: inline-block;
}

.skills {
  float:right;
}



.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
  background-color: #FACFC6;
  color: white;
}

.contentwrapper {
  margin-bottom: 50px;
}

.copyright {
  text-align: left;
  padding-left: 25px;
}

.socials {
  text-align: right;
  padding-right: 25px;
}
* {
  box-sizing: border-box;
  margin: auto;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
  text-align: center;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 100%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 2000px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 100%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  
.separator {
    height: 4px;
    display: inline-block;
    border-left: 1px solid #999;
    margin: -2px 0px;
    padding-bottom: 10px;
  }
