body{
    margin: 0 !important;
}

#footer{
	text-align: center;
	background-color: #343a40;
	color: white;
	height: 57px;
    border-top: 1px solid white;
}

.footer-description{
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    height: 50px;
}

.nav-navbar{
    height: 100%;
    display: flex;
    width: 98.6%;
    justify-content: flex-end;
    margin-top: 0;
    padding: 0;
}

ul.nav-navbar li{
    display: inline-flex;
    justify-content: center;
    margin: 10px;
    align-items: center;
}

ul.nav-navbar li a{
    text-decoration: none;
    color: white;
    font-size: 15pt;
    transition: all 0.4s ease;
}

ul.nav-navbar li a:hover{
    text-decoration: none;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

nav{
    background-color: black;
    position: fixed;
    width: 100%;
    border-bottom: 1px solid white;
    font-family: 'Acme', sans-serif;
    font-style: oblique;
}

.nav-link{
    color: white !important;
}

.logo{
    position: absolute;
    margin: 1.4%;
    font-size: 30pt;
}

.logo a{
    text-decoration: none;
    color: white;
    font-family: 'Acme', sans-serif;
    font-style: oblique;
	underline: none;
}

.logo a:hover{
	text-decoration: none;
	color: white;
}

.poster-image{
    height: 100vh;
    background-image: url(../images/poster-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.index-poster{
    background-color: black;
    width: 100vw;
    height: calc(100vh - 114px);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-image: url("../images/index-background.png");
}

.about{
    background-color: black;
    width: 100%;
    height: calc(97vh - 94px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Acme', sans-serif;
    font-style: oblique;
}

.custom-dropdown{
    background-color: unset !important;
    border-color: unset !important;
    border: unset !important;
}

.custom-dropdown:hover{
    background-color: unset !important;
    border-color: unset !important;
    border: unset !important;
}

.custom-dropdown:active{
    background-color: unset !important;
    border-color: unset !important;
    border: unset !important;
}

.poster{
    font-size: 25pt;
    height: 100vh;
    display: flex;
    align-items: flex-start;
    padding-top: 150px;
}

.hr-1{
	background-color: #00FFFF;
}

.poster h1{
    text-shadow: 2px -2px 1px black;
    color: #FF4500;
    font-family: 'Acme', sans-serif;
}

.poster p{
    color: white;
    font-family: 'Acme', sans-serif;
    font-style: oblique;
}

.about-box{
	color: white;
    height: calc(100vh - 114px);
    display: flex;
    align-items: center;
    justify-content: center;

}

.about-text{
    margin-top: 1%;
}

i {
    position: absolute;
    border: solid red;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    top: 62%;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#map{
    width: 100%;
    height: 52vh;
}

.contact-info{
    width: 100vw;
    height: 38vh;
    background-color: black;
}

.contact-details{
    height: 100%;
    margin: 0 auto;
    font-family: 'Acme', sans-serif;
    color: white;
}

.dropdown-toggle::after{
    display: none !important;
}