html,
body {
  height: 100%;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
}
/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}
.mastfoot a {
	color: #006782;
}
p {
	font-size: 1.2rem;
}
h1, h2, h3 {
	font-family: "Exo", sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 2rem;
}
h3 {
	line-height: 1.5;
}
.cont-text2 {
    margin-top: 200px;
}
.hidden {
    display: none;
}
.mx-large {
    margin: 160px 0;
}
.green-text, .star-text {
	color: #98c9d0;	
}
.orange-text {
    color: #ee7f01;
}
.quote-card {
  padding: 20px 50px;
  position: relative;
  overflow: hidden;
}
.quote-card:before {
  font-family: Georgia, serif;
  content: "“";
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 6em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
  line-height:1;
}
.quote-card::after {
    font-family: Georgia, serif;
    content: "”";
    position: absolute;
    bottom: -30px;
    line-height: 1;
    right: 5px;
    font-size: 6em;
    color: rgba(238, 238, 238, 0.8);
    font-weight: bold;
}
.btn-cta {
	font-family: "Exo", sans-serif;
    color: #fff;
    background-color: #ee7f01;
    border-color: #ee7f01;
    text-transform: uppercase;
}
.prva {
	background-image: url(../images/bg-prva.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 50% 0;
	padding-bottom: 30px;
}
.druga {
	background-image: url(../images/bg-druga.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 50% 50%;
	padding: 90px 0;
}
/*.druga {
  position: relative;
  overflow: hidden;
}

.druga::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../images/bg-zeleno.jpg) 0 0 no-repeat;
  background-size: cover;
  perspective: 207px;

}*/
.tretja {
	background-image: url(../images/bg-tretja.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: bottom center;
	padding: 90px 0 300px 0;
}
.cetrta {
	background-image: url(../images/bg-cetrta.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center top;
	padding: 90px 0 550px;
}
.peta {
	background: #006782;
	padding: 90px 0;
}
.sesta {
	background-image: url(../images/bg-sesta.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center top;
	padding: 90px 0;
}
.sedma {
	background-image: url(../images/bg-sedma.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center top;
	padding: 0 0 60px;
}
.sedma-right-bg {
	background-image: url(../images/sedma-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center top;
}
.osma {
	background-image: url(../images/bg-osma.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
	padding: 550px 0 60px;
}
.mastfoot {
	background-image: url(../images/bg-footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center bottom;
	padding: 150px 0;
}

/*
 * Header
 */
.site-header {
    background: #175F74;
    color: #fff;
}
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}
#toTopBtn {
    position: fixed;
    bottom: 26px;
    right: 39px;
    z-index: 98;
    padding: 21px;
    background-color: rgb(238 127 1 / 60%);
}

.js .cd-top--fade-out {
    opacity: .5
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1
}

.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s
}

.cd-top {
    position: fixed;
    bottom: 20px;
    bottom: var(--cd-back-to-top-margin);
    right: 20px;
    right: var(--cd-back-to-top-margin);
    display: inline-block;
    height: 40px;
    height: var(--cd-back-to-top-size);
    width: 40px;
    width: var(--cd-back-to-top-size);
    box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
    background: url(../images/cd-top-arrow.svg) no-repeat center 50%;
    background-color: hsla(5, 76%, 62%, .8);
    background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8)
}

@media (max-width: 768px) {
.osma .cont-box {
    margin: 0 auto;
}
}
@media (min-width: 1400px) {
.mastfoot {
    padding-top: 340px;
}
}