@charset "UTF-8";
/* Body */
body {
    font-family: 'roboto', sans-serif;
    background-color: #F2F2F2;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-style: normal;
    font-weight: 400;
}

/* Container */
.container {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #FFFFFF;
}

/* Navigation */
header {
	width: 100%;
	height: 20%;
	background-color: #333333;
	border-bottom: 1px solid #333333;
}

.primary_header {
	background-color: #609618;
    background-image: linear-gradient(180deg, #609618 8%, #38651c 74%, #38651c 100%);
	/*background-color: #85ae6b;
    background-image: linear-gradient(180deg, #85ae6b 0%, #38651c 76%, #38651c 100%);*/
    width: 100%;
	height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: left;
    border-bottom: 2px solid #38651c;
}

.container .nav_main ul {
    margin-top: 0%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    width: 80%;
    text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.nav_main ul li {
    color: #FFFFFF !important;
    list-style: none;
    float: left;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    font-family: open-sans-condensed;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    width: 16%;
    transition: all 0.3s linear;
    text-decoration: none;
    font-size: x-large;
}

.nav_main ul li:hover {
	/*color: rgba(0,0,0,0.90) !important;*/
	cursor: pointer;
}

.main_header {
    color: #717070;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    letter-spacing: 4px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: xx-large;
}

/* Breadcrumbs */
.breadcrumbs {
    padding: 2px;
    font-family: 'roboto', sans-serif;
    font-size: large;
    margin-top: 20px;
    margin-right: 25px;
    margin-bottom: 10px;
    margin-left: 25px;
    background: #F2F2F2;
    height: 10%;
    font-weight: 500;
    text-align: left;
}

.breadcrumbs__item{
	display: inline-block;
}

.breadcrumbs__item:not(:last-of-type)::after{
	content: '/';
	margin: 0 5px;
	color: #cccccc;
}

.breadcrumbs__link {
	text-decoration: none;
	color:#7ac01f;
	text-transform: uppercase;
}

.breadcrumbs__link:hover {
	/*text-decoration: underline;*/
}

.breadcrumbs__link--active {
	color: #999999;
	font-weight: 500;
}

.breadcrumbs__link--active:hover {
	text-decoration: none !important;
	cursor:none !important;
}

/* Main Section */
.main {
	background-color: #282828;
	padding-top: 120px;
	padding-bottom: 120px;
}
.tagline {
    text-align: center;
    color: #FFFFFF;
    margin-top: 4px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: x-large;
}

.thumbnail {
	width: 100%;
}
.dog_column {
	width: 100%;
	margin-top: 0px;
}

/* Location Section */
.content {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 5px;
	margin-bottom: 15px;
}


footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}

.dog_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
.content .dog_column h3 {
	color: #000000;
	text-align: center;
	font-family: 'Roberto' sans-serif;
	text-transform: uppercase;
	font-weight: 500;
}

.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #333333;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-family: 'Roberto' sans-serif;
}

.cards {
	width: 100%;
	height: auto;
	max-width: 600px;
	max-height: 600px;
	border-radius: 10px 10px 10px 10px;
}
.s-text {
	color: #000000;
	
}

.s-text h1 {
	font-size: 25px;
}

/* pedigree tree */
.tree {
	list-style: none;
	margin: 0;
	padding: 0;
	
}

.tree li {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.tree span {
	border: 1px solid;
	border-radius: 5px;
	text-align: center;
	padding: 0.33em 0.66em;
	width: 220px;
	font-size: 15px;
	font-family: open-sans-condensed;
	text-transform: none;
	background-color: #F2F2F2;
}

.tree ul, .tree ol {
	padding-left: 2vw;
	position: relative;
}
 .tree ul::before, .tree ol::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	border-top: 1px solid;
	width: 2vw;
}

.tree li {
	position: relative;
	padding-left: 2vw;
	padding-top: 0.5vh;
 	padding-bottom: 0.5vh;
}
 .tree li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	border-top: 1px solid;
	border-radius: 0 5px 0 0;	 
	width: 2vw;
}

.tree > li {
	padding-left: 0;
}
 .tree > li::before, .tree > li::after {
	display: none;
}

.tree li::after {
	content: '';
	position: absolute;
	left: 0;
	border-left: 1px solid;
}
 .tree li:last-of-type::after {
	height: 50%;
	top: 0;
}
 .tree li:first-of-type::after {
	height: 50%;
	bottom: 0;
}
 .tree li:not(:first-of-type):not(:last-of-type)::after {
	height: 100%;
}

.tree li span:hover,
.tree li span:hover+ul li span {
  	background: #c8e4f8;
  	color: #000000;
  	border: 1px solid #94a0b4;
}

.tree li span:hover+ul li::after,
.tree li span:hover+ul li::before,
.tree li span:hover+ul::before,
.tree li span:hover+ul ul::before {
  	border-color: #94a0b4;
}

/* to top button */
#buttontop {
  	display: inline-block;
	background-color: #609618;
  	width: 50px;
  	height: 50px;
  	text-align: center;
  	border-radius: 4px;
  	position: fixed;
  	bottom: 30px;
  	right: 30px;
  	transition: background-color .3s, 
    	opacity .5s, visibility .5s;
  	opacity: 0;
  	visibility: hidden;
  	z-index: 1000;
}
#buttontop::after {
  	content: "\f106";
  	font-family: FontAwesome;
  	font-weight: normal;
  	font-style: normal;
  	font-size: 2em;
 	line-height: 50px;
  	color: #fff;
}
#buttontop:hover {
  	cursor: pointer;
  	background-color: #333;
}
#buttontop:active {
  	background-color: #555;
}
#buttontop.show {
  	opacity: 1;
  	visibility: visible;
}

/* Stamboom Table */
table, th, td {
  border: 1px solid black;
}

/* Image Gallery */
.gallery {
	margin: 10 px 50px;	
}

.gallery img {
	transition: 1s;
	padding: 15px;
	width: 200 px;
}

.gallery img:hover {
	filter: grayscale(100);
	transform: scale(1,1);
}

.imageright  
{  
float: right;   
margin: 30px 25px 3px 4px;  
clear: right;
}

.imageright2
{
float: right;   
margin: 30px 100px 3px 25px;
clear: right;
}

.imageleft  
{  
float: left;
margin: 30px 4px 3px 25px;    
clear: right;
}

.imageleft2
{
float: left;
margin: 30px 4px 3px 100px;    
clear: right;
font-size: 20px;
}

.content_text h1 {
	font-size: 60px;
margin: 10px 10px 10px 10px;
}

.content_text p {
	font-size: 20px;
	margin: 10px 10px 10px 10px;
}


/* contact form */
.contact_column {
	width: 50%;
	text-align: left;
	padding-top: 30px;
	float: left;
	
}

form {
	margin-top: 50px;
	transition: all 4s ease-in-out;
}

.form-control {
	width: 600px;
	background: transparent;
	border-bottom: 1px solid #A5A1A1;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	color: #000000;
	font-size: 18px;
	margin-bottom: 5px;	
}

.s-btn-beh {
  text-align: left;
}

.s-btn {
	position: relative;
}

.s-btn, a.s-btn:link, a.s-btn:visited {
  color: #fff; 
}

.s-btn, a.s-btn:link, a.s-btn:visited {
  margin: 0px 20px 0px 0px; 
}

.s-btn, a.s-btn:link, a.s-btn:visited {
  -webkit-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s; 
}

.s-btn-alt, a.s-btn-alt:link, a.s-btn-alt:visited {
  margin: 0px 20px 0px 0px; 
}

.s-btn, .s-btn:active, .s-btn:focus {
	background-color: #7ac01f;
  	/*background-image: -webkit-gradient(linear, top left, bottom right, from(#7ac01f), to(#7ac01f));
    background-image: -webkit-linear-gradient(left, #7ac01f, #7ac01f);
    background-image: linear-gradient(to right, #7ac01f, #7ac01f); */
}

.s-btn:hover, a.s-btn:hover {
	background-color: #609618;
	/*background-color: #68a31a;*/
	cursor: pointer;
}
.submitBtn {
	height: 50px; 
	width: 150px;
	border-radius: 3px 3px 3px 3px;
	text-transform: uppercase;
	/* ccolor: rgba(255, 255, 255, 0.5); */
}

.sw_alink_footer {
	color: #FFFFFF;
    text-decoration: none;
	font-family: 'Roberto' sans-serif;
}

.sw_alink_footer:hover {
	color:#FFFFFF; 
    text-decoration:none; 
    cursor:pointer;
}


footer{
	width: 100%;
	/* height: 5%; */
	/* background-color:  #DB1919;  */
}




 

