body {
    font-family: 'Montserrat', sans-serif;
    background: #FFFFFF !important;
}

h1 {
    font-weight: bold;
}

h2 {
    font-weight: 600;
}

h3 {
    font-weight: 600;
}

h5 {
    font-weight: 500;
}

p {
    color: #848484;
}

.float {
    position: fixed;
	bottom: 15px;
    right: 15px;
    padding: 7px;
	background-color:#25d366;
	color: #FFFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 1px 1px 2px #999;
    z-index:100;
}

a.float {
    font-size: 12px;
}

.float img {
    max-width: 15px;
    height: auto;
}

.my-float {
    margin-top: 16px;
}

.my-navbar {
    height: 80px;
    background-color: #FFF;
}

.my-navbar-scroll {
    border-radius: 2px;
    box-shadow: 0px 1px 20px #a1a1a1;
    transition: 0.5s box-shadow;
}

.mybtn-primary {
    background-color: #00D68C;
    color: white;
    border-radius: 55px;
    width: 170px;
    height: 51px;
    margin-top: 16px;
}

.mylink-primary {
    color: #00D68C;
    font-weight: bold;
}

img {
    max-width: 100%;
    height: auto;
}

img.img1 {
    margin-top: 27.5px;
    margin-bottom: 27.5px;
}

img.img3 {
    margin-top: 28.5px;
    margin-bottom: 28.5px;
}

img.img4 {
    margin-top: 71px;
    margin-bottom: 31px;
}

img.img5 {
    padding: 15px;
}

img.img5 {
    max-width: 70%;
    height: auto;
}

img.img6 {
    max-width: 54%;
    height: auto;
    margin-top: 25px;
    margin-bottom: 10px;
}

img.img7 {
    max-width: 58%;
    height: auto;
    margin-top: 27px;
    margin-bottom: 10px;
}

.mycol-1 {
    height: 100vh;
    margin-top: 2em;
}

#kontak {
    background-color: #063248;
    color: #F4F4F4;
}

#kontak h5 {
    font-size: 16px;
    font-weight: bold;
}

#kontak p {
    color: #F4F4F4;
    font-size: 14px;
}

#kontak a {
    color: #F4F4F4;
    font-size: 14px;
}

#kontak img {
    color: #F4F4F4;
    padding-right: 12.9px;
    max-width: 35px;
    height: auto;
}

#kontak img.telp {
    padding-right: 14.9px;
    max-width: 33px;
    height: auto;
}

@media only screen and (min-width: 767.98px) {
    .mycol-1 {
        margin-top: 0;
        display: flex;
        align-items: center;
    }
    a.float {
        font-size: 15px;
    }

    .float {
        padding: 10px;
    }

    .float img {
        max-width: 21px;
        height: auto;
        padding-bottom: 1px;
    }
}

@media only screen and (min-width: 991.98px) {
}

.fade-in {
    opacity: 0;
    transition: opacity 250ms ease-in;
}

.fade-in.appear {
    opacity: 1;
} 