/* start of desktop styles */

@media screen and (max-width: 991px) {
  /* start of large tablet styles */
  .img-responsive {
    min-width: 70%;
  }
}

@media screen and (max-width: 767px) {
  /* start of medium tablet styles */
  /* Adding a fixed/percentage min-width could ensure that the image doesn't get too small */
  .img-responsive {
    min-width: 30%;
  }
}

@media screen and (max-width: 479px) {
  /* start of phone styles */
  /* It's possible to hide the image if the screen becomes too small */
  .img-responsive {
    min-width: 10%;
  }
}

#home .slogan .banner .social-icon li a:hover > .fa-google-plus {
  color: red;
}
#home .slogan .banner .social-icon li a:hover > .fa-facebook {
  color: #3b5998;
}
#home .slogan .banner .social-icon li a:hover > .fa-twitter {
  color: #55acee;
}
#home .slogan .banner .social-icon li a:hover > .fa-instagram {
  color: #5851db;
}
#home .slogan .banner .social-icon li a:hover > .fa-linkedin {
  color: #0077b5;
}
#home .slogan .banner .social-icon li a:hover > .fa-linkedin {
  color: #0077b5;
}
#home .slogan .banner .social-icon li a:hover > .fa-github {
  color: #333333;
}
#home .slogan .banner .social-icon li a:hover > .fa-youtube {
  color: #bd081c;
}
#home .slogan .banner .social-icon li {
  display: inline-block;
  vertical-align: top;
}
#home .slogan .banner .social-icon li a {
  display: inline;
  color: #425363;
  margin: 0px 5px;
}
#home .slogan .banner .social-icon li a i {
  font-size: 18px;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 48px;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

#home {
  padding-right: 0px;
}
.logo-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  max-height: auto;
  max-width: 60%;
  padding-right: 0px;
}

#home .slogan .banner .social-icon li a:hover > .fa-facebook {
  color: #3b5998;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#home .slogan .banner .social-icon li > .fa-facebook {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.description { 
  height: 0px;
  position: relative;
  overflow: hidden;
  
}
.desc {
  padding-top: 2px;
  padding-bottom: 2px;
  display: block;
  margin: 0 0 10px;
  font-size: 1.50em;
  text-align: left;
  color: #425363;
}