
.dimgrey {
  color: #444444;
}

.half-transparent{
  opacity: 0.3;
  font-size: 130%;
}

/*.name{*/
/*  display: inline-block;*/
/*  vertical-align: middle;*/
/*  line-height: normal;   */
/*    height: 90px;*/
/*  line-height: 90px;*/
/*}*/

.nowrap{
    white-space: nowrap;
    float: none;
}
.onsameline{
    display: inline;
    
}
/*Increase the size of text to 20,15vw unless the screen is too big*/
@media all and (min-width: 50px) and (max-width: 1024px) {
  .superbig1{
      font-size: 20vw;
  }
  .superbig2{
      font-size: 15vw;
  }
}

@media all and (min-width: 1024px) {
  .superbig1{
      font-size: 206px;
  }
  .superbig2{
      font-size: 154px;
  }
}

.div-align div{
    display:inline-block;
}

.main-photo img
{
  max-height: 50vw;
}

.talented img {
  max-height: 100px;
}

.confident img {
  max-height: 70px;
}

.familiar img {
  max-height: 50px;
}

.aboutme img
{
  max-width: 150px;
  max-height: 65px;
}

/*This class makes vertical line in dimgrey color*/
.verticalLine {
  border-left: 1px solid #ffffff;
}

/*Make hr tag dimgrey color*/
hr { display: block; height: 1px;
    border: 0; border-top: 1px solid #ffffff;
    margin: 1em 0; padding: 0; 
}

.center-div2 {
  width: 67vw;
  margin-left: auto ;
  margin-right: auto ;
}

#portfolio .portfolio-item:nth-child(3n+1) {
  clear: both;
}

/*.modal-content*/
/*{*/
/*  background: white;*/
/*  background: rgba(0, 0, 0, .7);*/
/*}*/

/*.modal-body*/
/*{*/
/*  background: white;*/
/*  background: rgba(255, 255, 255, 1);*/
/*}*/