/* Global */
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');

body{
  font-family: 'Lucida Grande';
  min-height: 100vh;
  padding-bottom: 135px;
  position: relative;
}

h1,h3,p{
  color: #5f5d60;
  
}

h1{
  font-size: 30px;
  padding: 10px;
}

h3{
  font-family: 'Sacramento', cursive;
}


/* nav */
.navbar-light 
.navbar-nav 
.nav-link.active{
  color:#935F79;
}

.navbar-light 
.navbar-nav 
.nav-link{
  color:#BD93BD;
}

.navbar-light 
.navbar-nav 
.active >.nav-link{
  color: #935F79;
}

.navbar-light .navbar-nav .nav-link:hover{
  color:#935F79;
}

.navbar-light .navbar-nav .nav-link:focus{
  color: #935F79;
}

.navbar-expand-lg 
.navbar-nav 
.nav-link{
  padding: 20px;
}

main{
  text-align: center;
  padding: 40px 30px 0 30px;
 
}

.my-button{
  background-color:#F05365;
  opacity: 0.8;
  border: none;
  border-radius: 4px;
  color: white;
  padding: 12px 40px;
  box-shadow: 0 10px #f2374a;
  position: relative;
  z-index: 10;

}


.my-button:active{
  top: 7px;
  box-shadow: none;
}

.my-button:focus{
  outline: none;
}

.random img{
  width: 330px;
}

/* footer */

footer{
  padding:10px;
  background-color: #F2EDEB;
  width: 100%;
  height: 135px;
  position: absolute;
  bottom: 0;
}


footer img{
  width: 80px;
}

footer p{
  color: #b3aeb5;
  font-size:12px;
  margin: 0;
  padding:10px;
}

footer p a{
  color: #5f5d60;
  text-decoration: underline;
  opacity: 0.7;
  transition: all 0.5s;
}

footer a:hover{
  color: #5f5d60;
  opacity: 1;
}
