@charset "UTF-8";
/* CSS Document */



/* ------------------------------------------- */
/* Prep_Winter Challenge */
/* ------------------------------------------- */

.section-ohwc-header {
	margin-top: 100px;
}



.virtualicon-wc {
	display: inline-block;
    font-size: 80%;
    font-weight: 400;
	color: #bbbbbb;
    text-transform: uppercase;
    padding: 1px 7px;
    text-align: center;
    border: 1px solid #bbbbbb;
    background-color: #f8f9fa;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	margin-bottom: 60px;
}

.copy-divider {
	border: none;
	height: 1px;
	background-color: #e0e0e0;  /* soft light grey */
	margin: 100px 0 50px 0;  /* spacing above and below */
	width: 100%;
}

.back-story {
	border: thin solid #e0e0e0;
	margin-top: 40px;
	padding: 20px;
	font-size: 90%;
}

.bold-copy-wc {
	font-weight: 400;
}
.general-copy-wc {
	margin-top: 10px;
}







