header, nav, main, footer { display: block; }
body { background-color: #f2ebe3;
		background-image: linear-gradient(to right, #ffffff, #9c6644);

		
		color: #07060b;
		font-size: 1.2em;
		font-family: Georgia, "Times New Roman", serif; 
		margin: 0;
		}
#wrapper {
		width: 90%;
		margin: auto;
	background: url(shadyoakdogslogo.png) no-repeat 6% 5% fixed; 

		
}




nav {font-weight: bold;
	padding: .01em 1em .01em 1em;
	float: none;
	width: auto;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2em;


}
nav li {
		border-bottom: none;
}
nav a {
		text-decoration: none;
		padding: 0;

}
a:link {color: #663900;}
a:visited {color: #8a4e2c;}
a:hover {color: #000000;}
nav ul {background-color: #f5eae4;
border-radius: 15px;
		box-shadow: 3px 3px 3px #7D6215;
list-style-type: none;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-around;
		padding-right: 2em;
		padding-top: 2px;
		padding-bottom: 3px;
}

.dropdown { position: relative;
			display: inline-block;
			padding: 4px;
			border: none;
			cursor: pointer;
}


.dropdown-content {display: none;
	position: absolute;
	top: 29px;
	min-width: 250px;
	background-color: #f5eae4;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
		box-shadow: 3px 3px 3px #7D6215;
z-index: 1;}
.dropdown-content a{color: #000000;
	padding: 12px 16px;
	text-decoration: none;
	font-size: .75em;
display:block;
}
.dropdown:hover .dropdown-content {display: block;
			}


video {max-width: 90%;
	display: block;
	margin: auto;
	box-shadow: 3px 3px 3px #7D6215;
	}



#paypal-button-container {max-width: 300px;
				margin: auto;}



#dog_name {font-weight: bold;
	font-size: 1.2em;}

main { margin: 0 200px 0 250px;
	padding: 1px 10px 20px 10px; }
	
main p { margin-left: 50px; }
#dog {max-width: 300px;
	max-height: 300px;		
	padding: 2px;
	}
#bdog {max-width: 80%;
	max-height: 500px;		
	padding: 2px;
	}

#hs {max-width: 300px;
	max-height: 300px;		
	padding: 2px;
	float:right; 
	margin: 15px 0 5px 5px;}
	
#polar {float:left; margin: 0 15px 5px 0;
max-width: 300px;
	max-height: 300px;		
padding: 2px;}

img { max-width: 100%;
		height: auto;
		display: block;
		margin: auto;
		border-radius: 15px; 
		box-shadow: 3px 3px 3px #3D300A;}
#clear_img {display: inline;
			border-radius: none;
			box-shadow: none;
			height:130px;}
		
#homehero {height: 200px;

		background-repeat: no-repeat;
		background-image: url(bernesehome.jpg);
		margin-left: 0;
}

.contact {background-color: #f5eae4;
font-size: 1.1em;
padding: 50px;
box-shadow: 5px 5px 5px #7D6215;
text-align: center;}

.mid {background-color: #f5eae4;
font-size: 1.1em;
padding: 50px;
box-shadow: 5px 5px 5px #7D6215;}


.right {display: flex;
		justify-content: center;
align-items: center;
margin: auto;}

.left {display: flex;
		justify-content: center;
align-items: center;
margin: auto;}

#bernese_pics {display: grid;
				grid-template-columns: 150px 1fr 300px;
				grid-template-rows: auto;
				grid-gap: 5px;

}


#bernese_pics.left {grid-row: 1/2; grid-column: 1/2; }
#bernese_pics.right {grid-row: 1/2; grid-column: 3/4; }
#bernese_pics.mid {grid-row: 1/2; grid-column: 2/3; }

#bernese_pics1 {display: grid;
				grid-template-columns: 255px 1fr 300px;
				grid-template-rows: auto;
				grid-gap: 5px;}


#bernese_pics1.left {grid-row: 1/2; grid-column: 1/2; }
#bernese_pics1.right {grid-row: 1/2; grid-column: 3/4;}
#bernese_pics1.mid {grid-row: 1/2; grid-column: 2/3; }

#shiba_pics {display: grid;
				grid-template-columns: 300px 1fr;
				grid-template-rows: auto;
				grid-gap: 5px;}


#shiba_pics.left {grid-row: 1/2; grid-column: 1/2; }
#shiba_pics.mid {grid-row: 1/2; grid-column: 2/3; }


#puppy_grid {display: flex;
			flex-flow: row;
			flex-wrap: wrap;
			justify-content: space-around;}


.hero { 
    background-image: url(myrtle2.jpg); 
    min-height: 60vh;
    background-attachment: fixed; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
	padding: 0;
}
.heropuppies { 
    background-image: url(puppiesoakback1.jpg); 
    min-height: 60vh;
    background-attachment: fixed; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
	padding: 0;
}
.heroabout { 
    background-image: url(puppiesbackground2a.jpg); 
    min-height: 60vh;
    background-attachment: fixed; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
	padding: 0;
}
.herobreeders { 
    background-image: url(puppiesbreedersback.jpg); 
    min-height: 60vh;
    background-attachment: fixed; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
	padding: 0;
}

h1 {	margin: 5px 10px 0 10px;
	font-family: Georgia, "Times New Roman", serif; 
	padding: 10px 0 0 20px; 
	text-shadow: 2px 2px 2px #FFFFFF;
		text-align: center;}
h2 {	margin: 0 10px 2px 10px; 
	text-align: center;
	color: #FFFFFF;
	padding: 5px 15px 10px 0; 
	text-shadow: 3px 3px 3px #666; }

footer { font-size: .7em;
		text-align: center; 
		clear: both; 
		margin-top: 10px; 
		font-style: italic;
		font-weight: bold; 
		padding: 25px;}


input { margin-bottom: 10px; }
fieldset { border: 1px dashed #3D300A;
	width: 500px;
	margin: auto;}
fieldset#breeders {width: 95%;
background-color: #f5eae4;}

legend {font-size: 1.2em;
	font-weight: bold;
color: #8a4e2c;}
form {display: block;
	margin: auto; }
textarea {margin-left: 160px;}
label { font-family: Georgia;
		font-weight: bold;
		float: left; 
		width: 160px;
		clear: left;
		text-align: left;
		padding-right: 10px;
}
#mc-embedded-subscribe {font-family: Georgia;
	margin-left: 190px;
		font-size: 1.1em;
font-weight: bold;}


#tswsubmit {font-family: Georgia;
	margin-left: 190px;
		font-size: 1.1em;
font-weight: bold;}



.center {text-align: center; }
		
#comment { font-size: .8em;
			font-style: italic; }
#mobile { display: none; }
#desktop {display: block; }
#faviconimage {display: none;}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}


/* Hide the images by default */
.mySlides {
  display: none;
}



/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  font-family: Arial;
  font-weight: bold;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  background-color: #000000;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


/* Begin Media Queries */




@media only all and (max-width: 1700px) {
.mid {padding: 10px;
	font-size: 1em;
}
main { margin: 0 25px 0 225px;}

#bdog{max-width: 50%;}
}

@media only all and (max-width: 1550px) {
.mid {padding: 10px;
	font-size: .9em;
}

}

@media only all and (max-width: 1500px) {

#bernese_pics1 {display: grid;
				grid-template-columns: 1fr;
				grid-template-rows: auto;
				grid-gap: 2px;

}


#bernese_pics1.left {grid-row: 1/2; grid-column: 1/2; }
#bernese_pics1.right {grid-row: 3/4; grid-column: 1/2; }
#bernese_pics1.mid {grid-row: 2/3; grid-column: 1/2; }

	
}


@media only all and (max-width: 1300px) {
#bernese_pics {display: grid;
				grid-template-columns: 1fr;
				grid-template-rows: auto;
				grid-gap: 2px;

}


#bernese_pics.left {grid-row: 1/2; grid-column: 1/2; }
#bernese_pics.right {grid-row: 3/4; grid-column: 1/2; }
#bernese_pics.mid {grid-row: 2/3; grid-column: 1/2; }	
}

@media only all and (max-width: 1200px) {

#shiba_pics {display: grid;
				grid-template-columns: 1fr;
				grid-template-rows: auto;
				grid-gap: 2px;}


#shiba_pics.left {grid-row: 1/2; grid-column: 1/2; }
#shiba_pics.mid {grid-row: 2/3; grid-column: 1/2; }	
}


@media only all and (max-width: 1000px) {
#wrapper {
		width: 99%;
		margin: auto;
		background: none;}
#faviconimage {	display: block;

	background-repeat: no-repeat;
	height: 250px;
	background-image: url(smallshadyoaklogo.png);

}

h1 {font-size: 1.7em;
	margin: 3px;}
	

nav { float: none;
	max-width: 100%;
	margin: auto; 
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 9999;
	
	}
nav ul { text-align: center; 
	background-color: #f5eae4;
	border-radius: 15px;
	box-shadow: 3px 3px 3px #7D6215;
		padding: 0;
		}
nav a { padding: 1px;
		display: block;
		font-weight: bold;
		font-size: .75em;}
		





.dropdown-content {display: none;
	}
.dropdown-content a{display:none;
}
.dropdown:hover .dropdown-content {display: none;
			}



		
		
		
		
		

main { margin: auto; 
}
	
main p { margin: 5px; }

footer { font-size: .9em;
		 }
		

		
#mobile { display: inline; }
#desktop {display: none; }	
#tswsubmit {margin: auto;}	
textarea {margin-left: 0;}
label {margin-left: 0;
	text-align: left;
	width: 150px;
	font-size: .9em;}
fieldset {max-width: 90%;}
#mc_embed_signup {font-size: .7em;}
#mc-embedded-subscribe {display: block;
				margin: auto;}
	

}

@media only all and (max-width: 600px) {

#hs {display: block;
	float:none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:5px;
}
#polar {
	display: block;
	float: none;
margin: 5px 0 5px 0;
margin-left: auto;
margin-right: auto;}
}