/*
 * Copyright 2013-2017 Start Bootstrap
 * Modified by Anson Bolinger for boomerfitness.org - Feb 2018
*/
body {
    padding-top: 54px;
}

@media (min-width: 576px) {
  
}

@media (max-width: 768px) {
    .ad-hide {
        display: none !important;
    }
}

@media (min-width: 992px) {
body {
    padding-top: 56px;
	}
}

@media (min-width: 1200px) {
  
}

.carousel-item {
    height: 35vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.portfolio-item {
    margin-bottom: 30px;
}
.page-title {
    padding-top: 5px;
}
.bg-color-1, nav a {
    background-color: #F5FB52;
}
.bg-color-2 {
	background-color: #52F5FB;
}
.bg-color-3 {
	background-color: #A1FB52;
}
.bg-color-4 {
	background-color: #D8D8D8;
}
.font-1 {
	font-family: 'Spectral', serif;
}
.font-2 {
	font-family: 'Francois One', sans-serif;
}
.font-3 {
	font-family: 'Roboto+Slab', sans-serif;
}
.bold {
	font-weight: bold;
}
.text-center {
	display: inline;
	float: none;
	text-align: center;
}
.bottom-margin {
	margin-bottom: 10px;
}
h1 {
	font-family: 'Spectral', serif;
}
small {
	font-family: 'Francois One', sans-serif;
}
h2, h3, h4 {
	font-family: 'Francois One', sans-serif;
}
p, td, th {
	font-family: 'Roboto+Slab', sans-serif;
}
th {
	font-weight: bold;
}
a {
    text-decoration: none;
    cursor: pointer;
    padding: 0 3px;
    color: #FF5733;
}
a:hover {
    color: #3498DB;
}
blockquote {
    display: block;
    background: #fff;
    padding: 15px 20px 15px 45px;
    margin: 0 0 20px;
    position: relative;
    /*Font*/
    font-family: 'Francois One', sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #666;
    /*Box Shadow - (Optional)*/
    -moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;
    /*Borders - (Optional)*/
    border-left-style: solid;
    border-left-width: 15px;
    border-right-style: solid;
    border-right-width: 2px;
}
blockquote::before {
    /*Font*/
    font-family: 'Francois One', sans-serif;
    font-size: 60px;
    font-weight: bold;
    color: #999;
    /*Positioning*/
    position: absolute;
    left: 10px;
    top: 5px;
}
blockquote::after {
    /*Reset to make sure*/
    content: "";
}
blockquote em {
    font-style: italic;
}
blockquote p {
	font-family: 'Francois One', sans-serif;
}
blockquote.default {
    border-left-color: #A1FB52;
    border-right-color: #A1FB52;
}
blockquote.quote::before {
    content: "\201C"; /*Unicode for Left Double Quote*/
}
blockquote.cancer {
    text-align: center;
}
blockquote.cancer::before {
    content: url(http://www.boomerfitness.org/images/ribbon.png);
	left: 0px;
	padding-bottom: 5px;
}
footer p {
	font-family: 'Spectral', serif;
}

/* Photo Gallery CSS */

.tz-gallery .card {
    border: none;
    text-align: center;
}
.tz-gallery .lightbox img {
    max-width: 100%;
    margin: 0px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}
