/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html,
body {
    height: 100%;
}

html {
	scroll-behavior: smooth;
}

#intro {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#statictics,
#maybenotbad,
#features,
#examples{
	padding-top:80px;
}

#prefoot{
	height: 50%;
	background: url("https://motobro.club/images/motoprobig-ednosti-2021.jpg")no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

.navbar-front{
	background-color: rgba(0, 0, 0, .95);
	box-shadow: 0 2px 5px 0 rgba(1, 1, 1, 0.46), 0 2px 20px 0 rgba(0, 0, 0, 0.46);
}

.navbar-front.navbar-dark .navbar-nav .nav-link {
    color:#fff;
}

@media (max-width: 920px) {
	#intro {background-size: cover !important;}
}

@media (max-width: 768px) {
/*	.navbar:not(.top-nav-collapse) {background-color: #343a40;}*/
}



@keyframes scrollon {
	from {background-color: transparent;padding-top: 12px;padding-bottom: 12px;}
	to {background-color: #343a40;padding-top: 8px;padding-bottom: 8px;}
}

.language-switcher a{
	display:block;
	float:left;
	width:32px;
	height:22px;
}

.language-switcher .lang-ua{
	background: url("https://motobro.club/images/uk.png")no-repeat center center;
}
.language-switcher .lang-en{
	background: url("https://motobro.club/images/en.png")no-repeat center center;
}

.language-switcher .lang-switch-inside{
	display:block;
	margin: 0 auto;
	width:22px;
	height:22px;
	background-color: rgba(1,0,0,0.5);
	border-radius:50%;
}

.language-switcher .current-lanquage .lang-switch-inside{
	background-color: transparent;
}
