@charset "utf-8";
/* CSS Document */

@font-face {
	src: url(RobotoSlab-Regular.ttf);
	font-family: Roboto;	
}
@font-face {
	src: url(RobotoSlab-Bold.ttf);
	font-family: RobotoBold;	
}

body {
	padding: 0;
	margin: 0;	
	background-image: url(images/bg-retro-noise.png);
}

nav {
	display: flex;	
	align-items: center;
	justify-content: space-around;
	background-color: #C17A2A;
	height: 100px;
	margin-top: 75px;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	}


nav .logo {
	min-width: 650px;
	max-width: 650px;
	width: 650px;
}


nav a {
	color: white;
	text-decoration: none;
	font-family: 'RobotoBold';
	height: 100px;
	display: flex;
	align-items: center;
	padding-right: 20px;
	padding-left: 20px;
}

nav a:hover {
	background-color: rgba(0,0,0,0.4);	
}

nav .logo a:hover {
	background-color: transparent;	
}

nav .logo a {
	display: block;
	margin-top: -110px;
	z-index: 99;
	position: relative;
}

.navlinks {
	display: flex	;
	width: 80%;
	justify-content: space-around;
}

.opener {
	display: none;	
}

.homeheader {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-image: url(images/homepage/CRITTENDEN24.jpg);
	background-position: center;
	background-attachment: fixed;
	width: 100%;
	height: 500px;
	color: white;
	font-family: 'RobotoBold';	
	text-shadow: 4px 4px 4px rgba(0,0,0,0.9);
	text-align: center;
	filter: sepia(50%);
}

.homeheader p {
		width: 35%;
}
.newsheader {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-image: url(images/news/CRITTENDEN15.jpg);
	background-position: center;
	background-attachment: fixed;
	width: 100%;
	height: 500px;
	color: white;
	font-family: 'RobotoBold';	
	text-shadow: 4px 4px 4px rgba(0,0,0,0.9);
	text-align: center;
	filter: sepia(50%);
}
p.news, h3.news, h1.news {
	text-align: center;	
}

.homeheader h1, .newsheader h1 {
	margin: 0;	
	font-size: 50px;
}

.homeheader h2, .newsheader h2 {
	margin: 0;	
	font-size: 40px;
}

.content {
	padding-top: 30px;
	border-bottom: 5px solid #C17A2A;
	border-top: 5px solid #C17A2A;
	font-size: 18px;
	font-family: 'Roboto';
	color: #985223;
}

.padding {
	width: 70%;	
	margin: auto;
}

.content h3 {
	color: #533B24;	
	font-family: 'RobotoBold';
}

.homeselect {
	display: flex;
	width: 90%;
	margin: auto;
	justify-content: space-around;	
}

.homeselect2 div {
	width: 40%;
	text-align: center;
	font-size: 14px;
}

.homeselect2 {
	display: flex;
	width: 90%;
	margin: auto;
	justify-content: space-around;	
}

.homeselect div {
	width: 25%;
	text-align: center;
	font-size: 14px;
}	

.homeselect div img {
	padding: 5px;
	border: 2px  dashed #533B24;	
}

.homeselect a {
	color: #533B24;
	filter: sepia(40%);	
}

.sires img {
	filter: sepia(50%);	
}

.sires a:hover img {
	filter: sepia(0%);	
}


.homeselect a:hover {
	text-decoration: none;
	filter: sepia(0%);
}

.homeselect h1 {
	font-size: 16px;
}	

.bottom {
	background-image: url(images/homepage/CRITTENDEN11.jpg);
	background-attachment: fixed;
	background-position: center;
	height: 300px;
	width: 100%;	
}

footer {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 20px;	
	color: #985223;
	background-color: #c8a980;
	font-family: 'Roboto';
}

footer div {
	width: 35%;	
}

footer h1 {
	margin-bottom: 2px;	
}

.copyright {
	text-align: center;
	color: black;	
	padding-top: 5px;
	padding-bottom: 5px;
}

.copyright a {
	color: black;	
}


.copyright a:hover {
	text-decoration: none;	
}

img.newsbig {
	width: 65%;
	padding: 5px;
	border: 2px  dashed #533B24;
}

.newsflex {
	width: 70%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;	
}

.newsflex img {
	width: 40%;	
	padding: 5px;
	margin: 5px;
	border: 2px  dashed #533B24;
}

.sires {
	width: 85%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	justify-content: center;	

}


#imagecolumn2 {
	width: 60%;	
	margin-bottom: 25px;
}

.sires a  {
	color: #985223;	
	font-size: 15px;
}


#imagecolumn {
	width: 40%;	
		margin-bottom: 25px;
}

.sires img {
	width: 80%;
	padding: 5px;
	margin: 5px;
	border: 2px  dashed #533B24;	
}

.sales {
	display: flex;
	justify-content: center;	
}

.salescol-4{
	width: 40%;
}

.salescol-6{
	width:60%;
}

#salescolumn a {
	color: #985223;	
}

.mySlides {
	text-align: center;	
}

.mySlides img {
	width: 60%;
	padding: 1vw;
}
.thumbnails {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	filter: sepia(50%);
}


.thumbnails img {
	padding: 0.2vw;
}	

.thumbnails img:hover {
	cursor: pointer;	
}

.next:hover, .prev:hover {	
	cursor: pointer;
}


.next {
	margin-left: 50px;	
}

.prev {
	margin-left: -25px;	
}

#imagedescription {
	padding: 1vw;	
}

#internal {
	display: flex;
	align-items: center;
	justify-content: center;	
	width: 75%;
	margin: auto;
}

#internal img {
	border: dashed 1.5px #684b31;
	padding: 10px;
	margin: 10px;
	margin-top: 0;
	width: 500px;	
}

table {
	border: dashed 1.5px #684b31;
	padding: 2px;
	width: 100px;
		
}

th {
	background-color: #684b31;
	color: 	#e8e8d9;
	text-align: center;
}

.epdgraph{
	width: 60%;
	margin: auto;
	text-align: center;	
}

.progeny {
	width: 30%;
	margin: auto;
	text-align: center;	
}
.progeny a {
	color: #684b31;
}
p.news a {
	margin: auto;
	padding: 1vw;
	border-radius: 1vw;
	width: 200px;
	border: #e8e8d9 dashed medium;	
	background: #684b31;
	box-shadow: 0 0 0 3pt #684b31;
	color: beige;
	text-decoration: none;
}


