/*
CTC Separate Stylesheet
Updated: 2022-02-10 18:41:16
*/

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Nunito+Sans:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400;1,600;1,700;1,800;1,900&display=swap');
/*
font-family: 'Lora', serif;
font-family: 'Nunito Sans', sans-serif;
*/

:root {
  --rosebud-body: #FFFFFF;
  --rosebud-black: #212121;
  --rosebud-darkgray: #303030;
  --rosebud-medgray: #555;
  --rosebud-red: #a81010;
  --rosebud-darkred: #8c0d0d;
  --rosebud-redhover: #bb1111;
  --rosebud-medlitegray: #a8b4bd;
  --rosebud-litegray: #d3d9de;
  --rosebud-verylitegray: #f0f2f4;
  --rosebud-white: #FFF;
}

* {
	font-family: 'Nunito Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Nunito Sans', sans-serif;
}

html, body{
  	height: 100%;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--rosebud-body);
}

.rosebud-page-wrap {
	min-height: 100%;
	margin-bottom: -500px;
	overflow: hidden;
	background: var(--rosebud-body);
}

.rosebud-page-wrap:after {
	content: "";
	display: block;
	height: 500px;
}

header#masthead {
    background-color: var(--rosebud-verylitegray);
    background-image: linear-gradient(to right, var(--rosebud-white) , var(--rosebud-verylitegray));
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    position: relative;
    z-index: 20;
}

.navbar-brand a img {
    background: var(--rosebud-red);
    height: 90px;
    position: absolute;
    display: inline-block;
    top: -25px;
    left: 0px;
    padding: 10px;
    border-radius: 2px;
    transition: all ease 0.3s;
}

.navbar-brand a img:hover {
    background: var(--rosebud-redhover);
}

body:not(.theme-preset-active) #masthead .navbar-nav li {
}

body:not(.theme-preset-active) #masthead .navbar-nav li a {
    color: var(--rosebud-darkgray);
    padding: 7px 15px 5px 15px;
    font-weight: 600;
    font-size: 15px;
    transition: all ease 0.3s;
}

body:not(.theme-preset-active) #masthead .navbar-nav li a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    color: var(--rosebud-red);
    font-weight: 600;
}

body:not(.theme-preset-active) #masthead .navbar-nav li:last-child a:not(.dropdown-item) {
    color: var(--rosebud-white);
    background: var(--rosebud-red);
    border-radius: 2px;
    margin-left: 10px;
    transition: all ease 0.3s;
    text-transform: uppercase;
}

body:not(.theme-preset-active) #masthead .navbar-nav li:last-child a:not(.dropdown-item):hover {
    color: var(--rosebud-white);
    background: var(--rosebud-redhover);
}

.navbar-nav .dropdown-menu {
    background: var(--rosebud-red);
    border-radius: 2px;
    padding: 0px;
}

body:not(.theme-preset-active) #masthead .navbar-nav li a.dropdown-item {
    color: var(--rosebud-white);
    background: rgba(0, 0, 0, 0.0);
    padding: 10px 15px;
}

body:not(.theme-preset-active) #masthead .navbar-nav li a.dropdown-item:hover {
    background: rgba(0, 0, 0, 0.2);
}

.rosebud-footer {
 	height: 500px;
 	background: var(--rosebud-darkgray);
 	position: relative;
 	overflow: hidden;
 	border-top: solid 4px var(--rosebud-litegray);
 	padding-top: 20px;
}

.rosebud-footer-copyright {
	background: var(--rosebud-black);
	padding: 15px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

.rosebud-footer-copyright p {
	color: rgba(255,255,255,0.4);
	line-height: 1em;
	padding: 0px;
	margin: 0px;
	font-weight: ;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-family: 'Lora', serif;
}

.rosebud-footer-copyright p a {
	color: rgba(255,255,255,0.4);
	text-decoration: none;
	transition: all ease 0.3s;
	font-family: 'Lora', serif;
}

.rosebud-footer-copyright p a:hover {
	color: rgba(255,255,255,0.7);
	text-decoration: none;
}

.footer-copyright-text-chunk {
	display: inline-block;
	font-family: 'Lora', serif;
}

.rosebud-above-navigation {
	height: 34px;
	background: rgba(0, 0, 0, 0.77);
}

button.navbar-toggler {
	padding: 0px;
	border: none;
}

button.navbar-toggler:active,
button.navbar-toggler:focus,
button.navbar-toggler:focus-visible {
	border: none;
	outline: none;
}

button.navbar-toggler svg {
	fill: var(--rosebud-medgray);
    width: 30px;
    transition: all ease 0.3s;
    display: inline-block;
    padding: 4px 5px;
}

button.navbar-toggler svg:hover {
	fill: var(--rosebud-red);
}

header#masthead {
    padding: 5px 15px;
}

.above-nav-container {
	text-align: right;
	padding-top: 4px;
}

.above-nav-link {
	fill: rgba(255,255,255,0.4);
	display: inline-block;
	color: rgba(255,255,255,0.4);
	transition: all ease 0.3s;
	margin: 0px 7px 0px 10px;
	text-decoration: none;
	font-size: 14px;
}

.above-nav-link:hover {
	fill: rgba(255,255,255,1.0);
	color: rgba(255,255,255,1.0);
	text-decoration: none;
}

.above-nav-link-text {
	position: relative;
	top: 2px;
	margin-left: 3px;
}

.above-nav-link .above-nav-icon-svg {
	fill: inherit;
	width: 16px;
	display: inline-block;
}

.footer-info-container {
	text-align: center;
}

img.rosebud-footer-logo {
	display: inline-block;
	margin: 20px auto;
	max-width: 400px;
	opacity: 0.5;
}

.footer-info-container p {
	color: rgba(255,255,255,0.5);
	font-size: 15px;
	margin: 15px auto;
	font-weight: 400;
	font-family: 'Lora', serif;
}

.rosebud-footer-associations {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px auto;
	padding-bottom: 70px;
}

.rosebud-footer-associations .rosebud-footer-association-item {
	flex-basis: 80px;
	flex-grow: 0;
	flex-shrink: 0;
	margin: 0px 30px;
	display: inline-block;
	opacity: 0.5;
	transition: all ease 0.3s;
}

.rosebud-footer-associations .rosebud-footer-association-item:hover {
	opacity: 0.7;
}

.rosebud-footer-associations .rosebud-footer-association-item.real-american-hardwood-link {
	padding: 7px;
}

.red-banner-widget {
	background: var(--rosebud-red);
	border-top: solid 4px var(--rosebud-litegray);
	/*border-bottom: solid 4px var(--rosebud-litegray);*/
	margin: 0px;
	padding: 70px 15px;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
	position: relative;
	z-index: 10;
}

.red-banners-slick {
	overflow: hidden;
}

.red-banners-slick  .slick-track {
	align-content: start;
}

.red-banner-item {
	display: inline-flex;
	vertical-align: middle;
}

.red-banner-flex-image-box {
	width: 450px;
    display: block;
    float: left;
    display: flex;
    align-content: center;
    padding: 0px 50px 0px 0px;
    flex-grow: 0;
    flex-shrink: 0;
    max-height: 270px;
}

img.red-banner-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.red-banner-text {
    /*width: -moz-calc(100% - 500px);
	width: -webkit-calc(100% - 500px);
	width: calc(100% - 500px);*/
    display: block;
    float: right;
    border-left: dotted 2px rgba(0, 0, 0, 0.2);
    padding-left: 50px;
    /*flex-grow: 0;
    flex-shrink: 0;*/
}

.red-banner-text h2 {
    color: var(--rosebud-white);
   	font-weight: 600;
   	text-transform: uppercase;
   	font-size: 30px;
   	margin: 0px 0px 15px 0px;
   	padding: 0px;
   	line-height: 1.4em;
	font-family: 'Lora', serif;
}

.red-banner-text p {
    color: var(--rosebud-white);
   	font-weight: 400;
   	font-size: 16px;
   	margin: 0px 0px 25px 0px;
   	padding: 0px 15px 0px 0px;
   	line-height: 1.9em;
   	font-family: 'Lora', serif;
}

.rosebud-red-btn,
a.rosebud-red-btn,
button.rosebud-red-btn {
	padding: 15px 20px 14px 20px;
    font-family: 'Nunito Sans', sans-serif;
    color: var(--rosebud-white);
    font-size: 16px;
    line-height: 1em;
    background: var(--rosebud-red);
    text-transform: uppercase;
    display: inline-block;
    border: none;
    border-radius: 2px;
    transition: all ease 0.3s;
}

.rosebud-red-btn.dark-btn,
a.rosebud-red-btn.dark-btn,
button.rosebud-red-btn.dark-btn {
    background: var(--rosebud-darkred);
}

.rosebud-red-btn:hover ,
a.rosebud-red-btn:hover ,
button.rosebud-red-btn:hover,
.rosebud-red-btn:active ,
a.rosebud-red-btn:active ,
button.rosebud-red-btn:active,
.rosebud-red-btn:focus ,
a.rosebud-red-btn:focus ,
button.rosebud-red-btn:focus,
.rosebud-red-btn:focus-visible ,
a.rosebud-red-btn:focus-visible ,
button.rosebud-red-btn:focus-visible {
    color: var(--rosebud-white) !important;
    background: var(--rosebud-redhover) !important;
    text-decoration: none !important;
	box-shadow: none !important;
	outline: none !important;
}

.three-boxes-container {
	position: relative;
	z-index: 10;
}

.three-boxes-flex-box {
    display: flex;
    justify-content: space-between;
    padding: 70px 0px;
}

.three-box-item {
    text-align: center;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    flex-basis: 320px;
    padding: 30px;
    display: inline-flex;
    flex-direction: column;
    justify-content: start;
    background: var(--rosebud-white);
}

.three-box-item h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 0px 0px 5px 0px;
    color: var(--rosebud-medgray);
	font-family: 'Lora', serif;
}

.three-box-item p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lora', serif;
    margin: 15px 0px 25px 0px;
    color: var(--rosebud-medgray);
}

img.three-box-item-separator-design {
	width: 100%;
}

.three-box-item .rosebud-red-btn {
	flex-grow: 0;
	flex-shrink: 0;
	display: inline-block;
	align-self: center;
	justify-self: end;
	margin-top: auto;
	min-width: 120px;
}

.tree-background-widget {
	overflow: hidden;
	margin-bottom: 0px;
	border-top: solid 4px var(--rosebud-litegray);
	position: relative;
	z-index: 10;
}

.tree-background-widget-container {
	position: relative;
}

img.tree-background {
	position: absolute;
    right: -300px;
    bottom: -30px;
    width: 1125px;
    opacity: 0.5;
}

.testimonials-container {
	position: relative;
	z-index: 10;
	padding: 50px 0px 70px 0px;
}

.testimonials-slick {
	overflow: hidden;
}


h1.testimonials-heading {
	font-family: 'Lora', serif;
	font-size: 36px;
	letter-spacing: 5px;
	color: var(--rosebud-red);
	margin: 0px 0px 30px 0px;
	padding: 0px;
	line-height: 1em;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
}

.testomonial-item {
	display: inline-flex;
	flex-direction: column;
	text-align: center;
}

.testomonial-item p {
	max-width: 700px;
	align-self: center;
	font-size: 20px;
    font-weight: 400;
    font-family: 'Lora', serif;
    line-height: 1.8em;
    margin-bottom: 30px;
}

.testomonial-item span.the-testimonial-byline {
	max-width: 700px;
	align-self: center;
	font-size: 22px;
    font-weight: 700;
    font-family: 'Lora', serif;
    line-height: 1em;
    color: var(--rosebud-red);
    font-style: italic;
}

.slick-dots {
	padding: 0px;
	list-style-type: none;
	text-align: center;
	margin-top: 40px;
}

.slick-dots li {
	display: inline-block;
	color: transparent;
	margin: 0px 7px;
}

.slick-dots li button {
	display: inline-block;
	color: transparent;
	border: solid 2px var(--rosebud-litegray);
	background: var(--rosebud-white);
	border-radius: 50%;
	width: 15px;
	height: 15px;
	transition: all ease 0.2s;
	padding: 0px;
}

.slick-dots li button:hover {
	border: solid 2px var(--rosebud-darkgray);
}

.slick-dots li.slick-active button {
	border: solid 2px var(--rosebud-red);
}

/* .slick-prev.slick-arrow */

.slick-arrow {
	border: none;
	background-color: transparent;
	color: transparent;
	width: 20px;
	height: 30px;
	position: absolute;
    top: -moz-calc(50% - 50px);
	top: -webkit-calc(50% - 50px);
	top: calc(50% - 50px);
	z-index: 10;
	opacity: 0.1;
	transition: all ease 0.3s;
}

.slick-arrow:hover {
	opacity: 0.7;
}

.slick-arrow.slick-prev {
	background-image: url('/wp-content/uploads/2022/02/chevron-left-black.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left: 0px;
}

.slick-arrow.slick-next {
	background-image: url('/wp-content/uploads/2022/02/chevron-right-black.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	right: 0px;
}

.homepage-welcome {
    width: 100%;
    height: -moz-calc(100vh - 78px);
	height: -webkit-calc(100vh - 78px);
	height: calc(100vh - 78px);
	overflow: hidden;
	position: relative;
	margin-bottom: 0px;
}

body.admin-bar .homepage-welcome {
	height: -moz-calc(100vh - 110px);
	height: -webkit-calc(100vh - 110px);
	height: calc(100vh - 110px);
}

.homepage-welcome video.home-welcome-background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
}

body.home #content.site-content,
body.page-id-108 #content.site-content {
	display: none;
}

.home-welcome-flex {
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: column;
}

.home-welcome-flex h1 {
    color: var(--rosebud-white);
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    justify-self: center;
    align-self: center;
    margin-top: auto;
    margin-bottom: -30px;
    flex-grow: 0;
    flex-shrink: 0;
}

.home-welcome-flex h1 span.home-welcome-small {
    display: inline-block;
    background: rgba(0, 0, 0, 0.8);
    line-height: 1em;
    padding: 10px 20px;
    font-size: 70px;
/* 	font-family: 'Lora', serif; */
}

.home-welcome-flex h1 span.home-welcome-large {
    display: block;
    line-height: 1em;
    font-size: 230px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
/* 	font-family: 'Lora', serif; */
}

.home-welcome-scrolldown {
	align-self: center;
    justify-self: end;
    margin-top: auto;
    margin-bottom: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    background: transparent;
    border: none;
    fill: rgba(255,255,255,0.5);
    transition: all ease 0.3s;
}

.home-welcome-scrolldown:hover {
    fill: rgba(255,255,255,0.8);
}

.home-welcome-scrolldown svg {
	width: 50px;
	fill: inherit;
}

#hidden-welcome-anchor {
	display: block;
	position: absolute;
	bottom: -2px;
	height: 0px;
	width: 0px;
}

.above-page-text-and-decoration {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px auto;
    text-align: center;
}

.above-page-text-and-decoration .above-page-text {
	font-size: 20px;
	font-weight: 700;
	color: var(--rosebud-medlitegray);
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0px 0px 5px 0px;
	display: block;
}

.entry-content h1 {
	text-align: center;
	font-size: 77px;
	font-family: 'Lora', serif;
	margin: 10px auto 50px auto;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p   {
	max-width: 700px;
	margin: 0px auto 0px auto;
}

.entry-content h2  {
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	margin: 50px auto 20px auto;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--rosebud-medgray);
	padding: 0px 0px 10px 0px;
	font-family: 'Lora', serif;
}

.entry-content h2 strong  {
	font-family: 'Lora', serif;
}

.entry-content p  {
	margin: 0px auto 20px auto;
	text-align: justify;
	font-size: 16px;
	font-weight: 500;
	color: var(--rosebud-medgray);
	font-family: 'Lora', serif;
	line-height: 1.8em;
}

.entry-content p strong  {
	font-family: 'Lora', serif;
}

.contact-link-button-holder {
	text-align: center;
	margin-top: 50px;
}

.team-members-holder {
    display: flex;
    max-width: 700px;
    margin: 0 auto 50px auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.team-members-holder .team-member-item {
    flex-basis: 150px;
    height: 150px;
    border-radius: 2px;
    overflow: hidden;
    flex-grow: 0;
    flex-shrink: 0;
}

.team-members-holder .team-member-item .team-member-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

img.service-area-map {
    width: 100%;
    max-width: 700px;
    display: block;
    margin: 30px auto;
}

.home-welcome-background-photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
    top: 0px;
    left: 0px;
}

.contact-form-holder {
    width: 100%;
    max-width: 500px;
    margin: 10px auto;
}

p.contact-form-instructions {
    font-size: 13px;
    text-align: center;
	font-family: 'Nunito Sans', sans-serif;
	color: var(--rosebud-medlitegray);
}

.contact-form-holder label {
    width: 100%;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-form-holder label input,
.contact-form-holder label textarea {
    border-radius: 2px;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
	border: none;
	background: #FFF;
}

span.form-req {
	color: var(--rosebud-red);
}

.entry-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--rosebud-red);
	font-family: 'Lora', serif;
	margin-bottom: 5px;
}

.entry-content h3 strong {
	font-family: 'Lora', serif;
}

.entry-content hr {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.entry-content p a {
	font-family: 'Lora', serif;
	font-style: italic;
	display: inline-block;
	color: var(--rosebud-red);
	text-decoration: none;
	transition: all ease 0.3s;
}

.entry-content p a:hover {
	color: var(--rosebud-redhover);
	text-decoration: none;
}

.entry-content h4,
.entry-content p span.extra-bold {
	color: var(--rosebud-charcoal);
	text-decoration: none;
	font-weight: 700;
	font-size: 20px;
	font-family: 'Lora', serif;
}

.entry-content h4 strong,
.entry-content p span.extra-bold strong {
	font-family: 'Lora', serif;
}

/* -------------------------------------------------------------------- */
@media (max-width: 1199px) {

	.navbar-collapse .navbar-nav {
	padding-top: 0px;
	padding-bottom: 20px;
	margin-top: 40px;
	text-align: center;
	}

	body:not(.theme-preset-active) #masthead .navbar-nav li a {
    display: inline-block;
	}

	body:not(.theme-preset-active) #masthead .navbar-nav li:last-child a:not(.dropdown-item) {
    margin-left: unset;
    margin-top: 10px;
	}

	.navbar-nav .dropdown-menu {
    background: var(--rosebud-verylitegray);
    max-width: 400px;
    margin: 5px auto;
	}

	body:not(.theme-preset-active) #masthead .navbar-nav li a.dropdown-item {
    text-align: center;
    color: var(--rosebud-medgray);
	}

	body:not(.theme-preset-active) #masthead .navbar-nav li a.dropdown-item:hover {
    background: rgba(0, 0, 0, 0.05);
	}

	.navbar-brand a img {
    height: 70px;
    top: -20px;
    padding: 5px 7px 7px 7px;
	}

	.red-banner-flex-image-box {
    width: 370px;
    padding: 0px 30px 0px 0px;
	}

	.red-banner-text {
    padding-left: 30px;
	}

	.red-banner-text h2 {
    font-size: 27px;
    margin: 0px 0px 10px 0px;
	}

	.red-banner-text p {
    margin: 0px 0px 20px 0px;
	}

	.red-banner-widget {
    padding: 40px 15px;
	}

	.three-box-item {
    flex-basis: 270px;
    padding: 20px;
	}

	.three-box-item h2 {
    font-size: 20px;
	}

	.three-box-item p {
    font-size: 15px;
	}

	img.tree-background {
    bottom: 20px;
	}

	.testomonial-item p {
    font-size: 18px;
	}

	h1.testimonials-heading {
    font-size: 32px;
	}

	.testomonial-item span.the-testimonial-byline {
    font-size: 20px;
	}

	.slick-dots li button {
    width: 13px;
    height: 13px;
    padding: 0px;
	}

	.home-welcome-flex h1 span.home-welcome-large {
    font-size: 190px;
	}

	.home-welcome-flex h1 span.home-welcome-small {
    font-size: 60px;
	}

	.entry-content h1 {
    font-size: 69px;
	}

}

/* -------------------------------------------------------------------- */
@media (max-width: 991px) {

	.red-banner-item {
    display: inline-block;
	}

	.red-banner-flex-image-box {
	width: 100%;
    max-width: 350px;
    float: none;
    margin: 0 auto 30px auto;
    padding: 0px;
	}

	.red-banner-text {
    display: block;
    float: none;
    border-top: dotted 2px rgba(0, 0, 0, 0.2);
   	border-left: unset;
    padding-left: unset;
    padding-top: 30px;
    text-align: center;
	}

	.red-banner-text p {
    padding: 0px 30px 0px 30px;
	}

	.three-boxes-flex-box {
    display: block;
    padding-bottom: 0px;
	}

	.three-box-item {
    max-width: 400px;
    padding: 20px;
    margin: 0px auto 50px auto;
    display: block;
	}

	img.tree-background {
    position: absolute;
    right: -32vw;
    bottom: 0px;
    opacity: 0.5;
    max-width: 150vw;
    width: unset;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
	}

	h1.testimonials-heading {
    font-size: 24px;
	}

	.testomonial-item p {
    font-size: 17px;
    max-width: 420px;
	}

	.home-welcome-flex h1 span.home-welcome-small {
    font-size: 44px;
	}

	.home-welcome-flex h1 span.home-welcome-large {
    font-size: 140px;
	}

	.entry-content h1 {
    font-size: 60px;
	}

}

/* -------------------------------------------------------------------- */
@media (max-width: 767px) {

	.red-banner-text h2 {
    font-size: 24px;
	}

	.testomonial-item p {
    font-size: 17px;
    max-width: 320px;
	}

	.home-welcome-flex h1 span.home-welcome-small {
    font-size: 35px;
	}

	.home-welcome-flex h1 span.home-welcome-large {
    font-size: 100px;
	}

	.homepage-welcome {
    max-height: 500px;
	}

	.above-page-text-and-decoration .above-page-text {
    font-size: 15px;
    margin-bottom: 0px;
	}

	.above-page-text-and-decoration {
    max-width: 280px;
    margin: 0 auto 20px auto;
	}

	.entry-content h1 {
    font-size: 50px;
	}

	.entry-content {
	padding-left: 10px;
	padding-right: 10px;
	}

	.team-members-holder {
    justify-content: center;
	}

	.team-members-holder .team-member-item {
    flex-basis: 100px;
    height: 100px;
    margin: 7px;
	}


}

/* -------------------------------------------------------------------- */
@media (max-width: 499px) {

	.rosebud-page-wrap {
	margin-bottom: -480px;
	}

	.rosebud-page-wrap:after {
	height: 480px;
	}

	.rosebud-footer {
 	height: 480px;
	}

	img.rosebud-footer-logo {
    max-width: 290px;
	}

	.rosebud-footer-associations .rosebud-footer-association-item {
    margin: 0px 10px;
	}

	.above-nav-link-text {
    display: none;
	}

	.footer-copyright-divider {
	display: none;
	}

	.footer-copyright-text-chunk {
	display: block;
	margin-bottom: 3px;
	}

	.home-welcome-flex h1 span.home-welcome-small {
    font-size: 25px;
	}

	.home-welcome-flex h1 span.home-welcome-large {
    font-size: 80px;
	}

	.entry-content h1 {
    font-size: 35px;
	}

	#content.site-content {
    padding-top: 40px;
    padding-bottom: 40px;
	}

}