body,
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  font-family: Helvetica, sans-serif;
}
.wrapper {
  max-width: 1024px;
  margin: 0 auto;

  color: #838788;
  
}
img {
  width: 200px;
  height: 200px;
  margin: 20px 0 20px 20px;

  border-radius: 50%;
}
header {
  /*display: flex;*/
  flex-direction: row;

  background: linear-gradient(to right, #494f4f, gray);
  background-color: #494f4f;
  
}
@media screen and (min-width: 600px) {
  main {
    display: flex;
  }
  header {
    display: flex;
  }
}
@media  (max-width: 600px) {
  .col_right {
    order: 0;
  }
  .col_left {
    order: 1;

    
  }
  header div {
    margin-right: 10px!important;
    margin-left: 10px!important;
    

  }
}
main {
  flex-direction: row;
  justify-content: space-between;
}

.col_left {
/*flex: 1;*/
  order: 0;
  padding: 20px;
  /*width: fit-content;*/
  min-width: 300px;

  
}
.col_right {
  order: 1;

/*width: 67%;
    /*flex: 4;*/
  padding: 20px;

  
}
h2 {
  margin-bottom: 20px;
  padding: 10px;

  font-weight: 600;
  font-size: 16px;
  color: white;

  background: linear-gradient(to right, #437483, #9fb2b8);
  background-color: #6997a6;
  border-radius: 3%;
}



li {
  margin-bottom: 5px;

  list-style: none;

  
}


.col_left {
  flex-basis: content;
}   
ul {
  margin-left: 0;
}
h1,
h2 {
  text-transform: uppercase;
}
header {
  align-items: center;
}
header div {
  margin-left: 10%;
}
h1 {
  margin-bottom: 5px;

  font-weight: 600;
  font-size: 36px;
  color: white;
  text-shadow: 3px 3px 3px #6997a6;
}
h1 + p {
  font-size: 20px;
  color: #6997a6;
  
}
section:nth-of-type(n+2) h2 {
  margin-top: 20px;

  
}
b {
  width: 50px;

  font-weight: bold;
}
.contact li:first-child {
  padding-left: 25px;

  font-size: 14px;

  background-image: url(phone.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.contact li:nth-of-type(2) {
  padding-left: 25px;

  font-size: 14px;

  background-image: url(mail.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.contact li:nth-of-type(3) {
  padding-left: 25px;

  font-size: 14px;

  background-image: url(skype.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.contact li:nth-of-type(4) {
  padding-left: 25px;

  font-size: 14px;

  background-image: url(github.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.contact li:nth-of-type(5) {
  margin-bottom: 0;
  padding-left: 25px;

  font-size: 14px;

  background-image: url(location.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.contact ul {
  line-height: 20px;
}
.col_left a {
  color: #838788;
  text-decoration: none;
}
.col_left a:hover {
  color: black;
  text-decoration: underline;
}
.col_left dl {
  display: flex;
  flex-direction: row;
  align-content: center;
}
.col_left dt {
  width: 80px;
  font-weight: 900;
  font-size: 14px;
}
.hobbies li {
  list-style-position: inside;
  list-style-type: circle;
}


.education  li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
  
}

.experience  li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
  
}

.skills  li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
  
}

.skills li ul li {
  margin-bottom: 10px;
}

.education li p {
  line-height: 20px;
  margin-left: 20px;
}

.experience li p {
  line-height: 20px;
  margin-left: 20px;
}

.skills li p {
  
  margin-left: 20px;
}

.education li span {
  
  font-weight: 700;
  width: 100px;
  min-width: 100px;
}

.experience li span {
  
  font-weight: 700;
  width: 100px;
  min-width: 100px;
}

.skills li span {
  
font-weight: 900;
  
line-height: 16px;
  
width: 100px;
  
min-width: 100px;
  
/*flex-basis: 200px;*/
}



.experience dl {
  display: flex;
  flex-direction: row;
  
}

.experience dt {
  width: 100px;
  background-color: darkorchid;
}
.a1 {
  width: 500px;
  background-color: darkslateblue
  height: 500px;
}

.col_right a {
  color: #838788;
  font-weight: 700;
  text-decoration: none;
}
.col_right a:hover {
  color: black;
  font-weight: 700;
}