@charset "UTF-8";
/* Type */
/* Written by Hanson Ma */

#picspace{
  float: left;
  width: 100%;
  height: 69px;
}

#content{
	float: left;
	width: 100%;
	height: auto;
	margin-top: 19px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 25px;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
}

#content a{
	color: #000;
	text-decoration: none;
	transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
}

#content a:hover{
	color: #56d46a;
}

::-moz-selection { /* Code for Firefox */
	color: #fff;
    background: #56d46a;
}

::selection {
	color: #fff;
    background: #56d46a;
}

#bawls{
	font-size: 25px;
}

.qbox{
	float: left;
	width: 48.2%;
	height: auto;
	margin-top: 25px;
	border: 1px solid #ccc;
	font-size: 18px;
}

.righty{
	float: right;
}

.dude{
	width: 100%;
	height: auto;
	background: #56d46a;
	padding-bottom: 10px;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    text-align: center;
    font-size: 25px;
    font-family: "Roboto-Light", "Trebuchet MS";
}

.info{
	width: 100%;
	height: auto;
	background: #f0f0f0;
	padding: 10px;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    line-height: 30px;
}

#join{
	width: 100%;
	height: auto;
	background: #f0f0f0;
	text-align: center;
	padding: 15px;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    transition: background 0.3s;
	-moz-transition: background 0.3s;
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
}

#join:hover{
	background: #56d46a;
	color: #fff;
}

img{
	width: 100%;
	transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
}

img:hover{
	opacity: 0.6;
}



@media only screen and (max-width: 800px) {

	#content{
		margin-top: 15px;
	}

}

@media only screen and (max-width: 600px) {

	.qbox{
		width: 100%;
	}

}
