@import url('fonts.css');
@import url('header.css');

/* BASE
------------------------------------- */
html,
body {
    color: #2a2a2a;
    font-size: 18px;
    line-height: 28px;
    background: #fff;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.blog #main h1 a {
    color: #ff0000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0;
}

h1,
.blog #main h1 a {
    color: #363636;
    font-size: 30px;
    line-height: 35px;
    font-weight: normal;
    font-family: 'Merriweather', serif;
}

h1 span,
h2,
h3 {
    color: #174171;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    font-weight: bold;
    font-family: 'Merriweather', serif;
}

h2 {
    font-size: 25px;
    line-height: 30px;
}

h3 {
    font-size: 20px;
    line-height: 30px;
}

article a,
a:visited {
    color: #215A81;
}

.contentarea strong,
.contentarea b {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #153a65;
}

.main-btn,
a.main-btn,
.bp-forms-btn,
a.bp-forms-btn {
    border: none;
    border-radius: 0px;
    color: #fff;
    background-color: #153a65;
    display: inline-block;
    margin: 10px 0;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Merriweather', serif;
    padding: 10px 25px;
    font-weight: 400;
}

#main .main-btn2.transition,
.main-btn2.transition {
    color: #fff;
    background: #153a65;
    display: inline-block;
    margin: 10px 0;
    font-size: 24px;
    line-height: 18px;
    padding: 10px 25px;
    text-decoration: none;
    font-family: 'Merriweather', serif;
}

#main .main-btn.transition:hover,
.main-btn.transition:hover {
    background: #000;
    color: #fff;
}

.showcase img {
    width: 50%;
    float: left;
    margin-right: 10px;
}

.showcase:hover {
    transform: scale(1.1, 1.1);
}

.showcase h2 {
    color: #113762;
}

.showcase p {
    color: #363636;
}

.loaded .showcasesection {
    background: url(../images/peekthrough.jpg);
}

.loaded.webp .showcasesection {
    background: url(../images/peekthrough.webp);
}

.showcasesection {
    padding: 80px 0;
    background-position: center !important;
}

.mapsection {
    position: relative;
    max-height: 350px;
    overflow: hidden;
}

.loaded .map-overlay1 {
    background-image: url(../images/naples.jpg);
}

.loaded.webp .map-overlay1 {
    background-image: url(../images/naples.webp);
}

.map-overlay1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    background-size: cover !important;
    background-color: rgba(42, 42, 42, 0.3);
}

.loaded .map-overlay2 {
    background-image: url(../images/fort-miers.jpg);
}

.loaded.webp .map-overlay2 {
    background-image: url(../images/fort-miers.webp);
}

.map-overlay2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    background-size: cover !important;
    background-color: rgba(42, 42, 42, 0.3);
}

.loaded .map-overlay3 {
    background-image: url(../images/sanibel.jpg);
}

.loaded.webp .map-overlay3 {
    background-image: url(../images/sanibel.webp);
}

.map-overlay3 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    background-size: cover !important;
    background-color: rgba(42, 42, 42, 0.3);
}

.loaded .map-overlay4 {
    background-image: url(../images/marco.jpg);
}

.loaded.webp .map-overlay4 {
    background-image: url(../images/marco.webp);
}

.map-overlay4 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    background-size: cover !important;
    background-color: rgba(42, 42, 42, 0.3);
    background-position: center center;
}

.livemap {
    color: #174171;
    margin-top: 14%;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Merriweather', serif;
}

.bluegradient {
    color: #fff;
    font-size: 26px;
    text-align: center;
    padding: 20px 0;
    font-family: 'Merriweather', serif;
    background: rgb(26, 73, 126);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(26, 73, 126, 1) 0%, rgba(21, 58, 101, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(26, 73, 126, 1) 0%, rgba(21, 58, 101, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(26, 73, 126, 1) 0%, rgba(21, 58, 101, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a497e', endColorstr='#153a65', GradientType=0);
    /* IE6-9 */
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
}

.row.contentsection {
    padding: 30px 0;
}

.row {
    margin: 0;
}

/* RESPONSIVE
---------------------------------------------------------- */
@media screen and (min-width: 1026px) {
    .showcasesection {
        background-attachment: fixed !important;
    }
}

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

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

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

@media screen and (max-width: 1200px) {
    .mapsection {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {}

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

@media screen and (max-width: 979px) {
    .showcase img {
        margin-bottom: 30px;
    }
}

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

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

#hurricaneIrma .text {
    font-size: 40px;
    line-height: 45px;
}

#hurricaneIrma span {
    font-size: 25px;
}

.loaded .showcasesection {
    background: url(../images/peekthrough.jpg);
}

.loaded.webp .showcasesection {
    background: url(../images/peekthrough.webp);
}

.showcasesection {
    padding: 80px 0;
    background-position: center center !important;
}

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

@media screen and (max-width: 414px) {
    .innertitle {
        display: none;
    }
}

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