/*
	
*/

body {
	background-color: #000000;
	color: #FFFFFF;
	margin-top: 0px;
}

main {
	background-color: #C0C0C0;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	width:	100%;
	min-height:600px;
	height: auto;
	display: block;
	padding-top: 5px;
}

main a {
	text-decoration: none;
	color: inherit;
}
	  
h1 {
	color: #000000;
	margin-bottom: 0;
	text-shadow: 3px 3px 5px #666;
}
	
h2 {
	color: #3399CC;
}

p{
	text-align: justify;
	padding: 10px 60px;
	font-size:18px
}
 
header{
	height: 200px;
	width: 100%;
	background-image: url(images/af_flag.png);
	background-repeat: no-repeat;    
    background-size: 100% 175%;
    background-position: 50% 30%;
	background-color: #FFFFFF;
}

#headerLogo{
	display: block;
	text-align: center;
	margin: 0 auto;
	padding-top: 1.5%;
	width:425px;
}

nav {
	background-color: #C0C0C0;
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	height: 60px;
	width: 100%;
	margin: 0;
	position: relative;
}

.menuBlock {			/* part of nav section */
	Display: inline-block;
	background-image: url(images/af_button.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 11px 5px 10px;
	width: 125px;
	height: 37px;
	text-align: center;
}

.menuBlock a {			/* part of nav section */
	display: block;
	color: #000000;
	line-height: 37px;
	height: 100%;
	width: 100%;
	padding-bottom: 4px;
	text-decoration: none;
}

.menuBlock a:link {
	color: #000000;
}

/*.menuBlock a:visited {
	color: #660099;
}
*/

.menuBlock a:hover {
	color: #1351d8;
	border-bottom: 3px solid #1351d8;
 	text-shadow: 3px 3px 2px #696969;
	transition: text-shadow 1s ease-out;
}

footer{
	background-color: #C0C0C0;
	margin-top: 0;
	text-align: center;
	height: 30px;
	padding: 15px 0px;
}

iframe {
	display: block;
	width: 560px;
	height: 315px;
	margin: 0 auto;
}

table {
	margin: auto;
	width: 550px;
}

th {
	text-align: center;
	font-size: 26px;
}

td, th{
	padding: 7px 5px;
}

form {
	width: 60%;
	margin: 0 auto;
}

form p {
	text-align: left;
}

#formH1 {
	text-align: center;
}

label {
	float: left;
	display: block;
	text-align: right;
	width: 150px;
	padding-right: 10px;
}

input, textarea {
	display: block;
	margin-bottom: 20px;
}

/* textarea  {
	margin-top: 30px;
} */

/* label:nth-of-type(6) {
	margin-top: 10px;
} */

/* input {
	margin-left: 140px;
} */

/* input:nth-last-of-type(1) {
	margin-left: 160px;
	width: 95px;
	font-size: 16px; 
} */


.text {
	text-align: right;
	padding-right: 10px;
}

.about {
	font-size: 18px;
	padding: 0px 60px;
}

.contact {
	font-size: 18px;
	display:block;
    margin-left: auto;
    margin-right: auto;
	width: 600px;
}

.contact p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.sMillerImage {
        display:block;
        margin-left: auto;
        margin-right: auto;
		padding: 20px;
}

/* IDs */
#wrkFormHeader {
	height: 200px;
}

#wrkFormBody {

	/* position: absolute; */
	left: -12%;

	
}

#servicesLeft{
	float: left;
	width: 50%;
	min-height: 500px;
	height: auto;
	margin: 0;
	padding: 10px 0px;
}

#servicesRight{
	float: left;
	width: 35%;
	min-height: 500px;
	height: auto;
	margin: 0;
	padding: 10px;
}

#sMillerSpan {
	display:block;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	font-size: 42px;
	font-weight: bold;	
}

#indexMain {
	background-image: url(images/af_homeWallpaper.png);
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
	background-color: #999999
}

#welcomeAlign{
	float: right;
	align-items: center;
	height: 350px;
	width: 45%;
	margin: 100px 50px 0px 0px;
}
		
#indexMain p{
	font-size: 18px;
	padding-left: 30px;
	text-align: justify;
}

#svc_main {
	background-image: url(images/random-shop-pic_bw.png);
	background-size: 50% 500px;
	background-position: right top;
	background-repeat: no-repeat;
}

svc_main li{
	font-size: 18px;
	font-weight: bold;
}


.socialMediaIcons {
	position: absolute;
	width: 110px;
	height: 100%;
	right: 5%;
	top: 0%;
}

.socialMediaIcons img {
	width: 25px;
	height: auto;
}

.socialMediaIcons img:hover {
	opacity: 0.5;
}

.socialMediaIcons ul li {
	color: #000000;
	font-weight: bold;
	font-family: Arial Black, Helvetica, Sans-Serif;
	font-size: 18px;
	list-style-type: none;
	padding: 5px;
	width: 275px;
	text-align: center;
	margin: auto 0;
	position: relative;
	right: 240px;
}

.socialMediaIcons li.follow{
	text-align: right;
	font-size: 15px;
	padding-top: 30px;
}

.socialMediaIcons li.mediaIcons{
	text-align: right;
}

#contactInfo tr, td {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 20px;
}

form div{
	margin: auto;
	display: block;
	padding-top: 5px;
	/* width: 100%; */
	width: 50%;
	height: 30px;
}

fieldset {
	display: block;
	width: 525px;
	margin: auto;
}

#rfw_button {
	display: block;
	margin: auto;
	width: 250px;
	height: 50px;
	background-color: #909497;
	color: #000000;
	text-align: center;
	border-radius: 5px;
}

#rfw_button a{
	display: block;
	line-height: 27px;
	height: auto;
	width: auto;
	padding-bottom: 10px;
}

#rfw_button a:hover{
	color: #583759;
	font-size: 17px;
	border: 1px solid #000000;
	border-radius: 5px;
}

#rfw_button:hover{
	opacity: .9;
	
}

input[type="submit"] {
	float: left;
	margin-left: 18%;
	width: 70px;
	height: 30px;
}

input[type="reset"] {
	float: right;
	margin-right: 18%;
	width: 70px;
	height: 30px;
}


.formAnchor {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	width: 200px;
	margin-top: 10px;
	border: 1px solid orange;

}

#contactInfo a{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 12px;
}

#hoursOfOperations {
	margin: auto;
	padding: 0px;
	background-image: url(images/metal_plate.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 650px;
	height: 250px;
	font-family: Arial, Helvetica, Sans-Serif;
}


dl {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

dt {
	font-size: 30px;
}

dd {
	font-size: 20px;
}

.img_content {
	max-width: 980px;
	margin: auto;
}

.img_display-container {
	position:relative;
	width:910px;
	height:auto;
}

.img_display-container img{
	width: 80%;
	display: block;
    margin: auto;
}

.img_button {
	border:none;
	display:inline-block;
	outline:0;
	padding:8px 16px;
	vertical-align:middle;
	overflow:hidden;
	text-decoration:none;
	color:#000000;
	background-color:inherit;
	text-align:center;
	cursor:pointer;
	white-space:nowrap;
	font-size: 20pt;
}

.arrow_display_left {
	position:absolute;
	top:50%;
	left:0%;
	transform:translate(0%,-50%);
	-ms-transform:translate(-0%,-50%);
}

.arrow_display_right {
	position:absolute;
	top:50%;
	right:0%;
	transform:translate(0%,-50%);
	-ms-transform:translate(0%,-50%);
}

.imgtable {
	width: 90%;
}

.imgTable img{
	width: 450px;
	height: 338px;
	display: block;
	margin: auto;
}

.imgTable tr, td {
	width: 400px;
}

.imgTable th {
	padding-top: 30px;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    /* right: 40px; */ /* Place the button 30px from the right */
    left: 90%;
	z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}



#wrapper {
	background-color: #000000;
	box-shadow: 3px 3px #333333;
	margin-left: auto;
	margin-right: auto;
	max-width: 2048px;
	min-width: 960px;
	height: auto;
	width: 90%;
}

#wrapperEstimateForm {
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	min-width: 600px;
	height: auto;
	width: 100%;
}