body {
background: #fff url("https://media.avvosites.com/upload/sites/2809/2017/09/miami-skyline3.jpg") no-repeat center top scroll;
color: #404040;
font-size: 15px;
font-size: 1.5rem;
font-family: 'Oxygen';
font-style: normal;
font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
color: #404040;
font-family: 'Oxygen';
font-style: normal;
font-weight: 300;
}

a {
color: #0083ff;
text-decoration: none;
border-bottom: none;
}

a:hover {
color: #0083ff;
text-decoration: underline;
border-bottom: none;
}

#masthead  {

}


.site-title, .site-description {
text-align: left;

}

.site-title, .site-title:hover {
color: #ffffff;
font-family: 'Oxygen';
font-style: normal;
font-weight: 700;
}

.site-description, .site-description:hover {
color: #f0eeee;
font-family: 'Palanquin';
font-style: normal;
font-weight: normal;
}

#nav-container .container {
background: #64b2fc;
}

#nav-container .menu > li > a, .menu-toggle, #nav-container .nav-menu > li > a {
color: #FFFFFF;

}

#nav-container .dropdown-menu {
background: #64b2fc;
}

#nav-container .dropdown-menu > li > a {
color: #ffffff;

}


#primary {
float: right;
}

.embedded-map iframe {
color: #404040;

}


#colophon  {
background: #ffffff;
}

#colophon {
color: #282828;
}

#colophon a {
color: #0083ff;
}

#colophon a:hover {
color: #0083ff;
}

footer .menu > li {
border-color: #0083ff;
}

/***** Theme-Specific Styles *****/
/* override body background color */
body {
background-color: #ffffff;

}

#breadcrumbs, #header-sidebar {
color: #FFFFFF;

}

#breadcrumbs a, #header-sidebar a {
color: #64b2fc;

}

#breadcrumbs a:hover, #header-sidebar a:hover {
color: #64b2fc;

}

.MobileCallWidget, .MobileDirectionsWidget {
background: #118ce6;border: 1px solid #3399F4;

}

/* override nav container background opacity */
#nav-container .container {
background: rgba(100, 178, 252, 0.3);

}

/* main nav menu hover state */
#nav-container .menu > li > a:hover {
color: #c1e3fc;

}

/* main nav menu active state */
#nav-container .menu > .current-menu-item > a,
#nav-container .menu > .current-menu-parent > a,
#nav-container .menu > .current-menu-ancestor > a,
.single-post #nav-container .menu > .current_page_parent > a {
color: #c1e3fc;
background: rgba(100, 178, 252, 0.3);

}

/* dropdown and mobile menu hover state */
#nav-container .dropdown-menu > li > a:hover,
#nav-container .nav-menu > li > a:hover {
color: #c1e3fc;
background: #64b2fc;
}

/* dropdown and mobile menu active state */
#nav-container .dropdown-menu > .current-menu-item > a,
#nav-container .dropdown-menu > .current-menu-parent > a,
#nav-container .dropdown-menu > .current-menu-ancestor > a,
#nav-container .nav-menu > .current-menu-item > a,
#nav-container .nav-menu > .current-menu-parent > a,
#nav-container .nav-menu > .current-menu-ancestor > a,
.single-post #nav-container .nav-menu > .current_page_parent > a {
color: #c1e3fc;
background: #54A5EE;
}

/* homepage main content area */
.home #main-content-wrapper {
color: #FFFFFF;
text-shadow: 1px 1px 0px #000;
margin-top: 1em;
background: rgba(0, 67, 130, 0.8);

}

.home #main-content-wrapper h1, .home #main-content-wrapper h2, .home #main-content-wrapper h3,
.home #main-content-wrapper h4, .home #main-content-wrapper h5, .home #main-content-wrapper h6 {
color: #FFFFFF;

}

#secondary .widget {
background: #c1e3fc;color: #282828;
box-shadow: 1px 1px 1px #c1e3fc;

}

#secondary .widget h1, #secondary .widget h2, #secondary .widget h3, #secondary .widget h4, #secondary .widget h5, #secondary .widget h6 {
color: #282828;

}

#secondary .widget a {
color: #0083ff;

}

#secondary .widget a:hover {
color: #0083ff;

}

#colophon .site-info {
border-top: 1px solid #E2E2E2;
}

.gform_wrapper input[type="submit"]{
	background-color: #0083ff;
	color: #282828;
}

@media (min-width: 800px) {
.home #main-content-wrapper {margin-bottom: 1em;}

}




/***** Media Queries *****/
@media (min-width: 1921px) {
body {background-size: 100% 786px;}
}
@media (max-width: 1920px) {
body {background-size: auto 786px;}
}

@media only screen and (min-width: 1000px) {
}

@media only screen and (min-width: 800px) and (max-width: 999px) {
}

@media only screen and (min-width: 480px) and (max-width: 799px) {
}

@media only screen and (max-width: 479px) {
}