#profil-picture {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
    border: 15px double saddlebrown;
}

h1{
    text-align: center;
}

body {
    font-family: 'Ubuntu', sans-serif;
    margin: 0;
    background-color: lightslategray;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
  }
  
li {
    float: left;    
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: #111;
}

#active {
    background-color: #111;
}

.frame {
    height: 200px;
    width: 300px;
    border: 3px solid black;
    text-align: center;
    position: relative;
}

.frame p {
    font-size: 22px;
    position: absolute;
    bottom: 0;
    text-align: center;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.section {
    margin: 0 auto;
    display: flex;
    margin-bottom: 50px;
}

.section a:visited {
    color: black;
}

.project-picture {
    height: 150px;
    width: 300px;
}

.projects {
    margin: 0 auto;
}

.row {
	margin: 0 auto;
	display: table;
	width: 60%;
	table-layout: fixed;
	border-spacing: 10px;
}

.col {
    display: table-cell;
	text-align: center;
    border: 2px solid black;
    transition: transform .2s;
    box-shadow: 4px 4px 4px black;
}

.col img {
	width: 100%;
}

.col p {
	font-size: 2vw;
}

.col a {
    color: black;
    text-decoration: none;
}

h2 {
    text-align: center;
    text-decoration: underline;
}

h3 {
    text-align: center;
}

.col:hover {
    transform: scale(1.05);
  }

  @media only screen and (max-width: 600px) {
    
    #profil-picture {
        width: 50%;
    }
    h1{
        margin: 8%;
        
    }
  }
  #about-picture {
      width: 13%;
      float: left;
      margin-bottom: 40px;
      margin-right: 10px;
      margin-left: 10px;
      margin-top: 20px;
  }
  #about-text{
      margin: 20px;
      text-align: center;
  }
  .about-row {
    margin-top: 50px;
    margin: 0 auto;
	display: table;
	width: 60%;
	table-layout: fixed;
    border-spacing: 10px;
}

.about-col {
    display: table-cell;
	text-align: center;
    border: 2px solid black;
    transition: transform .2s;
    box-shadow: 4px 4px 4px black;
    background: lightslategrey;
    width: 50%;
}

.about-col img {
    width: 100%;
}

.about-col:hover{
    transform: scale(1.2);
}
