.bg-img{
    text-align: center;
    margin-top: 35px;
}
.menu{
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin-top: 50px;
    font-family: 'Poller One', cursive;
    font-size: 14px;
}
.menu li{
    margin: 0 20px;
}
.menu a{
    color: black;
}
.menu a:hover{
    text-decoration: none;
    color: rgb(11, 163, 156);
}
.body-background{
    background-image: url(../img/the-beacon.jpg);
    background-repeat: no-repeat;
    background-position-y: 300px;
    background-position-x: 50%;
    background-size: 100%;
}

h1{
    font-family: 'Poller One', cursive;
    padding: 15px;
    background-color: white;
    font-size: 20px !important;
    width: fit-content;
}
.right{
    margin-top: 200px;
}
.right2{
    margin-top: 20px;
}
h5{
    color: white;
    background-color: rgb(44, 43, 43);
    padding: 5px 20px;
    width: fit-content;
    margin-top: 40px;
}
.right3{
    margin-top: 30px;   
}
button{
    border-radius: 0px !important;
}
.img{
    border: solid rgb(44, 43, 43) 3px;
}
.align-img2{
    text-align: center;
}
h2{
    font-family: 'Poller One', cursive;
    padding: 15px;
    background-color: white;
    font-size: 25px !important;
}
.right4{
    margin-top: 370px;
}
footer{
    border-top: 1px solid #ddd;
    padding-top: 20px;
    background-color: #eee;
    width: 100%;
}
#page-wrap::after{
    content: "";
    display: block;
}
#page-wrap::after,footer{
    height: 60px;
}
#page-wrap {
    min-height: 94%;
}
.footer {
    position: absolute;
    display: block;
    bottom: 0;
}
.social-logo {
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-size: auto 20px !important;
    padding: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: sub;   
}
.facebook {
    background: url(../img/facebook-logo.png) no-repeat;
}
.twitter {
    background: url(../img/twitter-logo.png) no-repeat;
}
.instagram {
    background: url(../img/instagram-logo.png) no-repeat;
}
.social-join {
    margin-right: 10px;
}
.butn {
    transition: .4s;
}
.butn:hover {
    background-color: white !important;
    color: rgb(44, 43, 43) !important;
}
.mini img {
    width: 250px;
    border: 2px solid rgb(44, 43, 43);
    margin-top: 30px;
}
.mini {
    width: 1200px;
    margin: 0 auto;
    word-spacing: 30px;
}
.large {
    width: 800px;
    height: 535px;
    margin: 0 auto;
    border: 3px solid rgb(44, 43, 43);
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}
.arrow {
    position: absolute;
    top: 220px;
    opacity: 0.5;
    width: 70px;
    transition: .2s 
}
.arrow:hover {
    opacity: 1;
}
#left {
    left: 0;
}
#right {
    right: 0;
}
.validation-error {
    box-shadow: 0 0 3px red;
}