@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@200;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Qwigley&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Qwigley&family=Roboto:ital,wght@0,100..900;1,100..900&family=Satisfy&family=Shadows+Into+Light&family=Whisper&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
    --offWhite: #f6f6f6;
    --blue: #195292;
    --darkBlue: #245295;
	--medBlue: #206ABC;
	--lightBlue: #87b6ea;	
	--lighterBlue: #bdd7f3;
	--grey: #5d5d5d;
    --orange: #ff540b;
    --lightOrange: #ff8e5f;
	--gold: #bd8a2d;
	--brightGold: #f0b411;
	--rhinoGreen: #51c63a;
}

@font-face {
  font-family: 'Autography'; /* The name you choose to refer to the font */
  src: url('../fonts/Autography.otf') format('opentype'); /* Use 'opentype' for .otf files */
  font-weight: normal;
  font-style: normal;
}


body {
    background-color: #ffffff;
  
}
h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 2.25rem;
    color:var(--darkBlue);
}
@media (min-width: 768px) {
    h1 {
       font-size: 3.5rem;
    }
}
h2 {
    font-family: 'Raleway', sans-serif;
font-weight: 300;
font-size: 1.5rem;
margin-top: -10px;
color: var(--darkBlue);
}
@media (min-width: 768px) {
    h2 {
    font-size: 1.95rem;
    }
}
h3 {
    font-family: 'Raleway', sans-serif;
font-weight: 300;
font-size: 1.25rem;
color: var(--blue);
}
@media (min-width: 768px) {
    h3 {
    font-size: 1.5rem;
    }
}
h3.videoTitles {
	color:var(--blue);
}
h4 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 1.25rem;
}
#headerWrapper {
    position: scroll;
    z-index:250;
	border-bottom: 3px solid var(--blue);
}
@media (min-width: 768px) {
    #headerWrapper {
        position: fixed;
        padding: 0px;
        top: 0px;
    } 
}
#rhinogram-embed {
overflow: hidden;
}
#preHeader {
    background-color: var(--offWhite);
    padding-top: 0px;
    padding-bottom: 5px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    padding-left: 0px;
}
@media (min-width: 768px) {
    #preHeader {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 1rem;
    }
}

#preHeader .btn {
    color: var(--offWhite);
    background-color: var(--rhinoGreen);
    border-radius: 0px;
    margin-left: -20px;
    width: 250px;
    margin-bottom: 5px;
	font-size: 1rem;
    padding-top: 5px;
    padding-bottom: 7px;
	/* the following is to match the Rhinogram button */
	box-sizing: border-box;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.20);
	border-radius: 2px;
}
@media (min-width: 768px) {
    #preHeader .btn {
        color: var(--offWhite);
        background-color: var(--rhinoGreen);
        border-radius: 0px;
        margin-left: 10px;
        font-size: 1rem;
        margin-top: -4px;
    	padding-top: 5px;
    	padding-bottom: 7px;
  }
} 
#preHeader .btn span {
    display:none;
}
@media (min-width: 768px) {
    #preHeader .btn span {
        display:inline;
    }
}
#preHeader a:hover {
    color: var(--lightOrange);
}
#header {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #ffffff;
}
#mainNav {
    font-family: 'Lato', sans-serif;
text-transform: uppercase;
padding-top: 20px;
font-size: .85rem;
font-weight: 700;
}
#mainNav a:link, #mainNav a:visited {
    color: var(--grey);
}
#mainNav a:hover {
    color: var(--medBlue);
}
#intro {
    padding: 0px;
    background-color: var(--blue);
    color: #ffffff;
    margin-top: 0px;
    overflow: hidden;
}
@media (min-width: 768px) {
    #intro {
       margin-top: 120px;
    } 
}
#intro .col-md-5 {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
}
@media (min-width: 768px) {
    #intro .col-md-5 {
        padding-top: 40px;
    } 
}
#intro p:nth-child(1) {
    font-family: 'Qwigley', cursive;
    font-size: 3rem;
    text-align: center;
}
@media (min-width: 768px) {
    #intro p:nth-child(1) {
        font-size: 7rem;
    } 
}


#intro p:nth-child(2) {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 2.75rem;
    margin-top: -20px;
}
@media (min-width: 768px) {
    #intro p:nth-child(2) {
        font-size: 4rem;
        margin-top: -40px;
    } 
}
#intro p:nth-child(3) {
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    font-size: 1.75rem;
    margin-top: -40px;
    text-align: right;
}
@media (min-width: 768px) {
    #intro p:nth-child(3) {
        font-size: 2.25rem;
        margin-top: -40px;
    }
}

.heroNew {
	padding-left:0;
	padding-right:0;
}

#content {
    padding-top: 90px;
    padding-bottom: 90px;
}
#content p {
    font-family: 'Lato', sans-serif;
font-weight: 300;
font-size: .95rem;
color: var(--grey);
}
@media (min-width: 768px) {
    #content p {
    font-size: 1.125rem;
    }
}
#content ul {
    font-family: 'Lato', sans-serif;
font-weight: 300;
font-size: .95rem;
color: var(--grey);
margin-top: 0px;
padding-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) {
    #content ul {
    font-size: 1.125rem;
    }
}
#content.index .col-md-8 {
    padding-right: 20px;
}
@media (min-width: 768px) {
    #content.index .col-md-8 {
        padding-right: 120px;
    } 
}
#content.index .box {
    height: 40px;
    width: 420px;
    margin-top: -90px;
    margin-left: -75px;
    margin-bottom: 50px;
    background-color: transparent;
}
#content.index .col-md-4 .box {
   
    height: 75px;
    width: 420px;
    margin-top: -55px;
    margin-left: 120px;
    background-color: transparent;
}
#content.index .col-md-4 {
   
   overflow: hidden;
}
#content.interior {
    margin-top:0px;
    padding-bottom: 90px;
}
@media (min-width: 768px) {
    #content.interior {
        margin-top:120px;
    }
}
#content.interior .box {
    height: 40px;
    width: 420px;
    margin-top: -90px;
    margin-left: -75px;
    margin-bottom: 50px;
    background-color: transparent;
}
#content a:link, #content a:visited {
    color: var(--blue);
    text-decoration: none;
}
#content a:hover {
    color: var(--medBlue);
}
#content .sidebar a:link.btn, #content .sidebar a:visited.btn {
    background-color: var(--blue);
    color: #ffffff;
    border-radius: 0px;
    text-transform: uppercase;
}

#content .sidebar a:hover.btn {
    background-color: var(--lightBlue);
}
#content .logos {
    text-align: center;
}
.carousel-inner {
	max-height:850px;
}

.carousel-inner img {
    width: 100%;
}


@media (min-width:768px) {
	#myCarousel {
		padding-top:150px;
}
}
#myCarousel .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.15);
	z-index: 2;
}
.carousel-inner {
	max-height:750px;
	overflow: hidden;
}
.carousel-caption {
	top:0;
	right:0;
	left:50%;
	padding-top:10px;
	bottom:0;
	padding-bottom:0;
}
@media (min-width:768px) {
	.carousel-caption {
		right: 15%;
		left: 15%;
		bottom: 0; 
		top:auto;
		z-index: 10;
		padding-top: 20px;
	}
}
.carousel-caption p span {
	padding:6px 15px 6px 15px;
	text-align:center;
	font-family:Autography, sans-serif;
	font-size:3rem;
	font-weight:900;
	font-style: italic;
	color:#ffffff;
	font-size:2.25rem;
}
@media (min-width:768px) {
	.carousel-caption p span {
		font-size:3rem;
	}
}
@media (min-width:992px) {
	.carousel-caption p span {
		padding:10px 20px 10px 20px;
		font-size:3.5rem;
	}
}
@media (min-width:1200px) {
	.carousel-caption p span {
		font-size:6rem;
	}
}

.carousel-caption .btn {
	font-family: 'Raleway', sans-serif;
	font-size:.85rem;
	background-color:var(--darkBlue);
	color:#ffffff;

	border-radius:5px;
}
@media (min-width:768px) {
	.carousel-caption ..btn {
		font-size:1.1rem;
	}
}


#smileAssessment {
	background-color: var(--gold);
	padding-top: 50px;
	padding-bottom: 40px;
	color: #ffffff;
	background-image: none;
}

@media (min-width: 768px) {
#smileAssessment {
	padding-top: 90px;
	padding-bottom: 90px;
}
}
#smileAssessment .smile {
	background-image: none;
	background-repeat: no-repeat;
}
#smileAssessment h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 1.8rem;
	line-height: 95%;
	color: #ffffff;
}

@media (min-width: 768px) {
#smileAssessment h2 {
	font-size: 2.5rem;
}
}
#smileAssessment .smile p,
#smileAssessment .eraser p {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 1.1rem;
	margin-top: inherit;
	line-height: 105%;
	padding-right: 125px;
}

@media (min-width: 768px) {
#smileAssessment .smile p,
#smileAssessment .eraser p {
	font-size: 1.5rem;
	padding-right: 50px;
}
}
#smileAssessment .btn {
	border-color: #ffffff;
	background-color: transparent;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 0px;
	margin-top: 10px;
	-webkit-transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	-ms-transition: background .5s ease-in-out;
	-o-transition: background .5s ease-in-out;
	transition: background .5s ease-in-out;
}

@media (min-width: 768px) {
#smileAssessment .btn {
	margin-top: 50px;
}
}
#smileAssessment .btn:hover {
	border-color: #ffffff;
	background-color: #ffffff;
	color: var(--blue);
}
@media (min-width: 768px) {
	#smileAssessment .eraser img {
		width:80%;
		height:auto;
	}
}
@media (min-width:1200px) {
	#smileAssessment .eraser {
		padding-right:100px;
	}
}
#leadIns {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #000000;
}
#leadIns .col-md-6 {
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 768px) {
    #leadIns .col-md-6 {
        padding-left: 120px;
        padding-right: 120px;
    }  
}
#leadIns h2, #leadIns h3 {
    color: #ffffff;
}
#leadIns p {
    font-family: 'Lato', sans-serif;
font-weight: 300;
font-size: .95rem;
color: #ffffff;
}
@media (min-width: 768px) {
    #leadIns p {
    font-size: 1.125rem;
    }
}
#leadIns .picHolder {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: var(--offWhite);
	margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 25px;
}
#leadIns .btn {
    color: #ffffff;
    border-color: #ffffff;
    background-color: transparent;
    border-radius: 0px;
    text-transform: uppercase;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}
#leadIns .btn:hover {
    color: #ffffff;
    border-color: #ffffff;
    background-color: var(--gold);
}
#socialMedia {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: var(--offWhite);
}


#facebookEmbed {
    padding-left: 5px;
}
@media (min-width: 768px) {
    #facebookEmbed {
        padding-left: 50px;
    }
}
#testimonial {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: var(--offWhite);
    background-image: url(../images/backTestimonial.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media (min-width: 768px) {
    #testimonial {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}
#testimonial span:before {
content: '\2605\2605\2605\2605\2605';
color: var(--gold);
font-size: 1.5rem;

}

#testimonial p:nth-child(2) {
    font-family: 'Source Serif Pro', serif;
    font-size: 1.25rem;
    font-style: italic;
    color: var(--grey);
    line-height: 120%;
}
@media (min-width: 768px) {
    #testimonial p:nth-child(2) {
        font-size: 2rem;
    }  
}
#testimonialFacebook p:nth-child(3) {
    font-family: 'Lato', sans-serif;
    font-size: 1.25rem;
}
#testimonial .btn {
	background-color:var(--darkBlue);
	color:#ffffff;
}
#testimonial .btn:hover {
	background-color:var(--gold);
	color:#ffffff;
}
#locations {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: var(--darkBlue);
    color: #ffffff;
}
#locations p {
    font-family: 'Lato', sans-serif;
    font-size: .975rem;
}
#locations a:link, #locations a:visited {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.25rem;
}
#footer {
    background-color: #000000;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: .925rem;
}
#footer a:link, #footer a:visited {
    color: #ffffff;
    text-decoration: none;
}
#footer a:hover {
    color: var(--medBlue);
}
.modal-content {
    padding: 25px;
}
.float-left {
    margin-right: 25px;
}
.sidebar {
    padding-top: 20px;
}
.accordion .card .card-header {
    background-color: transparent;
    border-style: none;
}
.accordion .card .card-header button {
    background-color: transparent;
    border-style: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size:1.25rem;
}
.accordion .card {
    border-style: none;
}
.card-body {
    padding-left: 50px;
    padding-right: 50px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: .95rem;
    color: var(--grey);
}

@media (min-width: 768px) {
    .card-body {
    font-size: 1.125rem;
    }
}
#content.botox a:link.btn, #content.botox a:visited.btn {
    background-color: var(--blue);
    color: #ffffff;
    border-radius: 0px;
    text-transform: uppercase;
}

#content.botox a:hover.btn {
    background-color: var(--lightBlue);
}
