@charset "utf-8";
/* CSS Document */

body {
	padding: 25px 25px;
	margin: auto;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
#wrapper {
	width: 100%;
	text-align: center;
	margin: auto;
}

#top {
	width: 100%;
	padding: 25px;
}

#title {
	width: 100%;
	padding: 25px 0;
}

#content {
	width: 100%;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	border-bottom-width: thin;
	padding: 25px 0;
}

#left {
	display: inline-grid;
	width: 33%;
}

#center {
	display: inline-grid;
	width: 33%;
}

#right {
	display: inline-grid; 
	width: 33%;
}

#footer {
	width: 100%;
}

@media screen and (max-width: 800px) { 
  
            #left,
			#center,
            #right { 
                width: 95%; 
            }
}

button {
	padding: 20px;
	margin: 10px;
	width: 80%;
	color: #fff;
	background-color: #000;
	font-size: 1.0em;
	font-weight: 600;
	border-radius: 20px 0 20px 0;
	border-color: #000;
	border-width: 1px;
	box-shadow: 0 8px 8px 0 rgba(0,0,0,0.5);
	cursor: pointer;
}

button:hover {
	box-shadow: 0 1px 3px 1px rgba(0,0,0,1);
	color: #000;
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}

h1 {
	font-size: 2em;
}

h2 {
	
}

h3 {
	
}

p {
	
}

a:link {
	
}

a:link {
	
}

a:link {
	
}

a:link {
	
}