body {
    background-color: #1469B9;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
}

ul {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 17px;
}

hr {
    background-image: url('../images/hr.png');
    background-repeat: repeat-x;
    min-height: 8px;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.navbar {
    background-color: #d83f80;
    color: #fff;
    border-bottom-color: #000;
    border-bottom-width: 4px;
}

.navbar-default .navbar-toggle {
    border-width: 0px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #d83f80;
    color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    color: #fff;
    background-color: #fff;
}

.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-brand img {
    height: 100%;
}

.navbar-default .navbar-nav>li>a {
    font-family: 'Bungee';
    color: #fff;
    text-shadow: 0px 1px 0px #000101;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #000;
    border-top-width: 4px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: #1469B9;
    font-family: 'Bungee';
    color: #FFD672;
    text-shadow: 0px 1px 0px #000101;
}

@media (min-width: 768px) {
    .navbar {
        margin-top: 25px;
        margin-bottom: 0px;
        height: 19px;
        min-height: 19px;
        background-image: url('../images/navbar_sides.png');
        background-repeat: repeat-x;
        background-color: transparent;
        border-color: transparent;
    }
    
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
      
    .navbar .navbar-collapse {
        text-align: center;
    }
    
    .navbar ul {
        background-color: #1469B9;
    }
    
    .navbar-default .navbar-nav > a {
        font-family: 'Bungee';
        color: #fff;
        background-color: transparent;
        text-shadow: 0px 1px 0px #000101;
    }
    
    .navbar-default .navbar-nav > .active > a {
        font-family: 'Bungee';
        color: #FFD672;
        background-color: transparent;
        text-shadow: 0px 1px 0px #000101;
    }
    
    .navbar-nav > li > a {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    .navbar-default .navbar-nav > li > a {
        font-family: 'Bungee';
        color: #fff;
        background-color: transparent;
        text-shadow: 0px 1px 0px #000101;
    } 
    
    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: #FFD672;
    }
    
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
        color: #FFD672;
        background-color: transparent;
    }
}

.homepage h2 {
    font-family: 'Bungee';
    color: #FFD672;
    text-shadow: 0px 2px 0px #000101;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.homepage h2 span.white, .homepage h3 span.white {
    color: #fff;
}

.homepage h3 span {
    display: inline-block;
    font-family: 'Bungee';
    background-color: #FF8C89;
    color: #fff;
    margin-left: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
    box-shadow: 0px 4px 0px #01070C;
}

.homepage p {
    color: #fff;
}

.header-home {
    background-image: url('../images/island_bg.png');
    background-repeat: repeat-x;
    background-size: auto 100%;
    min-height: 512px;
    margin-top: -16px;
}

.header-home .container {
    background-image: url('../images/logo_home.png');
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 512px;
}

.header-home .waves {
    background-image: url('../images/wave.gif');
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 100%;
    min-height: 512px;
}

.content-home {
    margin-top: -120px;
}

#go-on-adventure p {
    font-size: 19px;
}

.carousel {
    background-color: #fff;
    padding: 10px;
    border-width: 10px;
    border-color: #000;
    border-style: solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#features h2 {
    margin-bottom: 20px;
}

#features a {
    color: #FFD672;
    font-weight: 500;
}

#features a:hover {
    color: #FFD672;
    font-weight: 500;
}

@media (max-width: 768px) {
    #features h3 {
        font-size: 22px;
    }
}

#features p {
    padding-left: 48px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.stores {
    background-image: url('../images/stores_bg.png');
    background-repeat: repeat-x;
    background-size: auto 100%;
}

.stores h3 {
    text-align: center;
}

.store {
    background-color: #fff;
    padding: 10px;
    border-width: 10px;
    border-color: #000;
    border-style: solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 263px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.header-blog {
    background-image: url('../images/blog_header_bg.png');
    background-repeat: repeat-x;
    background-size: auto 100%;
    min-height: 256px;
    margin-top: -16px;
}

.header-blog .container {
    background-image: url('../images/blog_header.png');
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 256px;
}

.page-title {
    background-image: url('../images/page_header_border.png');
    background-repeat: repeat-x;
    background-size: auto 100%;
    min-height: 75px;
    margin-top: -40px;
}

.page-title h2 {
    background-color: #000;
    border-radius: 10px;
    text-align: center;
    font-family: 'Bungee';
    color: #fff;
    margin-top: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 28px;
}

.page {
    background-color: #E3F2FD;
    margin-top: -32px;
    padding-top: 32px;
    padding-bottom: 30px;
}

.page h3 {
    font-family: 'Bungee';
    color: #146AB9;
}

.page h3 a {
    color: #146AB9;
}

.page h3 a:hover {
    color: #146AB9;
}

.page .meta {
    font-size: 13px;
    margin-bottom: 5px;
}

.page .meta-key {
    font-family: 'Bungee';
    color: #146AB9;
    font-weight: 300;
}

.page .readmore {
    display: inline-block;
    font-family: 'Bungee';
    color: #fff;
    background-color: #D63E7E;
    box-shadow: 0px 4px 0px #01070C;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
    font-weight: 300;
}

.page .readmore:hover {
    background-color: #FFD672;
    color: #D63E7E;
    text-decoration: none;
}

.page .sidebar-item h4 {
    background-color: #1DA1F1;
    border-radius: 5px;
    color: #fff;
    font-family: 'Bungee';
    text-shadow: 0px 2px 0px #000101;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.page .sidebar-item h4 a {
    color: #fff;
}

.page .sidebar-item h4 a:hover {
    color: #fff;
    text-decoration: none;
}

.page #catch-a-jelly img {
    display: block;
    background-color: #fff;
    padding: 10px;
    border-width: 10px;
    border-color: #000;
    border-style: solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 75%;
}

#homepage-signup .subscribe {
    display: inline-block;
    font-family: 'Bungee';
    color: #fff;
    background-color: #D63E7E;
    box-shadow: 0px 4px 0px #01070C;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
    font-weight: 300;
    font-size: 24px;
    text-decoration: none;
}


.page .subscribe {
    display: inline-block;
    font-family: 'Bungee';
    color: #fff;
    background-color: #D63E7E;
    box-shadow: 0px 4px 0px #01070C;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
    font-weight: 300;
    font-size: 24px;
    text-decoration: none;
}

.page .subscribe:hover {
    background-color: #FFD672;
    color: #D63E7E;
    text-decoration: none;
}

.blog-item h4 {
    margin-top: 18px;
}

.blog-item p {
    text-align: justify;
}

.blog-item p.p-readmore-center {
    text-align: center;
}

.blog-item a.blog-featured-image-link {
    display: block;
    width: 100%;
    float: none;

    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .blog-item a.blog-featured-image-link {
        width: 25%;
        float: right;
        margin-left: 20px;
    }
}

.blog-item a {
    font-weight: 500;
}

.blog-item img.pull-left {
    margin-top: 8px;
    margin-right: 16px;
    margin-bottom: 8px;
}

.blog-item img.pull-right {
    margin-top: 8px;
    margin-left: 16px;
    margin-bottom: 8px;
}

.footer-island {
    background-image: url('../images/footer_border.png');
    background-repeat: repeat-x;
    background-size: auto 100%;
    min-height: 96px;
}

.footer-island .container {
    background-image: url('../images/footer_island_no_chars.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 100%;
    min-height: 96px;
}

@media (min-width: 768px) {
    .footer-island .container {
        background-image: url('../images/footer_island.png');
    }
}

.footer-island-blue {
    background-color: #30EFFF;
}

.footer-island-white {
    background-color: #E3F2FD;
}

.footer {
    background-color: #02D0FA;
    color: #fff;
    padding: 20px;
}

.footer ul {
    margin-bottom: 0px;
}

.footer a {
    font-family: 'Bungee';
    color: #fff;
    background-color: transparent;
    text-shadow: 0px 1px 0px #000101;
    font-size: 13px;
}

.footer a:hover {
    color: #FFD672;
    text-decoration: none;
}

.footer p {
    font-family: 'Bungee';
    color: #fff;
    background-color: transparent;
    text-shadow: 0px 1px 0px #000101;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0px;
    margin-top: 6px;
}