@import url(https://fonts.googleapis.com/css?family=Lato&subset=latin-ext);

html {

}

body {
	background-color: #262624;
	font-family: 'Lato', sans-serif;
  font-display: swap;
}

h2 {
	margin: 30px;
}

.fw-bold {
	font-weight: bold;
}

.div-menu {
    height: 55px;
}

.row {
    width:100%;
    margin-right:auto;
    margin-left:auto;
}

.w-1200 {
    max-width:1200px;
    margin-right:auto;
    margin-left:auto;
}

.header1 {
    background-image: url('../img/johannes-giez-VOsy-vH3V2c-unsplash-1800x1200.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
}

#menu_m {
    visibility: hidden;
}

#menu_s {
    width: 100%;
    height: 56px;
    position: fixed;
    background-color: #262624;
    z-index:1000;
}

#menu_smart {
    width: 100%;
    position: fixed;
    bottom: 0px;
    padding: 0px 5px;
    font-size: 24px;
    background-color: #262624;
    z-index:1000;
    border-top: 0.7px solid silver;
    visibility: hidden;
}
#menu_smart .nav-item {
    padding:0px;
}

#menu_smart .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    height: 100%;
    padding: 10px 0px;
}
#menu_smart .nav-link span {
    font-size:0.75rem;

}
@media (pointer: coarse) {
    #menu_smart {
      visibility: visible;
    }
    #copyright {
	   padding-bottom:65px;
    }
}

@media (max-width: 767px) {
    #menu_s {
        visibility: hidden;
    }
}

#menu_s .nav-link {
    color: white;
    border: 0px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 18px;
}

#menu_s .nav-link {
    font-size: 16px;
    margin-top: 8px;
}

@media (max-width: 950px) {
    #menu_s .nav-link {
        padding-top: 7px;
        padding-left: 3px;
        padding-right: 3px;
        font-size: 14px;
    }
}

#menu_s .nav-link:hover {
    background-color: black;
}

#logo_menu_s {
    height: 56px;
    width: 170px;
		margin-left: 10px;
    margin-top: 4px;
}

#logo_menu_t {
    background-color: #C82333;
    height: 56px;
    width: 170px;
    padding-top: 9px;
    font-size: 23px;
}

#logo_menu_t a:link {
    color: #ffffff;
}

#logo_menu_t a:hover {
    color: #f2f2f2;
}

#logo-amg-town {
  width: 200px;
	fill: #f2f2f2;
}

#telefon {
  text-decoration: blink;
  user-select: text;
  padding:0.5rem;
}

.my-icons {
    //font-size: 30px;
    transform:translate(0%,15%);

}
.scroll_image {
    position: absolute;
    top: 95vh;
    left: 50%;
    transform:translate(-50%,-100%);

}

@media (max-width: 1000px) {
    .header1 {
        background-image: url('../img/johannes-giez-VOsy-vH3V2c-unsplash-1000x666.jpg');
    }
}

@media (max-width: 767px) {
    body {
        margin-top: 32px;
    }
    #menu_m {
        visibility: visible;
    }
    .header1 {
        height: 600px;
        background-image: url('../img/johannes-giez-VOsy-vH3V2c-unsplash-767x511.jpg');
    }
    .scroll_image {
        top: 632px;
    }
}

.img {
	 background-size: cover;
	 background-position: center;
	 min-height: 250px;
}
#serwis .img {
    background-image: url('../img/chad-kirchoff-xe-e69j6-Ds-unsplash-711x400.jpg');
}
#umow-sie-na-serwis .img {
	 background-image: url('../img/eric-rothermel-FoKO4DpXamQ-unsplash-755x505.jpg');
}
#auta-zastepcze .img {
	 background-image: url('../img/roland-denes-EWf48MRVUNE-unsplash-755x857.jpg');
}

#map {
    max-width: 1000px;
}

#kontakt {
height: 350px;
}

#stopka a {
    color: white;
}
#stopka a span {
    margin-left: 5px;
}

.nieaktywny {
    opacity: 0.5;
}
