body {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

main {
    margin: 40px;
}

h1 {
     font-size: 30px;
     margin-bottom: 40px;
}

.button_container {
    border: 1px solid #ddd;
    margin: 0 10px 10px 0;
    padding: 20px;
    width: 300px;
    height: 300px;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
}

#lyft_container {
    display: block;
    border: 2px solid rgb(255, 0, 191);
    border-radius: 30px;
    width: 110px;
    height: 80px;
    background-color: #FFFFFF;
    margin: auto;
    padding: 20px;
    margin-top: 25%;
    transition: 0.5s;
}

a#lyft {
    position: relative;
    font-size: 5em; 
    margin: auto;
    color: rgb(255, 0, 191);
}

#lyft_container:hover {
    width: 125px;
    height: 65px;
    background-image: linear-gradient(to top, rgba(255,0,0,0), rgba(255,0,191,1));
    border: 1px solid white;
    transition: all 0.5s;
    
}

a#lyft:hover {
    color: black;
    top: -8px;
    transition: all 0.5s;
}

#pinterest_container {
    display: block;
    border: 5px solid #d9e2e4;
    border-radius: 60px;
    width: 40px;
    height: 40px;
    margin: auto;
    padding: 30px;
    margin-top: 25%;
    transition: 0.5s;
    box-shadow: 5px 5px 5px rgb(169, 169, 169);
}

a#pinterest {
	margin: auto;
    font-size: 5em;    
    color: #e60023;
    position: relative;
    top: -20px;
    left: -19px;
    transition: all .5s;
}

#pinterest_container:hover {
    transform: scale(1.3);
    box-shadow: 10px 10px 5px rgb(151, 151, 151);
}

#oldnavy_container {
    display: block;
	height: 70px;
    width: 190px;
    border-radius: 50%;
	margin: auto;
	margin-top: 30%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
	background-color: white;
	border: 2px solid #003764;
	transition: all .5s;
}

a#old-navy {
	font-size: 40px;
    color: #003764;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	text-decoration: none;
    text-transform: uppercase;
}

#oldnavy_container:hover {
    background-color: #003764;
    text-shadow: 2px 2px 1px rgba(233, 233, 233, 0.44);
}

a#old-navy:hover {
    color: #eee;

}

a#pastaria {
    display: block;
    height: 50px;
    box-sizing: border-box;
    border-radius: 35px;
    margin: auto;
    margin-top: 100px;
    padding: 15px 20px 0px 20px;
    background-color: #064047;
    letter-spacing: .05em;
    line-height: 1.1em;
    color: rgb(143, 168, 168);
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .5s;
}

a#pastaria:hover {
    color: #f04924;
}

a#apple {
    display: block;
    height: 100px;
    width: 100px;
    padding: 20px;
    /* box-sizing: border-box; */
    border-radius: 20px;
    margin: auto;
    margin-top: 60px;
    color: rgb(22, 22, 23, 0.6);
    border: 1px solid rgb(22, 22, 23, 0.6);
    font-size: 6em;
    transition: all .5s;
}

.fa-apple {
    margin: auto;
    
}

a#apple:hover {
    background-color: black;
    color: #c0c0c0;
    text-shadow: 
        0 0 7px #fff,
        0 0 10px #fff,
        0 0 21px #fff,
        0 0 42px #83EEFF,
        0 0 82px #83EEFF,
        0 0 92px #83EEFF,
        0 0 102px #83EEFF,
        0 0 151px #83EEFF;
    animation: flicker 1s infinite alternate;   
}

/* Flickering animation */
@keyframes flicker {
    
    0%, 18%, 22%, 25%, 53%, 57%, 100% {

        text-shadow:
        0 0 4px #fff,
        0 0 11px #fff,
        0 0 19px #fff,
        0 0 40px #83EEFF,
        0 0 80px #83EEFF,
        0 0 90px #83EEFF,
        0 0 100px #83EEFF,
        0 0 150px #83EEFF;

    }
    20%, 24%, 55% {        
        text-shadow: none;
    }    
}
/* moo */
a#moo {
    display: inline-block;
    position: relative;
    margin:auto;
    margin-left: 25px;
    margin-top: 60px;
    border-radius: 20px;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px rgb(55, 55, 55);
    transition: .5s;
}

a#moo:hover {
    margin-left: 10px;
}

div#moo-icon {
    background-image: url(https://www.moo.com/dam/jcr:d1293abe-f71a-49b3-a7ea-948b0c20d369);
    background-size: cover;
    width: 50px;
    height: 65px;
}

a#moo:hover div#moo-icon {
    width: 200px;
}

/* exploding kittens */
.kittens{
    display: inline-block;
    margin: auto;
    margin-top: 70px;
    width: 100px;
}

#exploding-kittens{
    background-color: black;
    padding: 104px 30px 30px 30px;
    border-radius: 20px;
}

#exploding-kittens:hover{
 
    filter: invert(100%);
    background-color: #0073FF;
}

/* the new yorker */
a#newyorker {
    display: inline-block;
    height: 90px;
    /* border-radius: 3px; */
    margin: auto;
    margin-top: 80px;
    padding: 10px 40px 0 40px;
    background-color: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 25px;
    font-family: "adobe-caslon-pro", serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .5s;
}

a#newyorker:hover {
    background-color: black;
    border: 1px solid white;
    color: white;
}

a#tesla {
    display: inline-block;
    position: relative;
    margin:auto;
    margin-top: 45px;
    border-radius: 20px;
    padding: 20px;
    background-color:#212121;
    transition: all .3s;

}

a#tesla:hover {
    margin-top: 50px;
    box-shadow: -5px 5px 5px #818181;
}

div#tesla-motors {
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/b/bd/Tesla_Motors.svg/1587px-Tesla_Motors.svg.png);
    background-size: cover;
    width: 100px;
    height: 90px;
}

a#tesla:hover div#tesla-motors {
    height: 130px;
}

a#npr {
    display: block;
    height: 50px;
    box-sizing: border-box;
    margin: auto;
    padding: 10px 20px 0px 20px;
    transition: all .5s;
    font-size: 0;
    margin-top: 30%;
    color: rgba(255, 255, 255, 0.5);
}

div#npr-box1, div#npr-box2, div#npr-box3 {
    display: inline-block;
    font-size: 3rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

div#npr-box1 {
    padding: 4px 16px 6px 16px;
    background-color: #D62021;
}

div#npr-box2{
    padding: 4px 20px 6px 20px;
    background-color: black;
}    

div#npr-box3 {
    padding: 4px 20px 6px 20px;
    background-color: #6d8ac4;
}

a#npr:hover {
    color: rgb(255, 255, 255);
}

/* IDEO */
.ideo-img {
    width: 225px;
    height: auto;
    position: relative;
    top: 85px;
}

#ideo2 {
    top: -1px;
    opacity: 0%;
    transition: 0.5s;
    top: 25px;
}

a#ideo:hover #ideo2 {
    opacity: 100%;
    transition: ease-in 0.5s;
}
/* instagram  */
a#instagram {
    width: 150px;
    height: auto;
    font-size: 6em;
    display: block;
    margin: auto;
    margin-top: 65px;
   
    background: -webkit-radial-gradient(33% 100% circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
    background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
a#instagram:hover {
    filter: drop-shadow(0px 0px 10px #fed273b5);
    transform: scale(1.3);
}

/* facebook  */

a#facebook {
    display: block;
    width: auto;
    padding: 0;
    margin-top: 60px;
    color: rgb(26, 76, 141);    
    font-size: 7em;
    transition: all .5s;
    border-radius: 50px;
}

.fa-facebook:hover {
    transform: scale(1.4);
    color: rgb(46, 137, 255,1);
    transition: .5s ease-in;
}


/* fitbit */
a#fitbit {
    display: inline-block;
    position: relative;
    margin: auto;
    margin-top: 70px;
    margin-left: 0;
    border-radius: 10px;
    padding: 12px;
    background-color: rgb(237, 237, 237);
    
}

a#fitbit:hover {
    margin-left: -22px;
    transform: scale(0.85);
}

div#fitbit-icon {
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Fitbit_logo.svg/2560px-Fitbit_logo.svg.png);
    background-size: cover;
    width: 56px;
    height: 70px;
}

a#fitbit:hover div#fitbit-icon {
    width: 280px;
    transition: ease-in .5s;
   
}
/* st jude */
#st-jude-logo {
    display: block;
    width: 160px;
    height: 160px;
    padding: 10px;
    box-shadow: 0px 0px 10px #960016;
    box-sizing: border-box;
    border-radius: 100px;
    position: relative;
    top: 50px;
    margin: auto;
}

#st-jude-logo:hover {
    border: 5px dotted #960016;
    box-shadow: none;
    transition: ease-in .5s;
}

/* electra bike */
a#electra {
    display: inline-block;
    height: 80px;
    width: 180px;
    box-sizing: border-box;
    border-radius: 3px;
    margin: auto;
    margin-top: 100px;
    padding: 2px 35px 12px 23px;
    background-color: #00a8cb;
    color: #fff;
    font-size: 60px;
    font-family: 'Hurricane', cursive;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all .5s;
}

a#electra:hover {
    background-color: #fff;
    border: 2px solid #1A1A1A;
    color: #1A1A1A;
}

a#nike {
    width: 200px;
    display: block;
    margin: auto;
    margin-top: 30px;
}

a#nike:hover {
    fill: red;
    transition: fill .5s ease-in;
    filter: drop-shadow(5px 5px 5px rgba(84, 70, 70, 0.75));
    animation: col 3s linear infinite;
}

a#samsung { 
    display: block;
    margin: auto;
    margin-top: 40px;
    border-radius: 40px;
    background-color: #1527a0;
    width: 200px;
    height: auto;
}

a#samsung:hover {
    display: block;
    margin: auto;
    margin-top: 60px;
    width: 230px;
    height: 150px;
    border-radius: 50%;
    rotate: 1 1 0 30deg;
    box-shadow: 4px 4px 5px #5f6277;
    transition: 0.5s;
}

.mj-img {
    width: 200px;
    height: auto;
    position: relative;
    top: 50px;
}

#mj2 {
    top: -1px;
    opacity: 0%;
    transition: 0.5s;
    top: -65px;
}

a#molly-jogger:hover #mj2 {
    opacity: 100%;
    border: 2px solid #3e4521ab;
    border-radius: 5px;
}

a#mk {
    display: inline-block;
    height: 60px;
    box-sizing: border-box;
    margin: auto;
    margin-top: 105px;
    padding: 10px 20px 0 20px;
    background-color: white;
    color: black;
    font-size: 28px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
}

a#mk:hover {
    border-radius: 4px;
    box-shadow: 0px 0px 15px #000000;
}