.about{
    padding-top: 75px;
    padding-bottom: 40px;
    position:relative;
     background-image: url(../images/blue-squares2.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.about h2{
  font-size: 4vw;  
    margin-top: 0px;
    padding-top: 0px;
}

.adam-img-tall{
    height: 20vw;
    padding: 1px;
}
.adam-img-short{
    height: 20vw;
    padding: 1px;
}

@media all and (max-width: 778px) {
  .adam-img-tall{
    height: 35vw;
}
.adam-img-short{
    height: 35vw;
}
}

.adam{
   background-size: cover;
    width: 100%;
    height: 100%;
    display:block; 
}
#adam-four{
    background-image: url(../images/adam_four-bw.jpg);
    background-position: top center;
}

#adam-three{
    background-image: url(../images/adam_three-bw.jpg);
    background-position: top;
}
#adam-one{
    background-image: url(../images/adam_one-bw.jpg);
    background-position: top;
}
#adam-two{
    background-image: url(../images/adam_two-bw.jpg);
    background-position: top;
}

.about-p{
    margin-top: 20px;
    text-align: center;
}

.sub-about{
    text-align: right;
}
.about h4{
    color: #fff;
    font-family: bender;
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 2px;
    font-variant: small-caps;
    letter-spacing: 2px;

}
.favs{
    background-color: #040020;
    padding: 10px 10px;
    color: #fff;
    width: 75%;
    margin-bottom: 1px;
    letter-spacing: .5px;
    font-size: 12px;

}

#fav-games{
    text-align: left;
}
#fav-comic{
    text-align: right;
    margin-left: 25%;
}
#fav-franch{
    text-align: left;
}

.come-in-left {
  transform: translateX(-150px);
  animation: come-in-left 1.2s ease forwards;
}
.come-in-left:nth-child(odd) {
  animation-duration: 1s; /* So they look staggered */
}

@keyframes come-in-left {
  to { transform: translateX(0); }
}

.come-in-right {
  transform: translateX(150px);
  animation: come-in-right 1.2s ease forwards;
}
.come-in-right:nth-child(odd) {
  animation-duration: 1s; /* So they look staggered */
}

@keyframes come-in-right {
  to { transform: translateX(0); }
}


.about:before{
    content: "About Me";
    top: 0;
    left: 0;
    background-color: #fff;
    position: absolute;
    color: #040020;
    border: 1px #040020 solid;
    border-bottom-right-radius: 5px;
    z-index: 2;
    font-size: 22px;
    font-family: bender;
    padding: 5px;
    padding-left: 4px;
    border-top: none;
    border-left: none;
}