@charset "utf-8";
body {
    margin: 10px;
    margin: 10px;
    font-size: 1.2em;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-style: normal;
	background-image:url("assets/images/site-background-2600x1400.jpg");
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
}
a:link, a:visited {
    color: #194480;
    text-decoration: none;
	}
	
	/*removes the underline for links*/

a:hover, a:active {
    color: #265494;
    text-decoration: none;
}
.current a:link ,a:visited {
    color: #FFFFFF;
    text-decoration: none;
	}
/*removes the underline for links*/

.current a:hover ,a:active {
    color: #FFFFFF;
    text-decoration: none;
}
	
	/*removes the underline for links*/
 


#container 
{
    width: 1200px;
    margin: 0px auto;
    background-color: rgba(156,193,216,0.89);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#topNav ul  {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    text-align: center;
    list-style-type: none;
}
#topNav ul li {
    display: inline-block;
    margin-left: 30px;
    font-size: 1.1rem;
    text-align: center;
}

		h1 {
    font-family: 'Sacramento', cursive;
    font-style: normal;
    font-weight: bold;
    font-size: 3em;
    color: rgba(25,68,128,1.00);
}
		
		h2 {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-style: normal;
    font-variant: small-caps;
    font-weight: normal;
    font-size: 1.75em;
}
		
		h3 {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-weight: 400;
    font-style: normal;
}
		
	ul li {
    font-style: normal;
    padding: 10px;
    font-weight: 400;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
#inquire p {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-style: normal;
    font-variant: normal;
    font-size: 1em;
}

    #Introduction {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}

#currentRenter {
    width: 100%;
    margin: 0px auto;
    position: relative;
    background-image: url(assets/images/blueAndRedGalaxySuzyHazelwoodPexels-900x65.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    text-align: center;
    padding: 5px;
	}

html
{
	box-sizing: border-box;
}

*,*:before,*:after
{
	box-sizing: inherit;
}main #introcontent {
}
#introcontent p {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-style: normal;
    font-size: 1em;
    margin-left: 25px;
    margin-right: 25px;
}
#Introduction h3 {
    padding-left: 20px;
}

#introcontent img {
    margin-top: 0px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    float: left;
    padding-right: 10px;
}

#howcanwehelp {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    display: inline;
}
#inquire h3 {
    background-image: url(assets/images/multicoloredSwirlAnniRoenkae-900x65.jpg);
    color: #FFFFFF;
    text-align: center;
    padding: 5px;
    width: 100%;
}
#howcanwehelp .current {
    background-image: url(assets/images/multicoloredAbstractPaintingSteveJohnson.jpg);
    color: #FFFFFF;
    width: 250px;
    height: 25px;
    padding: 5px;
    text-align: center;
    position: relative;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 0.8rem;
}

.current {
    position: relative;

}
#howcanwehelp {
    display: flex;
    justify-content: space-around;
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
}
footer ul li {
    padding: 10px;
    text-align: center;
    display: inline;
}
#container footer {

}
main #currentrenter form {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(25,68,128,1.00);
}
#currentrenter #form {
    display: flex;
}
