@import url('https://fonts.googleapis.com/css?family=Black+Ops+One|Fontdiner+Swanky|Shojumaru|UnifrakturCook:700|Vollkorn+SC&display=swap');
@import url('https://fonts.googleapis.com/css?family=Black+Ops+One|Shojumaru|UnifrakturCook:700|UnifrakturMaguntia&display=swap');
body{
    
    background-image: linear-gradient(-150deg,#469099, #f4be7e,red);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
p{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
h2{
    font-family: 'Vollkorn SC', serif;
    color: black;
}
h3{
    font-family: 'Vollkorn SC', serif;
    color: black;

}
.logo{
    font-family: 'UnifrakturCook', cursive;
    color:white;
  }
  
  .mtg{
    font-family: 'Vollkorn SC', cursive;
    color:black;
  }
  
.container{
    background-color: rgba(255, 255, 255, 0.68);
}
.first-row{
    margin-top: 10%;
}
.navbar{
    background-image: linear-gradient(-210deg,#469099, #f4be7e);

}
.contact{
    margin-top: 15%;
    margin-bottom: 10%;
    width: 90%;
   padding-top: 5%;
   padding-bottom: 5%;
   padding-left: 5%;
   padding-bottom: 5%;
   font-family: 'Vollkorn SC', serif;

}

.heroimg{
    animation-name: bright;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
}
@keyframes bright{
    0%{
        filter:brightness(255%);
        top: 5px;
        left: 10px;
    }


    100% {
        filter:brightness(100%);
    }
}
.card-title{
    
    font-family: 'Vollkorn SC', serif;
}
    
.footer{
    margin-bottom: 7%;
}
.nav-item{
    font-family: 'Vollkorn SC', serif;
}

.carousel-pauser{
    text-align: center;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -250%);
    color:white;
    text-shadow:  2px 2px black;
    font-size: 15px;

}
.jumbotron{
    background-image: url(../img/learn/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.newmtg{
    font-family: 'Vollkorn SC', cursive;
    color:red;
    text-shadow:  2px 2px black;
    font-size: 50px;
}
.active{
    background-color: #469099;
}

a{
    color: #478dcb;
}