/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    line-height: 1;
  }
h1 {
    color:#2B363D;
    text-align:center;
    font-family: 'Pacifico', cursive;
    font-size: 100px;
}
h2{
    font-family: 'Assistant', sans-serif;
font-size: 40px;
}
h3 {
    color: #2B363D;
    text-align: left;
    font-family: 'Sedgwick Ave', cursive;
    font-size: 30px;
    padding: none;
}
h4{
    font-family: 'Assistant', sans-serif;
    font-size: 30px;
    color:#F25652;
}
h5{
    font-size: 20px;
}
.j {
   font-family: 'Assistant', sans-serif;
font-size: 40px; 
}
.r {
   color: #F25652;;
    text-align: left;
    font-family: 'Sedgwick Ave', cursive;
    font-size: 20px;
    padding: none; 
}
.z{
   font-size: 20px;
} 
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

#hero{
    height: 100%;
    width: 100%;
    background-color: #F25652;
    text-align: right;
    padding-bottom: 60px;
}
#logo {
    float: left;
    width: 250px;
    height: auto;
    padding-top: 30px;
    padding-left: 30px;
}
#about {
    background-color: #F1F0E2;
    height: 20px;
    width:100%;
}
#socialMedia-fb{
    float: center;
    width: 60px;
    height: auto;
    padding-top: 10px;
    padding-left: 10px;
}
#socialMedia-twitter{
    float: center;
    width: 60px;
    height: auto;
    padding-top: 10px;
    padding-left: 10px;
}
#socialMedia-insta{
    float: center;
    width: 60px;
    height: auto;
    padding-top: 10px;
    padding-left: 10px;
}
#socialMedia-YouTube{
    float: center;
    width: 60px;
    height: auto;
    padding-top: 10px;
    padding-left: 10px;
}
.end{
    height: 225px;
    width: 100%;
    background-color: #F25652;
    background-color: #F25652;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 40%;
    text-align: left;
}
.upper{
    padding-right: 20px;
}
.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}
.body {
    padding: 40px;
}

a:link {
    color:#2B363D;
    text-decoration: none;
}
a:visited {
    color: #2B363D;
    text-decoration: none;
}
a:hover {
    color: #2B363D;
    text-decoration: none;
}
a:active {
    color: #2B363D;
    text-decoration: none;
}
.video {
    align-content: center;
}
iframe {
    border-width: 0px;
}
/*=========================================
    wave pattern
    =========================================*/
.wave{
  background:
    linear-gradient(to right, #F25652, #F25652);
  height: 50px;
  position: relative;  
}
.wave::before, .wave::after{
  border-bottom: 5px solid #F1F0E2;
}
.wave::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background-size: 20px 40px;
  background-image:
    radial-gradient(circle at 10px -15px, transparent 20px, #F1F0E2 21px);
}
.wave::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 15px;
  background-size: 40px 40px;
  background-image:
    radial-gradient(circle at 10px 26px, #F1F0E2 20px, transparent 21px);
}
.wave2{
  background:
    linear-gradient(to right, #F1F0E2, #F1F0E2);
  height: 50px;
  position: relative;  
}
.wave2::before, .wave2::after{
  border-top: 5px solid #F1F0E2;
}
.wave2::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background-size: 20px 40px;
  background-image:
    radial-gradient(circle at 10px -15px, transparent 20px, #F25652 21px);
}
.wave2::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 15px;
  background-size: 40px 40px;
  background-image:
    radial-gradient(circle at 10px 26px, #F25652 20px, transparent 21px);
}

/*=========================================
    Main Styles
    =========================================*/
    body {
        background-color: #2B3A42;
        margin: 0;
        padding: 
    }

    .container {
        width: 90%;
        margin: 0 auto;
        background-color: #F1F0E2;
        box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.3);
    }
    
    footer {
        padding-top: 50px;
        text-align: center;
        background-color: #F25652;
        
    }
.endcolumn {
    float: left;
    width:33.33%;
    padding-left: 50px;
    padding-right: 50px
}
.endrow:after{
    content: "";
    display: table;
    clear: both;
}
/*=========================================
    Drop down Menu Main Page
    =========================================*/
#menu {
    width: 100%;
    height: 100%;
}
.navbar {
    width: 100%;
    background-color:#F25652;
    overflow: auto;
}
.navbar a {
    float: left;
    color: #F1F0E2;
  padding: 12px;
  overflow: hidden;
  background-color: #F25652;
    font-size: 25px;
    width: 20%;
    text-align: center;
}

.navbar a:hover{
    color: #2B363D; 
}

.navbar a.active {
    color: #2B363D;
}
@media screen and (max-width: 750px) {
    .navbar a {
        float: none;
        display: block;
        width: 100%;
        text-align: left;
    }
}


/*=========================================
    Drop down Menu Evv other page
    =========================================*/
#menu2 {
    width: 100%;
    height: 100%;
}
.navbar2 {
    width: 100%;
    background-color:#F25652;
    overflow: hidden;
}
.navbar2 a {
    float: left;
    color: #F1F0E2;
  padding: 12px;
  background-color: #F25652;
    font-size: 25px;
    width: 20%;
    text-align: center;
}

.navbar2 a:hover{
    color: #2B363D;
}
.navbar2 a.active {
    color: #2B363D;
}
@media screen and (max-width: 750px) {
    .navbar2 a {
        float: none;
        display: block;
        width: 100%;
        text-align: left;
    }
}
/*=========================================
    Pets dropdown
    =========================================*/

.dropdown {
    float: left;
    overflow: hidden;
    width: 20%;
}

.dropdown:hover .dropbtn {
    color: #2B363D;
}
.dropbtn{
    border: none;
    outline: none;
    color: #F1F0E2;
    margin: 0;
    width: 20%;
    text-align: center;
}
.dropdown {
    border: none;
    outline: none;
    color: #2B363D;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}
.dropdown-content {
    display: none;
    position:absolute;
    background-color:#F25652;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    float: none;
    color: #F1F0E2;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content a:hover {
    background-color: #F25652;
    color: #2B363D;
}
.dropdown:hover .dropdown-content {
    display: block;
}
/*=========================================
    slideShow
    =========================================*/
* {box-sizing:border-box}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
    box-shadow: 5px 5px 5px #999;
}
.mySlides {
  display: none;
}
.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;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
.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;
}

.bio{
    height: 100%;
    text-align: left;
    padding: 20px;
    overflow: hidden;
    display: block;
    width: 500px;
}
.bio img {
    margin-right: 15px;
    float: left;
    height: 200px;
    box-shadow: 5px 5px 5px #999;
}
.column {
    float: left;
    width:50%;
    padding:10px;
}
.row:after{
    content: "";
    display: table;
    clear: both;
}
/*=========================================
    Adoption form
    =========================================*/
* {
  box-sizing: border-box;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}



.form {
  border-radius: 5px;
  background-color: #F1F0E2;
  padding: 20px;
}

.col1 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col2 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
/*=========================================
    Cats/dogs Page
    =========================================*/
.bio2{
    height: 100%;
    text-align: left;
    padding: 20px;
    overflow: hidden;
    width: 500px;
    clear: both;
    text-align: justify;
}
.bio2 img {
    margin-right: 15px;
    float: left;
    height: 200px;
    box-shadow: 5px 5px 5px #999;
}
.column2 {
    float: left;
    width:33.33%;
    padding:20px;
}
.row2{
}
.row2:after{
    content: "";
    display: table;
    clear: both;
}