/************************************************
*************** Typography Styles ***************
************************************************/
@font-face {
  font-family: "Anime Ace";
  src: url("../assets/fonts/anime-ace.eot");
  src: 
  url("../assets/fonts/anime-ace.woff") format("woff"),
  url("../assets/fonts/anime-ace.otf") format("opentype"),
  url("../assets/fonts/anime-ace.svg") format("svg");
}

@font-face {
  font-family: "Gnuolane Regular";
  src: url("../assets/fonts/gnuolane-regular.eot");
  src: 
  url("../assets/fonts/gnuolane-regular.woff") format("woff"),
  url("../assets/fonts/gnuolane-regular.otf") format("opentype"),
  url("../assets/fonts/gnuolane-regular.svg") format("svg");
}

@font-face {
  font-family: "SF Cartoonist Hand";
  src: url("../assets/fonts/sf-cartoonist-hand.eot");
  src: 
  url("../assets/fonts/sf-cartoonist-hand.woff") format("woff"),
  url("../assets/fonts/sf-cartoonist-hand.otf") format("opentype"),
  url("../assets/fonts/sf-cartoonist-hand.svg") format("svg");
}

@font-face {
  font-family: "Web Letterer BB";
  src: url("../assets/fonts/web-letterer-bb.eot");
  src: 
  url("../assets/fonts/web-letterer-bb.woff") format("woff"),
  url("../assets/fonts/web-letterer-bb.otf") format("opentype"),
  url("../assets/fonts/web-letterer-bb.svg") format("svg");
}


/* Custom Predefined Style for Typography */
.text-center {
  text-align: center;
}

a {
  color: #fff;
  -webkit-transition: all .3s cubic-bezier(.65, .05, .36, 1);
  -o-transition: all .3s cubic-bezier(.65, .05, .36, 1);
  transition: all .3s cubic-bezier(.65, .05, .36, 1);
}
a:focus,
a:hover {
  color: #d10000;
}

.no-underline {
  text-decoration: none;
}


/* Styles for Typography */
.banner-title {
  padding: 10px 0;
  margin: 0;
  font: normal 60px "Anime Ace";
  text-shadow: 4px 6px 0 #000, 6px 9px 0 #d10000;
  color: #fff;
}

.banner-subtitle {
  position: relative;
  margin: 0;
  padding: 7px 0;
  font: normal 36px "Web Letterer BB";
  color: #fff;
}

.banner-subtitle:after {
  content: '';
  position: absolute;
  top: initial;
  right: 0;
  bottom: 1px;
  left: 0;
  margin: auto;
  width: calc(100% - 3px);
  border-bottom: 3px solid #fff;
}

.title {
  margin: 12px 0;
  font: normal 48px "SF Cartoonist Hand";
  color: #d10000;
}

.subtitle {
  margin: 10px 0;
  font: normal 28px "Gnuolane Regular";
  color: #fff;
}

.subtitle-dot {
  position: relative;
  padding-left: 20px;
}

.subtitle-dot:before {
  content: '';
  position: absolute;
  top: 0;
  right: initial;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  background-color: #fff;  
  border-radius: 50%;
}

.subtitle-dot + .unstyled {
  top: -10px;
}

.unstyled {
  position: relative;
  margin: 15px 0;
  padding: 0 0 0 40px;
  list-style-type: none;
}

.description,
.content-list {
  position: relative;
  font: normal 24px "SF Cartoonist Hand";
  line-height: 39px;
  color: #fff;
}

.description-avatar {
  margin: 15px auto auto;
  max-width: 340px;
  font: normal 26px "SF Cartoonist Hand";
  line-height: 30px;
  color: #fff;
}

.content-list:before {
  content: '-';
  position: absolute;
  top: 0;
  right: initial;
  bottom: 0;
  left: -20px;
  margin: auto;
}

.content-list-asterisk:before {
  content: '*';
}

.content-link {
  color: #fff;
}

.content-link:hover,
.content-link:focus {
  color: #d10000;
}

/************************************************
***************** Media Queries *****************
************************************************/

/* Screen Resolution max-width 1440px */
@media screen and (max-width: 1440px) {
  .title {
    font-size: 46px;
  }

  .subtitle {
    font-size: 26px;
  }

  .description,
  .content-list {
    font-size: 22px;
  }
}

/* Screen Resolution max-width 1280pxx */
@media screen and (max-width: 1280px) {
  .banner-title {
    font-size: 48px;
  }

  .banner-subtitle {
    font-size: 28.5px;
  }

  .title {
    margin: 10px 0;
    font-size: 38px;
  }

  .subtitle {
    margin: 5px 0;
    font-size: 20px;
  }

  .subtitle-dot {
    padding-left: 15px;
  }

  .subtitle-dot:before {
    width: 6px;
    height: 6px;
  }

  .unstyled {
    padding-left: 30px;
    margin: 10px 0;
  }

  .description, 
  .content-list {
    font-size: 20px;
    line-height: 28px;
  }

  .description-avatar {
    max-width: 290px;
    font-size: 22px;
    line-height: 28px;
  }
}

/* Screen Resolution max-width 991px */
@media screen and (max-width: 991px) {
  .description-avatar {
    margin-top: 30px;
    max-width: 300px;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1px;
  }

  .subtitle {
    font-size: 22px;
    letter-spacing: .5px;
  }

  .description,
  .content-list {
    font-size: 22px;
    letter-spacing: .5px;
  }
}

@media screen and (max-width: 767px) {
  .banner-title {
    padding-bottom: 5px;
    font-size: 32px;
  }

  .banner-subtitle {
    font-size: 20px;
  }

  .title {
    font-size: 32px;
  }

  .subtitle,
  .description, 
  .content-list {
    font-size: 20px;
  }
}

/* Screen Resolution max-width 480px */
@media screen and (max-width: 480px) {
  .banner-title {
    padding-bottom: 0;
    font-size: 26px;
    line-height: 50px;
    text-align: center;
  }

  .banner-subtitle {
    font-size: 16px;
  }
}
/************************************************
************* End Typography Styles *************
************************************************/


/************************************************
**** Custom Predefined Styles for the layout ****
************************************************/
body,
figure {
  margin: 0;
}

body {
  display: none;
  overflow-x: hidden;
  /* -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; */
}

.d-md-down {
  display: none;
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1385px;
}

.columns {
  position: relative;
  margin: 0 -15px;
  -webkit-column-count: 3;
  column-count: 3;
}

.column {
  position: relative;
  padding: 0 15px;
}

/* Styles for <main> tag */
.home {
  padding: 80px 0;
  background: url('../assets/images/background.png') no-repeat center;
  background-size: cover;
}

/* Styles for Section Banner */
.banner .wrapper {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Styles for Section Information */
.information {
  margin-top: 60px;
}

.column-experience {
  padding-top: 20px;
  margin-bottom: 120px;
}

.column-education {
  margin-bottom: 90px;
}

.column-activities {
  margin-bottom: 40px;
}

.column-activities .unstyled .description + .description::before {
  display: none;
}

.column-avatar {
  margin-bottom: 70px;
  padding-top: 70px;
}

.figure-avatar {
  text-align: center;
}
.image-link {
  display: inline-block;
}

.image-avatar {
  display: block;
  margin: auto;
  max-width: 290px;
  max-height: 290px;
}

.column-multimedia {
  margin-bottom: 170px;
}

.content-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-multimedia {
  margin: 20px;
}

.column-profile {
  position: relative;
  left: 40px;
  margin-bottom: 50px;
}

.column-profile .content-link {
  text-decoration: none;
}

.column-portfolio {
  margin-bottom: 210px;
  padding-top: 20px;
  padding-left: 90px;
}

.column-skills {
  padding-left: 90px;
}

.content-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 365px;
}

.figure-skills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.figure-skills:nth-child(3n+2) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.figure-skills:nth-child(3n+3) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-skills {
  margin: 14px 10px;
}


/********************************************
*******  Styles for Connecting Lines  *******
********************************************/
.column .content {
  position: relative;
}

.column-experience:before {
  content: '';
  position: absolute;
  top: initial;
  right: 0;
  bottom: -30px;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}

.column-experience:after {
  content: '';
  position: absolute;
  top: initial;
  right: 0;
  bottom: -90px;
  left: 0;
  margin: auto;
  width: 2px;
  height: 70px;
  background-color: #fff;
}

.column-experience .content:before {
  content: '';
  position: absolute;
  top: initial;
  right: -30px;
  bottom: -90px;
  left: initial;
  margin: auto;
  width: 245px;
  height: 2px;
  background-color: #fff;
}

/* .column-experience .content:after {
  content: '';
  position: absolute;
  top: initial;
  right: 40px;
  bottom: -220px;
  left: initial;
  margin: auto;
  width: 2px;
  height: 130px;
  background-color: #fff;
} */

.column-multimedia .content-image-single {
  position: relative;
}

/* .column-multimedia .content-image-single:before {
  content: '';
  position: absolute;
  top: 0;
  right: initial;
  bottom: -37px;
  left: -88px;
  margin: auto;
  width: 100px;
  height: 2px;
  background-color: #fff;
} */

.column-education:before {
  content: '';
  position: absolute;
  top: 0;
  right: 150px;
  bottom: -10px;
  left: initial;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}

.column-education:after {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: -10px;
  left: initial;
  margin: auto;
  width: 200px;
  height: 2px;
  background-color: #fff;
}

/* .column-education .content:before {
  content: '';
  position: absolute;
  top: 0;
  right: -200px;
  bottom: -78px;
  left: 0;
  margin: auto;
  width: 2px;
  height: 130px;
  background-color: #fff;
}

.column-education .content:after {
  content: '';
  position: absolute;
  top: 0;
  right: -380px;
  bottom: -208px;
  left: 0;
  margin: auto;
  width: 180px;
  height: 2px;
  background-color: #fff;
} */

.column-activities:before {
  content: '';
  position: absolute;
  top: 0;
  right: 200px;
  bottom: initial;
  left: initial;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}

.column-activities:after {
  content: '';
  position: absolute;
  top: 4px;
  right: -280px;
  bottom: initial;
  left: 0;
  margin: auto;
  width: 230px;
  height: 2px;
  background-color: #fff;
}

.column-profile:before {
  content: '';
  position: absolute;
  top: -15px;
  right: 19px;
  bottom: initial;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}

.column-profile:after {
  content: '';
  position: absolute;
  top: -160px;
  right: 19px;
  bottom: initial;
  left: 0;
  margin: auto;
  width: 2px;
  height: 150px;
  background-color: #fff;
}

.column-skills:before {
  content: '';
  position: absolute;
  top: 26px;
  right: initial;
  bottom: initial;
  left: 50px;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}

.column-skills:after {
  content: '';
  position: absolute;
  top: 30px;
  right: initial;
  bottom: initial;
  left: -30px;
  margin: auto;
  width: 85px;
  height: 2px;
  background-color: #fff;
}

.column-portfolio:before {
  content: '';
  position: absolute;
  top: initial;
  right: initial;
  bottom: -20px;
  left: calc(50% - 4px);
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}

.column-portfolio:after {
  content: '';
  position: absolute;
  top: initial;
  right: initial;
  bottom: -70px;
  left: 50%;
  margin: auto;
  width: 2px;
  height: 50px;
  background-color: #fff;
}

.column-portfolio .content:before {
  content: '';
  position: absolute;
  top: initial;
  right: initial;
  bottom: -70px;
  left: -140px;
  margin: auto;
  width: 282px;
  height: 2px;
  background-color: #fff;
}

/* 1440px and below */
@media screen and (max-width: 1440px) {
  .column-experience:before {
    bottom: -50px;
  }

  .column-experience:after {
    right: initial;
    bottom: -46px;
    left: 50%;
    width: 425px;
    height: 2px;
  }

  .column-experience .content:before {
    right: -236px;
    bottom: -100px;
    width: 2px;
    height: 55px;
  }
  
  .column-multimedia .content-image-single:before {
    bottom: -24px;
    left: -68px;
    width: 80px;
  }
  
  .column-education:before {
    right: 120px;
    bottom: -99px;
  }
  
  .column-education:after {
    bottom: -100px;
    right: -20px;
    width: 142px;
  }
  
  .column-education .content:before {
    bottom: -45px;
    height: 135px;
  }
  
  .column-education .content:after {
    right: -340px;
    bottom: -180px;    
    width: 140px;
  }
  
  .column-activities:before {
    right: 170px;
  }
  
  .column-activities:after {
    right: -240px;
    width: 180px;
  }
  
  .column-profile:after {
    top: -160px;
    height: 150px;
  }

  .column-skills:before {
    top: 0;
    right: 0;
  }

  .column-skills:after {
    top: -40px;
    right: 0;
    left: 50px;
    width: 2px;
    height: 40px;
  }

  .column-skills .content:before {
    content: '';
    position: absolute;
    top: -40px;
    right: 0;
    bottom: initial;
    left: -238px;
    margin: auto;
    width: 230px;
    height: 2px;
    background-color: #fff;
  }

  .column-portfolio:after {
    bottom: -160px;
    width: 2px;
    height: 145px;
  }
  
  .column-portfolio .content:before {
    content: '';
    position: absolute;
    top: initial;
    right: initial;
    bottom: -160px;
    left: -99px;
    margin: auto;
    width: 230px;
    height: 2px;
    background-color: #fff;
  }
}

/* 1200px and below */
@media screen and (max-width: 1280px) {
  .column-multimedia .content-image-single:before {
    display: none;
  }

  .column-experience:before {
    bottom: -35px;
  }

  .column-experience:after {
    bottom: -31px;
    width: 332px;
  }

  .column-experience .content:before {
    right: -192px;
    bottom: -74px;
    height: 45px;
  }
  
  .column-experience .content:after {
    right: -190px;
    bottom: -129px;
    height: 60px;
  }

  .column-education:before {
    right: 70px;
    bottom: -80px;
  }

  .column-education:after {
    bottom: -80px;
    width: 90px;
  }

  .column-education .content:after {
    right: -300px;
    width: 100px;
  }

  .column-activities:before {
    top: -14px;
    right: 110px;
  }

  .column-activities:after {
    top: -10px;
    right: -220px;
    width: 130px;
  }

  .column-profile:before {
    right: 0;
  }

  .column-profile:after {
    top: -170px;
    right: 0;
    height: 160px;
  }

  .column-portfolio:before {
    left: calc(50% - 30px);
  }

  .column-portfolio:after {
    bottom: -145px;
    left: calc(50% - 26px);
    height: 130px;
  }

  .column-portfolio .content:before {
    bottom: -145px;
    left: -60px;
    width: 162px;
  }

  .column-skills:before {
    top: 0px;
    right: 40px;
  }

  .column-skills:after {
    top: -70px;
    left: 10px;
    height: 70px;
  }

  .column-skills .content:before {
    top: -70px;
    left: -189px;
    width: 185px;
  }
}

/* 991px and below - remove lines */
@media screen and (max-width: 991px) {
  .column-experience:before,
  .column-experience:after,
  .column-experience .content:before,
  .column-experience .content:after,
  .column-education:before,
  .column-education:after,
  .column-education .content:before,
  .column-education .content:after,
  .column-activities:before,
  .column-activities:after,
  .column-profile:before,
  .column-profile:after,
  .column-skills:before,
  .column-skills:after,
  .column-skills .content:before,
  .column-portfolio:before,
  .column-portfolio:after,
  .column-portfolio .content:before {
    display: none;
  }
}

/************************************************
********** End Connecting Lines Styles **********
************************************************/


/************************************************
***************** Media Queries *****************
************************************************/

/* Screen Resolution max-width 1440px */
@media screen and (max-width: 1440px) {
  .container {
    max-width: 1230px;
  }

  .information {
    margin-top: 80px;
  }

  .column-experience {
    margin-bottom: 165px;
  }

  .column-education {
    margin-bottom: 135px;
  }

  .column-activities {
    margin-bottom: 0;
  }

  .column-avatar {
    margin-bottom: 150px;
  }

  /* .column-multimedia {
    margin-bottom: 170px;
  } */

  .content-image {
    margin: 0 -20px;
  }

  .column-profile {
    margin-bottom: 0;
  }

  .column-portfolio,
  .column-skills {
    padding-left: 75px;
  }

  .column-portfolio {
    margin-bottom: 340px;
  }

  .image-skills {
    max-width: 75px;
    max-height: 75px;
  }
}

/* Screen Resolution max-width 1280px */
@media screen and (max-width: 1280px) {
  .container {
    max-width: 945px;
  }

  .column-experience {
    margin-bottom: 120px;
  }

  .column-education {
    margin-bottom: 100px;
  }

  .column-activities .content {
    padding-right: 25px;
  }

  .column-avatar {
    margin-bottom: 120px;
  }

  .image-avatar {
    max-width: 200px;
    max-height: 200px;
  }

  .column-multimedia {
    margin-bottom: 180px;
  }

  .content-image {
    margin: 0;
  }

  .image-multimedia {
    margin: 15px;
  }

  .image-monitor {
    max-width: 300px;
  }

  .image-keyboard {
    max-width: 180px;
  }

  .image-mouse {
    max-width: 20px;
  }

  .image-headphone {
    max-width: 100px;
  }

  .image-mobile {
    max-width: 28px;
  }

  .image-hdd {
    max-width: 60px;
  }

  .column-profile {
    left: 20px;
  }

  .column-portfolio,
  .column-skills {
    padding-left: 30px;
  }

  .column-portfolio {
    margin-bottom: 315px;
  }

  .column-portfolio .content-link {
    font-size: 18px;
  }

  .content-icons {
    max-width: 100%;
  }

  .image-skills {
    max-width: 60px;
    max-height: 60px;
  }
}

/* Screen Resolution max-width 991px */
@media screen and (max-width: 991px) {
  .d-md-down {
    display: block;
  }

  .column-hide {
    opacity: 0;
    visibility: hidden;
  }

  .column-show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
  }

  .figure-multimedia {
    -webkit-filter: brightness(30%);
    filter: brightness(30%);
    -webkit-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) .5s;
    -o-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) .5s;
    transition: all cubic-bezier(0.65, 0.05, 0.36, 1) .5s;
  }

  .figure-multimedia-highlight {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }

  .home {
    padding: 50px 0;
    height: calc(100vh - 100px);
    min-height: 924px;
  }

  .container {
    max-width: 720px;
  }

  .information {
    margin-top: 70px;
  }

  .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-column-count: initial;
    column-count: initial;
    height: calc(100vh - 370px);
    min-height: 735px;
    margin: 0;
  }

  .column {
    margin: 0;
  }

  .column-absolute {
    position: absolute;
    top: 360px;
    right: initial;
    bottom: initial;
    left: 0;
    margin: 0;
  }

  .column-experience {
    padding-top: 0;
  }

  .column-activities .content {
    padding-right: 0;
  }

  .column-avatar {
    padding-top: 0;
  }
  
  .column-avatar .content {
    margin-right: auto;
    margin-left: 0;
    max-width: 300px;
  }

  .image-avatar {
    max-width: 180px;
    max-height: 180px;
  }

  .column-profile .unstyled {
    margin-left: 30px;
  }

  .column-profile .unstyled li {
    line-height: 36px;
  }

  .column-multimedia .content {
    margin-right: auto;
    margin-left: 0;
    max-width: 300px;
  }

  .column-portfolio,
  .column-skills {
    padding-top: 0;
    padding-left: 15px;
  }

  .column-portfolio .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column-portfolio .title {
    width: 100%;
  }

  .column-portfolio .portfolio-item {
    width: 50%;
    max-width: 100%;
  }

  .contact-icons {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .figure-skills {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 21%;
  }

  .figure-skills:nth-child(3n+3) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .title {
    margin-left: 25px;
  }

  .subtitle {
    margin-left: 45px;
  }

  .unstyled {
    margin-left: 65px;
  }
}

@media screen and (max-width: 767px) {
  .home {
    background: #070707;
  }

  .column-hide {
    height: 0;
    overflow: hidden;
  }

  .column-show {
    height: 100%;
  }

  .column {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
  }

  .content {
    width: 360px;
    max-width: 100%;
    margin: auto;
  }

  .container {
    max-width: calc(100% - 30px);
  }

  .home {
    height: auto;
    min-height: auto;
  }

  .columns {
    height: auto;
    min-height: 1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-avatar .content,
  .column-multimedia .content {
    margin: auto;
  }

  .column-avatar {
    order: 1;
  }

  .column-multimedia {
    margin: 30px 0;
    order: 2;
  }

  .column-absolute {
    position: relative;
    top: 0;

    order: 3;
  }

  .column-portfolio .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-portfolio .portfolio-item {
    width: 100%;
  }

  .column-profile .unstyled {
    margin-left: 5px;
  }

  .title {
    margin-left: 15px;
  }

  .subtitle {
    margin-left: 15px;
  }

  .unstyled {
    margin-left: 25px;
  }

  .figure-skills {
    max-width: 33.33%;
  }
}

/* Screen Resolution max-width 575px */
@media screen and (max-width: 480px) {
  .home {
    height: auto;
  }

  /* .banner-title {
    max-width: 85%;
  } */

  .image-monitor {
    max-width: 280px;
  }

  .image-keyboard {
    max-width: 160px;
  }

  .image-mouse {
    max-width: 17px;
  }

  .image-headphone {
    max-width: 80px;
  }

  .image-mobile {
    max-width: 22px;
  }

  .image-hdd {
    max-width: 45px;
  }

  .column {
    padding: 0;
  }

  .title {
    margin-left: 5px;
  }

  .subtitle {
    margin-left: 10px;
  }

  .unstyled {
    margin-left: 0;
  }

  .figure-skills {
    max-width: 27%;
  }
}
/************************************************
*************** End Media Queries ***************
************************************************/