element style {
    display: none;
}
#password-section {
    display: flex;
    flex-direction: column;
}
#social {
    margin-top: 20px;
    margin-right: 50px;
}
#login-form {
	margin-left: 10px;
    bottom: 10px;
    z-index: 1000;
}
#fb-link, #phone-link {
    padding-right: 10px;
}
#fullscreenButton {
    display: none;
}
.navbar ul {
    width: 100%;
}
.navbar ul li a {
    font-size: 1.1rem;
}
span {
    padding: 5px;
    margin: 5px;
}
.small-list {
    display: flex;
    flex-direction: column;
}
.message {
    margin: 10px 10px 0 10px;
}
.message ul {
    justify-content: space-evenly;
    list-style: none;
}
main ul li img {
    width: 33px;
}
.error {
    font-size: 1.5rem;
}
#notFound {
    width: 200px;
}

.navbar-toggler { margin-right: 20px;}

@media (max-width: 619.9px) {
    .header-title {
        width: 90%;
        text-align: center;
    }
    
    .navbar-toggler { 
        margin-right: 20px;
        display: block !important;
        border: 2px solid rgba(0,0,0,.2) !important;
        background-color: rgba(255,255,255,0.8) !important;
        padding: 8px !important;
    }
    
    .navbar-toggler-icon {
        display: inline-block !important;
        width: 1.5em !important;
        height: 1.5em !important;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }
    
    #modalImage { margin: auto; }
    #policy p {
        margin-top: 10px;
    }
    .cookie-box {
        width: auto;
        margin-bottom: 100px;
    }
    .message {
        margin: 0;
    }
    .eventImg {
        width: 350px
    }
    span {
        margin: 0;
        padding: 0;
    }
}
:fullscreen #closeButton,
:-webkit-full-screen #closeButton,
:-moz-full-screen #closeButton {
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
    z-index: 2147483647 !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
    display: block !important;
    opacity: 1 !important;
    visibility: hidden !important;
}
@media (max-width: 340px) {
    #login-form {
	margin-top: 50px;
    }
}