﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


body {
	font-family: 'roboto';
	margin: 0px;
	padding: 0px;
	background: url('../img/bg02.jpg') repeat scroll 0% 0% #FAF2F2;
}




/*banner*/

#header-wrapper {
	border-bottom: 1px solid #b8bcb5;
	box-shadow: 0 5px 5px -5px rgba(0,0,0,.2);
	text-align: center;
}

#header {
	padding: 1.5em 0 1.5em 0;
	width: auto;
	max-width: 700px;
	margin: 0px auto;
	text-align: center;
}

#messageArea {
	width: auto;
	margin: 0 auto;
	margin-top: -30px;
}

.warning-icons {
	font-size: 50px;
	padding: 20px;
	color: #cc0000;
}

#headerMsgDate {
	width: auto;
	margin: 0px auto;
	margin-bottom: 50px;
}

#headerMessage {
	color: #483248;
	padding: 1.5em 0 1.5em 0;
	font-family: 'roboto';
	font-weight: bolder;
	font-size: 18.5px;
	line-height: 22px;
	text-align: left;
}

#dl_link {
	font-size: 2.7em;
	font-weight: 500;
	margin: 0 auto;
}

#dl_icon {
	font-size: 72px;
	font-weight: 500;
	color: #0d6efd;
}






/*Main*/


/* main row */

#main { 
	background: url(../img/bg01.jpg) repeat;
	width: 100%;
} 

#phone_nav {
	max-width: 550px; 
	max-width: 700px;
	margin: 0px auto; 
} 

.phone_links { 
	background-color: none; 
	border: none; 
	text-align: center;
	font-size: 17px;
	margin-right: 6px;
	margin-top: 5px;
	padding: none;
}


#main_content {
	max-width: 550px;
	position: relative;
	margin: 0px auto;
	margin-bottom: 0px;
	margin-top: 10px;
    padding: 1.5em 1.5em 2.5em 1.5em;
    border-radius: 5px;
    border: 1px solid #FFF;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2) inset;
    background: none repeat scroll 0% 0% #FFF;
	font-family: 'roboto';
	font-size: 16px;
	font-weight: normal;
}

.phone_section_heading {	
	margin: 0px auto;
	color: #483248;
	font-family: 'roboto';
	font-size: 22px;
	font-weight: bolder;
}

.step_text {
	color: #483248;
	background-color: #efefef;
	border: 1px solid #483248;
	padding: 5px;
	font-weight: bold;
	font-size: 21px;
}

.step_images {
	display: block;
	width: 300px;
	margin-top: 0px;
	padding-top: 0px;
	
}

/* sbs = side by side */
.sbs_images {
	display: inline;
	width: 225px;
	vertical-align: top;
}


/*Footer*/

#footer_wrapper {
    border-top: 1px solid #B8BCB5;
    background: url('../img/bg02.jpg') repeat scroll 0% 0% transparent;
}

#footer {
	position: relative;
	max-width: 550px;
	margin: 0 auto;
}

#copyright {
	width: 270px;
	margin: 0 auto;
	font-size: 11px;

}
