@charset "utf-8";
body {
	font-size: 1.0em;
}
hr {
	border-top: 5px solid hsla(359,92%,10%,1.00);
	margin: 10px auto;
}
p {
	margin: 10px 20px;
}



.cols {
	display: flex;
	justify-content:  start;
	flex-wrap: wrap;
	color: hsla(0,6%,90%,1.00);
}
.col-left {
	border-radius: 10px;
	background-color: hsla(359,92%,10%,1.00);
	margin: 5px 20px 5px 20px;
	text-align: left;
	padding-bottom: 10px;
	list-style: none;
	padding-top: 10px;
	padding-right: 20px;
}
.col-left  a {
	color: hsla(0,6%,90%,1.00);
}
.col-left ul {
	list-style: none;
}
.col-left li {
	margin: 2px;
}
.col-left a:hover {
	border-radius: 10px;
	color: hsla(57,84%,78%,1.00);
}
.col-left li:hover {
	border-radius: 10px;
	background-color: hsla(220,3%,17%,1.00);
	padding-left: 10px;
}



.col-right {
	margin: 5px 20px 5px 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: hsla(0,0%,0%,1.00);
	width: 70%;
}
.msicons {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 82px;
	height: 82px;
	text-decoration: none;
	vertical-align: middle;
	display: inline;
}
.col-right {
	margin-left: 10px;
	width: 60%;
	}

.righttext {
	text-align: right;
}





                
@media (max-width: 414px){
	
	.col-left {
	order: 2;
}
.col-right {
	margin-left: 10px;
	width: 100%;
	}




}
