/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

nav ul a,
nav .brand-logo {
    color: #444;
}

p {
    line-height: 2rem;
}

footer.page-footer {
    margin: 0;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    color: #262626;
}

main {
    flex: 1 0 auto;
}

.navbar-fixed {
    z-index: 9999;
}

.sidenav {
    width: 220px;
}

.main-container {
    background-image: url('../img/background.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 50px;
}

.main-container-jachty {
    margin-top: 50px;
}

.parallax-container {
    height: 400px;
}

.googlemap-responsive {
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
    height: 0;
}

.googlemap-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
.banner-responsive {
    font-size: 30px;
  }
}

.h3sg {
	font-size: 1.60rem;
}

.h2sg {
	font-size: 1.90rem;
}

.h1sg {
	font-size: 2.20rem;
	margin: 0rem 0 1.68rem 0;
}