/*general styles*/
:root {
  --black: #333;
}

body {
  color: var(--black)
}

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

section:not(.box-intro){
  padding: 70px 0;
}

@media (max-width:767px){
  section:not(.box-intro){
    padding:20px 0;
  }
}

.text-center {
  text-align: center;
}

h1{
  font-weight: 700;
  font-size: 70px;
}

h2{
  font-weight: 600;
  margin-bottom: 50px;
  font-size:2.6em;
}

/*general styles end*/

/*main*/
.main-logo-navbar{
  width: 50px;
  height: 50px;
}
 
.navbar{
  border-radius: 0 !important;
  margin:0;
  z-index: 2;
}

.box-intro{
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #f7f1e3;
  background-size: cover;
  width:100%;
  height: calc(100vh - 40em);
}

.main-section{
  display: flex;
  justify-content: center;
  flex-direction: row;
  z-index: 2;
}

@media (max-width:767px){
  .main-section{
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .main-description {
    max-width: 20em;
  }
}

.main-description {
  padding: 1em;
  max-width: 30em;
}

#header-title {
  color: var(--black);
  font-size: 3em;
}

#subtitle {
  margin: 0;
  margin-bottom: .5em;
  color: var(--black);
  font-size: 1.7em;
}

.box-intro h2{
  font-weight: 100;
}

@media (max-width:800px){
  .main-section h1{
    font-size:2.8em !important;
  }
  .main-section h2{
    font-size:1.2em;
  }
  
  .box-intro{
    height: calc(80vh);
  }
}

.main-presentation-photo{
  border-radius: 50%;
  border: .5rem solid;
  border-color:rgba(255,255,255,0.2);
  max-width: 200px;
}

@media (max-width:991px){
  .main-presentation-photo{
    max-width: 150px;
  }
}
/*main end*/

/*section about*/
.section-experiences{
  background: white;
  height: auto;
}

.section-experiences .experiences-list{
  max-width: 533px;
  margin:0 auto;
}

.experience-subtitle{
  font-weight: 600;  
}

/*section about end*/

/* section education*/


.education-subtitle {
  font-weight: 600;
}

.education-list {
  max-width: 533px;
  margin:0 auto;
}
/* section education end*/

/*section skills*/

.section-skills h2{
  margin-bottom: 50px;
}

.skill-icon{
  background-image: url(../images/spritesheet_skill-icon.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 5px 5px 0px;
  height: 50px;
}

.skill-icon.rails{
  width:50px;
  background-position: 0px 0px;
}

.skill-icon.ruby{
  width:50px;
  background-position: -99999999px 0px;
}

.skill-icon.angular{
  width:50px;
  background-position: -509px 0px;
}

.skill-icon.javascript{
  width:50px;
  background-position: -130px 0px;
}

.skill-icon.jquery{
  width:50px;
  background-position: -99999999px 0px;
}

.skill-icon.html5{
  width:50px;
  background-position: -192px 0px;
}

.skill-icon.css3{
  width:50px;
  background-position: -250px 0px;
}

.skill-icon.github{
  width:50px;
  background-position: -315px 0px;
}

.skill-icon.git{
  width:50px;
  background-position: -999999px 0px;
}

.skill-icon.trello{
  width:50px;
  background-position: -380px 0px;
}

.skill-icon.vue{
  width:50px;
  background-position: -99999px 0px;
}

.skill-icon.ionic{
  width:50px;
  background-position: -99999px 0px;
}

/*section skills end*/

/*Section portifolio*/
.section-portifolio{
  text-align: center;
  height: auto;
}

.section-portifolio h2{
  margin-bottom: 50px;
}

.portifolio-gallery img{
  width:  100%;
  object-fit: cover;
  margin: 0 0 30px;
  box-shadow: 5px 10px 15px #ddd;
  border-radius:6px;
}

.gallery-item{
  position:relative;
  text-align: left;
}

.gallery-item p{
  margin:0 0 10px;
}

/*Section portifolio end*/

/*Section posts*/

.section-posts{
  height: auto;
}


.panel-body img{
  width: 100%;
}

.panel{
  height: 450px;
}


/*
.link-blog{
  #position:absolute;
  #bottom:40%;
  #left:40%;
  background: none;
  box-shadow: 0 0 0 2px rgba(144, 144, 144, 0.25);
  border-radius:4px;
  display:inline-block;
  text-decoration: none;
  height: 2.85em;
  padding: 0 2em;
  font-size: 1.35em;
  line-height: 2.95em;
  color:black;
  font-weight: 700;
}
*/

/*Section posts end*/

/*Section about*/
/*Social medias*/
.icons li{
  display: inline-block;
  font-size:3.0em;
}

.icons{
  margin-top:20px; 
}

ul li a.social-btn{
  color: var(--black);
  text-decoration: none;
  margin:10px;
}

ul li a.social-btn:hover{
  color: #d8c7a0;
  transition: all 0.2s linear;
  text-decoration: none !important;
}

/*Social medias end*/

/* Section informations */
.section-informations .description{
  max-width: 533px;
  margin: 0 auto;
}
/* Section informations */


/*Footer*/
.footer-page{
  padding:15px 0;
  background-color: #e6e6e6;
}

.footer-page p {
}

.content-footer{
  width: 100%;
  text-align: center;
}

.footer-page{
  text-align: center;
}

.copyright li {}

/*Footer end*/