* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

body{
  margin: 10px;
  background-image: url('../images/pexels-pixabay-290595.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;

  font-family:  "Roboto", sans-serif;
  font-size: 25px;
  color:#070707;
  padding: 20px;
  word-wrap: break-word;
}

header{
    background: rgb(129, 137, 156, 0.8);;
    position:fixed;
    width:100%;
    height:5%;
    z-index: 3;
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

h1.header_title {
  float: left;
  padding: 3px;
  color: #22335A;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
  margin-left: 10px;
  margin-top: 0px;
}
span.port{
  color: #95B2F4;
}
ul.nav_list {
  float: right;
  width: auto;
  height:100%;
  margin-top: 5px;
  margin-right: 10%;
  padding:3px;
}
li.nav_list{
  display: inline-block;
  height: 40px;
  padding: 3px;
  font-size:20px;
}
a.nav_list{
  text-align: center;
  color: white;
  text-decoration: none;

}

a.nav_list:hover{
  background-color:#22335A;
}

a:visited {
  color: #95B2F4;
}

.content {
  margin-left: 2%;
  margin-top: 8%;
}

.left_col{
  float: left;
  position: fixed;
  border-radius: 10px;
  color: #070707;
  width: 20%;
  height: 90%;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.25);
  overflow-y:auto;
}
.panel div{
  border-radius: 10px;
  color: white;
  background:rgb(34, 51, 91, 0.6);
  margin: 20px;
  padding: 10px;
}
.image img{
  height:auto;
  width: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  border: 2px gray solid;
}

.info{
  font-size: 16;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 10px;
  padding: 10px;
  line-height: 1.6;
}


.progs{
  font-size: 16;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 10px;
}

.progs span{
  font-size: 22;
  margin-right: 10px;
  color: #95B2F4;
}

.progs hr{
  border-top: 1px solid #22335A;
}
.progs ul{
  column-count: 2
}
.certs{
  font-size: 22;
  line-height: 1.6;
  padding: 10px;

  vertical-align: middle;
}

.certs img{
  height:5%;
  width: auto;
}

.panel .certs .color_title{

  font-weight: bold;
  color: #95B2F4;
}

.mainpage{
  float: right;
  position: relative;
  margin-left: 30%;
  margin-right: 10%;
  width: 70%;
  height: auto;
  padding: 5%;
  background-color: rgba(255, 255, 255, 0.0);
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.course{
  text-decoration: underline;
}

h1.work_header{

  color: #95B2F4;
  text-decoration: underline;
}
.work_space span{
  margin-top: 1%;
  margin-bottom:1%;
}
.work_list ul{
  line-height: 1.6;
  column-count: 2;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.work_list li{

  list-style-type: circle;
  margin-left: 5%;
  margin-bottom: 3%;
  margin-top: 3%;
  font-size: 16px;

}

.course_list_1 ul{
  line-height: 1.6;
  column-count: 2;
  padding-bottom: 10px;
  margin-bottom: 10px;

}
.course_list_1 li{
  list-style-type: circle;
    margin-left: 5%;
}

.course_list{
  padding:10px;
}

.course_list li{
  list-style-type: circle;
    margin-left: 5%;
}

.profile,.work_experience,.education, .cont_education, .project, .skills{
  background: rgb(34, 51, 91, 0.8);
  box-shadow: 0px 0px 5px 5px rgba(0, 0,0, 0.50);
  color: white;
  line-height: 1.5;
  margin: 70px;
  padding: 50px;

}

.profile h1{
  color: #95B2F4;

}
.cont_education h1{
  color: #95B2F4;
}

.specializations span{
  margin-bottom: 20px;
}
.specializations h2{
  text-decoration: underline;
  display: inline-block;
  color: #95B2F4;
  margin-bottom: 20px;
  margin-top: 20px;
}
.course_list_spec{

  color:rgb(133, 162, 249) ;

}
.kwords{
  color: #95B2F4;
}
.education h1{
  color: #95B2F4;
}
.project h1{
  color: #95B2F4;
}
.skills h1{
  color: #95B2F4;
}

.profile{
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 20px;
  border-radius: 10px;
  width: auto;
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 15px;
  font-size: 18;
  line-height: 1.6;
}

.work_experience ul{
  list-style-type: circle;
    margin-left: 5%;
}

.cont_education{
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 20px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 18;
  line-height: 1.6;
}

.cont_education li{

  list-style-type: circle;
    margin-left: 5%;
}


.education{
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 20px;
  border-radius: 10px;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 1px;
  padding-top: 1px;
  font-size: 18;
}

.project{
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 20px;
  border-radius: 10px;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 1px;
  padding-top: 1px;
  font-size: 18;
}
.project_list_ul li{
  list-style-type: circle;
  margin-left: 5%;
}

.function{
  font-style: italic;
  padding-left: 60px;
}

.cont_span{
  padding-left: 2%;

}
.cont_span a:link{
  color: #95B2F4;
  background-color: transparent;
  padding-left: 1%;

}

.skills{
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 20px;
  border-radius: 10px;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 1px;
  padding-top: 1px;
  font-size: 18;
}

.skills,  ul.course_list_1{
  line-height: 1.6;
  column-count: 2;
  padding: 10px;
  margin-bottom: 10px;
}

h1.Work, h2.Work  {
  color:white;
}
ul.prog_lang{
  line-height: 1.6;
  column-count: 2;
  padding: 10px;
  margin-bottom: 10px;
}

.section_header{
  font-weight: bold;
  color: #95B2F4;
  font-size: 22;
  margin: 30px;
}
