/*!
 CSS overwriting file
 */
header.masthead .site-heading h1 {
    font-family: 'Varela Round';
}

header.masthead .page-heading .subheading, header.masthead .site-heading .subheading {
    font-family: Nunito;
}

header.masthead-noimage {
    margin-bottom: 50px;
    background: no-repeat center center;
    background-color: #212529;
    background-attachment: scroll;
    position: relative;
    height: 70px;
}

.noimage {
    margin-bottom: 50px!important;
    margin-top: 0!important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Nunito;
}

body {
    font-family: Nunito;
    letter-spacing: .000em;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.5;
}

#mainNav {
    font-family: Nunito;
}

#mainNav .navbar-nav>li.nav-item>a {
    text-transform: none;
}

a {
    text-decoration: none;
    background-color: transparent;
}

#mainNav .navbar-nav>li.nav-item>a {
    font-family: Nunito;
    letter-spacing: .0625em;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
}

#mainNav .navbar-brand {
    font-weight: 700;
    letter-spacing: .0625em;
}

#mainNav.is-fixed .navbar-nav>li.nav-item>a:hover {
    color: #64a19d;
}

#mainNav.is-fixed .navbar-nav>li.nav-item>a:active {
    color:#64a19d;
    outline:0;
    border-bottom:.25rem solid #64a19d;
}

.post-preview>a:focus, .post-preview>a:hover {
    text-decoration: none;
    color: #64a19d;
}

a:focus, a:hover {
    color: #64a19d;
}

.nav-active {
    color: #64a19d!important;
}

#active {
    color: #64a19d!important;
}

.post-preview>.post-meta>a:focus, .post-preview>.post-meta>a:hover {
    color: #64a19d;
}

::selection {
    background: #64a19d;
}
.faq {
    font-weight: 700;
}

.btn-primary {
    background-color: #64a19d;
}

.btn {
    box-shadow: 0 .1875rem .1875rem 0 rgba(0,0,0,.1)!important;
    padding: 1.25rem 2rem;
    font-family: 'Varela Round';
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: .15rem;
    border: 0;
    background-color: #64a19d;
    font-weight: 400;
    border-radius: .25rem;
}

.btn#sendMessage {
    text-transform: none!important;
}

.icon {
    margin-left: -15px;
}
/*
.col-12.icon {
    line-height: 2;
}
*/

@media only screen and (max-width: 768px) {
  .icon {
    margin-right: 10px;
  }
}

.disabled-date {
    text-decoration: line-through;
}

.datepicker table tr td.old, .datepicker table tr td.new {
    color: #ffffff!important;
}

.datepicker table tr td.today {
    background-color: #7bc1bc!important;
}

.datepicker table tr td.today:hover {
    background-color: #7bc1bc!important;
}

.datepicker table tr td.old.today {
    background-color: transparent!important;
}

.datepicker table tr td.old.today:hover {
    background-color: transparent!important;
}

.testimonial {
    font-style: italic;
}

.form-control {
    padding: 1.935rem .75rem;
    font-size: 1.2rem;
}

#btn-back-to-top {
  position: fixed;
  bottom: 90px;
  right: 20px;
  display: none;
}

#return-to-top {
    position: fixed;
    bottom: 55px;
    right: 20px;
    background: rgba(100, 161, 157, .8);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 17px;
    top: 11px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgb(100, 161, 157);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.iframeVideo {
	height: 0px;
	padding-top: 25px;
	padding-bottom: 56.2%;
	position: relative;
}
.iframeVideo iframe {
	width: 100%;
	height: 100%;
	position: absolute;
}

.google-maps {
    position: relative;
    padding-bottom: 75%; 
    margin-bottom: 40px;
    height: 0;
    overflow: hidden;
}
    
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*Hide main nav item on desktop*/
@media only screen and (min-width: 992px) {
  .nav-item-desktop-hide {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
    #mainNav.is-fixed {
        top: -85px!important;
    }
}

.nav-item {
    text-align: center;
}

header.masthead {
    background-image: url(../img/dom-nad-jeziorem.jpg);
}

@media only screen and (max-width: 992px) {
    header.masthead {
        background-image: url(../img/dom-nad-jeziorem-lato.jpg);
/*
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
*/
    }
}

@media only screen and (max-width: 992px) {
    header.masthead {
        background: no-repeat left;
    }
}