@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Vulture';
    src: url('VultureRegular.woff2') format('woff2'),
        url('VultureRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	 font-family: "Montserrat", sans-serif;
	 font-style: normal;
	 font-size: 15px;
}


.scrolling-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background-color: #000;
    padding: 10px 0;
}

.scrolling-text {
    display: flex;
    animation: scroll 20s linear infinite;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.text-content span {
    padding-right: 200px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.link-body-emphasis {
	text-transform: uppercase;
	font-weight: 500;
}
.last-link {
	background-color: #000;
	color: #fff !important;
	padding-left: 10px;
	padding-right: 10px;
}
.last-link:hover {
	color: #fff;
	background-color: #ccc;
}
.video-placeholder {
	width: 100%;
}
.bacground-01 {
	background-color: #f5ede6;
}
.bacground-02 {
	background-color: #e3deda;
}
.bacground-03 {
	background-color: #ffffff;
}
.bacground-04 {
	background-color: #e3ded9;
}
.bacground-05 {
	background-color: #d5cec5;
}
.bacground-06 {
	background-color: #c7bdb2;
}
.bacground-07 {
	background-color: #b9ad9f;
}
.bacground-08 {
	background-color: #000;
}
h1 {
	font-family: 'Vulture';
	font-size: 40px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-family: 'Vulture';
	font-size: 40px;
}
.pl-normal {
	padding-left: 6%;
}
.image-canvas {
		width: 100%;
}
.h20 {
	height: 20%;
}
.h26 {
	height: 26%;
}
.h30 {
	height: 30%;
}
.h15 {
	height: 15%;
}

.h12 {
	height: 12%;
}
.h12 {
	height: 12%;
}
.button-outline-white {
	border: solid 1px #fff;
	padding: 20px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	width: 250px !important;
	display: block;
	margin: 0 auto;
}
.button-outline-white:hover {
	border: solid 1px #000;
	background-color: #fff;
	color: #000;
}

.button-outline-black {
	border: solid 1px #000;
	padding: 20px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	width: 250px !important;
	display: block;
	margin: 0 auto;
}
.button-outline-black:hover {
	border: solid 1px #000;
	background-color: #000;
	color: #fff;
}
.black-button {
	display: block;
	color: #fff;
	background-color: #000;
	padding: 15px;
	width: 200px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
}
.black-button:hover {
	background-color: #fff;
	color: #000;
}
.mobile-none {
		display: none;
	}
.link-body-emphasis {
		font-size: 11px;
	}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
h1 {
	font-family: 'Vulture';
	font-size: 60px;
}}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {  }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .img-resize  {
    width: 100%;
  }
  .button-outline-white, .button-outline-black {
    padding: 3px;
    font-size: 10px;
}
	.mobile-none {
		display: block;
	}
	.link-body-emphasis {
		font-size: 15px;
	}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .img-resize  {
    width: 100%;
  }
  .button-outline-white, .button-outline-black {
    padding: 10px;
    font-size: 13px;
}
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1520px;
    }
}
.instagram-link {
  width: 60%;
}


@media (min-width: 1800px) {
  .img-resize  {
    width: initial;
  }
  .button-outline-white,.button-outline-black   {
    padding: 20px;
    font-size: 15px;
}
}
