body {
    overflow-x: hidden !important;
	max-width: 100% !important;
}

.navlogolink {
	height: 100%;
    width: 100%;
}

.navlogo {
	height: 100%;
    width: inherit;
}

.loginbut {
	position: absolute;
	right: 10px;
}

@media (max-width: 576px){
.loginbut {
    right: 20px;
	display: none !important;
}
}
@media (min-width: 576px){
.navbar {
	height: 12.5vh;
}
}

.h-80 {
	height: calc(100vh - 12.5vh);
}
.h-90 {
	height: calc(100vh - 67px);
}

.carousel {
	background-color: #373737;
}

.carousel-item {
	height: 100%;
	width: 100%;
}

.dropdown-menu {
	background-color: black;
	color: #FFFFFF;
}
.dropdown-item {
	color: #FFFFFF !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: black !important;
    background-color: #e9ecef;
}

.dropdown-toggle::after {
    vertical-align: middle !important;
}

.imgmine {
	height: 100%;
	width: 100%;
}
.carouselfix {
	bottom: 1.25rem  !important;
}
.carousel-caption {
  /*  bottom: 20%;*/
  	bottom: 10rem;
    text-shadow: 2px 2px black;
}
.carouselcolcenter {
	align-self: center;
}

.textcarousel {
	transform: translate(0%, 30%);
}

.imgdesign {
	height: 80%;
}

.footlink a {
    text-decoration: none;
}
.footlink a:hover {
	color: #0dcaf0 !important;
}
