body {
  font-family: 'Quicksand', sans-serif;
}

.portfolio img {
    max-width: 100%;
    max-height: 100%;
    display: block;
     margin: auto;
}

h1{
  color: #5a5a5a;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h2 {
  text-transform: uppercase;
  font-size: 32px!important;
  margin-top:10px;
  font-weight: bold;
}

h3 {
  font-size: 24px!important;
  margin-top:20px;
  color: #4d5aaa;
  font-weight: 800;
}

.carouselTitle {
  color: #fff;
}


.okaymessage {
  display: block;
  margin: 90px;
}

.div-center {
  display: block;
   margin: auto;
}

.div-vcenter {
  display: block;
   margin: auto 20px;
}

.onehundred-percent-wide{
  margin: 10px;
  padding: 25px;
  border: 1px solid #000000;
  background-color: #ffffff;
}

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

.rounded-circle {
    border-radius: 0%!important;
}

/*.carousel-caption {
    bottom: 3rem;
    z-index: 10;
    background-color: #fff;
    opacity: .8;
    padding: 50px;
    color: #000;
    border: 1px solid red;
}*/

/*.carousel-item{
  border: 1px solid blue;
}*/

.portfolio {
  overflow: hidden;
}

.col-lg-3 {
    text-align: left;
}

/*.onehundred-percent-wide{
  height: 80px;
  width: 30px;

}*/

.starter-template {
  padding: 3rem 0rem;
}

.bg-black {
  background-color: #000000;
}

.footer-links a {
  color: #006FE6;

}
