h1{
  line-height: 45px !important;
  margin-top:20px;
  margin-bottom:20px; 
}





abbr[title], acronym[title] {
    text-decoration: none;
     font-size: 1vw;
}

/*
  ____   _         _       _               
 |  _ \ (_)__   __(_) ___ (_)  ___   _ __  
 | | | || |\ \ / /| |/ __|| | / _ \ | '_ \ 
 | |_| || | \ V / | |\__ \| || (_) || | | |
 |____/ |_|  \_/  |_||___/|_| \___/ |_| |_|

*/

body{
  zoom: 90%;
  margin:0;
  padding:0;
  background-color: gray;
}
aside{

    background-color: black;
    /*height: 100vh;*/
    padding-left: 50px;
    padding-right: 50px;
    min-width: 110px;
    overflow: hidden;
    flex: 1 1 auto;
}
main{
  background-color: white;
  margin: 1vw auto;
  position: relative;
  /*height: 90vh;*/
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: stretch;
  align-items: stretch;
}
div section{
  width: 500px;

}
article{}
figure{
   text-align: center;
    margin: 0;
    width: 76px;

}






 /* 
   ____             _                    
  / ___|_   _  ___ | |_  ___   _ __ ___  
 | |   | | | |/ __|| __|/ _ \ | '_ ` _ \ 
 | |___| |_| |\__ \| |_| (_) || | | | | |
  \____|\__,_||___/ \__|\___/ |_| |_| |_|

*/
.fl{
  float: left;
}
.fr{
  float: right;
}
.clr{
  clear: both;
}
.sc{
  width: 30%;
  min-width: 240px;
}
div.experience-education{
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: stretch;
    flex: 1 1 auto;
}
div section{

}
.s1{

}
.s2{
  
}
.one-word-per-line{
  word-spacing: 9vw;
} 
.info{
  position: absolute;
  bottom: 35px;
  margin-right: 2vw;
}
.info p{
  color: white;
  text-transform: uppercase;
  padding-bottom: 15px;
}
[href="http://mbangar.herzingmontreal.ca/wordpress/wordpress/"]{
  word-break: break-all;
}
.info a {
  color: white;
}

.link{
  text-transform: lowercase;
}
.pt{padding-top: 35px;}

.header-decorated {

    display: flex;
    align-items: center;
    margin-bottom: 7px;
    background: transparent;
    transition: all 1s;
}
.header-decorated::after {
    flex: 1 1 auto;
    content: '';
    background: black 22px repeat-x;
    height: 22px;
    display: block;
    width: auto;
    margin-left: 2px;
    margin-top: 4px;
}
.hob{
  width:100%;
  text-align:center;
}

.hob2{
  display: inline-block;
  margin:0 auto;
}
.skill {
  float: left;
  width: 48%;
}
img{width: 50px; height: 50px; filter: grayscale(1);}

.inner {

  background-color: white;
  overflow: hidden;
  position: relative;
  border-radius: 4px; 
}

.rating {
  float: left;
  width: 50%;
  text-align: center;
}

.rating-num {
  color: #333333;
  font-size: 50px;
  font-weight: 100;
  line-height: 1em; 
}

.rating-stars {
  font-size: 9px;
  color: black;
  margin-bottom: .5em;
}
.rating-stars .active {
  color: black;
}

.rating-users {
  font-size: 1vw;
  text-align: left;
}

.histo {
    float: left;
    width: 50%;
    text-align: center;
  padding-top: 10px;
}

.histo-star {
  float: left;
  padding: 3px;

}

.histo-rate {
  width: 100%;
  display: block;
  clear: both;
}

.bar-block {
  margin-left: 5px;
  color: black;
  display: block;
  float: left;
  width: 75%;
  position: relative;
}

.bar {
  padding: 4px;
  display: block;
}

#bar-five {
  width: 0;
  background-color: #9FC05A;
}

#bar-four {
  width: 0;
  background-color: #ADD633;
}

#bar-three {
  width: 0;
  background-color: #FFD834;
}

#bar-two {
  width: 0;
  background-color: #FFB234;
}

#bar-one {
  width: 0;
  background-color: #FF8B5A;
}
a svg, a .fa-fw {display: none !important;}
a::before{content: attr(data-cv)  ;font-size:0.8em;font-weight:normal;}



/*

___  ___         _ _         _____                       
|  \/  |        | (_)       |  _  |                      
| .  . | ___  __| |_  __ _  | | | |_   _  ___ _ __ _   _ 
| |\/| |/ _ \/ _` | |/ _` | | | | | | | |/ _ \ '__| | | |
| |  | |  __/ (_| | | (_| | \ \/' / |_| |  __/ |  | |_| |
\_|  |_/\___|\__,_|_|\__,_|  \_/\_\\__,_|\___|_|   \__, |
                                                    __/ |
                                                   |___/ 

*/

/* tab portrait and down   */
@media only screen and (max-width: 992px) {
  main{
    width: 100%;
    min-width: unset;
    max-width: unset;
    margin: 0;
  }

}
/* ridiculous (Over 2561px) (landscape) ----------- */
@media only screen and (min-device-width: 2561px) and (orientation: landscape) {

main{
  width: 85%;
  min-width: unset;
  max-width: unset;
  height:unset;


}
.sc {
    width: 37%;
}
.s1 {

}
.hob{
  margin-top: 48px;
}
.rating-stars {
  font-size: 36px;
}

}
/* 4k (landscape) ----------- */
@media only screen and (min-device-width: 1441px) and (max-device-width: 2560px) and (orientation: landscape) {


main{
  width: 85%;
  min-width: unset;
  max-width: unset;
  padding-bottom: 40px;

}
.sc {
    width: 35%;
}
.s1 {

}
.rating-stars {
  font-size: 30px;
}
img {
    width: 100px;
    height: 100px;
  }

}
/* laptop (landscape) ----------- */
@media only screen and (min-device-width: 1025px) and (max-device-width: 1440px) and (orientation: landscape) {
/*main{flex-direction: column;}*/
/*div.experience-education{flex-direction: column;}*/
div.experience-education section{padding-left: 15px !important;padding-right: 15px !important;}
div section {width: unset;}
.no-mobile{display: none;}
address{display: flex;
	flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: stretch;
    align-items: center;}

}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
main{flex-direction: column;}
div.experience-education{flex-direction: column;}
div.experience-education section{padding-left: 15px !important;padding-right: 15px !important;}
div section {width: unset;}
.no-mobile{display: none;}
address{display: flex;
	flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: stretch;
    align-items: center;}

}
/* tablets (portrait) ----------- */
@media only screen and (min-device-width: 426px) and (max-device-width: 768px) and (orientation:portrait) {

main{flex-direction: column;}
div.experience-education{flex-direction: column;}
div.experience-education section{padding-left: 15px !important;padding-right: 15px !important;}
div section {width: unset;}
.no-mobile{display: none;}
address{display: flex;
	flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: stretch;
    align-items: center;}


}

/* mobileM (portrait) ----------- */
@media only screen and (min-device-width: 321px) and (max-device-width: 375px) and (orientation:portrait) {



}
/* mobileS (portrait) ----------- */
@media only screen and (min-device-width: 0px) and (max-device-width: 320px) and (orientation:portrait) {


}






@media print  {

    @page { 
        margin: 0;/* this affects the margin in the printer settings */
        padding: 0;
        size: landscape;

      }
      main{
        margin: 0;
        height: 100%;
        width: 100%;
        min-width: unset;
        max-width: unset;
      }
      h1 {font-size: 25px !important; margin: 0;}
      h2 {font-size: 15px !important;}
      div section{ width: 425px;}
      p a {word-wrap: break-word;}
      a {text-decoration: none;}
      .no-print{display: none;}
      .slim-print{margin-top: 15px !important;margin-bottom: 15px !important;}
      .media {padding-top: 5px !important;}
      .media-body{padding-bottom: 5px !important;}
      ul{margin-bottom: 5px !important;}
      div.experience-education:nth-child(2){padding-right: 48px !important;}

/*h1{font-size: 3vw; }
h2{ font-size: 1.5vw;}
h3{ font-size: 2vw;}
h4{font-size: 2vw;}
p{font-size: 1.5vw}*/
.rating-users {
    font-size: 1.5vw;
    }
abbr[title], acronym[title] {
     font-size: 2vw;
}
figure{    width: 100px;}
figcaption{font-size:  1vw;}
a {
  font-size: 12px;
}
/*div.experience-education{
    flex-direction: column;
    }*/
body{
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  /*zoom: 100%;*/
}
}

/*
   ___   _    _                 
  / _ \ | |_ | |__    ___  _ __ 
 | | | || __|| '_ \  / _ \| '__|
 | |_| || |_ | | | ||  __/| |   
  \___/  \__||_| |_| \___||_|   
                              
*/
  body.refreshing #inbox {
    filter: blur(1px);
    touch-action: none; /* prevent scrolling */
  }
  body.refreshing .refresher {
    transform: translate3d(0,150%,0) scale(1);
    z-index: 1;
  }
  /* mobiles (portrait) ----------- */
@media only screen and (min-device-width: 0px) and (max-device-width: 425px) and (orientation:portrait) {

main{flex-direction: column;}
div.experience-education{flex-direction: column;}
div.experience-education section{padding-left: 15px !important;padding-right: 15px !important;}
div section {width: unset;}
.no-mobile{display: none;}
address{display: flex;
	flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: stretch;
    align-items: center;}
}
  /* mobiles (landscape) ----------- */

@media only screen and (min-device-width: 480px) and (max-device-width: 800px) and (orientation: landscape) {
main{flex-direction: column;}
div.experience-education{flex-direction: column;}
div.experience-education section{padding-left: 15px !important;padding-right: 15px !important;}
div section {width: unset;}
.no-mobile{display: none;}
address{display: flex;
	flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: stretch;
    align-items: center;}

}