@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
    --jet: #363745;
    --ghost: #FBFBFF;
    --artichoke: #92977E;
    --pale: #cbdae5;
    --indigo: #0E3A58;
    --yellow: #bc982c;
}

body {
    background-color: var(--ghost);
}

h1 {
    font-family: 'IBM Plex Serif', serif;
    color: var(--indigo);
    font-size: 3.75em;
}
h2 {
    font-family: 'IBM Plex Serif', serif;
    color: var(--indigo);
    font-weight: 700;
    font-size: 3.5em;
}
h3 {
    font-family: 'IBM Plex Serif', serif;
    color: var(--indigo);
    font-size: 1.5em;
}

#header-tagline-wrapper {
    background-color: var(--indigo);
    background-repeat: repeat-x;
    padding-top: 10px;
    padding-bottom: 10px;
}
#header-left {
    text-align: left;
    padding-top: 50px;
}
#header-middle {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#header-right {
    text-align: right;
    font-size: 1.25em;
    font-weight: bold;
    padding-top: 70px;
}

#header a:link,
#header a:visited {
    color: #E5E3DA;
    text-decoration: none;
}
#header a:hover {
    color: #ffffff;
}
#header img {
    max-width: 100%;
}

#mainnav {
    background-color: var(--artichoke);
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border-style: none;
    text-transform: uppercase;
}

#mainnav a:link,
#mainnav a:visited {
    color: var(--ghost);
    text-decoration: none;
}

#mainnav a:hover {
    color: #E5E3DA;
    text-decoration: none;
}

.navbar-toggle {
  border:2px solid var(--ghost);
} 


#content-main {
    padding-top: 50px;
    padding-bottom: 50px;
}
#introTestimonials {
    padding-top: 25px;
    padding-bottom: 25px;
}
#introTestimonials h3 {
    font-family: 'IBM Plex Serif', serif;
    font-weight: 700;
    font-size: 2.25rem;
}
#introTestimonials p {
    font-family: 'IBM Plex Serif', serif;
    font-weight: 400;
    font-size: 1.75rem;
    font-style: italic;
    color: var(--jet);
}
#introTestimonials .col-md-6 {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 75px;
    padding-right: 75px;
}
#introTestimonials .col-md-6 span:before {
content: '\2605\2605\2605\2605\2605';
color: var(--yellow);
font-size: 2rem;
}

#lead-ins {
    padding-top: 50px;
    padding-bottom: 50px;
}



#lead-ins img {
    max-width: 100%;
}

#lead-ins .col-md-4 {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
}

#lead-ins .btn,
#content-main .btn {
    background-color: var(--artichoke);
    border-style: none;
    color: var(--ghost);
    text-transform: uppercase;
    border-radius: 0px;
}

#lead-ins .btn:hover,
#content-main .btn:hover {
    background-color: var(--indigo);
}

#lead-ins .row {
    padding-bottom: 25px;
}
#timeline {
    margin-bottom: 75px;
}
#timeline .col-md-8 {
    padding-top: 10px;
}
#timeline h2 {
    color: var(--jet);
    margin-bottom: 50px;
}
#timeline h3 {
    font-family: 'IBM Plex Serif', serif;
    font-weight: 700;
    font-size: 4rem;
}
#timeline p {
    font-family: 'IBM Plex Serif', serif;
    font-weight: 400;
    font-size: 1.75rem;
    color: var(--jet);
}

#timeline .line {
    display: block;
    height: 1px;
    background-color: var(--indigo);
    margin-top: 25px;
    margin-bottom: 25px;
}
#videos {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--artichoke);
}
#myCarousel {
    margin-top: -20px;
}
#myCarousel .carousel-caption {
    width: 90%;
    left: 0px;
    top: 50px;
    padding-left: 50px;
    text-align: left;
}
@media (min-width: 768px) {
    #myCarousel .carousel-caption {
        top: 150px;
    } 
}
@media (min-width: 992px) {
    #myCarousel .carousel-caption {
        top: 200px;
    } 
}
@media (min-width: 1400px) {
    #myCarousel .carousel-caption {
        top: 400px;
    } 
}
#myCarousel .carousel-caption p {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.75rem;
    letter-spacing: 2px;
    line-height: 90%;
}
@media (min-width: 412px) {
    #myCarousel .carousel-caption p {
        font-size: 2.5rem;
    } 
}
@media (min-width: 768px) {
    #myCarousel .carousel-caption p {
        font-size: 3.5rem;
    } 
}
@media (min-width: 1200px) {
    #myCarousel .carousel-caption p {
        font-size: 7.5rem;
    } 
}
#myCarousel .carousel-caption p.smallerText {
    font-size: 1.5rem;
    padding-right: 75px;
}
@media (min-width: 768px) {
    #myCarousel .carousel-caption p.smallerText {
        font-size: 5rem;
        padding-right: 335px;

    }
    }
    #myCarousel .carousel-caption.movedRight {
        left: 30%;
    }
#myCarousel .btn {
    background-color: #ffffff;
    color: var(--indigo);
    text-transform: uppercase;
    border-radius: 0px;
    margin-top: 50px;
    font-weight: 800;
    display: none;
}
@media (min-width: 768px) {
    #myCarousel .btn {
display: initial;    }
    }
#myCarousel .overlay .btn:hover {
    background-color: var(--artichoke);
}
.carousel-inner img {
    width: 100%;
}

#lead-ins img {
    border: 10px solid #FFFFFF;
    -webkit-box-shadow: 0px 0px 5px 3px #575757;
    box-shadow: 0px 0px 5px 3px #575757;
}

#testimonial {
    background-color: var(--indigo);
    padding-top: 50px;
    padding-bottom: 50px;
    color: var(--ghost);
    font-family: 'IBM Plex Serif', serif;
    font-weight: 300;
    font-size: 2rem;
    font-style: italic;
}

#next-step h2 {     
		color: var(--indigo);
		font-weight: 700;
		font-size: 2.5em;
		text-align: left;
}
#next-step h3 {
    font-family: 'IBM Plex Serif', serif;
    color: var(--indigo);
    font-size: 1.7em;
	line-height:150%;
}
#next-step p {
	font-size:16px;
}


#footer {
    background-color: var(--jet);
    padding-top: 50px;
    padding-bottom: 50px;
    color: #E5E3DA;
}

#footer h3 {
    color: var(--ghost);
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: large;
}

#footer a:link,
#footer a:visited {
    color: var(--ghost);
    text-decoration: none;
}

#footer a:hover {
    color: #FFFFFF;
}

#credits {
    padding-top: 50px;
}

#credits p {
    font-size: x-small;
}

#credits-right {
    text-align: right;
}

#gallery,
#gallery-alternate,
#gallery-about,
#gallery-pre {
    margin-top: 25px;
    margin-bottom: 40px;
}

#gallery .row,
#gallery-alternate .row,
#gallery-about .row,
#gallery-pre .row {
    margin-top: 0px;
}
@media (min-width: 768px) {
	#gallery .row,
	#gallery-alternate .row,
	#gallery-about .row,
	#gallery-pre .row {
		margin-top: 10px;
}

}
#gallery img,
#gallery-alternate img,
#gallery-about img,
#gallery-pre img {
	margin-top:10px;
}
@media (min-width: 768px) {
	#gallery img,
	#gallery-alternate img,
	#gallery-about img,
	#gallery-pre img {
		margin-top:10px;
	}
}


#gallery img,
#gallery-alternate img,
#gallery-about img,
#gallery-pre img {
    border: 3px solid #464646;
}

#gallery .col-md-3,
#gallery .col-md-4,
#gallery-alternate .col-md-3,
#gallery-alternate .col-md-4,
#gallery-alternate .col-xs-6,
#gallery-alternate .col-xs-4,
#gallery-alternate .col-sm-3,
#gallery-pre .col-md-3 {
    text-align: center;
}

#gallery-about .col-md-4 {
    text-align: center;
}

#gallery-alternate hr {
	border-top:2px solid var(--indigo);
}

#gallery-pre .col-md-3:nth-child(odd):after {
    content: "Before";
    display: block;
    padding-top: 10px;
}

#gallery-pre .col-md-3:nth-child(even):after {
    content: "After";
    display: block;
    padding-top: 10px;
}

/* #gallery .col-md-3:nth-child(odd):after {
    content: "Before";
    display: block;
    padding-top: 10px;
}

#gallery .col-md-3:nth-child(even):after {
    content: "After";
    display: block;
    padding-top: 10px;
}
*/

.pull-right {
    margin-left: 25px;
    margin-bottom: 25px;
}

.before :after {
    content: "Before";
    display: block;
    padding-top: 3px;
}

.after :after {
    content: "After";
    display: block;
    padding-top: 3px;
}

.during :after {
    content: "During";
    display: block;
    padding-top: 3px;
}

@media (min-width:768px) {
	.before,
	.after,
	.during {
		padding-top:10px;
	}
}

.after a:link,
.after a:visited,
.after a:hover,
.during a:link,
.during a:visited,
.during a:hover,
.before a:link,
.before a:visited,
.before a:hover {
    color: #454545;
    text-decoration: none;
}

.img-margin-bottom {
	margin-bottom:10px;
}
#numbers {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: var(--pale);
    padding-top: 25px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--pale);
    padding-bottom: 25px;
}
#numbers p.number {
    font-family: 'IBM Plex Serif', serif;
    color: var(--indigo);
    font-weight: 700;
    font-size: 3.75em;
}
#numbers p {
    font-family: 'IBM Plex Serif', serif;
    color: var(--indigo);
    font-weight: 500;
    font-size: 1.125em;
}

.mb-0 {
	margin-bottom:0;
}

.wink {
	font-size:75%;
}
p.customerTestimonial {
    font-family: 'IBM Plex Serif', serif;
    font-weight: 400;
    font-size: 1.25em;
    font-style: italic;
}