@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

body {
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    color: #505962;
}

/*--
.offset {
    padding-top: 2.5rem;
}
--*/

/*-- Navigation --*/
.navbar {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .9rem;
    letter-spacing: .1rem;
    background-color: rgba(0, 0, 0, 0.6)!important;
}
.navbar-brand /*-- img --*/{
    height: 2rem;
    color: #E09E09;
}
.navbar-nav li {
    padding-right: .7rem;
}
.navbar-dark .navbar-nav .nav-link {
    color: white;
    padding-top: .8rem;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.hover {
    color: #E09E09;   
}

/*-- Landing Page --*/
.home-inner {
    background-image: url(img/landing.jpg);
}
.caption {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 38%;
    z-index: 1;
    color: white;
    text-transform: uppercase;
}
.caption h1 {
    font-size: 3.8rem;
    font-weight: 700;
    letter-spacing: .3rem;
    text-shadow: .1rem .1rem .8rem black;
    padding-bottom: 1rem;
}
.caption h3 {
    font-size: 2rem;
    text-shadow: .1rem .1rem .5rem black;
    padding-bottom: 1.5rem;
}
.btn-lg {
    border-width: medium;
    border-radius: 0;
    padding: .6rem 1.3rem;
    font-size: 1.1rem;
}

.padding {
    padding-bottom: 2rem;
    
}

.welcome, .salon {
    width: 100%;
    margin: 0 auto;
    padding-top: 2rem;
    
}
.welcome hr, .salon hr {
    border-top: 2px solid #b4b4b4;
    width: 95%;
    margin-top: .3rem;
    margin-bottom: 1rem;
}


.fa-dog, .fa-bone, .fa-bath, .fa-cut, .fa-eye, .fa-hand-scissors, .fa-paw, .fa-spider, .fa-wind, .fa-comments {
    font-size: 4rem;
    margin: 1rem;
    color: #e54d26;
}

/*-- Google Maps --*/
.map-container{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
margin: 0;
}
.map-container iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

/*-- Contact Formular --*/
.contact-formular {
    width: 100%;
}

/*-- Footer --*/
footer {
    background-color: #40474e;
    color: white;
    padding: 2rem 0 2rem;
    margin-top: 1rem;
}
footer img {
    height: 3rem;
    margin: 1.5rem 0;
}
footer a {
    color: white;
}

hr.socket {
    width: 100%;
    border-top: .1rem solid #666b71;
    margin-top: 3rem;
}

/*-- Media Queries --*/
@media (max-width: 767px) {
.caption h1 {
    font-size: 2.3rem;
    letter-spacing: .15rem;
    padding-bottom: .5rem;
}
.caption h3 {
    font-size: 1.3rem;
    text-shadow: .1rem .1rem .5rem black;
    padding-bottom: 1.2rem;
}

/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
