<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

.Page_Body {
	margin-bottom: 0;
}

.Container_FAQ {
    margin: 20px 0 50px;
}

.Head_Container {
	width: 100%;
	background-color: #FFE;
	padding: 0;
	box-shadow: 5px 5px 10px 2px #999;
	margin-bottom: 4rem;
}

.Head_Image {
	background-image: url("/site/Graphics/Images/FAQ/I_BrotherWondering_YellowShirt_GN_blank_1415x836.png");
	width: 100%;
	height: 230px;
  	background-repeat: no-repeat;
  	background-size: cover;
	padding-top: 5%;
	padding-left: 50%;
	padding-right: 2%;
    padding-bottom: 100px;
	text-align: right;
	font-size: 6.1vw;
	font-weight: bold;
	text-shadow: 2px 2px 5px #FFF;
}

ol li {
	margin-bottom: 20px;
}




/* Mobile First */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.Head_Image {
		height: 340px;
	}


}





/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.Head_Image {
		height: 420px;
	}

    .Contact_Info {
        padding-right: 20px;
        width: 50%;
        float: left;
    }

    .Send_Message {
        padding-left: 20px;
        width: 50%;
        float: left;
    }


}



/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.Head_Image {
		height: 520px;
		padding-right: 4%;
	}

}




/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.Head_Image {
		height: 700px;
		font-size: 80px;

	}
	
}
</pre></body></html>