@charset "utf-8";
/* CSS Document */
body, html {
   margin: 10;
   background-color: #084C61;
   height: 100%;
   }
   
img {
max-width: 100%;
height: auto;
}

/* unvisited link */
a:link {
  color: #DB3A34;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #000000;
}

/* mouse over link */
a:hover {
  color: #F2F2F2;
}

/* selected link */
a:active {
  color: blue;
}

.style2 {
color: #000000;
}

* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color: #FFC857;
  border: solid 1px #000000;
  font-family: Arial, Helvetica, sans-serif;
}

.menu li a {
  color: #000000;
  text-decoration: none;
}

.menu li a:hover {
  color: #F2F2F2;
}

.aside {
  background-color: #177E89;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  border: #000000 solid 1px;
}

.buckouter {
  width: 90%;
  margin: auto;
}

.buck {
  background-color: #177E89;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  border: #000000 solid 1px;
  text-decoration: none;
}

.buck img {
  border: #F2F2F2 solid 1px;
  }

.footer {
  background-color: #177E89;
  color: #F2F2F2;
  text-align: center;
  font-family: Arial, serif;
  padding: 15px;
  text-decoration: none;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}
   
.outerheaderyellow  {
  background-color: #FFC857;
  border: solid 1px #000;
  padding: 3px;
} 

.outerheaderred  {
  background-color: #DB3A34;
  border: solid 1px #000;
  padding: 3px;
}

.header {
   padding: 5px 20px 5px 20px;
   text-align: center;
   background-color: #177E89;
   border: solid 1px #000;
   }

div.content {
  margin-left: 15%;
  padding: 1px 16px;
  height: 1000px;
}

.dog div{
   margin: auto;
   }

.aside img {
     border: #F2F2F2 solid 1px;
	 }

.Title {
    color: #F2F2F2;
	text-align: center;
	font-family: 'Estonia', cursive;
	font-size: 48px;
	}
	
.MainText {
    color: #F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
	}	

/* Begin Footer */
  
#left {
     float: left;
	 }
	 
#right {
     float: right;
	 }
	
.style1 {
     font-family: 'Papyrus', cursive;
	 font-size: 20px;
	 color: #DB3A34;
	 background-color: #FFC857;
	 padding: 5px;
	 border: #000000 solid 1px;
	 text-align: center;
	 white-space: nowrap;
	 }
	 
/* End Footer */
	 
br.clear {  
     clear: both;
	 }
	 
	 /* Begin DivTable */
.divTable{
	display: table;
	width: 90%;
	margin: auto;
}
.divTableRow {
	display: table-row;
}
.divTableCell {
	display: table-cell;
	padding: 10px 10px;
	vertical-align: top;
}
.divTableBody {
	display: table-row-group;
	text-align: center;
}
/* End DivTable */ 

/* Up to 900px Begin */

@media screen and (max-width: 900px) {
  ul.sidenav {
    width: 100%;
    height: auto;
    position: relative;
  }
  
  ul.sidenav li a {
    float: left;
    padding: 15px;
  }
  
  div.content {margin-left: 0;}
  
 .Title img {
  display: none;
  } 
  
  .photos img {
  max-width: 60%;
  height: auto;
  }
}

/* Up to 900px Ends */

/* Up to 400px Begin */

@media screen and (max-width: 400px) {
  ul.sidenav li a {
    text-align: center;
    float: none;
  }
  
  .Title {
  font-size: 15px;
  }
}

/* Up to 400px Ends */ 

/* Up to 600px Begin */
 
@media screen and (max-width: 600px) {
  .menu {
  text-align: center;
  }
   }
   
/* Up to 600px Ends */

/* Up to 650px Begins */
  
@media screen and (max-width: 650px) {
  #left {
  display: none;
  }
  #right {
  display: none;
  }
  #noshow {
  display: none;
  }
  .menu li {
  padding: 3px;
  margin-bottom: 3px;
  font-size: 10px;
  }
  }
  
 /* Up to 650px Ends */
 
 /* Below 650px Begins */
  
@media screen and (min-width: 650px) {
  #center {
  display: none;
  }
  }
  
  /* Below 650px Ends */
  
  /* Up to 768px Begin */
  
@media screen and (max-width: 768px) {
  #HeaderTable {
  display: none;
  }
  .Title {
  font-size: 30px;
  }
  .buck div {
  display: block;
   padding: 5px;
   width: 100%;
  }
  
  #smallscreen { 
  text-align: left;
  font-family: 'Papyrus', cursive;
  font-size: 15px;
  color: #f2f2f2;
  padding: 5px;
  }
  
  #smallscreenindex { 
  text-align: left;
  font-family: 'Papyrus', cursive;
  font-size: 12px;
  color: #f2f2f2;
  padding: 5px;
  }

 #sire td {
   display: block;
   padding: 5px;
   width: 100%;
}
  }
  
  /* Below 768px Begins */
 
 @media screen and (min-width: 768px) {
  #smallscreen { 
  display: none;
  }
  
  #smallscreenindex { 
  display: none;
  }
  }
  
  /* Below 768px Ends */
  
  /* Up to 1250px Begins */
  
@media screen and (max-width: 1250px) {
  .Title {
  font-size: 38px;
  }
  }
   
/* Up to 1250px Ends */
  