/*
Theme Name: At Home Dental Theme
Theme URI: https://example.com
Author: Blacksnow Web Design
Author URI: https://example.com
Description: Simple WordPress theme using Bootstrap and All Bootstrap Blocks, designed for dental websites
Version: 1.0
License: GPL v2 or later
Text Domain: at-home-dental-theme
*/

body {
    padding-top: 0px;
	font-family: arial;
	font-weight: 200;
	font-size: 11pt;
}

figure {
	margin: 0;
}

footer {
	background-color: #05313d; 
	color: #71a1ae;
}

footer a {
	color: #71a1ae;
	text-decoration: none;
}

footer a:hover {
    color: #83b7c5;
	text-decoration: none;
}

h2 {
	font-size: 29pt;
	font-weight: bold;
}

.testimonial-name, .testimonial-content, .testimonial-company {
	text-align:center;
}

.testimonial-content {
	text-align:center;
	font-size: 18pt;
	font-weight: bold;
	color: #ffffff;
}