/* Coolor CSS HEX 
--charleston-green: #272d2dff;
--cambridge-blue: #a3bbadff;
--copper-red: #d1603dff;
--titanium-yellow: #f0e100ff;
--bright-navy-blue: #2d7dd2ff;
*/

/* Icon */

#circle-outer {
  height: 200px;
  width: 200px;
  background-color: #272d2dff;
  position: absolute;
  margin-left: 50px;
  border-radius: 50%;
}

#circle-inner {
    background: url(../images/icon.jpg) center center;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    
}

/* Header */

header {
    background-color: #272d2dff;
    margin: 0 auto;
    padding: 0%;
    color: #a3bbadff;
}

body {
    background-color: #272d2dff;
}

/* Title */

.title {
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-size: 60px;
    padding-bottom: 0px;
    margin: 0 auto;
}

/*Nav bar */

nav ul {
    text-align: center;
    font-size: 30px;
}

nav a:hover {
    border-bottom: 1px solid #a3bbadff;
}

#menu .active {
    color: white;
}

nav li {
    list-style-type: none;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    padding: 0px 20px 0px 20px;
    text-decoration: none;
    letter-spacing: 2px;
}

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

/* Tagline */

#tagline {
    text-align: center;
    font-family: 'Lato', sans-serif;
    background-color: #272d2dff;
    width: 100%;
    padding: 0%;
    margin: 0 auto;
    color: #a3bbadff;
}

/* Middle Section of each page */

.middle-section {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    background-color: white;
}

/*Home page sections */

#dogs-in-need {
    width: 40%;
    height: 100px;
    margin: 5%;
    display: inline-block;
}

#health {
    width: 40%;
    height: 100px;
    margin: 5%;
    display: inline-block;
    margin-bottom: 150px;
}

/* Home Images */

.home-images {
    float: none;
    margin-top: 20px;
    padding: 0%;
    height: auto;
    width: 45%;
    display: inline-block;
}

/* About Us */

#history, #mission, #values {
    width: 50%;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}


#mission li {
    list-style-type: none;
    text-align: center;
}

#mission ul {
    text-align: center;
    display: contents;
}

#values li {
    list-style-type: none;
}

#values ul {
    text-align: center;
    display: contents;
}

iframe {
    width: 100%;
    height: 450px;
    border: 0;
}

/* Map */

#map {
    width: 100%;
}

/* Dog Bios */

.grid-outer {
    display: grid;
    align-content: center;
    justify-content: start;
    align-items: center;
    justify-items: center;
    row-gap: 10px;
}

.dogs {
    width: 50%;
    height: 400px;
    display: grid;
    align-content: center;
    justify-content: start;
    align-items: center;
    justify-items: center;
}

.bio {
    width: 50%;
    height: 300px;
    display: grid;
    align-content: center;
    align-items: start;
    text-align: initial;
    justify-content: center;
    justify-items: center;
    border: solid 1px;
    border-radius: 10px;
}

.bio p {
    padding: 10px;
}

.bio h2 {
    padding-bottom: 10px;
}

#dog-1 {
    background: url(../images/rossi.jpg) center center no-repeat;
    background-size: contain;   
    display: block;
    float: left;
}

#dog-2 {
    background: url(../images/lucy.jpg) center center no-repeat;
    background-size: contain;
    display: block;
    float: left;
}

#dog-3 {
    background: url(../images/bob.jpg) center center no-repeat;
    background-size: contain;
    display: block;
    float: left;
}

#dog-4 {
    background: url(../images/charlie.jpg) center center no-repeat;
    background-size: contain;
    display: block;
    float: left;
}

/* Back to the top link */

#link {
    color: #272d2dff;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: row;
}

/* Form */

#form {
    height: auto;
    width: auto;
    display: inline-grid;
    padding: 50px;
    margin: 50px;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    background-color: #272d2dff;
    color: #a3bbadff;
    border-radius: 10px;
    font-size: 20px;
}

#submit {
    background-color: #a3bbadff;
    color: #272d2dff;
    border-radius: 10px;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
}

#submit:hover {
    background-color: white;
}

/* Response Times */

#response-times {
    border: 1px solid #272d2dff;
    display: inline-block;
}

#response {
    padding: 5%;
}

/* Thank you */

#thankyou {
    text-align: center;
    padding: 10%;
}

/* Footer */

.socials {
    text-align: center;
    font-family: 'Lato', sans-serif;
    background-color: #272d2dff;
    color: #a3bbadff;
}

footer ul {
    text-align: center;
    margin-bottom: 0px;
}

footer li {
    list-style-type: none;
    display: inline-block;
    padding: 50px 150px 0px 150px;
    font-size: 150%;
    margin-bottom: 0px;
    margin-top: 0px;
    height: 0px;
}

footer li a {
    color: #a3bbadff;
}

/* Medium Screen Media Queries */

@media screen and (max-width: 1370px){

    footer li {
        list-style-type: none;
        display: inline-block;
        padding: 50px 75px 0px 75px;
        font-size: 150%;
        margin-bottom: 0px;
        margin-top: 0px;
        height: 0px;
    }

    .home-images {
        float: none;
        margin-bottom: 10px;
        padding: 0%;
        width: 60%;
        display: inline-block;
        margin-top: 20px;
    }

    #dogs-in-need, #health {
        padding-bottom: 20px;
        width: 60%;
        height: auto;
        margin: auto;
    }

    .bio {
        width: 60%;
    }
}

@media screen and (max-width: 1150px){

    footer li {
        list-style-type: none;
        display: inline-block;
        padding: 50px 50px 0px 50px;
        font-size: 150%;
        margin-bottom: 0px;
        margin-top: 0px;
        height: 0px;
    }

    #circle-outer {
        height: 0px;
        width: 0px;
        position: absolute;
        margin-left: 0px;
        border-radius: 50%;
      }
      
      #circle-inner {
          background: url(../assets/marliese-streefland-2l0CWTpcChI-unsplash-small.jpg) center center;
          height: 100%;
          width: 100%;
          border-radius: 50%;
          
      }
}

@media screen and (max-width: 1050px) {
    #circle-outer {
        height: 0px;
        width: 0px;
        background-color: red;
        position: absolute;
        margin-left: 0px;
        border-radius: 50%;
      }
      
      #circle-inner {
          background: url(../assets/marliese-streefland-2l0CWTpcChI-unsplash-small.jpg) center center;
          height: 100%;
          width: 100%;
          border-radius: 50%;
          
      }

      #history, #mission, #values {
          width: 60%;
      }
}

/* Small Screen Media Queries */

@media screen and (max-width:650px){
    .bio {
        border: none;
        display: contents;
    }

    #form {
        height: auto;
    }

}

@media screen and (max-width: 450px){

    .title {
        font-size: 40px;
    }

    nav ul {
        font-size: 20px;
        padding: 0px;
    }

    #tagline {
        font-size: 10px;
    }

    #dog-1, #dog-2, #dog-3, #dog-4 {
        display: inline-block;
        float: none;
    }

    .home-images {
        margin-top: 10px;
    }

    #dogs-in-need {
        width: 80%;
    }

    #health {
        height: auto;
        margin-bottom: auto;
        width: 80%;
    }

    .dogs {
        height: 200px;
        margin-top: 10px;
    }

    .bio {
        width: 80%;
    }

    #history, #mission, #values {
        width: 80%;
    }

    #form {
        width: auto;
        padding: 10px;
    }

}

