.container-fluid {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #206C88;
    font-weight: 600;
}

p,
span {
    color: #206C88;
    font-weight: 400;
}

.logo-bar {
    background-color: #fff;
    width: 100%;
    padding: 5px;
}

#home-slider,
hero {
    position: relative;
}

#home-slider .item img {
    max-height: calc(100vh - 78px);
}

.navbar {
    position: absolute;
    top: 100px;
    z-index: 999;
    width: 100%;
}

.navbar .nav-link {
    color: #fff;
}

.blue-navbar .nav-link,
.dropdown-menu a {
    color: #206C88;
}

.dropdown-menu {
    border: none;
}

.navbar .nav-link:hover {
    text-decoration: overline;
    font-weight: 700;
    transition: .5s;

}

/*.nav-item .active {
    text-decoration: overline;
    font-weight: 700;
}*/

.dropdown-item {
    padding-left: 10px;
}

.hero-inner {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    z-index: 99;
    text-shadow: .5px .5px .5px rgba(57, 54, 54, .5);
}

.hero-inner p:first-child,
.hero-inner h1 {
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
}

.hero-inner p:first-child {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
}

.hero-inner h1 {
    font-size: 64px;
    color: #fff;
}

.hero-inner p:last-child {
    font-size: 28px;
    color: #fff;
}

.hero-inner i {
    color: #fff;
    padding-right: 10px;
}

.owl-theme .owl-nav {
    display: none;
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
}

.owl-theme .owl-dots .owl-dot span {
    background: none;
    border: 1px solid #fff;
    width: 15px;
    height: 15px;
}

/* weather section */
section {
    padding: 90px 0;
}

.weather-row .col-sm-6 h1 {
    font-size: 70px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.weather-row .col-sm-6 p:nth-child(2) {
    margin-bottom: 0;
    color: #206C88;
    font-size: 30px;
}

.weather-row .col-sm-6 p:nth-child(3) {
    margin-bottom: 0;
    color: #FEE769;
    font-weight: 600;
    font-size: 20px;
}

.weather-btn {
    display: none;
}

/* info section */
#info,
#contact {
    background-color: #F4F6F7;
}

.weather-row,
.info-inner,
.news-inner,
.about-inner,
.about-port-inner,
.contact-inner {
    width: 70%;
    margin: 0 auto;
}

.info-inner h3 {
    font-size: 32px;
}

.info-links {
    list-style: none;
}

.info-links li::before {
    content: "\2022";
    color: #FEE769;
    font-weight: bold;
    display: inline-block;
    width: 15px;
    margin-left: -1em;
}

.info-inner ul li {
    padding: 15px 0;
    color: #206C88;
    font-weight: 600;
    font-size: 18px;
}

.info-inner .mid-list li {
    padding: 5px 0;
    color: #206C88;
    font-size: 16px;
}

.info-inner ul li a {
    display: inine-block;
    padding: 5px 0;
    color: #206C88;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
}

.info-inner .mid-list li a,
.info-inner .mid-list li {
    font-weight: 200;
}

#parallax {
    background-image: url(../images/hvar-image-3.jpg);
    height: 800px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: .9;
}

/* news section */
.news-inner p {
    margin-bottom: 0;
}

/* contact section */

.contact-inner p:nth-child(3) {
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 30px;
}

.contact-inner p:nth-child(4) {
    padding-left: 30px;
}

.contact-row .col-sm-6 p {
    font-weight: 600;
}

.contact-row .col-sm-6 a {
    display: block;
    color: #206C88;
    font-weight: 200;
    margin: 5px 0;
    text-decoration: none;
}

.contact-row .col-sm-4 p {
    font-weight: 600;
}

.contact-row .col-sm-4 a {
    display: block;
    color: #206C88;
    font-weight: 200;
    margin: 5px 0;
    text-decoration: none;
}

#contact .map {
    margin-top: 40px;
}

.contact-row .col-sm-6 i {
    padding-right: 15px;
}

/* about us section */
.about-inner p:nth-child(3),
.about-inner p:nth-child(5) {
    font-weight: 600;
}

.about-inner h3 {
    text-transform: uppercase;
}

.about-inner ul li {
    color: #206C88;
}

/* port areas page */

#about-port h3,
#about-port h4 {
    margin: 50px 0 20px 0;
}

#about-port h3:nth-child(16) {
    display: inline-block;
    margin-right: 50px;
}

#about-port a {
    background-color: #206C88;
    color: #fff;
}

#about-port a i {
    padding-right: 10px;
}

#about-port ul {
    list-style: none;
    color: #206C88;
}

/* gallery */
.gallery-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
    flex: 25%;
    max-width: 25%;
    padding: 0 5px;
}

.column img {
    margin-top: 10px;
    vertical-align: middle;
    width: 100%;
}

.first-img-container {
    position: relative;
}

.overlay i {
    font-size: 50px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}


/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        flex: 100%;
        max-width: 100%;
    }
}


.copyright {
    text-align: center;
    padding: 10px;
}

.copyright p {
    margin-bottom: 0;
}

.copyright a {
    color: #FEE769;
}

@media screen and (max-width: 640px) {

    p,
    ul {
        font-size: 14px;
    }

    .logo-bar img {
        width: 70%;
    }

    .navbar {
        top: 50px;
        padding: 5px 0;
    }

    .navbar-toggler-icon {
        color: #fff;
        font-size: 24px;
        padding-left: 23px;
    }

    .blue-icon {
        color: #206C88;
    }

    .navbar-collapse {
        background-color: #fff;
        width: 100%;
    }

    .navbar .nav-link {
        color: #206C88;
        padding-left: 10px;
    }

    #home-slider .item img {
        height: 350px;
        width: auto;
    }

    .hero-inner {
        top: 25%;
    }

    .hero-inner h1 {
        font-size: 32px;
    }

    .hero-inner p:first-child {
        font-size: 18px;
    }

    .hero-inner p:last-child {
        font-size: 14px;
    }

    .owl-theme .owl-dots {
        bottom: 0px;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
    }

    section {
        padding: 50px 0;
    }

    .weather-row,
    .info-inner,
    .news-inner,
    .contact-inner,
    .about-inner,
    .about-port-inner {
        width: 90%;
    }

    .weather-row .col-sm-6:nth-child(2) {
        padding: 20px 0;
    }

    .weather-row .col-sm-6 h1 {
        font-size: 40px;
    }

    .weather-row .col-sm-6 p:nth-child(2) {
        font-size: 18px;
    }

    .weather-row .col-sm-6 p:nth-child(3) {
        font-size: 16px;
    }

    .powr-weather {
        display: none;
    }

    .weather-btn {
        display: inline-block;
        background-color: #206C88;
        color: #fff;
        font-size: 14px;
        margin-left: 15px;
    }

    .weather-btn:active,
    .weather-btn:focus {
        color: #fff;
    }

    .info-inner h3,
    .news-inner h3,
    .contact-inner h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .info-links {
        padding-left: 15px;
    }

    .info-inner ul li {
        padding: 5px 0;
        font-size: 14px;
    }

    .info-inner .mid-list li {
        padding: 5px 0;
        color: #206C88;
    }

    .info-inner ul li a {
        font-size: 14px;
    }

    .info-inner .mid-list li a,
    .info-inner .mid-list li {
        font-size: 14px;
    }

    #parallax {
        background-image: url(../images/hvar-image.jpg);
        height: 200px;
        margin-top: 50px;
        opacity: 1;
    }

    .news-inner p,
    .contact-inner a,
    .contact-inner p {
        font-size: 14px;
    }

    .contact-inner p {
        padding-left: 25px;
    }

    .contact-row .col-sm-6:nth-child(2) {
        margin-top: 20px;
    }

    #about-port h3 {
        font-size: 18px;
    }

    #about-port h4,
    #about-port h5 {
        font-size: 16px;
    }

    #about-port ul {
        padding-left: 0;
    }

    #about-port a {
        margin-bottom: 20px;
    }

    .copyright p {
        font-size: 12px;
    }

}

@media screen and (min-width: 760px) and (max-width: 1300px) {
    .navbar-toggler-icon {
        font-size: 30px;
        color: #fff;
    }

    .blue-icon {
        color: #206C88;
    }

    .navbar-collapse {
        background-color: #fff;
        width: 100%;
    }

    .navbar .nav-link,
    .dropdown-item {
        color: #206C88;
        padding-left: 10px;
    }

    .hero-inner {
        top: 20%;
    }

    .weather-row,
    .info-inner,
    .news-inner,
    .contact-inner,
    .about-inner,
    .about-port-inner {
        width: 90%;
    }
}

@media screen and (min-width: 1800px) {

    .weather-row,
    .info-inner,
    .news-inner,
    .contact-inner,
    .about-inner,
    .about-port-inner {
        width: 50%;
    }
}
