@import url('https://fonts.googleapis.com/css?family=Muli:400,600,700');

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-variant-numeric: proportional-nums;
	font-family: 'Muli', sans-serif;
}

.notice {
	color: #333;
	margin: 1em 0;
	background: #d7f19d;
	border-left: 5px solid;
	border-color: #5c7d11;
	font-size: 14px;
	padding: 16px 25px 16px 20px;
}

#masthead {
	background-image: -webkit-linear-gradient(-225deg, #9D5DB4 0%, #F5917D 100%);
	background-image: -moz-linear-gradient(-225deg, #9D5DB4 0%, #F5917D 100%);
  background-image: -ms-linear-gradient(-225deg, #9D5DB4 0%, #F5917D 100%);
  background-image: -o-linear-gradient(-225deg, #9D5DB4 0%, #F5917D 100%);
	background-image: linear-gradient(-225deg, #9D5DB4 0%, #F5917D 100%);
}

h1, h2, h3, h4, h5, h6, p {
	color: #3F3344;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 21px;
}

p {
	line-height: 30px;
	font-size: 15px;
	opacity: 0.6;
}

footer#colophon {
	background: #FFCCC4;
	opacity: 0.6;
	font-size: 15px;
	color: #3F3344;
	line-height: 30px;
}

.site-main ul, .list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#post-7 ul, .list {
	margin-bottom: 20px;
}

#post-7 ul li a, .list li a  {
	-webkit-border-radius: 100px;
	   -moz-border-radius: 100px;
	    -ms-border-radius: 100px;
	     -o-border-radius: 100px;
					border-radius: 100px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	display: block;
  padding: 10px 30px;
  width: auto;
	margin-top: 5px;
  max-width: 500px;
}

#post-7 ul li a {
	background-image: -webkit-linear-gradient(-225deg, #9D5DB4 0%, #F5917D 100%);
	background-image: -moz-linear-gradient(-225deg, #9D5DB4 0%, #F5917D 100%);
  background-image: -ms-linear-gradient(-225deg, #9D5DB4 0%, #F5917D 100%);
  background-image: -o-linear-gradient(-225deg, #9D5DB4 0%, #F5917D 100%);
	background-image: linear-gradient(-225deg, #9D5DB4 0%, #F5917D 100%);
}

.list li a {
	background: #39B8F9;
	-webkit-box-shadow: 0 5px 15px 0 rgba(57,184,249,0.30);
	   -moz-box-shadow: 0 5px 15px 0 rgba(57,184,249,0.30);
	    -ms-box-shadow: 0 5px 15px 0 rgba(57,184,249,0.30);
	     -o-box-shadow: 0 5px 15px 0 rgba(57,184,249,0.30);
	       box-shadow: 0 5px 15px 0 rgba(57,184,249,0.30);
}

.notice {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	    -ms-border-radius: 2px;
	     -o-border-radius: 2px;
					border-radius: 2px;
	background: rgba(214, 241, 157, 0.70);
	-webkit-box-shadow: 0 2px 0 0 #9DCB34;
	   -moz-box-shadow: 0 2px 0 0 #9DCB34;
	    -ms-box-shadow: 0 2px 0 0 #9DCB34;
	     -o-box-shadow: 0 2px 0 0 #9DCB34;
					box-shadow: 0 2px 0 0 #9DCB34;
	font-size: 15px;
	color: #3B4F0E;
	border-left: none;
}

.answers {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	    -ms-border-radius: 2px;
	     -o-border-radius: 2px;
					border-radius: 2px;
	background: #FFFFFF;
	border: 1px solid #DFDFDF;
	padding: 20px;
}

.answers p {
	margin: 0px;
}

.answers .answer-count {
	opacity: 0.6;
}

.answers .answer-text {
	-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
	    -ms-border-radius: 30px;
	     -o-border-radius: 30px;
					border-radius: 30px;
	background: #39B8F9;
	font-size: 18px;
	color: #FFFFFF;
	padding: 5px 15px;
	font-weight: 700;
	letter-spacing: 3.38px;
	display: inline-block
}

.entry-meta {
	display: none;
}
