/*
Theme Name: AJH Coppertop Dobermans
Theme URI: http://anthonyjhodge.com
Author: Anthony Hodge
Author URI: http://anthonyjhodge.com
Description: Responsive Bootstrap theme for Coppertop Dobermans
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 2px solid #38a399;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:0.9em;
	font-weight: bold;
    margin:5px 0 0 0;
}

/* end WordPress Core */


/*
 * Typography
 */

body {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000000;
}

h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #38a399;
	margin-bottom: 30px;
}

h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 40px;
}

h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 40px;
}


/*
 * General
 */

img {
	max-width: 100%;
	height: auto;
}

a {
	color: #000000;
}

a:hover {
	color: #38a399;
	text-decoration: none;
}

.gallery-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 20px 0;
}

.gallery-wrapper .gallery-image {
	margin-right: 15px;
	margin-bottom: 15px;
}

/*
 * Header
 */

#header {
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	background-color: #000000;
}

#header-title-tag-wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#header-title-tag {
	position: relative;
}

#header-title {
	position: absolute;
    top: 10px;
    left: 105px;
	width: 123px;
    font-family: 'Allura', cursive;
    font-size: 26px;
    line-height: 1.2;
    color: #38a399;
}

#header-tag {
	display: none;
	position: absolute;
	top: 11px;
	right: 0px;
	font-family: 'Allura', cursive;
	font-size: 24px;
	color: #38a399;
}

.navbar {
	padding: 1px 15px 1px 10px;
}

.navbar-brand {
	font-size: 2.2rem;
	color: #38a399;
}

.navbar-brand:hover {
	color: #38a399;
}

.navbar-brand img {
	height: 100px;
	width: auto;
}

.navbar-toggler {
	color: #ffffff;
	border-color: #ffffff;
}

.navbar-toggler:hover {
	color: #38a399;
	border-color: #38a399;
}

.navbar-nav a {
	color: #ffffff;
}

.navbar-nav a:hover {
	color: #38a399;
}

.dropdown-menu {
    color: #ffffff;
    background-color: #000000;
    border: none;
    border-radius: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #38a399;
    background-color: #000000;
}


/*
 * Navigation
 */


/*
 * Homepage
 */

.homepage-swiper-slide {
    height: 190px;
    padding-bottom: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#homepage-main-content-wrapper {
	padding-top: 40px;
}

#homepage-main-content {
	color: #000000;
}

#homepage-main-content-title h1 {
	margin-bottom: 0px;
}


/*
 * Internal Pages
 */

#main-content-wrapper {
	color: #000000;
	background-color: #ffffff;
	padding-top: 40px;
	padding-bottom: 40px;
}

#main-content-wrapper a {
	text-decoration: underline;
}

#page-content img {
	max-width: 100%;
	height: auto;
}

#page-title-image {
	height: 300px;
	background-position: 50% 50%;
	background-size: cover;
}

.dog-sidebar-images-wrapper {
	background-color: #000000;
	color: #ffffff;
    font-size:0.9em;
	font-weight: bold;
	padding: 15px;
	margin-bottom: 15px;
}

.dog-sidebar-images-wrapper img {
	width: 100%;
	height: auto;
}

.dog-critique {
	background-color: #cccccc;
	padding: 15px;
	margin-bottom: 15px;
}

.dog-index {
	cursor: pointer;
}

.dog-index:hover {
	background-color: #eeeeee;
}

.dog-index h2 {
	color: #38a399;
}

.dog-index:hover a {
	color: #38a399;
	text-decoration: none;
}


/*
 * Footer
 */

#footer {
	width: 100%;
	color: #000000;
	background-color: #0e4355;
}

#footer-credits {
	position: relative;
	color: #ffffff;
	padding-top: 50px;
	padding-bottom: 20px;
	font-size: 15px;
}

#footer-credits ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer-credits li {
	padding: 0;
	margin: 0 0 5px 0;
}

#footer-credits li, #footer-credits li a {
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	text-decoration: none;
}


@media all and (min-width:576px) {

	#header-title {
		top: 17px;
		left: 110px;
		width: 360px;
		font-size: 32px;
	}

    .homepage-swiper-slide {
        height: 260px;
    }

}

@media all and (min-width:768px) {

	#header-title {
		top: 33px;
		left: 110px;
		width: 500px;
		font-size: 36px;
	}

    .homepage-swiper-slide {
        height: 290px;
    }

}

@media all and (min-width:992px) {

	.navbar-expand-lg .navbar-collapse {
		position: relative;
		align-self: flex-end;
		padding-bottom: 6px;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	
	#header-title {
		top: 3px;
	}

	#header-tag {
		display: block;
		top: 10px;
	}

    .homepage-swiper-slide {
        height: 440px;
    }

}

@media all and (min-width:1200px) {

	#header-title {
		top: 17px;
	}

	#header-tag {
		top: 24px;
	}

}




