/*!
Theme Name: Dental Cleaning
Theme URI: http://underscores.me/
Author: Edward Lin
Author URI: https://edwardlin.ca/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dental-cleaning
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.container{
	padding: 0 20px;
	margin: auto;
}
@media (min-width: 475px){
	.container {
		max-width: 425px;
	}
}
@media (min-width: 576px){
	.container{
    	max-width: 570px;
		padding: 0 30px;
	}
}
@media (min-width: 768px){
	.container {
    	max-width: 720px;
	}
}
@media (min-width: 1024px){
	.container {
    	padding: 0 30px;
    	max-width: 1200px;
	}
}
img, svg{
	width: 100%;
	height: 100%;
}
html {
  scroll-behavior: smooth;
}
body{
	font-size: 14px;
	line-height: 24px;
	font-family: "Open Sans", "Verdana", "Roboto", sans-serif;
	font-weight: 400;
	color: #000;
	max-width: 100%;
	width: 100%;
	overflow-x: hidden;
}
section{
	margin-bottom: 70px;
	position: relative;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 700;
}
.btn,
.wp-block-button__link{
	padding: 10px 25px;
	color: #FFF;
	background: #175585;
	border-radius: 10px;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
}
.btn.white{
	color: #175585;
	background: #FFF;
}
.bg-blue{
	background: #175585;
}
section.bg-blue{
	padding: 60px 0;
}
.mb-0{
	margin-bottom: 0;
}
.container-header{
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
	grid-gap: 10px;
}
.bg-blue .container-header h2{
	color: #FFF;
}
.container-header h2{
	font-size: 20px;
	line-height: 30px;
	color: #175585;
	text-align: center;
}
.container-header p{
	text-align: center;
}
.container-header.white h2{
	color: #FFF;
}
.container-header.v2 {
    align-items: flex-start;
}
.container-header.v2 h2{
	text-align: left;
}
.container-header.v2 a{
	display: none;
}
.container-footer{
	margin-top: 30px;
	text-align: center;
}
.content-wrapper{
	
}
.content-wrapper h2{
	font-size: 18px;
	line-height: 26px;
	margin: 20px 0 5px;
}
.content-wrapper h3{
	font-size: 16px;
	line-height: 24px;
	margin: 20px 0 5px;
}
.content-wrapper h4{
	margin: 20px 0 5px;
}
.content-wrapper p{
	margin-bottom: 10px;
}
.content-wrapper strong{
	font-weight: 700;
}
.content-wrapper ol, 
.content-wrapper ul {
    list-style-type: unset;
    margin-left: 36px;
    margin-bottom: 16px;
}
.content-wrapper a {
    color: #175585;
    text-decoration: none;
    font-weight: 700;
}
.content-wrapper a:hover{
	text-decoration: underline;
}
@media(min-width:768px){
	body{
		font-size: 16px;
		line-height: 28px;
	}
	section{
		margin-bottom: 120px;
	}
	.btn{
		font-size: 18px;
		padding: 14px 30px;
	}
	.container-header{
		grid-gap: 20px;
		margin-bottom: 80px;
	}
	.container-header h2{
		font-size: 24px;
		line-height: 32px;
	}
	.container-header.v2 {
		align-items: flex-start;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
	}
	.container-header.v2 a{
		display: flex;
	}
		section.bg-blue{
		padding: 120px 0;
	}
	.content-wrapper h2{
		font-size: 24px;
		line-height: 32px;
		margin: 30px 0 10px;
	}
	.content-wrapper h3{
		font-size: 20px;
		line-height: 28px;
		margin: 30px 0 10px;
	}
	.content-wrapper h4{
		margin: 30px 0 10px;
	}
	.content-wrapper p{
		margin-bottom: 15px;
	}

}