.home-content { display: grid; grid: "left left" auto "right right" auto / 1fr 1fr; height: 100vh; }

@media (min-width: 900px) { .home-content { grid: "left right" auto / 1fr 1fr; } }

.home-content .image-panel { grid-area: left; height: 100%; background-image: url(/assets/img/boat.jpg); background-size: cover; background-position: center; position: relative; padding: 120px 20px 20px; background-blend-mode: multiply; background-color: #6d6d6d; }

@media (min-width: 900px) { .home-content .image-panel { padding: 40px; } }

.home-content .image-panel .hero-message { bottom: 0; z-index: 1; color: #e4e4e4; margin-bottom: 40px; position: relative; }

@media (min-width: 900px) { .home-content .image-panel .hero-message { position: absolute; } }

.home-content .image-panel .hero-message h1 { font-size: 34px; color: white; margin-bottom: 40px; text-align: center; }

@media (min-width: 900px) { .home-content .image-panel .hero-message h1 { font-size: 40px; text-align: left; } }

.home-content .image-panel .hero-message p { width: auto; max-width: none; font-size: 19px; line-height: 30px; letter-spacing: 0.5px; margin-bottom: 40px; text-align: center; }

@media (min-width: 900px) { .home-content .image-panel .hero-message p { text-align: left; max-width: 74%; } }

.home-content .image-panel .hero-message .actions { width: 100%; display: flex; justify-content: center; flex-direction: column; flex-wrap: wrap; }

@media (min-width: 600px) { .home-content .image-panel .hero-message .actions { flex-direction: row; } }

@media (min-width: 900px) { .home-content .image-panel .hero-message .actions { justify-content: flex-start; } }

.home-content .image-panel .hero-message .actions a { cursor: pointer; margin-bottom: 15px; margin-left: 8px; margin-right: 8px; text-align: center; }

@media (min-width: 900px) { .home-content .image-panel .hero-message .actions a { margin-bottom: 16px; margin-right: 16px; margin-left: 0; } }

.home-content .image-panel .copyrights { color: #ab8383; font-size: 12px; text-transform: uppercase; margin-top: 70px; display: none; }

@media (min-width: 900px) { .home-content .image-panel .copyrights { display: block; } }

.home-content .image-panel .gradient { position: absolute; opacity: 0.5; bottom: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.75); }

@media (min-width: 900px) { .home-content .image-panel .gradient { background: rgba(0, 0, 0, 0); background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, black)); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%); background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%); background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); } }

.home-content .facts-panel { grid-area: right; height: 100%; padding: 20px; display: grid; grid: "text text" auto "slides slides" auto "social social" 20px / 1fr 1fr; }

@media (min-width: 900px) { .home-content .facts-panel { padding: 60px 40px 40px; grid: "text slides" calc(100% - 20px) "social social" 20px / 1.5fr 1fr; } }

.home-content .facts-panel .text-content { grid-area: text; display: flex; height: 100%; flex-direction: column; justify-content: space-evenly; padding-bottom: 20px; }

@media (min-width: 900px) { .home-content .facts-panel .text-content { padding-bottom: 0; } }

.home-content .facts-panel .text-content .fact h2 { font-size: 34px; margin-top: 0; text-align: center; margin-bottom: 10px; }

@media (min-width: 900px) { .home-content .facts-panel .text-content .fact h2 { margin-bottom: 0; text-align: left; font-size: 40px; } }

.home-content .facts-panel .text-content .fact p { font-size: 19px; line-height: 30px; color: #ab8383; margin-bottom: 5px; text-align: center; }

@media (min-width: 900px) { .home-content .facts-panel .text-content .fact p { text-align: left; margin-bottom: 0; } }

.home-content .facts-panel .slider { grid-area: slides; max-width: 300px; display: flex; align-items: center; margin: auto; }

@media (min-width: 900px) { .home-content .facts-panel .slider { margin: 0; } }

.home-content .facts-panel .slider .slide_item img { width: auto; max-width: 300px; }

.home-content .facts-panel .social-icons { grid-area: social; display: flex; justify-content: center; }

@media (min-width: 900px) { .home-content .facts-panel .social-icons { justify-content: flex-end; } }

.home-content .facts-panel .social-icons a { display: inline-block; margin-left: 16px; }

/*# sourceMappingURL=home.css.map */