body{
  background-color:#8785a2;
}
#navbar{
  background-color: #dfdfdf;
}
/*Nav bar/*/
.navbar.active{
   background-color: rgba(255,255,51,0.8);
}
@media (min-width:300px) and (max-width:400px){
.carousel-item{
  height: 30vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size:cover;
  background-size: cover;
}}

/*.carousel-caption{
  bottom: 220px;
}/*/

.navbar-nav a{
  font-family: "Montserrat";
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
}
.navbar-light .navbar-brand{
color: #ffff;
font-size: 25px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 2px;
}

.navbar-nav{
  text-allign: center;
}
.nav-link{
  padding: .2rem 1rem;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
  color:#ffff !important;
}
/*.w-100{
  height: 100vh;
}
@media only screen and (max-width:767px){
  .navbar-nav.ml-auto{
    background: rgba(0,0,0,0.5)
  }
}/*/
.navbar-toggler{
  padding: 1px 5px;
  font-size: 18px;
  line-height: 0.3;
  background-color: #cadefc;
}
#navbar{
  padding-bottom: 50px;
}
.alert-custom{
  background-color:#f3c623;
  color:#fff;
  text-align: center;
  font-weight: bold;
}

/* About */
#about{
  background-color: #dfdfdf;
  padding-bottom: 80px;
}
h2{
  font-family: 'Rubik', sans-serif;
  text-align:center;
}
.ul{
  border: dotted #be79df 6px;
  border-bottom: none;
  width: 4%;

}
.container1{
  line-height: 2;
  font-size: 1rem;
  font-family: "Montserrat";
  color:#d291bc;
  }
@media all and (min-width: 300px) and (max-width: 400px){
  .container{
    font-size: 2rem;
    line-height: 2;
  }
}
