/*html {
    font-size: 10px;
}*/

body {
	background: white;
	font-family: 'Domine', serif;
    font-size: 14px;
    font-weight: 300;
    color: rgb(46,45,44);
    margin: 0;
    height: 100%;
    width: 100%;
    position: relative;
}

/*typography*/
h1,h2,h3,h4,h5,h6,p {
    font-weight: 400;
}

h1, h2, h3, h4 {
	letter-spacing: .05rem;
}

h1 {
    font-size: 3.4rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
    line-height: 2.6rem;
    font-weight: 400;
}

h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.8rem;
    line-height: 2rem;
}

h5 {
    font-size: 1.6rem;
    letter-spacing: .15rem;
}

h6 {
    font-size: 2rem;
    letter-spacing: .15rem;
    line-height: 2.6rem;
}

p {
    font-size: 1.8rem;
    letter-spacing: .1rem;
    margin-bottom: 2.5rem;
}

/*media width font sizes*/

@media screen and (max-width: 767px) {
    h1 {
        font-size: 3rem;
    }
    h3 {
        font-size: 2.1rem;
    }
    p {
        font-size: 1.6rem;
        font-weight: 400;
    }
}

/*Bootstrap no gutters*/
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*color*/
.color-tan {
    color: rgb(239,213,177);
}

/*buttons*/
button {
		font-family: 'Source Sans Pro', sans-serif;
		color: white;
    text-transform: uppercase;
    letter-spacing: .15rem;
    font-size: 1.2rem;
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(239,213,177);
    border-radius: 0;
    line-height: 1.4rem;
    padding: 1.2rem 1.6rem;
    transition: all 0.25s ease;
}

button:hover {
    background-color: rgba(239,213,177,.2);
    border-color: rgba(239,213,177,.8);
}

/*navigation*/
.header {
    background-color: white;
    min-height: 90px;
}

.shadow {
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,.1);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    0px 0px 2px 2px rgba(0,0,0,.1);  /* Firefox 3.5 - 3.6 */
    box-shadow:         0px 0px 2px 2px rgba(0,0,0,.1);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.navigation {
    display: inline-block;
    color: white;
    float: right;
    text-align: center;
    position: relative;
}

.navigation ul {
    margin-top: 3.25rem;
    margin-right: 2rem;
}

.navigation li {
    display: inline-block;
    margin-right: 2.5rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .2rem;
}

.navigation li:last-child {
    margin-right: 0;
}

.navigation a {
    color: rgb(34,70,118);
}

.navigation a:hover {
    text-decoration: none;
    border-bottom: .2rem solid;
    border-bottom-color: #b63526;
}

.logo {
    display: inline-block;
    margin-top: 2.5rem;
    margin-left: 2.5rem;
    min-width: 35rem;
}
/*Google Map*/
#map {
    position: relative;
}

#googlemaps {
	background-image: url('../img/map.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
		display: block;
    height: 40rem;
    min-height: 50vh;
    width: 100%;
    z-index: 0;
}

/*Containers for home page*/

/*Contact Information*/
.company-info {
    display: flex;
}

.contact-info {
    flex-grow: 1;
    margin: 0;
    padding: 5rem 0;
    text-align: center;
    float: left;
    background-image: url('../img/index-services-contact.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: white;
}

.contact-info h3 {
    display: inline;
}

.contact-info h5 {
    display: inline;
    padding: .5rem 0 0 0;
    letter-spacing: .15rem;
}

.contact-info h5:last-child {
    margin: 0;
    display: block;
}

.contact-info button {
    margin-top: 2rem;
    font-weight: 700;
    letter-spacing: .25rem;
}

.contact-info a {
    color: white;
    text-decoration: none;
}

/*Hours Information*/
.hours-info {
    flex-grow: 1;
    margin: 0;
    padding: 5rem 0;
    text-align: center;
    float: left;
    background-image: url('../img/index-services-hours.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /*background: rgb(0,46,74);*/
    color: white;
}

.hours-info h3 {
    display: block;
    margin: 0;
}

.hours-info h5 {
    display: inline;
    padding: .5rem 0 0 0;
    letter-spacing: .15rem;
}

.hours-info h5:last-child {
    margin: 0;
    display: block;
}

.hours-info button {
    margin-top: 2rem;
    font-weight: 700;
    letter-spacing: .25rem;
}

.hours-info a {
    color: white;
    text-decoration: none;
}

/*Location Information*/
.location-info {
    flex-grow: 1;
    margin: 0;
    padding: 5rem 0;
    text-align: center;
    float: left;
    background-image: url('../img/index-services-location.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /*background: rgb(96,4,0);*/
    color: white;
}

.location-info h3 {
    display: inline;
}

.location-info h5 {
    display: inline;
    padding: .5rem 0 0 0;
    letter-spacing: .15rem;
}

.location-info h5:last-child {
    margin: 0;
    display: block;
}

.location-info button {
    margin-top: 2rem;
    font-weight: 700;
    letter-spacing: .25rem;
}

.location-info a {
    color: white;
    text-decoration: none;
}

.icon {
    height: 10rem;
    margin: auto;
    padding: 0 0 2.5rem 0;
}

.padding-left-3rem {
    padding-left: 3rem;
}


.contact-hours h3:last-child {
    margin: 0;
    display: block;
}

/*.btn-position {
    position: absolute;
    top: 0;
    left: 0;
}*/

.inline {
    display: inline-block;
}

.float-left {
    float: left;
}

img {
    vertical-align: top;
}

.margin-1 {
    margin: 0 1rem;
}


/*.hero {
    width: 100%;
    height: auto;
}

.imghero {
    width: 100%;
    height: auto;
}*/

/*hero img*/
.imghero-home {
    background-image: url('../img/background-home-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

.imghero-home h2{
    text-align: center;
}

.imghero-staff-partners a{
	color: rgb(182,53,38);
	font-weight: 400;
}



.herotype {
    padding: 5rem;
    padding-top: 20rem;
		color: rgb(239,213,177);
}

.img-responsive {
    width: 100%;
    height: auto;
}

/*headline*/
.headline {
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 1rem;
}

.headline h1 {
    color: rgb(96,4,0);
}

.headline h4 {
    color: rgb(34,70,118);
}

/*services sections on home page*/
.services {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.services a {
    color: rgb(34,70,118);
    text-decoration: none;
    padding-bottom: 0rem;
}

.services a:hover {
    color: rgb(182,53,38);
}


.services h2 {
    padding-bottom: 0rem;
    font-weight: 400;
    font-size: 2.4rem;
    margin-top: 0.2rem;
    color: rgb(96,4,0);
}

.services h3 {
    font-size: 1.8rem;
    letter-spacing: .06rem;
    line-height: 2.6rem;
}

hr {
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

div.navbar-collapse {
    text-align: center;
    line-height: 0;
}

ul.navbar-nav  {
    float: none;
    margin: 0 auto;
    display: inline-block;
}

/*thumb images*/
.thumb {
    position: relative;
    display: block;
    margin: 0;
}

.thumb-img {
    display: block;
    width: 100%;
}

/*history*/
.history-event {
    margin-top: 4rem;
}

.history-description {
    padding-top: 3rem;
}

.history-description h1 {
    color: rgb(34,70,118);
}

.history-description h3 {
    padding-bottom: 3rem;
    margin-top: 1rem;
}

.history-description h3:last-child {
    padding-bottom: 2rem;
}

/*services hero img*/
.imghero-services {
    background-image: url('../img/services.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 5rem;
    min-height: 25rem;
}

.imghero-services h1 {
    color: white;
}

.imghero-services h4 {
    color: rgba(255,255,255,.7);
}

/*page title*/
.page-title {
    padding-top: 4rem;
}

.page-title h1 {
    text-transform: uppercase;
}

/*services navigation*/
.navigation-services {
    background-color: rgb(46,45,44);
    display: inline-block;
    color: white;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.navigation-services ul {
    padding-top: 1.6rem;
    padding-bottom: .6rem;
}

.navigation-services li {
    display: inline-block;
    margin-right: 2.1rem;
    font-family: 'Raleway', sans-serif;
    font-size: 2.1rem;
    letter-spacing: .2rem;
}

.navigation-services a {
    color: rgb(239,213,177);
}

.services-white {
    background-color: white;
    padding-bottom: 5rem;
}

.services-white h3 {
    color: rgb(96,4,0);
}

.services-gray{
    background-color: rgb(243,243,243);
    padding-bottom: 5rem;
}

.services-gray h3 {
    color: rgb(96,4,0);
}


/*Services Scrollspy*/
.affix {
    top: 0;
    width: 100%;
    z-index: 9999;
    margin-top: 9rem;
}

.affix ~ .container-fluid {
    position: relative;
    top: 5rem;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-inverse .navbar-nav li a {
    color: rgba(239,213,177,.5);
}

.navbar-inverse .navbar-nav li a:hover {
    color: rgb(239,213,177);
}

.navbar-inverse .navbar-nav .active a {
    color: rgb(239,213,177);
    background-image: none;
    box-shadow: none;
    background-color: rgb(46,45,44);
}

.navbar-inverse .navbar-nav .active a:hover {
    color: rgb(239,213,177);
    background-color: rgb(46,45,44);
}

.container-fluid h3 {
    font-weight: 400;
    color: rgb(34,70,118);
}

.services p {
    display: none;
}

.services li {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 300;
    font-size: 2rem;
    line-height: 3.2rem;
}

/*overwrite Bootstrap default .navbar-inverse class */
.navbar-inverse {
    background: rgb(46,45,44);
    border: 0;
    border-radius: 0;
    display: none; /*remove scrollspy from display*/
}

.nav li {
    font-size: 1.6rem;
    letter-spacing: .15rem;
    padding: .2rem 0;
}

.background-white {
    /*background-color: rgba(69,63,57,.2);*/
    padding: 3rem 0;
}

.background-white h1 {
    text-transform: uppercase;
}

.background-tan {
    background-color: rgba(46,45,44,.08);
    padding: 4rem 0;
}

.background-tan h4 {
    font-size: 2rem;
		font-weight: 300;
    line-height: 3.5rem;
}

/*Staff page*/
.staff h2 {
    color: rgb(34,70,118);
}

.staff h4 {
    font-size: 1.4rem;
    line-height: .7rem;
    color: rgb(46,45,44);
}

.name a {
    color: rgb(182,53,38);
}

.staff .name {
    padding-bottom: 2rem;
}

.background-staff {
    background-image: url('../img/background-staff.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    min-height: 35rem;
}

.staff-staff {
    margin: auto;
}

.staff-photo img {
    text-align: center;
    display: inline;
}

.imghero-staff-robert {
    background-image: url('../img/imghero-staff-robert.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

.imghero-staff-jeff {
    background-image: url('../img/imghero-staff-jeff.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

.imghero-staff-walt {
    background-image: url('../img/imghero-staff-walt.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

.imghero-staff-partners h2 {
    color: rgb(182,53,38);
    margin-bottom: .4rem;
}

.imghero-staff-partners h4 {
    font-size: 1.6rem;
		font-weight: 300;
    display: inline;
    margin: 0;
		color: rgba(255,255,255,.65);
}

.imghero-staff-partners p {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 300;
    color: rgb(239,213,177);
    margin-top: 3rem;
    max-width: 56rem;
}

.imghero-staff-partners img {
    max-height: 1.6rem;
    padding-left: .5rem;
    margin-top: .2rem;
}

.staff-partners-web {
    display: block;
}

.staff-partners-mobile {
    display: none;
}

/*
.imghero-staff-partners img:hover {
    fill:red;
}
*/

.staff-img {
    text-align: center;
}

.staff-img img {
    width: 100%;
}

.staff-bio {
    padding-left: 3rem;
    padding-right: 3rem;
}

.staff-bio-accountants {
    padding-left: 3rem;
}

.background-ltblue {
    background-color: rgb(241,246,247);
}

.staff-bio h2 {
    font-size: 2.4rem;
    margin-bottom: .4rem;
}

.staff-bio h4 {
    font-size: 1.6rem;
    display: inline;
    margin: 0;
    color: rgb(182,53,38);
}

.staff-bio p {
		font-family: 'Source Sans Pro', sans-serif;
    margin-top: 2rem;
    margin-bottom: 4.5rem;
    max-width: 55rem;
}

.staff-bio img {
    max-height: 1.6rem;
    padding-left: .3rem;
    margin-top: .2rem;
}

.position-overview {
    margin: 7rem auto;
    padding: 0 3rem;
}

.position-overview h5 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.position-overview h4 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: rgb(34,70,118);
}

.footer {
    color: rgb(239,213,177);
    background-color: rgb(46,45,44);
    padding: 2rem;
}

.footer-margin {
    margin-top: 5rem;
}

.footer p {
    font-size: 1.4rem;
    margin: .2rem 0;
}

.contact-footer {
    margin-top: 0;
}

/*header media queries*/
@media screen and (max-width: 992px) and (min-width:767px) {
    .navigation li {
        margin-right: 1.1rem;
        font-size: 1.2rem;
    }
}

/*hero img history*/
.imghero-history {
    background-image: url('../img/background-home-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    min-height: 45rem;
}


@media screen and (max-width: 767px) {
    .header {
        display: block;
        text-align: center;
        float: none;
    }
    .logo {
        margin-left: 0;
    }
    .navigation {
        display: block;
        float: none;
        padding-bottom: 1rem;
    }
    .navigation ul {
        margin-top: 2rem;
        margin-right: 0;
        margin-left: 0;
        padding-left: 0;
    }
    .footer {
        margin-top: 0;
    }
    .herotype {
        padding-top: 5rem;
    }
    .company-info {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 500px) {
    .navigation li {
        margin-right: 1.6rem;
        font-size: 1.3rem;
    }
    .navigation li:last-child {
        margin-right: 0;
    }
}

/*hero-partners media queries*/
@media screen and (max-width: 16000px){
    .imghero-home, .imghero-staff-robert, .imghero-staff-jeff, .imghero-staff-walt {
        min-height: 64rem;
    }
}

@media screen and (max-width: 1600px){
    .imghero-home, .imghero-staff-robert, .imghero-staff-jeff, .imghero-staff-walt {
        min-height: 58rem;
	}
}

@media screen and (max-width: 1200px){
    .imghero-home {
        min-height: 48rem;
    }
    .imghero-staff-robert, .imghero-staff-jeff, .imghero-staff-walt {
        min-height: 52rem;
    }
		.location-info, .hours-info, .contact-info {
				min-height: 320px;
		}
}

@media screen and (max-width: 992px){
    .imghero-home {
        min-height: 40rem;
    }
		.imghero-home h2 {
			font-size: 2.5rem;
			padding-top: 15rem;
		}
    .imghero-staff-robert, .imghero-staff-jeff, .imghero-staff-walt {
        min-height: 48rem;
    }
    .position-overview h4 {
        font-size: 2.3rem;
        line-height: 3rem;
    }
    .position-overview h5 {
        font-size: 1.4rem;
        margin-bottom: 2.7rem;
    }
    .herotype {
        padding-top: 10rem;
    }
    .imghero-staff-robert {
        background-image: url('../img/staff-partner-robert-2.jpg');
    }
    .imghero-staff-jeff {
        background-image: url('../img/staff-partner-jeff-2.jpg');
    }
		.imghero-staff-walt {
				background-image: url('../img/staff-partner-walt-2.jpg');
		}
		.location-info, .hours-info, .contact-info {
				min-height: 300px;
		}
}

@media screen and (max-width: 767px){
    .imghero-home {
        background-image: url('../img/background-home-2sm.jpg');
        background-position: center top;
        min-height: 50rem;
    }
		.imghero-home h2 {
			padding-top: 2rem;
		}
    .position-overview h4 {
        font-size: 2.1rem;
        line-height: 2.8rem;
    }
    .staff-bio h2 {
        font-size: 2.3rem;
    }
    .staff-bio h4 {
        font-size: 1.5rem;
				font-weight: 400;
    }
    .herotype {
        padding-top: 5rem;
    }
}


/*home page services*/
@media screen and (max-width: 767px) {
    .contact-info {
        width: 100%;
    }
    .location-info {
        width: 100%;
    }
    .hours-info {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .contact-info h3 {
        font-size: 2.2rem;
    }
    .location-info h3 {
        font-size: 2.2rem;
    }
    .hours-info h3 {
        font-size: 2.2rem;
    }
}



/*services media queries*/
@media screen and (max-width: 767px) {
    .navigationigation-services ul {
        padding-left: 2rem;
    }
    .navigationigation-services li {
        font-size: 1.6rem;
        margin-right: 1.2rem;
    }
    .navbar-inverse {
        display: none;
    }
}

/*contact-hours media queries*/
@media screen and (max-width: 767px) {
    .contact-hours {
        margin-top: 3rem;
    }
    .contact-email {
        text-align: center;
    }
    .float-right {
        float: right;
}

/*contact-hours media queries*/
@media screen and (max-width: 767px) {
    .location-address {
        margin-top: 3rem;
    }

    .text-align-center {
        text-align: center;
    }
}

/*staff media queries*/
@media screen and (max-width: 767px) {
    .imghero-staff-robert {
        background-image: url('../img/background-staff-robert.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
        background-color: rgb(54,23,9);
    }

    .imghero-staff-jeff {
        background-image: url('../img/background-staff-jeff.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
    }
    .staff-img-accountants {
        width: 100%;
    }
    .staff-img img {
        width: 100%;
    }
    .staff-partners-web {
        display: none;
    }
    .staff-partners-mobile {
        display: block;
    }
    .staff-partners-mobile h2 {
        color: rgb(46,45,44);
    }
    .staff-partners-mobile p {
        color: rgb(46,45,44);
				font-weight: 400;
    }
    .staff-partners-mobile img {
        padding-left: 0;
        max-height: none;
    }
		.staff-partners-mobile h4 a {
				color: rgb(34,70,118);
		}
    .staff-bio img {
        max-height: 1.6rem;
        padding-left: .3rem;
        padding-right: .3rem;
        margin-top: .2rem;
    }
}

/*Google map media queries*/
@media screen and (max-width: 767px) {
    #googlemaps {
    height: 30rem;
    }
}
