* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
	font-family: 'Dancing Script', cursive;
    background-color: #ca7070 !important;
}

#nav1
{  
    background-color: #c2485cfc; 
}

.navbar-brand {
    font-family: 'Dancing Script', cursive;
    color: #fff !important;
}

h1, h2, h3 {
    font-family: 'Dancing Script', cursive;
}

.logo-lu {
    position: relative;
    bottom: 40px;
    text-align: center;
}

@media (max-width: 768px) {
    .logo-lu {
       bottom: 0; 
    }
}

.logo-lu-larg {
    width: 800px;
}

@media (max-width: 768px) {
    .logo-lu-larg {
        width: 400px;
        padding-top: 50px;
    }
}

.logo-lu-sobre {
    text-align: center;
}

.logo-lu-larg-sobre {
    width: 500px;
}

.name1 {  
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-size: 70px;
}

.foto-princ {
    width: 500px;
    border: 5px solid white;
}

.p {
    justify-content: center;
}

.whats {
    text-decoration: none;
}

.form-floating {
    width: 50%;
}

.espec {
    text-transform: uppercase;
    color: #5e2e2e;
}

.smash {
    width: 300px;
    border: 5px solid white;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.fa-whatsapp-square:before {
    color:#e0e0e0;
}

.fa-instagram-square:before {
    color:#e0e0e0;
}

.fa-envelope-square:before {
    color: #e0e0e0;
}

a {
    text-decoration: none;
    color: inherit;
}

.descricao {
    color: white; 
    font-family: 'Dancing Script', cursive;
    font-size: 25px;
    padding-bottom: 100px;
}

.valores {
    list-style-type: none;
    color: #fff;
    font-size: 25px;
    padding-top: 110px;
}

.especializada {
    list-style-type: none;
    color: white; 
    padding: 10px 20px 30px;
    font-size: 20px;
}

.lufoto {
    width: 550px;
    border: 5px solid white;
}

.album-velho {
    width: 500px;
    border: 5px solid white;
}

.img-carousel {
    margin-left: 600px;
}

.carousel {
    background-color: rgb(59, 7, 35);
    color: rgb(223, 223, 223);
    font-family: 'Newsreader', serif;
}

.p-1 {
    font-style: italic;
    font-size: 20px;
}

.p-2 {
    font-family: 'Newsreader', serif;
    color: white;
    text-transform: uppercase;
    font-size: 10px;
}

.contato-text {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
}

.carousel-nome {
   color: #fff;
   font-size: 20px;
}

#copyright {
    position:static;
    padding: 1em 0em;
    text-align: center;
    color: #ca7070;
    background: black;
    height: 50px;
    font-size: 12px;
}
	
#copyright a {
    text-decoration: none;
    color: #ca7070;
}

.ball {
    color: #fff;
    font-size: 17px;
    display: flex;
    justify-content:center;
    align-items:center;
    width: 150px;
    height: 150px;
    left: 20px;
    top: 90px;
    border-radius: 100%;
    background-color: #7d1225;
    position: relative;
    animation: changeColor 7s;
    animation-iteration-count: infinite;
}
  
@keyframes example-one {
    from {
      background-color: #7d1225;
    }
  
    to {
      background-color:#7d1225;
    }
}
  
@keyframes changeColor {
    0% {
      background-color: #7d1225;
      left: 20px;
      top: 0;
    }
  
    25% {
      background-color: #af223c;
      top: 50vh;
      bottom: 0;
      left: 20px;
    }
  
    50% {
      background-color:  #c9576c;
      top: 100vh;
      bottom: 0;
      left: 20px;
    }
  
    100% {
      background-color: #ff8a9f;
      top: 200vh;
      bottom: 0;
      left: 20px;
    }
}

.navbar-brand {
    font-family: 'Nosifer', cursive;  
}

.txt-sobre {
    display: flex;
}

.welcome {
    width: 75%;
}

.logo-lu-contato {
    display: flex;
}