
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;
}



a#btn_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;
}

a#btn_spotify:hover {
	background-color: #fff;
	border: 2px solid #000;
	color: #000;
}


a#btn_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;
}

a#btn_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 */
}


a#btn_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;
}

a#btn_amazon:hover {
	background-color: #fc9a18;
}


a#btn_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;
}

a#btn_indiegogo:hover {
	color: #fff;
	background-color: #eb1478;
}

a#btn_apple {
	display: block;
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	border-radius: 20px;
	margin: auto;
	margin-top: 75px;
	padding-top: 8px;
	background: linear-gradient(#888888, #d6d6d6);
	color: #fff;
	text-align: center;
	font-size: 60px;
}

a#btn_apple:hover {
	color:#fff;
	background: linear-gradient(#BFBFBF, #EAEAEA);
	transition:background .2s
}

a#btn_explodingkittens {
	font-family: 'Oswald', sans-serif;
	display: inline-block;
	height: 60px;
	width: 250px;
	box-sizing: border-box;
	margin: auto;
	margin-top:100px;
	padding-top: 12px;
	background-color: #FF0000;
	color: #F5D0A9;
	font-size: 25px;
	text-decoration: none;
}

a#btn_explodingkittens:hover {
	font-weight: bold;
	color:#FF0000;
	background-color:#FFFF00;
	letter-spacing: 1px;
}

a#btn_explodingkittens:active {
	color:#FFFF00;

}

a#btn_ibm {
	display: inline-block;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight:bold;
	font-size:60px;
	color:black;
	text-decoration:none;
	margin-top:80px;
}

a#btn_ibm:hover {
 	text-decoration: underline;
 	}

a#btn_mollyjogger {
	display: inline-block;
	height: 70px;
	box-sizing: border-box;
	border-radius: 8px;
	margin: auto;
	margin-top: 100px;
	padding: 12px 40px 0 40px;
	font-family: 'La Belle Aurore', cursive;
	font-size: 26px;
	text-decoration:none;
	background-color: #5D6436;
	border: 3px solid #CED5A5;
	color: #CED5A5;
}

a#btn_mollyjogger:hover {
	border: 3px solid #F5EFB8;
	color: #F5EFB8;
	background-color:#5E610B;
}

a#btn_harleydavidson {
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:bold;
	font-size: 18px;
	display: inline-block;
	width: 240px;
	box-sizing: border-box;
	margin: auto;
	margin-top: 100px;
	padding: 2px 20px 2px 20px;
	background-color: black;
	border: 5px solid #FF8000;
	color: white;
}

 .fa-arrow-right:hover {
 	color:black;
 }

 a#btn_harleydavidson:hover {
 	border: 5px solid #000000;
 }

 a#btn_facebook {
 	font-size:80px;
 	display: inline-block;
 	box-sizing: border-box;
 	width:100px;
 	height:100px;
	margin: auto;
	margin-top: 70px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,1e5799+98 */
	background: #7db9e8; /* Old browsers */
	background: -moz-linear-gradient(top, #7db9e8 0%, #1e5799 98%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #7db9e8 0%,#1e5799 98%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #7db9e8 0%,#1e5799 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
	color:#fff;
	padding-top:9px;
	padding-bottom:0;
	padding-left:36px;
	border-radius: 8px;

 }

a#btn_facebook:hover {
	background: #F2F2F2;
	color: #084B8A;
	transition:background .3s
}

a#btn_ideo {
	font-family: 'Roboto', sans-serif;
	text-decoration:none;
	font-size:30px;
	display: inline-block;
	width: 240px;
	box-sizing: border-box;
	margin: auto;
	margin-top: 90px;
	padding: 6px 20px 6px 20px;
	background-color: white;
	border: 1px solid black;
	color: white;
	border-radius:3px;
}

p#ideo {
	margin:0;
	color:#04B4AE;
	display: inline-block;

}

p#org {
	margin:0;
	color:#FA8258;
	display: inline-block;

}

a#btn_ideo:hover {
	background-color:black;
	transition:background .3s

}

a#btn_craigslist {
	font-family:Times New Roman;
	font-size:30px;
	text-decoration:none;
	display: inline-block;
	width: 240px;
	box-sizing: border-box;
	margin: auto;
	margin-top: 90px;
	padding: 6px 20px 6px 20px;
	background-color: #F2F2F2;
	border: 1px solid #848484;
	color: blue;
}

a#btn_craigslist:hover {
	background-color:#FBF8EF;
}

a#btn_usarmy {
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
	font-size:18px;
	text-decoration:none;
	display: inline-block;
	width: 100px;
	height:130px;
	box-sizing: border-box;
	margin: auto;
	margin-top: 50px;
/*	padding: 3px 20px 3px 20px;
*/	background-color: black;
	border: 3px solid #FCC202;
	border-radius:5px;
	color: white;
}

p#star {
	font-size:60px;
	margin:0;
	color:#FCC202;
}

p#usarmy {
	margin:0;
}

a#btn_usarmy:hover {
	background-color:white;
	color:black;
	cursor:crosshair;
}

a#btn_stjude {
	font-family: 'Merriweather', serif;
	text-decoration:none;
	color:#585858;
	font-size:30px;
	display: inline-block;
	height:50px;
	box-sizing: border-box;
	margin: auto;
	margin-top: 100px;
	padding: 6px 20px 0px 20px;
	background-color: white;
	border-radius:5px;
}

a#btn_stjude:hover {
	background-color:#B40431;
	color:white;
	transition:background .8s
}

a#btn_sardella {
	font-family: 'Six Caps', sans-serif;
	text-decoration:none;
	font-size:66px;
	display: inline-block;
	width:180px;
	box-sizing: border-box;
	margin: auto;
	margin-top: 80px;
	padding: 0px 20px 4px 20px;
	background-color:#2E2EFE;
	border-radius:1px;
	color:white;
}

.lblue {
	color:#00FFFF;
	margin:0;
}

a#btn_sardella:hover {
	color:#2E2EFE;
	background-color:white;
}

.lblue:hover {
	color:#6BCEBF;
}

a#btn_dimecitycycles {
	font-family: 'Anton', sans-serif;
	text-decoration:none;
	font-size:24px;
	text-transform:uppercase;
	display: inline-block;
	width:180px;
	box-sizing: border-box;
	margin: auto;
	margin-top: 100px;
	padding: 10px 0px 10px 0px;
	background-color:white;
	border: 3px solid black;
	color:black;
}

a#btn_dimecitycycles:hover {
	background-color:#AA1F1F;
	color:white;
	text-decoration:underline;
}

a#btn_cartoonnetwork {
	font-family: 'Righteous', cursive;
	text-decoration:none;
	font-size:40px;
	display: inline-block;
	/*width:200px;
	height:50px;*/
	box-sizing: border-box;
	margin: auto;
	margin-top: 100px;
/*	padding:0 0 2px 0;
	background-color:pink;*/
}

.C {
	box-sizing: border-box;
	width:50px;
	background-color: black;
	margin:0;
	padding:0px 6px 0px 6px;
	color:white;
}

.N {
	box-sizing: border-box;
	width:50px;
	background-color: white;
	margin:0;
	padding:0px 6px 0px 6px;
	color:black;
}

.C:hover {
	background-color:#38A9EC;
	color:#FFFF00;
}

.N:hover {
	background-color:#FFFF00;
	color:#FC10B6;
}

a#btn_bissingers {
	font-family: 'Gabriela', serif;
	font-size: 26px;
	text-decoration:none;
	display: inline-block;
	height: 70px;
	box-sizing: border-box;
	margin: auto;
	margin-top: 90px;
	padding: 12px 40px 0 40px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9a241e+0,e87e83+100 */
	background: #9a241e; /* Old browsers */
	background: -moz-linear-gradient(top, #9a241e 0%, #e87e83 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #9a241e 0%,#e87e83 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #9a241e 0%,#e87e83 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a241e', endColorstr='#e87e83',GradientType=0 ); /* IE6-9 */
	border: 5px solid #D2A649;
	color: #F3E2A9;
}


a#btn_bissingers:hover {
	border: 5px solid #FEF3AC;
	color: #FEF3AC;
	transition:border, color.5s
	-webkit-box-shadow: 4px 4px 11px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    4px 4px 11px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         4px 4px 11px 0px rgba(50, 50, 50, 0.75);

}

a#btn_ofa {
	font-family: 'Anton', serif;
	font-size: 50px;
	text-decoration:none;
	display: inline-block;
	height: 76px;
	box-sizing: border-box;
	margin: auto;
	margin-top: 90px;
	padding: 0px 20px 0px 20px;
	background:#077e90;
	color:white;
}

a#btn_ofa:hover {
	background:#3FD8EF;
	transition:background.5s;

}

a#btn_tonightshow {
	text-transform:uppercase;
	font-family: 'Righteous', cursive;
	font-size: 20px;
	text-decoration:none;
	display: inline-block;
	box-sizing: border-box;
	margin: auto;
	margin-top: 100px;
	padding: 4px 20px 5px 20px;
	background-image: linear-gradient(to right, #12325e, #2170b9);
	color:white;
	border-radius:3px;
}

a#btn_tonightshow:hover {
	background-image: linear-gradient(to right,  #2170b9, #12325e);
	color:white;
	transition:background-image .5s
}

a#btn_missouribotanicalgarden {
	font-family: 'Amiri', serif;
	text-transform:uppercase;
	font-size: 20px;
	text-decoration:none;
	display: inline-block;
	box-sizing: border-box;
	margin: auto;
	margin-top: 50px;
	padding: 20px 20px 0px 20px;
	background:#CCDBA7;
	color:#5F4C0B;
	border: 4px solid #B5C09A;
	border-radius:3px;
	line-height: 2px;
}

a#btn_missouribotanicalgarden:hover {
	border: 4px solid #CA8633;
	transition:border .5s;
}

a#btn_hulkhogan {
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	font-size:20px;
	text-transform:uppercase;
	text-decoration:none;
	display: inline-block;
	box-sizing: border-box;
	height:50px;
	margin: auto;
	margin-top: 100px;
	padding: 10px 20px 0px 20px;
	background:black;
	color:white;
	border: 4px solid black;
}

a#btn_hulkhogan:hover {
	border: 4px solid #FCC202;
	color:red;
	transition:border .3s;
}

a#btn_hulkhogan:active {
	color:#FCC202;
}

a#btn_foreflight {
	font-family: 'Ubuntu', sans-serif;
	font-weight:medium;
	font-size:24px;
	text-transform:uppercase;
	text-decoration:none;
	display: inline-block;
	box-sizing: border-box;
	height:50px;
	margin: auto;
	margin-top: 100px;
	padding: 12px 20px 0px 20px;
	background:#0B3861;
	color:white;
	border-radius:6px;
}

a#btn_foreflight:hover {
	background:white;
	color:black;
}

a#btn_foreflight:active {
	color: #0489B1;
}

a#btn_thecolorrun {
	font-family: 'Anton', sans-serif;
	text-transform:uppercase;
	font-size:38px;
	text-decoration:none;
	display: inline-block;
	box-sizing: border-box;
	height:62px;
	margin: auto;
	margin-top: 100px;
	padding: 4px 20px 0px 20px;
	background:white;
}

.middleblue {
	color:#00BFFF;
}

.yellow {
	color:#FCC202;
}

.magenta {
	color:#FE2E64;
}

a#btn_thecolorrun:hover {
	background:black;
} 

.middleblue:hover {
	color:#8000FF
}

.yellow:hover {
	color:#FE9A2E;
}

.magenta:hover {
	color:#01DFA5;
}

.middleblue:active {
	color:#A9A9F5;
}

.yellow:active {
	color:#F79F81;
}

.magenta:active {
	color:#D0A9F5;
}
