html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
  font-family: 'Abel', sans-serif;
  background:black;
}

/*---menu---*/

header {
  height: 100vh;
  min-height: 765px;
  text-align: center;
}

#menu i {
  padding: 5px
}

#menu a:hover {
  color: #B0E0E6;
}

#menu a { 
  display:block;
  color: white; 
  text-decoration:none;
  font-size: 16px;
}

#menu > li,
#menu > li li {
  position: relative;
  padding: 3px 15px;
  text-align: left;
}

#menu > li li { background: transparent none; }
#menu > li li a { color: #444; }
#menu > li li:hover { background:#eee; }
#menu > li:first-child {
}

#csasub-nav1 {
  left: 41px;
  margin: 0;
  padding: 0;
  background-color: #ddd;
  background-image: linear-gradient(#fff,#ddd);
  overflow: hidden;
  transition: 1s max-height 0.3s;
  display: none;
}

#csasub-nav2 {
  left: 41px;
  margin: 0;
  padding: 0;
  background-color: #ddd;
  background-image: linear-gradient(#fff,#ddd);
  overflow: hidden;
  transition: 1s max-height 0.3s;
  display: none;
}

.csafooter {
  margin-top: 5vh;
  text-align: center;
  cursor: pointer;
  font-size: 44px;
}

.csafooter i{
  font-size: 35px;
}

.csaplay i:hover{
  color: #A9A9A9;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.csastore i:hover{
  color: #A9A9A9;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.mail i:hover{
  color: #A9A9A9;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

nav {
  background: dimgrey;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  text-decoration: none;
  display: none;
  height:100%;
  width:300px;
  overflow: auto;
}

nav i{
  color: white;
}

nav ul {
  margin-top: 100px;
  top: 33%;
}

nav ul li {
  list-style: none;
  font-size: 24px;
  color: #fff;
  line-height: 3;
  letter-spacing: 1.7px;
}

nav a{
  text-decoration: none;
}

@media screen and (max-width:450px) and (min-width:50px) {
nav {
  width: 50%;
}
	
nav ul {
  top: 20%;
  margin-top: 55px;
}

nav ul li {
  font-size: 10px;
  width: 178px;
  letter-spacing:0px;
}

#menu a { 
  font-size: 14px;
}

#csamoncompte > li li {
	padding: 1px 15px;
  }	
}

/*---icone hamburger---*/

.hamburger-icon {
  position: fixed;
  height: 60px;
  width: 60px;
  top: 3%;
  left: 3%;
  z-index: 1000;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  background: rgba(255, 255, 255, 0.4);
}

.hamburger-icon:hover {
  transform: scale(1.2);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.icon-1, .icon-2, .icon-3 {
  position: absolute;
  left: 25%;
  top: 50%;
  width: 32px;
  height: 3px;
  background-color: black;
  transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}

.icon-1 {
  transform: translateY(-8px);
  animation-delay: 100ms;
}

.icon-3 {
  transform: translateY(8px);
  animation-delay: 250ms;
}

.icon-1.a {
  transform: rotate(40deg);
}

.icon-3.b {
  transform: rotate(-40deg);
}

.icon-2.c {
  opacity: 0;
}

.clear {
  clear: both;
}

@keyframes slideIn {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 50%;
    opacity: 1;
  }
}

@media screen and (max-width:450px) and (min-width:50px) {
.hamburger-icon {
  height: 40px;
  width: 40px;
  top: 3%;
}

.hamburger-icon:hover {
  transform: scale(1.2);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
  
.icon-1, .icon-2, .icon-3 {
  position: absolute;
  left: 22%;
  top: 45%;
  width: 22px;
  height: 3px;
  background-color: black;
  transition: all 500ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
 }  
}

/*---logo hello---*/

.hello {
  color: white;
  font-size: 40px;
}

.hello h2 {
  padding: 10px;
}

.hello img {
  margin-top: 8%;
  margin-bottom: 10%;
  height: 10em;
}

/*---scrolle---*/

.icone_scroller a {
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}

.icone_scroller a:hover {
  opacity: .5;
}

#scroller a {
  text-align: center;
  display: block;
}

#scroller a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -270px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb05 {
  0% {
  -webkit-transform: rotate(-45deg) translate(0, 0);
  opacity: 0;
}
  50% {
  opacity: 1;
}
  100% {
  -webkit-transform: rotate(-45deg) translate(-20px, 20px);
  opacity: 0;
  }
}

@keyframes sdb05 {
  0% {
  transform: rotate(-45deg) translate(0, 0);
  opacity: 0;
}
  50% {
  opacity: 1;
}
  100% {
  transform: rotate(-45deg) translate(-20px, 20px);
  opacity: 0;
  }
}

/*---bouton back on the top---*/

.button a{
  position:fixed;
  bottom:5px;
  right:2.1px;
  transition:1s;
  cursor:pointer;
  border:0;
  background:black;
  opacity: 0.5;
  font-size:30px;
  color:white;
  padding: 2px;
  border-radius: 10px 0px;
}

.button i{
  margin-bottom: 5px
}

.button a:hover{
  color:#DEB887;
}

/*---responsive---*/

@media (min-width: 990px) {
video#video_header {
  position: fixed; right: 0; bottom: 0; /*---top: 30px;---*/
  min-width: 100%; min-height: 100%;
  width: auto; height: auto; z-index: -100;
 }

 video#video_header_mobile {
  display: none;
 }

}

@media (max-width: 990px) {
.button a{
  font-size:20px;
  background:transparent;
  color: black;
  opacity: 1;
}
  
.hello {
  font-size: 26px;
}
  
video#video_header {
  display: none;
}

video#video_header_mobile {
  position: fixed; right: 0; bottom: 0; /*---top: 30px;---*/
  min-width: 100%; min-height: 100%;
  width: auto; height: auto; z-index: -100;
  display: block;
 }
  
.hello img {
  max-width: 350px;
  min-width: 250px;
}
  
.hello img{
  margin-top: -121px;
  margin-bottom: -93px;
  }
}

@media (max-width: 500px) {
.hello img{
    margin-top: -121px;
    margin-bottom: -93px;
  }
}

/*---section about_me---*/

#about_me{
  height: 100vh;
  min-height: 765px;
  text-align: center;
  background: white;
  /*border-radius: 24px 0px 0px 0px;*/
}

#about_me h1{
  font-size: 40px;
  padding: 86px;
}

.about_me{
  width: 80%;
  height: 50%;
  margin: auto;
}

.image_1{
  width: 20%;
  height: 100%;
  float: left;
}

.image_1 img{
  width: 100%;
  height: 100%;
  min-height: 382px;
  min-width: 230px;
  border-radius: 0px 25px;
}

.image_2{
  width: 20%;
  height: 100%;
  float: left;
  margin: 0% 5% 0% 5%;
}

.image_2 img{
  width: 100%;
  height: 100%;
  min-height: 382px;
  min-width: 230px;
}

.presentation{
  width: 50%;
  float: right;
  height: 100%;
}

.presentation p{
  font-size: 20px;
  margin-top: 6%;
  text-align: left;
}

.presentation a{
  color: black;
  text-decoration: none;
  font-family: 'Playfair Display', serif;
}

.presentation a:hover{
  transition: .1s ease-out;
  color: #DEB887;
}

@media (max-width: 1255px) {
.about_me {
  width: 100%;
  }
}

@media (max-width: 1005px) {
.image_1{
  display: none;
}
  
.image_2{
  display: none;
}
  
.presentation{
  width: 80%;
  margin: 0% 10% 0% 0%;
}
  
.presentation p{
  font-size: 13px;
  }
}

@media (max-width: 990px) {
/*header {
  background: linear-gradient(dimgrey, white);
  background-image: url(image/code-2620118_1920.jpg);
  background-size: cover;
}*/
  
#about_me h1{
  font-size: 29px;
  padding: 40px;
}
  
#about_me {
  height: 60vh;
  min-height: 450px;
}
  
#about_me{
  border-radius: 0px 0px 0px 0px;
  }
}

/*---my_skillz---*/

#my_skillz{
  height: 100vh;
  min-height: 530px;
  background: #FFFFFF;
  display: flex;
  clear: both;
}

.skillz{
  width: 50%;
  height: 100%;
  display: flex;
}

.skillz_competence{
  width: 80%;
  height: 80%;
  margin: auto;
  color: white;
  text-align: center;
}

.skillz_competence i{
  margin-bottom: 25px;
  color: #7C7C7C;
  margin-top: 45%;
}

.skillz_competence h1{
  color: black;
  font-size: 40px;
}

.skillz_competence p{
  color: black;
}

.skillz_logo_design{
  width: 33.33%;
  height: 50%;
  float: left;
}

.skillz_logo_design i {
  -webkit-transition: all 0.5s ease;
  transition: all 1s ease;
}
 
.skillz_logo_design:hover i {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.skillz_logo_developpement{
  width: 33.33%;
  height: 50%;
  float: left;
}

.skillz_logo_developpement i {
  -webkit-transition: all 0.5s ease;
  transition: all 1s ease;
}
 
.skillz_logo_developpement:hover i {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.skillz_logo_web_sites{
  width: 33.34%;
  height: 50%;
  float: left;
}

.skillz_logo_web_sites i {
  -webkit-transition: all 0.5s ease;
  transition: all 1s ease;
}
 
.skillz_logo_web_sites:hover i {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.skillz_logo_production{
  width: 33.33%;
  height: 50%;
  float: left;
}

.skillz_logo_production i {
  -webkit-transition: all 0.5s ease;
  transition: all 1s ease;
}
 
.skillz_logo_production:hover i {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.skillz_logo_seo{
  width: 33.33%;
  height: 50%;
  float: left;
}

.skillz_logo_seo i {
  -webkit-transition: all 0.5s ease;
  transition: all 1s ease;
}
 
.skillz_logo_seo:hover i {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.skillz_logo_intégration{
  width: 33.34%;
  height: 50%;
  float: left;
}

.skillz_logo_intégration i {
  -webkit-transition: all 0.5s ease;
  transition: all 1s ease;
}
 
.skillz_logo_intégration:hover i {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.level{
  width: 50%;
  height: 100%;
  /*background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898; 
  background-blend-mode: multiply,multiply;*/
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.code{
  margin: 20px 0px 0px 60px;
  color: white;
}

progress{
  width: 90%;
}

progress {
  padding: 4px;
  background: #444;
  border-radius: 14px;
}

@media (max-width: 990px) { 
.skillz_competence i{
  color: darkslategray;
}

.skillz_competence h1{
  color: black;
  font-size: 29px;
  margin-bottom: 10px;
  margin-top: 20px;
}
  
.skillz_competence p{
  color: black;
}
  
.skillz_competence{
  font-size: 9px;
}
  
#my_skillz{
  margin-top: -266px;
  min-height: 710px;
  display: flex;
  flex-direction:column;
  justify-content: space-around;
}

.skillz{
  width: 100%;
  height: 320px;
  margin-bottom: 15%;
}
  
.code{
  margin: 20px 0px 0px 0px;
}

.level{
  width: 100%;
  height: 320px;
  background-color: white;
  text-align: center;
}
  
.hello {
  min-height: 0px;
  padding: 222px 0px 336px 0px;
}

.level p{
color: black;
  } 
}

/*---portfolio---*/

#portfolio{
  height: 100vh;
  min-height: 740px;
  background: white;
}

#portfolio h1{
  text-align: center;
  color: black;
  font-size: 40px;
  padding: 0px 0px 86px 0px;
}

#portfolio p {
  padding: 30px;
  text-align: center;
  color: black;
  text-decoration: none;
}

#portfolio a {
  color: black;
  text-decoration: none;
  font-family: 'Playfair Display', serif;
}

#portfolio a:hover{
  transition: .1s ease-out;
  color: #DEB887;
}

.portfolio{
  width: 80%;
  height: 70%;
  margin: auto;
  background-image:url(image/amy-hirschi-457525-unsplash.jpg);
  background-size: cover;
  border-radius: 14px 0px 14px 0px;
}

.portfolio_1{
  width: 33.33%;
  height: 50%;
  background-color:rgba(192,192,192,0.3);
  float: left;
  border-radius: 14px 0px 0px 0px;
  text-align: center;
}

.portfolio_1 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.portfolio_1:hover {
  -webkit-transform: scale(0.80);
  transform: scale(0.80);
}

.portfolio_1 a span{
  background:rgba(0,0,0,.9);
  opacity: 0;
  color:white;
  /*transform:scale(0) rotateZ(-12deg);
  transition:all .25s;*/
  border-radius:3px;
  box-shadow:0 0 2px rgba(0,0,0,.5);
  display: block;
}

.portfolio_1:hover span{
  opacity:1;
  transform:scale(1) rotateZ(0);
}

#portfolio .portfolio_1 h1{
  font-size: 20px;
  padding: 100px 0px 0px 0px;
}

.portfolio_1:hover h1{
  display: none;
}

.portfolio_1:hover h2{
  display: block;
}

.portfolio_1:hover h3{
  display: block;
}

.portfolio_1 h2{
  display: none;
  margin-top: 70px;
}

.portfolio_1 h3{
  display: none;
  font-size: 20px;
}

.portfolio_2{
  width: 33.33%;
  height: 50%;
  background-color:rgba(193,66,66,0.3);
  float: left;
  text-align: center;
}

.portfolio_2 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.portfolio_2:hover {
  -webkit-transform: scale(0.80);
  transform: scale(0.80);
}

.portfolio_2 a span{
  background:rgba(0,0,0,.9);
  opacity: 0;
  color:white;
  /*transform:scale(0) rotateZ(-12deg);
  transition:all .25s;*/
  border-radius:3px;
  box-shadow:0 0 2px rgba(0,0,0,.5);
  display: block;
}

.portfolio_2:hover span{
  opacity:1;
  transform:scale(1) rotateZ(0);
}

#portfolio .portfolio_2 h1{
  font-size: 20px;
  padding: 100px 0px 0px 0px;
}

.portfolio_2:hover h1{
  display: none;
}

.portfolio_2:hover h2{
  display: block;
}

.portfolio_2:hover h3{
  display: block;
}

.portfolio_2 h2{
  display: none;
  margin-top: 70px;
}

.portfolio_2 h3{
  display: none;
  font-size: 20px;
}

.portfolio_3{
  width: 33.33%;
  height: 50%;
  background-color:rgba(192,192,192,0.3);
  float: right;
  text-align: center;
}

.portfolio_3 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.portfolio_3:hover {
  -webkit-transform: scale(0.80);
  transform: scale(0.80);
}

.portfolio_3 a span{
  background:rgba(0,0,0,.9);
  opacity: 0;
  color:white;
  /*transform:scale(0) rotateZ(-12deg);
  transition:all .25s;*/
  border-radius:3px;
  box-shadow:0 0 2px rgba(0,0,0,.5);
  display: block;
}

.portfolio_3:hover span{
  opacity:1;
  transform:scale(1) rotateZ(0);
}

#portfolio .portfolio_3 h1{
  font-size: 20px;
  padding: 100px 0px 0px 0px;
}

.portfolio_3:hover h1{
  display: none;
}

.portfolio_3:hover h2{
  display: block;
}

.portfolio_3:hover h3{
  display: block;
}

.portfolio_3 h2{
  display: none;
  margin-top: 70px;
}

.portfolio_3 h3{
  display: none;
  font-size: 20px;
}

.portfolio_4{
  width: 33.33%;
  height: 50%;
  background-color:rgba(193,66,66,0.3);
  float: left;
  text-align: center;
}

.portfolio_4 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.portfolio_4:hover {
  -webkit-transform: scale(0.80);
  transform: scale(0.80);
}

.portfolio_4 a span{
  background:rgba(0,0,0,.9);
  opacity: 0;
  color:white;
  /*transform:scale(0) rotateZ(-12deg);
  transition:all .25s;*/
  border-radius:3px;
  box-shadow:0 0 2px rgba(0,0,0,.5);
  display: block;
}

.portfolio_4:hover span{
  opacity:1;
  transform:scale(1) rotateZ(0);
}

#portfolio .portfolio_4 h1{
  font-size: 20px;
  padding: 100px 0px 0px 0px;
}

.portfolio_4:hover h1{
  display: none;
}

.portfolio_4:hover h2{
  display: block;
}

.portfolio_4:hover h3{
  display: block;
}

.portfolio_4 h2{
  display: none;
  margin-top: 70px;
}

.portfolio_4 h3{
  display: none;
  font-size: 20px;
}

.portfolio_5{
  width: 33.33%;
  height: 50%;
  background-color:rgba(192,192,192,0.3);
  float: left;
  text-align: center;
}

.portfolio_5 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.portfolio_5:hover {
  -webkit-transform: scale(0.80);
  transform: scale(0.80);
}

.portfolio_5 a span{
  background:rgba(0,0,0,.9);
  opacity: 0;
  color:white;
  /*transform:scale(0) rotateZ(-12deg);
  transition:all .25s;*/
  border-radius:3px;
  box-shadow:0 0 2px rgba(0,0,0,.5);
  display: block;
}

.portfolio_5:hover span{
  opacity:1;
  transform:scale(1) rotateZ(0);
}

#portfolio .portfolio_5 h1{
  font-size: 20px;
  padding: 100px 0px 0px 0px;
}

.portfolio_5:hover h1{
  display: none;
}

.portfolio_5:hover h2{
  display: block;
}

.portfolio_5:hover h3{
  display: block;
}

.portfolio_5 h2{
  display: none;
  margin-top: 70px;
}

.portfolio_5 h3{
  display: none;
  font-size: 20px;
}

.portfolio_6{
  width: 33.33%;
  height: 50%;
  background-color:rgba(193,66,66,0.3);
  border-radius: 0px 0px 14px 0px;
  float: left;
  text-align: center;
}

.portfolio_6 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.portfolio_6:hover {
  -webkit-transform: scale(0.80);
  transform: scale(0.80);
}

.portfolio_6 a span{
  background:rgba(0,0,0,.9);
  opacity: 0;
  color:white;
  /*transform:scale(0) rotateZ(-12deg);
  transition:all .25s;*/
  border-radius:3px;
  box-shadow:0 0 2px rgba(0,0,0,.5);
  display: block;
}

.portfolio_6:hover span{
  opacity:1;
  transform:scale(1) rotateZ(0);
}

#portfolio .portfolio_6 h1{
  font-size: 20px;
  padding: 100px 0px 0px 0px;
}

.portfolio_6:hover h1{
  display: none;
}

.portfolio_6:hover h2{
  display: block;
}

.portfolio_6:hover h3{
  display: block;
}

.portfolio_6 h2{
  display: none;
  margin-top: 70px;
}

.portfolio_6 h3{
  display: none;
  font-size: 20px;
}

@media (max-width: 990px) {
.portfolio{
  width: 90%;
  border-radius: 0px;
}
  
#portfolio p {
  padding: 0px;
  margin: 20px;
}
  
#portfolio a {
  color: black;
  font-size: 12px;
}

#portfolio i {
  color: black;
}
  
#portfolio{
  width: 100%;
  margin: auto;
  height: 50vh;
  min-height: 600px;
}
  
#portfolio h1{
  font-size: 29px;
  color: black;
  margin-bottom: 30px;
}
  
.portfolio_6{
  border-radius: 0px;
  }
  
}

@media screen and (max-width:706px) {
  
.portfolio_1{
  width: 50%;
  height: 33.33%;
  float: left;
}
  
.portfolio_2{
  width: 50%;
  height: 33.33%;
  float: left;
}
  
.portfolio_3{
  width: 50%;
  height: 33.33%;
  float: left;
}
  
.portfolio_4{
  width: 50%;
  height: 33.33%;
  float: left;
}
  
.portfolio_5{
  width: 50%;
  height: 33.33%;
  float: left;
}
  
.portfolio_6{
  width: 50%;
  height: 33.33%;
  float: left;
}
  
.portfolio_1 h3 {
  font-size: 14px;
}
  
.portfolio_2 h3 {
  font-size: 14px;
}
  
.portfolio_3 h3 {
  font-size: 14px;
}
  
.portfolio_4 h3 {
  font-size: 14px;
}
  
.portfolio_5 h3 {
  font-size: 14px;
}
  
.portfolio_6 h3 {
  font-size: 14px;
}
  
#portfolio .portfolio_1 h1 {
    font-size: 13px;
    margin-top: -40px;
}
  
#portfolio .portfolio_2 h1 {
    font-size: 13px;
    margin-top: -40px;
}
  
#portfolio .portfolio_3 h1 {
    font-size: 13px;
    margin-top: -40px;
}
  
#portfolio .portfolio_4 h1 {
    font-size: 13px;
    margin-top: -40px;
}
  
#portfolio .portfolio_5 h1 {
    font-size: 13px;
    margin-top: -40px;
} 
  
#portfolio .portfolio_6 h1 {
    font-size: 13px;
    margin-top: -40px;
 } 
}

.progress {
  border: solid #444;
  border-width: 5px;
  width: 90%;
  height: 10px;
  border-radius: 14px;
}

.code p{
  margin-bottom: 10px;
}

.html {
  width: 85%;
  height: 10px;
  margin-top: -15px;
  margin-left: 0.8%;
  border-radius: 7px 0px 0px 7px;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%), radial-gradient(at 50% 0%, rgba(255,255,255,0.10) 0%, rgba(0,0,0,0.50) 50%);
  background-blend-mode: soft-light,screen;
}

.javascript {
  width: 70%;
  height: 10px;
  margin-top: -15px;
  margin-left: 0.8%;
  border-radius: 7px 0px 0px 7px;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%), radial-gradient(at 50% 0%, rgba(255,255,255,0.10) 0%, rgba(0,0,0,0.50) 50%);
  background-blend-mode: soft-light,screen;
}

.sql {
  width: 27%;
  height: 10px;
  margin-top: -15px;
  margin-left: 0.8%;
  border-radius: 7px 0px 0px 7px;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%), radial-gradient(at 50% 0%, rgba(255,255,255,0.10) 0%, rgba(0,0,0,0.50) 50%);
  background-blend-mode: soft-light,screen;
}

.wordpress {
  width: 45%;
  height: 10px;
  margin-top: -15px;
  margin-left: 0.8%;
  border-radius: 7px 0px 0px 7px;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%), radial-gradient(at 50% 0%, rgba(255,255,255,0.10) 0%, rgba(0,0,0,0.50) 50%);
  background-blend-mode: soft-light,screen;
}

.php {
  width: 31%;
  height: 10px;
  margin-top: -15px;
  margin-left: 0.8%;
  border-radius: 7px 0px 0px 7px;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%), radial-gradient(at 50% 0%, rgba(255,255,255,0.10) 0%, rgba(0,0,0,0.50) 50%);
  background-blend-mode: soft-light,screen;
}

.photoshop {
  width: 40%;
  height: 10px;
  margin-top: -15px;
  margin-left: 0.8%;
  border-radius: 7px 0px 0px 7px;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%), radial-gradient(at 50% 0%, rgba(255,255,255,0.10) 0%, rgba(0,0,0,0.50) 50%);
  background-blend-mode: soft-light,screen;
}


@media (max-width: 990px) {
.progress {
  width: 80%;
  margin: auto;
}
  
.html {
  width: 75%;
  margin-left: 10%; 
}
  
.javascript {
  width: 60%;
  margin-left: 10%;
}
  
.sql {
  width: 17%;
  margin-left: 10%;
}
  
.wordpress {
  width: 35%;
  margin-left: 10%;
}
  
.php {
  width: 21%;
  margin-left: 10%;
}
  
.photoshop {
  width: 30%;
  margin-left: 10%;
}
  
.level {
  background: white;  
}
  
.level {
  display: block; 
}
  
}



.competence {
    height: 89vh;
    min-height: 765px;
    background: white;
}

.competence i{
 	color: #7C7C7C;
}

.front_end{
	width: 25%;
    /*height: 100%;*/
	float: left;
}

.front_logo1{
	/*background: #3498DB;*/
	text-align: center;
	margin: auto;
	width: 38%;
	min-width: 124px;
	height: 300px;
	/*margin-top: 20vh;*/
}

.front_logo2{
	/*background: #3498DB;*/
	text-align: center;
	margin: auto;
	width: 38%;
	min-width: 124px;
	height: 300px;
	/*margin-top: 20vh;*/
}

.front_logo3{
	/*background: #3498DB;*/
	text-align: center;
	margin: auto;
	width: 38%;
	min-width: 124px;
	height: 300px;
	/*margin-top: 20vh;*/
}

.front_logo4{
	/*background: #3498DB;*/
	text-align: center;
	margin: auto;
	width: 38%;
	min-width: 124px;
	height: 300px;
	/*margin-top: 20vh;*/
}

.front_logo1 i{
	margin-top: 40px;
}

.front_logo2 i{
	margin-top: 40px;
}

.front_logo3 i{
	margin-top: 40px;
}

.front_logo4 i{
	margin-top: 40px;
}

.click{
	/*background: #2980B9;*/
	width: 100%;
	height: 30px;
	margin-top: 140px;
	color:black;
}

.click p{
  font-size: 17px;
  background: bisque;
}

.back_end{
	width: 25%;
    /*height: 100%;*/
	float: left;
}

.cms{
	width: 25%;
    /*height: 100%;*/
	float: left;
}

.datalanguage{
	width: 25%;
    /*height: 100%;*/
	float: left;
}


.click_jquery1{
	padding: 30px;
	display: block;
	/*border-bottom: 3px dotted #7C7C7C;*/
	text-align: center;
  margin-top: 35px;
}

.click_jquery2{
	padding: 30px;
	display: block;
	/*border-bottom: 3px dotted #7C7C7C;*/
	text-align: center;
  margin-top: 35px;
}

.click_jquery3{
	padding: 30px;
	display: block;
	/*border-bottom: 3px dotted #7C7C7C;*/
	text-align: center;
  margin-top: 35px;
}

.click_jquery4{
	padding: 30px;
	display: block;
	/*border-bottom: 3px dotted #7C7C7C;*/
	text-align: center;
  margin-top: 35px;
}

.front_logo1 i {
  -webkit-transition: all 0.5s ease;
  transition: all 1s ease;
}
 
.front_logo1:hover i {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.front_logo2 i {
  -webkit-transition: all 0.5s ease;
  transition: all 1s ease;
}
 
.front_logo2:hover i {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.front_logo3 i {
  -webkit-transition: all 0.5s ease;
  transition: all 1s ease;
}
 
.front_logo3:hover i {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.front_logo4 i {
  -webkit-transition: all 0.5s ease;
  transition: all 1s ease;
}
 
.front_logo4:hover i {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


.competence h1{
    text-align: center;
    color: black;
    font-size: 40px;
  margin-bottom: 86px;
}

.footer{
  width: 100%;
  height: 79px;
  background: #7C7C7C;
}

.footer i{
  color: white;
  margin-top: 23px;
}

.footer_logo{
  width: 10%;
  height: 100%;
  float: left;
}

.footer_logo2{
  width: 50%;
  height: 100%;
  float: left;  
}

.footer_logo2 img{
  height: 71px;
}

.footer_linkedin{
  width: 10%;
  height: 100%;
  float: left;
}

.footer_linkedin a{
  font-size: 35px;
}

.footer_email{
  width: 10%;
  height: 100%;
  float: left;
}

.footer_email a{
  font-size: 35px;  
}

.footer_cv{
  width: 10%;
  height: 100%;
  float: left;
}

.footer_cv a{
  font-size: 35px;  
}

.footer_cv2{
  width: 10%;
  height: 100%;
  float: left;
}

@media screen and (max-width:706px) {
  
.portfolio_1 h2 {
    margin-top: 30px;
}
  
.portfolio_2 h2 {
    margin-top: 30px;
}
  
.portfolio_3 h2 {
    margin-top: 30px;
}
  
.portfolio_4 h2 {
    margin-top: 30px;
}
  
.portfolio_5 h2 {
    margin-top: 30px;
}
  
.portfolio_6 h2 {
    margin-top: 30px;
}
  
.click p {
    font-size: 15px;
}

.click_jquery1 p{
  font-size: 13px;
}
  
.click_jquery2 p{
  font-size: 13px;
}
  
.click_jquery3 p{
  font-size: 13px;
}
  
.front_logo1 i {
  font-size: 48px;
}
  
.front_logo2 i {
  font-size: 48px;
}
  
.front_logo3 i {
  font-size: 48px;
}
  
.competence {
  min-height: 495px;
}
  
.competence h1 {
  font-size: 29px;
  margin-bottom: 40px;
}
  
.competence i{
  font-size: 30px;
}
  
.click {
  /*margin-top: 80px;*/
  margin-top: 20px;  
}
  
#portfolio h1 {
  padding: 0px 0px 30px 0px;
}

.click_jquery4 {
  margin-top: 0px;
}

.click_jquery4 {
  margin-top: 0px;
}

.click_jquery1 {
  margin-top: 0px;
}

.click_jquery2 {
  margin-top: 0px;
}

.click_jquery3 {
  margin-top: 15px;
}

.click_jquery4 {
  margin-top: 0px;
}

.front_end {
  width: 50%;
}

.back_end {
  width: 50%;
}

.cms {
  width: 50%;
}

.datalanguage {
  width: 50%;
}
  
  
}

@media screen and (max-width:990px) {
  .competence h1 {
  font-size: 29px;
}
}

#nav2{
  text-align:center;
  padding: 25px 0;
}
.nav2 a{
	text-decoration:none;
	padding:5px;
	margin:5px;
	color:white;
	transition: .5s;
	font-size:19px;
	font-weight:bold;
}
.nav2 a:hover{
	background:#ECF0F1;
	color: #33CCCC;
}

@media screen and (min-width:706px) {

.hamburger-icon{
    display: none;
  }
}

@media screen and (max-width:706px) {

#nav2{
    display: none;
  }
}
