@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');
:root {
    --offWhite: #f6f6f6;
    --blue: #337ab7;
    --lightBlue: #789ab5;
    --green: #4c9d7d;
    --lightGreen: #79bda1;
    --darkGreen: #326953;
    --extraLightGreen: #dcfdf0;
    --grey: #5d5d5d;
    --orange: #ff540b;
    --lightOrange: #ff8e5f;
    --teal: #007f91;
    --lightTeal: #5e939b;
    --darkTeal: #034750;
}
body {
    background-color: #ffffff;
  
}
h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    font-size: 2.25rem;
    color: var(--blue);
}
@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(--lightBlue);
}
@media (min-width: 768px) {
    h2 {
    font-size: 1.95rem;
    }
}
h3 {
    font-family: 'Raleway', sans-serif;
font-weight: 300;
font-size: 1.25rem;
color: var(--lightBlue);
}
@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;
}
@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(--orange);
    border-radius: 0px;
    margin-left: -20px;
    width: 250px;
    margin-bottom: 5px;
}
@media (min-width: 768px) {
    #preHeader .btn {
        color: var(--offWhite);
        background-color: var(--orange);
        border-radius: 0px;
        margin-left: 10px;
       
    } 
}
#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(--teal);
}
#intro {
    padding: 0px;
    background-color: var(--teal);
    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: 72px;
    } 
}
#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;
    }
}
#hero {
    background-color: var(--teal);
    padding-top: 120px;
    padding-bottom: 120px;
    color: #ffffff;
    background-image: url(../images/backHero.png);
    background-repeat: no-repeat;
 background-size: 150%;
    margin-top: 0px;
    padding-top: 350px;
    padding-bottom: 20px;
}
@media (min-width: 768px) {
    #hero {
        background-size: inherit;
        padding-top: 120px;
        padding-bottom: 120px;
       margin-top: 120px;
    }
}
#hero p:nth-child(1) {
    font-family: 'Raleway', sans-serif;
font-weight: 200;
font-size: 2.75rem;
margin-top: 50px;
}
@media (min-width: 768px) {
    #hero p:nth-child(1) {
    font-size: 5rem;
    } 
}
#hero p:nth-child(2) {
    font-family: 'Raleway', sans-serif;
font-weight: 100;
font-size: 1.5rem;
margin-top: -20px;
line-height: 100%;
}
@media (min-width: 768px) {
    #hero p:nth-child(2) {
    font-size: 2.5rem;
    } 
}

#hero .btn {
    border-color: #ffffff;
    background-color: transparent;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 0px;
    margin-top: 35px;
    -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;
}
#hero .btn:hover {
    border-color: #ffffff;
    background-color: #ffffff;
    color: var(--blue);
}
#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: var(--extraLightGreen);
}
#content.index .col-md-4 .box {
   
    height: 75px;
    width: 420px;
    margin-top: -55px;
    margin-left: 120px;
    background-color: var(--extraLightGreen);
}
#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: var(--extraLightGreen);
}
#content a:link, #content a:visited {
    color: var(--teal);
    text-decoration: none;
}
#content a:hover {
    color: var(--lightTeal);
}
#content .sidebar a:link.btn, #content .sidebar a:visited.btn {
    background-color: var(--teal);
    color: #ffffff;
    border-radius: 0px;
    text-transform: uppercase;
}

#content .sidebar a:hover.btn {
    background-color: var(--lightGreen);
}
#content .logos {
    text-align: center;
}
.carousel-inner img {
    width: 100%;
}
#smileAssessment {
    background-color: var(--blue);
    padding-top: 275px;
    padding-bottom: 40px;
    color: #ffffff;
    background-image: url(../images/backVirtualSmileAssessment.png);
    background-repeat: no-repeat;
    
}
@media (min-width: 768px) {
    #smileAssessment {
        padding-top: 90px;
        padding-bottom: 90px;
        
    } 
}
#smileAssessment {
	background-color: var(--blue);
	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: var(--lightGreen);
}
#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(--extraLightGreen);
    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: var(--lightGreen);
    border-color: #ffffff;
    background-color: #ffffff;
}
#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: #f0b411;
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;
}

#locations {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: var(--lightTeal);
    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: var(--darkTeal);
    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(--lightTeal);
}
.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(--teal);
    color: #ffffff;
    border-radius: 0px;
    text-transform: uppercase;
}

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