@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&family=Teko:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Josefin+Sans:wght@500&family=Rubik+Pixels&family=Teko:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Josefin+Sans:wght@500&family=Mochiy+Pop+One&family=Rubik+Pixels&family=Teko:wght@600&display=swap');
#container{
    max-width: 80%;
    margin: 0 auto;
    background-color: #F29F05;
    padding: 2%;
    border-radius: 30px;
}
#back{ 
    background: url(backgroundmount.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#mount1{
    max-width: 70%;
    transform: scalex(-1);
}

#mount2{
    max-width: 70%;
}
.head{
    font-family: 'Bungee', cursive;
    text-shadow: 2px 2px 3px #595458;
    font-weight: bolder;
    font-size: 3.15em;
}
.navbar{
    border-radius: 30px;
}
.navbar-nav{
    font-family: 'Teko', sans-serif;
    font-weight: bolder;
    font-size: 175%;
}
.navbar .navbar-nav > a {
    color: #fff;
}
a{
    color: #ffffff;
    position: relative;
    text-decoration: none;
    transition: color .4s ease-out;
}
a:hover {
    color: #000000;
    text-decoration: none;
}
  
a:hover::after {
    border-color: #000000;
    right: 0;
}
a::after {
    border-radius: 1em;
    border-top: .1em solid #000000;
    content: "";
    position: absolute;
      right: 100%;
      bottom: .14em;
      left: 0;
    transition: right .4s cubic-bezier(0,.5,0,1),
                border-color .4s ease-out;
}

.title{
    font-family: 'Mochiy Pop One', sans-serif;
    padding: 2%;
    font-weight: bolder;
    font-size: 2.75em;
    text-shadow: 2px 2px 3px #000000;
    animation: change 4s infinite alternate;
}
@keyframes change{
    0% {color: #fff;}
    25% {color: #D9CAC5;}
    50% {color: #d3aea2;}
    75% {color: #d48d75;}
    100% {color: #F25430;}
}
#fpage{
    max-width: 65%;
    border-radius: 30px;
    padding-bottom: 2%;
}
.text{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 125%;
    font-weight: bold;
    background-color: #F25430;
    border-radius: 30px;
    margin: 2%;
}
.enter{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 175%;
    text-decoration: underline;
    text-shadow: 2px 2px 3px #F2B705;
}
.carousel-inner{
    max-width: 60%;
    border-radius: 30px;
    margin-bottom: 1%;
    margin-left: 20%;
}

.letter{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 90%;
    font-weight: bold;
    background-color: #F2B705;
    border-radius: 30px;
    padding: 1%;
    margin: 2%;
}
.letter2{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 100%;
    font-weight: bold;
    background-color: #D9CAC5;
    border-radius: 30px;
    padding: 1%;
    margin: 2%;
}
.enter2{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 175%;
    text-decoration: underline;
    text-shadow: 2px 2px 3px #F2B705;
}
.card{
    border-radius: 30px;
}
.card-text{
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
}
.card-title{
    color: #fff !important;
    font-size: 145%;
    text-decoration: underline;
}
footer{
    line-height: 97%;
    font-family: 'Teko', sans-serif;
    margin-top: 5%;
}
h5{
    font-family: 'Teko', sans-serif;
    padding-top: 5%;
}

table{
    font-family: 'Teko', sans-serif;
    line-height: 90%;
    margin-top: 5%;
}
#loc1{
    max-width: 90%;
    border-radius: 30px;
    padding-bottom: 4%;
    padding-top: 1%;
    transition: 2s;
}
#loc1:hover{
    transform: scale(1.10);
}
#loc2:hover{
    transform: scale(1.10);
}
#loc3:hover{
    transform: scale(1.10);
}
#loc2{
    max-width: 90%;
    border-radius: 30px;
    padding-bottom: 4%;
    padding-top: 1%;
    transition: 2s;
}
#loc3{
    max-width: 90%;
    border-radius: 30px;
    padding-bottom: 4%;
    padding-top: 1%;
    transition: 2s;
}
#warn{
    max-width: 90%;
}
#wood{
    border-radius: 30px;
}
#tower{
    padding-top: 5%;
    max-width: 90%;
    border-radius: 30px;
}
form{
    font-family: 'Bungee', cursive;
}