html {
    background: #f2f2f2;
    background-image: rgb(0, 0, 0) 100%);
    -webkit-font-smoothing: antialiased;
}

body {
    background: #f2f2f2;
    color: #000000;
    font-family: "Acumin Pro", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    max-width: auto;
    padding: 2em 2em 4em
}

h1, h2, h3, h4, h5 {
    text-align: center;
    color: #000000;
    font-weight: normal;
    line-height: 1.3;
}

h6 {
    font-weight: normal;
    text-align: center;
    color: #000;
    margin-top: 0px;
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
}

h2 {
    margin-top: 1.3em;
}

h4 {
    display: block;
    font-size: 14px;
    margin-bottom: 100px;
}

h5 {
    display: block;
    font-size: 16px;
}

a {
    color: #0083e8;
}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}

div.project {
    margin: auto;
    margin-bottom: 75px;
}

div.project img {
    border: 1px solid #ccc;
    padding: 5px;
    background: #ffffff;
    display: block;
    margin: auto;
    height: auto;
    width: 100%;
    min-width: 250px;
    max-width: 30%;
    opacity: 100%;
}

div.hide {
    display: none;
}

div.project:hover + div.hide {
    display: block;
    color: #ccc;
    text-align: center;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #fff;
}

div.project:hover .overlay {
  opacity: 1;
}

div.logo {
    margin: auto;
}

div.logo img {
    display: block;
    background: transparent;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-width: 300px;
    max-width: 40%;
    height: auto;
    margin-top: 5%;
}

img {
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

img2 {
    background: transparent;
    border: 0px solid rgba(0, 0, 0, 0.12);
    border-radius: 0px;
    display: block;
    vertical-align: middle;
    margin: 1.3em auto;
    max-width: 50%;
    margin-top: 150px;
}

@media screen and (max-width: 600px) {

   img { 
       max-width: 100%;
   }

}

@media screen and (max-width: 600px) {

    h4 { 
        font-size: 16px;    
   }
    h5, h6 { 
        font-size: 18px;
   }
}
