@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");* 

{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

.page {
  display: flex;
  flex-wrap: wrap;
}

.section {
  width: 100%;
  
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  
}

.menu {
  background-color: #5995DA;
  height: 80px;
}

.header {
  background-color: #4d4d4d;
  color: white;
}

.content {
  background-color: #EAEDF0;
  height: 600px;
}

.sign-up {
  background-color: #D6E9FE;
}

.feature-1 {
  background-color: white;
  flex-direction: column;
  height: auto;
}

.feature-2 {
  background-color: white;
  flex-direction: column;
  height: 2000px;
}

.feature-3 {
  background-color: #C8C6FA;
}

.profiel {
  color: #6ce0f1;
}
.studies {
  color: #fb4485;
}

.werkervaring {
  color: #fda333;
}

.voltijds {
  color: #c2e15f;
}

.interesses {
  color: #d3a4f9;
}

.firstnamee {
  font-weight: bold;
  padding-left: 5px;
}

.stad {
  color:grey;
}

.minispacie {
  padding-top: 4px;
}

li {
  margin-left: 20px;
}


a {
  text-decoration: none;
  color: black;
}

/* Mobile Styles */
@media only screen and (max-width: 515px) {
  body {
    background-color: #F09A9D; /* Red */

  }
  .header {
    height: 100px;
    
  }
  .patrick {
    display: flex;
    flex-wrap: nowrap;
    font-size: 18px;
    width: 399px;
    height: 30px;
    text-align: center;
    justify-content: center;
    align-content: left;
  }
  .section {
    justify-content: center;
    align-content: center;
  }
  .profiel {
    font-size: 25px;
    padding-left: 20px;
  }
  .feature-2 {
    text-align: left;
    justify-content: left;
    align-content: flex-start;
    padding-left: 11px;
  }

  .feature-1 {
    align-content: flex-start;
    padding-left: 32px;
    padding-top: 20px;
    
  }
  .profiletext {
    padding-left: 20px;
    padding-right: 20px;
  }
  .studies {
    font-size: 25px;
    padding-left: 20px;
    padding-top: 20px;
  }
  .studiestext {
    padding-left: 20px;
    padding-right: 10px;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .studielinein {
    padding-bottom: 20px;
  }
  .studiepadding {
    padding-left: 35px;
  }
  .werkervaring {
    font-size: 25px;
    padding-left: 20px;
    padding-top: 20px;
  }
  .voltijds {
    font-size: 25px;
    padding-left: 20px;
  }
  .interesses {
    font-size: 25px;
    padding-left: 20px;
  }
  .scheiding {
    padding-top: 10px;
  }
  .table-talen {
    width: 100%;
    margin-left: 1px;
    border-spacing: 0;
  }

  .table-skills {
    width: 100%;
    margin-left: 0;
    border-spacing: 0;
  }

  td > .gedraaid {
    width: 12px;
  }

  td {
    height: 20px;
  }

  .firstOfList {
    width: 100px;
  }

  .gedraaid {
    transform: rotate(-90deg);
    font-size: 15px;
    padding: 0;
  }

  .fas, .far{
    font-size: 12px;
  }

  td {
    font-size: 18px;
  }
}

/* Tablet Styles */
@media only screen and (min-width: 515px) and (max-width: 960px) {
  .page {
    width: 100%;
    margin: 0 auto;
  }
  .feature-1 {
    width: 35%
  }
  .feature-2 {
    width: 65%;
  }
  .header {
    height: 400px;
  }
  .sign-up {
    height: 200px;
    order: 1;
  }
  .content {
    order: 2;
  }
  .header {
    height: 160px;
    width: 100%;
    font-size: 40px;
    align-items: center; /* Vertical center alignment */
    justify-content: center; /* Horizontal center alignment */
    flex-flow: column wrap;
  }
  .job {
    font-size: 15px;
  }

  .feature-1 {
    align-content: flex-end;
    justify-content: right;
    text-align: right;
    padding-top: 25px;
    padding-right: 10px;
    
    
  }
  .feature-2 {
    align-content: flex-start;
    justify-content: left;
    text-align: left;
    padding-top: 25px;
    padding-left: 10px;
  }
  .profiel {
    font-size: 25px;
  }
  .scheiding {
    padding-top: 10px;
  }
  .studies {
    font-size: 25px;
    padding-top: 20px;
  }

  .werkervaring {
    font-size: 25px;
    padding-top: 20px;
  }
  .voltijds {
    font-size: 25px;
    
  }

  .studielinein {
    padding-bottom: 10px;
  }

  .studiestext {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .stad {
    padding-right: 5px;
  }
  .interesses {
    font-size: 25px;
  }
  table {
    width: 100%;
    margin-left: 3px;
  }

  td > .gedraaid {
    width: 12px;
  }

  td {
    height: 20px;
  }

  .firstOfList {
    width: 125px;
  }

  .gedraaid {
    transform: rotate(-90deg);
    font-size: 15px;
    padding: 0;
  }

  .fas, .far{
    font-size: 12px;
  }

  td {
    font-size: 18px;
  }
}

/* Desktop Styles */
@media only screen and (min-width: 961px) {
  .page {
    width: 100%;
    margin: 0 auto;
  }
  .feature-1 {
    width: 30%
  }
  .feature-2 {
    width: 65%;
  }
  .header {
    height: 400px;
  }
  .sign-up {
    height: 200px;
    order: 1;
  }
  .content {
    order: 2;
  }
  .header {
    height: 160px;
    width: 100%;
    font-size: 40px;
    align-items: center; /* Vertical center alignment */
    justify-content: center; /* Horizontal center alignment */
    flex-flow: column wrap;
  }
  .job {
    font-size: 15px;
  }

  .feature-1 {
    align-content: flex-end;
    justify-content: right;
    text-align: right;
    padding-top: 25px;
    padding-right: 25px;
    
    
  }
  .feature-2 {
    align-content: flex-start;
    justify-content: left;
    text-align: left;
    padding-top: 20px;
    padding-left: 10px;
    margin-right: 25px;
  }
  .profiel {
    font-size: 25px;
  }
  .scheiding {
    padding-top: 15px;
  }
  .studies {
    font-size: 25px;
    
  }

  .werkervaring {
    font-size: 25px;
    padding-top: 20px;
  }
  .voltijds {
    font-size: 25px;
    
  }

  .studielinein {
    padding-bottom: 20px;
  }

  .studiestext {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .stad {
    padding-right: 5px;
  }
  .interesses {
    font-size: 25px;
  }
  table {
    width: 100%;
    margin-left: 3px;
  }

  td > .gedraaid {
    width: 12px;
  }

  td {
    height: 20px;
  }

  .firstOfList {
    width: 125px;
  }

  .gedraaid {
    transform: rotate(-90deg);
    font-size: 15px;
    padding: 0;
  }

  .fas, .far{
    font-size: 12px;
  }

  td {
    font-size: 18px;
  }

  
    
}
