a#oldnavy{
    display: inline-block;
    margin: auto;
    margin-top: 100px;
text-decoration: none;
font-family: "futura-pt-condensed", sans-serif;
font-weight: 700;
font-style: normal;
background-color: #003764;
color: white;
font-size: 37px;
width: 197px;
border-radius: 50%;
padding-top: 20px;
padding-bottom: 20px;
}
a#oldnavy:hover{
    background-color: white;
    color: #003764;
    border: 2px solid #003764;
    transition: all 0.5s;
}
a#michael{
    text-decoration: none;
    font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-style: normal;
display: inline-block;
    margin: auto;
    margin-top: 100px;
    font-size: 27px;
    color: black;
}
a#michael:hover{
    
    transform: scale(1.2);
    transition: 0.6s;

}
a#michael:active{
    color: #97999b;
}
.fa-facebook{
   margin: auto;
    margin-top: 50px;
    color: #1E3050;
    font-size: 150px;
}
.fa-facebook:hover{
    height: 150px;
    width: 150px;
    background-color: #1E3050;
    border-radius: 50%;
 transition:  0.4s;
}
.fa-facebook:active{
    background-color:transparent;
 }

.kittens{
    display: inline-block;
    margin: auto;
    margin-top: 50px;
    width: 100px;
    filter: grayscale(100%);
    
    /* padding: 30px 40px; */
    
}
.reverse{
    display: inline-block;
    /* margin: auto; */
    width: 100px;
    margin-top: -99px;
    opacity: 0%;
    margin-left: -100px;
    
}
#kittens{
    background-color: black;
    padding: 104px 30px 30px 30px;
}
#kittens:hover{
    filter: invert(100%);
}
.reverse:hover{
    opacity: 100%;
}
a#craigslist{
    font-size: 50px;
    color: #551A8B;
    text-align: center;
    font-weight: 500;
    font-family: "Times New Roman",Times,serif;
    margin-top: 50px;
    margin-left: -40px;
    display: inline-block;
    text-decoration: none;
    perspective: 1000;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
a#craigslist:hover{
    transform: rotateY(180deg);
}
a#apple{
    margin-top: 50px;
    display: inline-block;
    text-decoration: none;
    font-size: 150px;
    color: #a2aaad;
    text-shadow: 2px 2px 5px black;
    
    
}
a#apple:hover{
    text-shadow: 2px 2px 5px black;
    color: white;
}
a#insta{
    margin-top: 50px;
    display: inline-block;
}
a#insta:hover{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#515bd4+0,8134af+20,dd2a7b+46,f58529+80,feda77+95 */
background: #515bd4; /* Old browsers */
background: -moz-linear-gradient(top,  #515bd4 0%, #8134af 20%, #dd2a7b 46%, #f58529 80%, #feda77 95%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #515bd4 0%,#8134af 20%,#dd2a7b 46%,#f58529 80%,#feda77 95%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #515bd4 0%,#8134af 20%,#dd2a7b 46%,#f58529 80%,#feda77 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515bd4', endColorstr='#feda77',GradientType=0 ); /* IE6-9 */

border-radius: 30%;

}
.insta:hover{
    opacity: 0%;
    transition: all 0.6s;
    
}
a#hsn{
    margin-top: 50px;
    display: inline-block;
    transition: width 2s, height 2s, transform 2s;
    box-shadow: 1px 7px 5px #4d84c6;
   

}
a#hsn:hover{
    transform: rotate(360deg);
   
}
a#cocacola{
    margin-top: 50px;
    display: inline-block;
    box-shadow: 1px 7px  15px rgb(176, 4, 4);
    border-radius: 50%;
    
}
a#cocacola:hover{
    filter: grayscale(50%);
}
a#cocacola:active{
    filter: grayscale(0%);
    box-shadow: 1px 7px  15px red;
    
}
a#nbc{
    margin-top: 50px;
    display: inline-block;
    filter: grayscale(100%);
}
a#nbc:hover{
    filter: grayscale(0%);
    scale: 120%;
    transition: all 1s;
}
a#cn-front{
    margin-top: 100px;
    display: inline-block;
    background-color: transparent;
    perspective: 1000px;
}
.cn-front-inner{
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.5s;
  transform-style: preserve-3d;
}
a#cn-front:hover .cn-front-inner{
    transform: rotate(360deg);
}
a#ideo{
    margin-top: 50px;
    display: inline-block;
}
.logo1{
    opacity: 0%;
}
.logo1:hover{
    opacity: 100%;
    transition: all 1s;
}
.tesla{
    margin-top: 50px;
    display: inline-block;
     position: relative;
  background-color: white;
  border: 2px #e82027;
  box-shadow: 2px 2px 4px #e82027;
  padding: 20px;
  width: 200px;
    transition-duration: 0.4s;
    overflow: hidden;
    cursor: pointer;
}
.tesla:after{
    content: "";
  background: #e82027;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px !important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.8s
}
.tesla:hover:after{
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}
.army2{
    margin-top: 50px;
    display: inline-block;
    position: relative;
    top: 0px;
    opacity: 0%;
}
.army1{
    margin-top: 50px;
    display: inline-block;
    position: absolute;
}
.army2:hover{
    opacity: 100%;
    transition: all 1s;
}
a#moo{
    margin-top: 100px;
    display: block;
    border: 2px solid #107c5d;
    border-radius: 3px;
    width: 150px;
    height: 50px;
    text-decoration: none;
    margin-left: 50px;

    background: linear-gradient(to right, #107c5d 50%, transparent 50%);
background-size: 200% 100%;
background-position: right bottom;
transition: all .5s ease-out;
  
}
.moo{
    text-align: center;
    display: block;
    text-decoration: none;
    font-family: "bryant-web", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 50px;
color: #107c5d;
transition: all .6s ease-out;
margin-top: -7px;

}
a#moo:hover{
    background-position: left bottom;
}
.moo:hover{
color: white;
}
a#tuckerallen{
    margin-top: 50px;
    width: 150px;
    height: 150px;
    display: block;
    margin-left: 50px;
position: absolute;

}
.tuckerallen{
   border: 10px solid #43901a;
   border-radius: 50%;
    
}
.tuckerallen:hover{
transition: all 0.5s;
box-shadow: 1px 1px 30px green;
border-radius: 50%;
}
a#nike{
    margin-top: 100px;
    display: block;
    /* filter: blur(5px); */
    filter: drop-shadow(3px 3px 5px black);
}
a#nike:hover{
    filter: drop-shadow(3px 3px 5px #ff6600) brightness(0%);
}
a#hd{
    margin-top: 50px;
    display: block;
    filter:drop-shadow(10px 10px 0px black) grayscale(100%);
    
}
a#hd:hover{
    filter: drop-shadow(10px 10px 0px #ff6600) grayscale(0%);
}
a#ss{
    margin-top: 50px;
    display: block;
    
}
a#ss:hover{
    filter: drop-shadow(15px 1px 0px #12279e);
    transition: all 0.6s;
}
a#bs{
    margin-top: 50px;
    display: block;
    width: 190px;
    margin-left: 25px;
}
.bs{
    filter: drop-shadow(3px 1px 0px #3d2c0b);
}
a#bs:hover{
    background-color: #3d2c0b;

    border-radius: 20%;
    transition: all 1s;
   
}