/* index.css */


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


* {box-sizing: border-box;}

body {
                    
                    background-color: #2e2f30;
                    color: white;
                    font-size: 16px; 
    }

a {


	text-decoration:none;


}
.vert-2:hover {


	text-decoration:none;
	background-color:black;

}





.vert-2 {	
		width: 16.66%; 
		height:150px;  
		border-style:solid;
		border-width:1px;
		border-color:green;
		margin-left: 3px;
		margin-right: 3px;	
		margin-top: 3px;	
		margin-bottom: 3px;	
		float:left;
	}





.vert-12 {width: 99.99%;}



/* ------- end of basic.css -----------------*/

header.title{

	color:yellow;
	font-size:12px;
	text-align: center;


}

footer.title{

	color:yellow;
	font-size:7px;
	text-align: center;


}

/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/


div.card_header{

	margin-top:5px;
	height:115px;
	
}

div.card_title{

	height:30px;
	text-align: balance;
	font-size: 10px;
	color:yellow;

}
 
div.card_img{
	
	height:80px;
	margin-top:7px;

}

div.card_img img{

	width:75px;
	height:75px;

}

div.card_foot{
	margin-top:5px;
	height:20px;
}

p.card_author{
	font-size:5px;	
	margin-top:1px;
	color:yellow;	
}

p.card_update{

	font-size:4px;
	color:yellow;

}



/*======================form css below =========*/

legend{

	font-size:9px;
	color:yellow;
}

button.radioBtn{
	
	font-size:7px;
	width:50px;
	height:10px;
	color:red;
	background-color:black;
	text-align:center;

}

div.radioCap{
	font-size:8px;
	color:yellow;
	height:70px;
	padding-left:10px;
	padding-right:10px;

}

input.radioInput{
	
	width:6px;
	height:6px;
	float:right;
}

label.radioLabel{

	font-size:8px;
	color:yellow;
	float:left;	

}

p.radioRespond{

	font-size:8px;
	color:yellow;
}

/* ^^^^^^^^^^^^^^^^^form CSS ^bove^^^^^^^^^^^^^^^^^^^^^^^^ */


	div.bottom_footer{
	
		clear: left;
	    	
	
	
	}




}
/*---cell phone ----*/


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

	.vert-2 {	
		width: 32%; 
		height:250px;  
		border-style:solid;
		border-width:1px;
		border-color:green;
		margin-left: 3px;
		margin-right: 3px;	
		margin-top: 16px;	
		margin-bottom: 3px;	
		float:left;
	}


header.title{

	font-size:25px;

}



footer.title{


	font-size:10px;

}


div.card_header{

	
	height:195px;
}

div.card_title{
	font-size:20px;
	font-weight:bold;
	height:55px;
	text-align:center;
}
 
p.card_title{
margin-top:0;
}

div.card_img{
	
	height:120px;
	margin-top:10px;

}

div.card_img img{
	width:115px;
	height:115px;
	margin-left:70px;
}

div.card_foot{
	margin-top:5px;
	height:20px;
}

p.card_author{

	font-size:13px;	

	color:yellow;	
	margin-top:1px;
}

p.card_update{

	font-size:9px;
	color:yellow;

}


/*======================cell phone portrait form css below =========*/

legend{

	font-size:25px;
	color:yellow;
}

div.radioBtn{
margin-top:1px;
height:20px;


}

#btnSub{

	font-size:15px;
	height:16px;
	color:red;
	background-color:black;
	text-align:center;

}

.radioCap{
	font-size:20px;
	color:yellow;
	height:70px;
	padding-left:10px;
	padding-right:10px;
height:120px;
}

.radioInput{
	
	width:15px;
	height:15px;
	float:right;
}

label.radioLabel{

	font-size:8px;
	color:yellow;
	float:left;	

}

p.radioRespond{

	font-size:8px;
	color:yellow;
}



/*^^^^^^^^^^^^^^^^^form CSS ^bove^^^^^^^^^^^^^^^^^^^^^^^^*/

}

/*-----portrait------------*/
@media only screen and (max-width: 590px) {
.vert-2 {	
		width: 99%; 
		height:250px;  
		border-style:solid;
		border-width:1px;
		border-color:green;
		margin-left: 3px;
		margin-right: 3px;	
		margin-top: 16px;	
		margin-bottom: 3px;	
		float:left;
	}


header.title{

	font-size:25px;

}



footer.title{


	font-size:10px;

}


div.card_header{

	
	height:195px;
}

div.card_title{
	font-size:20px;
	font-weight:bold;
	height:55px;
	text-align:center;
}
 
p.card_title{
margin-top:0;
}

div.card_img{
	
	height:120px;
	margin-top:10px;

}

div.card_img img{
	width:115px;
	height:115px;
	margin-left:70px;
}

div.card_foot{
	margin-top:5px;
	height:20px;
}

p.card_author{
	font-size:13px;	
	margin-top:1px;
	color:yellow;	
}

p.card_update{

	font-size:9px;
	color:yellow;

}


/*======================cell phone portrait form css below =========*/

legend{

	font-size:25px;
	color:yellow;
}

div.radioBtn{
	
	margin-top:1px;
	height:20px;
}

button.radioBtn{

	font-size:10px;
	height:18px;
	color:red;
	background-color:black;
	text-align:center;

}

div.radioCap{
	font-size:20px;
	color:yellow;
	height:70px;
	padding-left:10px;
	padding-right:10px;
	height:120px;
}

input.radioInput{
	
	width:15px;
	height:15px;
	float:right;
}

label.radioLabel{

	font-size:8px;
	color:yellow;
	float:left;	

}

p.radioRespond{

	font-size:8px;
	color:yellow;
}




/*^^^^^^^^^^^^^^^^^form CSS ^bove^^^^^^^^^^^^^^^^^^^^^^^^*/

}
