*{
	/*color:red;*/
}

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

#main_content {
	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;
}



#spotify {
	display: inline-block;
	height: 50px;
	box-sizing: border-box;
	border-radius: 25px;
	margin: auto;
	margin-top: 100px;
	padding: 10px 40px 0 40px;
	background-color: #2ebd59;
	border: 2px solid #2ebd59;
	color: #fff;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#spotify:hover {
	background-color: #fff;
	border: 2px solid #000;
	color: #000;
}


#twitter {
	display: inline-block;
	height: 40px;
	box-sizing: border-box;
	border-radius: 4px;
	margin: auto;
	margin-top: 105px;
	padding: 10px 30px 0 30px;
	background-color: #56cdf1;
	color: #fff;
	font-size: 18px;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#twitter:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2ebfec+0,28a5cb+100 */
	background: #2ebfec; /* Old browsers */
	background: -moz-linear-gradient(top,  #2ebfec 0%, #28a5cb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2ebfec), color-stop(100%,#28a5cb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2ebfec 0%,#28a5cb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2ebfec 0%,#28a5cb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2ebfec 0%,#28a5cb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2ebfec 0%,#28a5cb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ebfec', endColorstr='#28a5cb',GradientType=0 ); /* IE6-9 */
}


#amazon {
	display: block;
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	border-radius: 50px;
	margin: auto;
	margin-top: 75px;
	padding-top: 8px;
	background-color: #232f3e;
	color: #fff;
	text-align: center;
	font-size: 60px;
}

#amazon:hover {
	background-color: #fc9a18;
}


#indiegogo {
	display: inline-block;
	margin:auto;
	margin-top: 100px;
	padding: 8px 16px;
	background-color: #fff;
	color: #eb1478;
	font-family: 'Ubuntu', sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -2px;
}

#indiegogo:hover {
	color: #fff;
	background-color: #eb1478;
}

#cocacola {
	display: inline-block;
	margin:auto;
	width:150px;
	height: 150px;
	margin-top: 50px;
	color: #e61d2b;
	background-image: url("http://www.coca-cola.com/content/dam/GO/CokeZone/Common/global/logo/logodesktop/coca-cola-logo-260x260.png");
	background-size: 100%;
	background-repeat: no-repeat;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#cocacola:hover {
	filter: grayscale(100);
}

#apple {
	display: block;
	width: 200px;
	height: 100px;
	box-sizing: border-box;
	border-radius: 3px;
	margin: auto;
	margin-top: 75px;
	padding-top: 8px;
	background-color: #888;
	color: #fff;
	text-align: center;
	font-size: 60px;
}

#apple:hover {
	background-color: #fff;
	color: #000;
}

#cartoonnetwork {
	display: block;
	width: 120px;
	margin:auto;
	margin-top: 10px;
	padding-top: 8px;
	font-size: 70px;
 	font-weight: bold;
}

#cartoonnetwork p:first-child{
	display: inline-block;
	width:60px;
	float:left;
	background-color: #000;
	color: #fff;
	text-align: center;
}

#cartoonnetwork p:last-child{
	width: 60px;
	float:right;
	display: inline-block;
	background-color: #fff;
	color: #000;
	text-align: center;
}

#cartoonnetwork p:first-child:hover {
	background-color: #fff;
	color: #000;
}

#cartoonnetwork p:first-child:hover + p:last-child{
	background-color: #000;
	color: #fff;
}

#tesla {
	display: inline-block;
	margin:auto;
	width:200px;
	height: 200px;
	margin-top: 50px;
	background-image: url(https://i.wheelsage.org/image/format/picture/picture-gallery/tesla/logotypes/autowp.ru_tesla_logo_3.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

#tesla:hover {
	display: inline-block;
	margin:auto;
	width:200px;
	height: 200px;
	margin-top: 110px;
	background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/Tesla_Motors_Logo.svg/2000px-Tesla_Motors_Logo.svg.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

#nike {
	display: inline-block;
	height: 40px;
	width:200px;
	margin: auto;
	margin-top: 90px;
	color: #000;
	font-size: 60px;
	font-family: 'Futura', sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}

#nike:hover {
	color:red;
	text-decoration: underline;
}

#ibm {
	display: inline-block;
	margin:auto;
	width:200px;
	height: 200px;
	margin-top: 75px;
	background-image: url(http://diylogodesigns.com/blog/wp-content/uploads/2016/04/ibm-logo-png-transparent-background.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

#samsung {
	display: inline-block;
	margin:auto;
	width:200px;
	height: 200px;
	margin-top: 75px;
	background-image: url(http://s7d2.scene7.com/is/image/SamsungUS/samsung-logo-191-1);
	background-size: 100%;
	background-repeat: no-repeat;
}

#samsung:hover {
	display: inline-block;
	margin:auto;
	width:280px;
	height: 280px;
	margin-top: 85px;
	background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/2/24/Samsung_Logo.svg/2000px-Samsung_Logo.svg.png);
	background-size: 98%;
	background-repeat: no-repeat;
}

#fitbit {
	display: inline-block;
	margin:auto;
	width:280px;
	height: 200px;
	margin-top: 85px;
	background-image: url(http://www.underconsideration.com/brandnew/archives/fitbit_logo.png);
	background-size: 80%;
	background-repeat: no-repeat;
}

#fitbit:hover {
	margin-top:  70px;
}

#newyorker {
	display: inline-block;
	margin:auto;
	padding-top: 60px;
	font-family: 'Abril Fatface', serif;
	color: black;
	font-size: 30px;
	text-decoration: none;
}

#newyorker:hover {
	color:darkred;
	font-weight: lighter;
}

#npr p{
	display: inline-block;
	margin:auto, 20px;
	color: white;
	font-size: 60px;
	text-decoration: none;
}

#npr p:nth-of-type(1) {
	background-color: darkorange;
	height:80px;
	width:50px;
}

#npr p:nth-of-type(2) {
	background-color: black;
	width:50px;	
	height:80px;
}

#npr p:nth-of-type(3) {
	background-color: blue;
	width:50px;
	height:80px;
}

#npr:hover {
	filter:blur(1px);
}

#nbc{
	display: block;
	width: 150px;
	height: 150px;
	margin:auto;
	margin-top:60px;
	background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/9/9f/NBC_Peacock_1986.svg/200px-NBC_Peacock_1986.svg.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

#nbc:hover {
	filter: contrast(0%)
	
}

#mollyjogger{
	display: inline-block;
	font-family: cursive;
	color:darkgreen;
	margin-top: 90px;
	font-size:40px;
	text-decoration: none;
}

#mollyjogger:hover{
	transform: skewX(30deg);
	transform: skewY(20deg);
}

#instagram {
	text-decoration: none;
}

#instagram i{
	display: block;
	box-sizing: border-box;
	width:200px;
	height:200px;
	margin:auto;
	margin-top: 20px;
	padding-top: 50px;
	border-radius: 10px;
	background-color: grey;
	font-size: 100px;
	color:white;
}

#instagram i:hover {
	margin:auto;
	margin-top: 20px;
	color:black;
	background-color: white;
	border: 2px solid grey;
}

#facebook {
	display: inline-block;
	font-family: serif;
	color:darkred;
	margin-top: 90px;
	font-family: 'Pacifico', cursive;	
	font-size:40px;
	font-weight: bold;
	text-decoration: none;
}

#facebook:hover {
	transform: rotate(7deg);
}

#oldnavy {
	width: 187px;
    height: 76px;
    padding-top: 20px;
    padding-bottom: 0px;
    border-radius: 50%;
    margin: auto;
    background-color: darkblue;
    display: block;
    font-family: sans-serif;
    font-variant-caps: small-caps;
    color: white;
    margin-top: 90px;
    font-size: 40px;
    text-decoration: none;
}

#oldnavy:hover {
	font-variant-caps: normal; 
	font-size: 38px;
}

#army {
	display: block;
	width: 150px;
	height: 200px;
	margin:auto;
	margin-top:30px;
	background-image: url(https://www.army.mil/e2/rv5_downloads/symbols/army_star_light_background.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

#army:hover {
	background-image: url(https://grabagun.com/photodump/gagimg/caimages/unaltered/Ruger-AR-556-8500-736676085002.jpg);
	background-size: 100%;
	width: 200px;
	height: 200px;
	margin-top: 100px;
}

#lyft {
	display: inline-block;
	font-family: sans-serif;
	color:white;
	width:100px;
	height:60px;
	padding-top: 10px;	
	background-color: purple;
	border-radius: 8px;
	margin-top: 90px;
	font-size:40px;
	text-decoration: none;
}

#lyft:hover {
	border: 2px solid purple;
	background-color: white;
	color:purple;
}

#ofa {
	display: block;
	position: relative;
	box-sizing: border-box;
	width:100px;
	height:100px;
	background-color: red;
	display: inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-weight: lighter;
	padding-top: 25px;
	color:white;
	margin-top: 80px;
	font-size:40px;
	text-decoration: none;
}

#ofa2 {
	box-sizing: border-box;
	margin-left: -100px;
	width:100px;
	height:100px;
	background-color: red;
	display: inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-weight: lighter;
	padding-top: 5px;
	color:white;
	font-size:40px;
	text-decoration: none;
}

#ofa2 p {
	font-size: 25px;
	margin-top: 0px;
}


#ofa:hover {
	opacity: 0;
}

#hulkhogan {
	display: inline-block;
	width:200px;
	height: 100px;
	margin:auto;
	margin-top: 80px;
	background-image: url(http://akns-images.eonline.com/eol_images/Entire_Site/2014715/rs_1024x759-140815130808-1024.Hulk-Hogan-WWE.ms.081514.jpg);
	background-repeat: none;
	background-size: cover;
	text-decoration: none;
	border: 2px solid gold;
}

#hulkhogan:hover:after, #hulkhogan:hover {
	background-image:none;
	border: 0px;
	content: "HulkHogan!";
	text-align: center;
	font-family: 'Press Start 2P', cursive; 
	margin-top: 130px;
	font-size: 20px;
	color: gold;
}

#target {
	display: block;
	width: 150px;
	height: 150px;
	margin:auto;
	margin-top:50px;
	background-image: url(https://seeklogo.com/images/T/Target-logo-9FE48EBE3B-seeklogo.com.png);
	background-size: 100%;
	background-repeat: no-repeat;
	filter: contrast(.9);
}

#target:hover {
	filter:invert();
}

#foreflight {
	display: inline-block;
	font-family: sans-serif;
	color:teal;
	margin-top: 90px;
	font-size:20px;
	text-decoration: none;
}

#foreflight i{
	display: inline-block;
	float: center;
	font-size: 30px;
}

#foreflight:hover {
	color:lightblue;
}

#nerf {
	display: inline-block;
	width: 220px;
	height:102px;
	background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/1/16/Nerf_logo.svg/1200px-Nerf_logo.svg.png) ; 
	background-size: cover; 
	margin:auto;
	margin-top: 60px;
	filter: blur(2px);
}

#nerf:hover{
	filter:blur(0px);
}

#sardella {
	display: inline-block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	color:blue;
	margin-top: 10px;
	font-size:60px;
	text-decoration: none;
	text-shadow: 2px 4px cyan;
}

#sardella p:nth-of-type(1) {
	display: inline-block;
	color : lightblue;
	text-shadow: 2px 4px teal;
}

#sardella p:nth-of-type(2) {
	display: inline-block;
	color : lightblue;
	text-shadow: 2px 4px blue;
}

#sardella:hover {
	filter: hue-rotate(50deg);
}

#hsn {
	width: 187px;
    height: 187px;
    box-sizing: border-box;
    padding-top: 50px;
    border-radius: 50%;
    margin: auto;
    background-color: blue;
   	filter: saturate(60%);
    display: block;
    font-family: sans-serif;
    color: white;
    margin-top: 30px;
    font-size: 70px;
    text-decoration: none;
}


#thecolorrun {
	display: inline-block;
	font-family: sans-serif;
	box-sizing: border-box;
	color:darkgreen;
	margin-top: 90px;
	font-size:30px;
	text-decoration: none;
	letter-spacing: -2px;
	width: 250px;
	height: 100px;
	background-color:black;
}

#thecolorrun p:nth-of-type(1) {
	display: inline-block;
	color : pink;
}

#thecolorrun p:nth-of-type(2) {
	display: inline-block;
	color : yellow;
}

#thecolorrun p:nth-of-type(3) {
	display: inline-block;
	color : blue;
}

#thecolorrun:hover {
	background-color:red;
}













