body {
    background-color: black;
    margin: 0;
    font-family: 'Old Standard TT', serif;
}
#inicio{
    width: 100%;
    height: 1000px;
    background-image: url(imagens/blackdog.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}
header {
    text-align: center;
}
.menu {
    background: black;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-top-color: bisque; 
    border-top-style: solid;
    border-top-width: 2px;
    border-bottom-color: bisque; 
    border-bottom-style: solid;
    border-bottom-width: 2px;
    text-align: left;
    position: fixed;
    top: 0;
}
.menu li {
    display: inline-block;
    font-size: 20px;
    margin: auto;
    margin-left: 0px;
    margin-right: 0px;
}
.menu a {
    color: white;
    text-decoration: none;
    padding: 20px;
    font-family: 'Josefin Slab', serif;
}
.menu a:hover {
    color: bisque;
}
.menu a.active { 
    font-size:30px;
    color: bisque;
}
h1 {
    color: bisque;
    font-size: 50px;
    margin: 0 auto;
    width: 150px;
    margin-top: 80px;
    font-family: 'Arizonia', cursive;
} 
#frase_destaque {
    width: 30%;
    margin: auto;
    margin-top: 140px;
    font-size: 30px;
    text-align: center;
}
p {
    color: white;
    text-align: justify;
    margin-left: 20%;
    margin-right: 20%;
    
    margin-top: 80px;
    font-size: 20px;
}
#fofos, .fotos {
    display: flex;
    flex-direction: column;
    width: 70%;
    margin: 0 auto;
}
#fofos img {
    border-color: bisque; 
    border-style: solid;
    border-width: 2px;
    width: 40%;
    padding: 10px;
}
#gr, .cl1 {
    margin-top: 70px;
}
#play, .cl2 {
    margin-left: 60%;
}
#sasss, .cl4{
    margin-left: 60%;
    margin-bottom: 100px;
}
#origem {
    margin-top: 30px;
}
#lobinho {
    width: 380px;
    margin: 0 auto;
    float: right;
    border-color: bisque; 
    border-style: solid;
    border-width: 2px;
    padding: 10px;
    margin-left: 10px;
    margin-top: 10px;
}
h3 {
    color: bisque;
    text-decoration: none;
    color: bisque;
    font-size: 40px;
    margin: 0 auto;
    margin-top: 50px;
    width: 600px;
    text-align: center;
    font-family: 'Arizonia', cursive;
}
#texto {
    margin-top: 10px;
}
#raca, .racas {
    margin-top: 30px;
    display: inline-block;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    padding: 0;
}
#raca li {
    display: inline-block;
    font-size: 20px;
    margin: auto;
}
#raca a {
    color: bisque;
    text-decoration: none;
    padding: 10px;
}
.racas {
    margin-top: 80px;
}
.racas li {
    display: inline-block;
    font-size: 20px;
    margin: auto;
}
.racas a {
    color: white;
    text-decoration: none;
    padding: 10px;
}
.racas a.active strong {
    color: bisque;
}
.fotos img {
    width: 400px;
    padding: 10px;
    margin: auto;
}
.fotos li {
    width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-color: bisque; 
    border-style: solid;
    border-width: 2px;
}
.fotos p {
    color: bisque;
    font-size: 20px;
    margin-top: 10px;
    margin: auto;
}
#curiosidades p {
    text-align: left;
    margin-top: 10px;
}
#curiosidades strong {
    color: bisque;
}
#india {
    font-size: 25px;
    width: 43%;
    height: auto;
    margin:auto;
    margin-top: 70px;
    text-align: center;
    border-color: bisque;
    border-style: solid;
    border-width: 2px;
}
#indiatext {
    color: white;
    font-size: 20px;
    text-decoration: none;
}
#video {
    width: 30%;
    border-color: bisque; 
    border-style: solid;
    border-width: 2px;
    padding: 5px;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
}
#video p {
    margin-top: 30px;
    margin-left: 170px;
}
iframe { 
    height: 500px;
}
footer {
    background-color: black;

    display: flex;
    justify-content: space-between;
    align-items: center;
    
    position: fixed;
    bottom: 0;
    width: 100%;

    border-top-color: bisque; 
    border-top-style: solid;
    border-top-width: 1px;
}

footer p {
    font-family: 'Josefin Slab', serif;
    font-size: 15px;
    color: bisque;
    margin: 10px 20px 10px 20px;;
    
}

.nome {
    margin-right: 10px;
    text-align: right;
}

/*queria criar no menu "galeria"
  queria organizar as galerias de raças*/