body {
	margin: 0;
	padding: 0;
	background-color: #f9f9f9;
	height: 100%;
}

h3{
	font-family: roboto;
}


h2{
	font-family: roboto;
	font-weight: bold;
}

p {
	font-family: roboto;
}
i {
	font-family: roboto;
}
a {
	text-decoration: none;
	color: inherit;
}
@import url('https://fonts.googleapis.com/css?family=Hammersmith+One');
.responsiveimg {
	width: 100%;
	height: auto;
}
/*HEADER*/

.header {
	list-style-type: none;
	margin-top: 0;
	font-family: 'Teko', sans-serif;
	float: right;
	margin-right: 30px;
	font-size: 25px;
}
.header li {
	display: inline-block;
	padding: 20px 0px;
	background-color: #002b54;
	color: #f78f1e;
	transition: background-color .3s ease-out;
	-webkit-transition: background-color .3s ease-out;
	margin-top: 24px;
}
.header a {
	padding: 22px 20px;
}
.header li:hover {
	background-color: #04427c;
	transition: background-color .3s ease-in;
	-webkit-transition: background-color .3s ease-in;
}
header {
	background-color: #002b54;
	height: 100px;
	font-family: 'Teko', sans-serif;
	position: fixed;
	width: 100%;
	margin-top: -100px;
	z-index: 9999;
}
#logoarea {
	color: #f78f1e;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	margin-top: -10px;
	display: inline-block;
	float: left;
	margin-left: 30px;
	width: 30%;
}


#logotext {
	display: inline-block;
	font-family: 'teko', sans-serif;
	font-weight: 400;
	padding-left: 72px;
	font-size: 32px;
	margin-left: 8%;
	margin-top: 15px;
	margin-bottom: -10px;
	
}

#white-logotext{
	display: inline-block;
	color: #ffffff;
	font-family: 'Kanit', sans-serif;
	font-weight: 400;
	padding-left: 72px;
	font-size: 16px;
	margin-left: 8%;
	margin-top: 0px;
}

@media all and (max-width: 953px){
	#logotext{
		display: none;
	}

	#white-logotext{
		display: none;
	}
}

#bsslogo {
	padding-top: 12px;
	position: absolute;
	display: block;
	float: left;
}
/*SLIDESHOW*/

.w3-animate-fading {
	animation: fading 9s infinite
}
@keyframes fading {
	0% {
		opacity: 0
	}
	60% {
		opacity: 1
	}
	70% {
		opacity: 0
	}
}
.slideshow {
	width: 100%;
	max-height: 1080;
	overflow: hidden;
}
#home-product-title {
	color: #2f2f2f;
	font-family: arial;
	text-align: bottom;
	position: relative;
	text-align: left;
}
#home-products-container {
	height: 300px;
	display: inline-block !important;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 100%;
	background-color: #f9f9f9;
	z-index: 9;

}
.home-products {
	display: inline-block;
	margin: 5%;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	background-color: #dbdbdb;
	box-shadow: 6px 6px 5px rgba(142,142,142,.5);
}
.home-product-description {
	font-size: 15px;
	color: #474747;
	text-align: justify;
}
@media all and (max-width: 1178px) {
	#home-products-container {
		width: 100%;
	}
	.home-products {
		margin: 2%;
	}
}
@media all and (max-width: 800px) {
	#home-products-container {
		max-width: 100%;
		justify-content: center;
	}
	.home-products {
		width: 64%;
		justify-content: center;
		
	}
}
@media all and (max-width: 420px) {
	.home-products {
		
	}
}
@media all and (max-width: 380px) {
	.home-products {
		
		width: 70%;
	}
}
@media all and (max-width: 325px) {
	.home-products {
		width: 80%;
	}
}
#learn-more-button {
	font-family: roboto;
	font-weight: 400;
	color: white;
	padding: 9px 10px;
	background-color: #f78f1e;
	font-size: 14px;
	width: 46%;
	transition: background-color .3s ease-out;
	-webkit-transition: background-color .3s ease-out;
}
#learn-more-button:hover {
	background-color: #f7972e;
	transition: background-color .3s ease-in;
	-webkit-transition: background-color .3s ease-in;
}
hr.news-hr {
	width: 70%;
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid #013466;
}
hr.top-hr {
	width: 50%;
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid #013466;
	margin-left: 24%;
	position: absolute;
	margin-top: -30px;
}
#main-container {
	height: 2000px;
	max-width: 100%;
	margin-top: 100px;
	text-align: center;
}
#main-container2 {
	height: 100%;
	max-width: 100%;
	margin-top: 100px;
	text-align: center;
}
#main-container3 {
	height: 100%;
	max-width: 100%;
	margin-top: 100px;
	text-align: center;
}
#main-container4 {
	height: 100%;
	max-width: 100%;
	margin-top: 100px;
	text-align: center;
}
#news {
	color: #474747;
	font-family: roboto;
	font-size: 18px;
	margin-left: 15%;
	margin-top: 100px;
	display: block;
	text-align: left;
}
.news-container {
	margin-left: 17%;
	font-family: roboto;
	float: left;
	margin-right: 31%;
	text-align: left;
}
#post-title {
	color: #2f2f2f;
	font-weight: 400;
}
#post-body {
	color: #474747;
}
#news-post {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-top: 60px;
}
.home-video {
	margin-left: 8%;
	margin-top: 10%;
}
.twitter-feed {
	height: 800px;
	position: relative;
	width: 30%;
	text-align: right;
	display: inline;
	margin-top: 5%;
	margin-left: 6%;
	max-height: 100%;
	overflow: hidden;
	float: left
}
.footer {
	height: 200px;
	width: 100%;
	background-color: #002b54;
	display: flex;
	position: relative;
}
#bsslogo2 {
	margin-left: 2%;
	margin-top: 4%;
	display: flex;
	justify-content: flex-start;
}
hr.footer-hr {
	width: 100%;
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 2px solid #f78f1e;
	margin-top: 2%;
	position: absolute;
}
@media all and (min-width: 2500px) {
	hr.footer-hr {
		margin-top: 1%;
	}
}
.vl {
	border-left: 2px solid #f78f1e;
	height: 200px;
	position: absolute;
	margin-left: 10%;
}
.page-header {
	margin-right: 1% auto;
}
#page-header {
	color: #f78f1e;
	font-size: 52px;
	margin-left: 44%;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 400;
}
#about-bss-img {
	border-radius: 1px;
}
.about-conatiner1 {
	float: left;
	margin-left: 23%;
	margin-top: 2%;
	width: 25%;
}
#about-content1 {
	width: 100%;
	text-align: justify;
	color: #2c2c2c;
}
.about-ul {
	color: #2c2c2c;
	font-family: roboto;
}
.about-conatiner2 {
	margin-left: 5%;
	margin-top: 2%;
	float: left;
	width: 25%;
}
#about-content2 {
	width: 100%;
	text-align: justify;
	color: #2c2c2c;
}
@media all and (max-width: 1285px) {
	.about-conatiner1 {
		margin-left: 18%;
		width: 30%;
	}
	.about-conatiner2 {
		width: 30%;
	}
	#page-header {
		margin-left: 45%;
	}
}
@media all and (max-width: 862px) {
	#page-header {
		margin-left: 43%;
	}
}
@media all and (max-width: 990px) {
	#main-container2 {
		height: 800px;
	}
}
@media all and (max-width: 2560px) {
	#bsslogo2 {
		margin-left: 2%;
		margin-top: 3%;
	}
}
@media all and (max-width: 768px) {
	.about-conatiner1 {
		margin-left: 19%;
		width: 60%;
	}
	.about-conatiner2 {
		margin-top: 80px;
		margin-left: 19%;
		width: 60%;
	}
	#main-container2 {
		height: 1200px;
	}
}
@media all and (max-width: 592px) {
	#page-header {
		margin-left: 41%;
	}
}
@media all and (max-width: 430px) {
	#page-header {
		margin-left: 37%;
	}
}
@media all and (max-width: 375px) {
	#page-header {
		margin-left: 36%;
	}
}
@media all and (max-width: 1500px) {
	.news-container {
		margin-right: 15%;
	}
}
@media all and (max-width: 1366px) {
	.news-container {
		margin-right: 15%;
	}
}
@media all and (max-width: 1280px) {
	#bsslogo2 {
		margin-left: 1%;
		margin-top: 4%;
	}
}
.hamburger {
	display: none;
}
@media all and (max-width: 1024px) {
	.header {
		display: none;
	}
	.hamburger {
		padding: 15px 15px;
		display: inline-block;
		cursor: pointer;
		transition-property: opacity, filter;
		transition-duration: 0.15s;
		transition-timing-function: linear;
		font: inherit;
		color: inherit;
		text-transform: none;
		background-color: transparent;
		border: 0;
		margin-top: 4px;
		overflow: visible;
		float: right;
	}
	.hamburger:hover {
		opacity: 0.7;
	}
	.hamburger-box {
		width: 36px;
		height: 24px;
		display: inline-block;
		position: relative;
	}
	.hamburger-inner {
		display: block;
		top: 50%;
		margin-top: -2px;
	}
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
		width: 40px;
		height: 3px;
		background-color: #f78f1e;
		border-radius: 1px;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
	}
	.hamburger-inner::before, .hamburger-inner::after {
		content: "";
		display: block;
	}
	.hamburger-inner::before {
		top: -10px;
	}
	.hamburger-inner::after {
		bottom: -10px;
	}
	.hamburger--squeeze .hamburger-inner {
		transition-duration: 0.075s;
		transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	.hamburger--squeeze .hamburger-inner::before {
		transition: top 0.075s 0.12s ease, opacity 0.075s ease;
	}
	.hamburger--squeeze .hamburger-inner::after {
		transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	.hamburger--squeeze.is-active .hamburger-inner {
		transform: rotate(45deg);
		transition-delay: 0.12s;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.hamburger--squeeze.is-active .hamburger-inner::before {
		top: 0;
		opacity: 0;
		transition: top 0.075s ease, opacity 0.075s 0.12s ease;
	}
	.hamburger--squeeze.is-active .hamburger-inner::after {
		bottom: 0;
		transform: rotate(-90deg);
		transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
}
.active-menu {
	display: block !important;
}
#menu {
	display: none;
}
.menu {
	width: 100%;
	margin-top: 100px;
	position: absolute;
	padding: 0;
}
.menu ul {
	list-style-type: none;
}
.menu li {
	font-size: 20px;
	cursor: pointer;
	margin: 0;
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #f78f1e;
	padding: 10px;
	background-color: #002b54;
	transition: background-color .3s ease-out;
	-webkit-transition: background-color .3s ease-out;
}
.menu a {
	width: 100%;
}
.menu li:hover {
	background-color: #033768;
	transition: background-color .3s ease-in;
	-webkit-transition: background-color .3s ease-in;
}
@media all and (max-width: 1250px) {}
@media all and (max-width: 1500px) {}
@media all and (max-width: 927px) {}
@media all and (max-width: 1005px) {
	.home-video {
		margin-left: 2%;
	}
}
@media all and (max-width: 919px) {
	.home-video {
		width: 500px;
		float: left;
	}
}
@media all and (max-width: 840px) {
	.home-video {
		width: 470px;
	}
	.main-container-media {
		margin-left: 13% !important;
	}
}
@media all and (max-width: 430px) {
	.main-container-media {
		margin-left: 0% !important;
	}
}
@media all and (max-width: 760px) {
	.home-video {
		width: 400px;
		float: left;
	}
}
+@media all and (max-width: 465px) {
	.home-video {
		width: 380px;
		float: left;
	}
	.news-header {
		margin-top: 100px;
	}
}
@media all and (max-width: 760px) {
	.twitter-feed {
		height: 600px;
		position: relative;
		width: 60%;
	}
}
@media all and (max-width: 475px) {
	#main-container {
		height: 2900px;
	}
}
@media all and (max-width: 418px) {
	#main-container {
		height: 3100px;
	}
}
@media all and (max-width: 410px) {
	.news-header-media {
		margin-top: 100px;
	}
}
@media all and (max-width: 398px) {
	.home-video {
		width: 330px;
		float: left;
	}
}
@media all and (max-width: 352px) {
	.home-video {
		width: 290px;
		float: left;
	}
}
@media all and (max-width: 360px) {
	#main-container {
		height: 3200px;
	}
}
@media all and (max-width: 320px) {
	#main-container {
		height: 3260px;
	}
}
@media all and (min-width: 330px) {
	.footer-text {
		font-size: 12px;
		margin-left: 3%
	}
}
@media all and (max-width: 380px) {
	#bsslogo2 {
		width: 24%;
		height: auto;
	}
}
@media all and (max-width: 1375px) {
	#bsslogo2 {
		margin-left: 1%;
	}
}
@media all and (max-width: 1160px) {
	.vl {
		margin-left: 11%;
	}
}
@media all and (max-width: 1034px) {
	.vl {
		margin-left: 12%;
	}
}
@media all and (max-width: 946px) {
	.vl {
		margin-left: 13%;
	}
}
@media all and (max-width: 874px) {
	.vl {
		margin-left: 14%;
	}
}
@media all and (max-width: 805px) {
	.vl {
		margin-left: 15%;
	}
}
@media all and (max-width: 743px) {
	.vl {
		margin-left: 16%;
	}
}
@media all and (max-width: 691px) {
	.vl {
		margin-left: 17%;
	}
}
@media all and (max-width: 650px) {
	.vl {
		margin-left: 19%;
	}
}
@media all and (max-width: 1160px) {
	.vl {
		margin-left: 20%;
	}
}
@media all and (max-width: 536px) {
	.vl {
		margin-left: 22%;
	}
}
@media all and (max-width: 494px) {
	.vl {
		margin-left: 24%;
	}
}
@media all and (max-width: 446px) {
	.vl {
		margin-left: 26.5%;
	}
}
@media all and (max-width: 402px) {
	.vl {
		margin-left: 28%;
	}
}
.footer-text {
	width: 100%;
	color: #f78f1e;
	font-family: roboto;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-wrap: wrap;
	flex-direction: column;
}
@media all and (max-width: 562px) {
	#bsslogo2 {
		display: none;
	}
	.vl {
		display: none;
	}
	.footer-text {
		font-size: 16px;
	}
}
@media all and (max-width: 465px) {
	.footer-text {}
}
@media all and (max-width: 420px) {
	.footer-text {}
}
/*MEDIA*/

.media-description-img {
	width: 30%;
	height: 150px;
	background-color: blue;
	display: inline-block;
	float: right;
	margin-right: 16%;
	margin-top: 1.7%;
}
.media-description-img-2 {
	width: 44%;
	height: 250px;
	background-color: blue;
	display: inline-block;
	margin-top: 6%;
	margin-left: 40%;
}
.align-media {
	margin-top: -20% !important;
}
.align-media-2 {
	margin-top: -10% !important;
}
#media-description {
	width: 40%;
	display: inline-block;
}
#media-description-2 {
	display: inline-block;
	width: 44%;
	margin-left: 40%;
}
.media-title-2 {
	display: inline-block;
	width: 44%;
	margin-left: 40%;
}
.home-productsm {
	margin-left: -7%;
}
.twitter-feed-2 {
	height: 800px;
	position: relative;
	max-width: 100% !important;
	text-align: right;
	display: inline;
	margin-top: -45.9%;
	margin-left: 14%;
	max-height: 100%;
	overflow: hidden;
	float: left
}
.twitter-feed-info-2 {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 100% !important;
}
@media all and (max-width: 375px) {}
@media all and (max-width: 2560px) {
	.align-media {
		margin-top: -17% !important;
	}
	.twitter-feed-2 {
		margin-top: -33.5%;
	}
}
@media all and (max-width: 1920px) {
	.twitter-feed-2 {
		height: 800px;
		position: relative;
		max-width: 100% !important;
		text-align: right;
		display: inline;
		margin-top: -45.9%;
		margin-left: 14%;
		max-height: 100%;
		overflow: hidden;
		float: left
	}
	.align-media {
		margin-top: -20% !important;
	}
	.align-media-2 {
		margin-top: -10% !important;
	}
	#media-description {
		width: 40%;
		display: inline-block;
	}
	#media-description-2 {
		display: inline-block;
		width: 44%;
		margin-left: 40%;
	}
}
@media all and (max-width: 1600px) {
	.twitter-feed-2 {
		margin-top: -54.5%;
	}
}

@media all and (max-width: 1440px) {
	.twitter-feed-2 {
		margin-top: -59.5%;
	}
}
@media all and (max-width: 1366px) {
	.twitter-feed-2 {
		margin-top: -64.5%;
	}
}
@media all and (max-width: 1280px) {
	.twitter-feed-2 {
		margin-top: -69%;
	}
}
}
@media all and (max-width: 1027px) {
	#media-description {
		margin-top: 0px;
	}
	.mobile-img-move {}
	.mobile-img-move-2 {
		margin-top: 50px;
	}
	.mobile-img-move-3 {
		margin-top: 50px;
	}
	.media-description-img-2 {}
}
@media all and (max-width: 1366px) {}
@media all and (max-width: 414px) {
	.media-description-img {
		width: 90%;
		margin-left: -5%;
		padding: 0px;
		float: none;
	}
	#media-description {
		width: 90%;
		margin-left: -5%;
	}
	#product-title {
		width: 90%;
		margin-left: -5%;
	}
	.mobile-img-move {
		margin-top: 100px;
	}
	.mobile-img-move-2 {
		margin-top: 200px;
	}
	.mobile-img-move-3 {
		margin-top: 50px;
	}
	.media-description-img-2 {
		width: 90%;
		margin-left: -5%;
		float: none;
	}
}
@media all and (max-width: 375px) {
	.media-description-img {
		width: 90%;
		margin-left: -5%;
		padding: 0px;
		float: none;
	}
	#media-description {
		width: 90%;
		margin-left: -5%;
	}
	#product-title {
		width: 90%;
		margin-left: -5%;
	}
	.mobile-img-move {
		margin-top: 100px;
	}
	.mobile-img-move-2 {
		margin-top: 200px;
	}
	.mobile-img-move-3 {
		margin-top: 50px;
	}
	.media-description-img-2 {
		width: 90%;
		margin-left: -5%;
		float: none;
	}
}
@media all and (max-width: 360px) {
	.media-description-img {
		width: 90%;
		margin-left: -5%;
		padding: 0px;
		float: none;
	}
	#media-description {
		width: 90%;
		margin-left: -5%;
	}
	.home-products-container {
		width: 0%;
	}
	#product-title {
		width: 90%;
		margin-left: -5%;
	}
	.home-products {
		margin-left: 0%;
	}
	.mobile-img-move {
		margin-top: 100px;
	}
	.mobile-img-move-2 {
		margin-top: 200px;
	}
	.mobile-img-move-3 {
		margin-top: 50px;
	}
	.media-description-img-2 {
		width: 90%;
		margin-left: -5%;
		float: none;
	}
}
@media all and (max-width: 320px) {
	.media-description-img {
		width: 90%;
		margin-left: -5%;
		padding: 0px;
		float: none;
	}
	#media-description {
		width: 90%;
		margin-left: -5%;
	}
	.home-products-container {
		width: 0%;
	}
	#product-title {
		width: 90%;
		margin-left: -5%;
	}
	.home-products {
		margin-left: 0%;
	}
	.mobile-img-move {
		margin-top: 100px;
	}
	.mobile-img-move-2 {
		margin-top: 200px;
	}
	.mobile-img-move-3 {
		margin-top: 50px;
	}
	.media-description-img-2 {
		width: 90%;
		margin-left: -5%;
		float: none;
	}
}
@media all and (max-width: 1050px) {
	.media-description-img {
		width: 90%;
		margin-left: -5%;
		padding: 0px;
		float: none;
	}
	#media-description {
		width: 90%;
		margin-left: -5%;
	}
	#media-description-2 {
		width: 90%;
		margin-left: -5%;
	}
	.align-media {
		margin-top: -50% !important;
	}
	.mobile-img-move {
		margin-top: 10%;
	}
	.mobile-img-move-2 {
		margin-top: 55%;
	}
	.mobile-img-move-3 {
		margin-top: 15%;
	}
	.media-description-img-2 {
		width: 90%;
		margin-left: -5%;
		float: none;
	}
	.twitter-feed-2 {
		margin-top: 5%;
		max-width: 80% !important;
		margin-left: 34% !important;
	}
}
@media screen and (max-width: 850px) {
	.twitter-feed-2 {
		margin-left: 33% !important;
	}
}
@media screen and (max-width: 650px) {
	.twitter-feed-2 {
		margin-left: 27% !important;
		height: 700px;
	}
}
@media screen and (max-width: 597px) {
	.twitter-feed-2 {
		height: 600px;
		margin-left: 17%;
	}
}
@media screen and (max-width: 500px) {
	.twitter-feed-2 {
		margin-top: 5%;
		max-width: 80% !important;
		margin-left: 12% !important;
	}
}
@media screen and (max-width: 444px) {
	.twitter-feed-2 {
		margin-left: 13% !important;
		margin-top: 5%;
		height: 800px;
	}
}
@media screen and (max-width: 384px) {
	.twitter-feed-2 {
		margin-left: 11% !important;
	}
}
@media screen and (max-width: 375px) {
	.twitter-feed-2 {
		margin-left: 11% !important;
	}
}
/*PRODUCTS*/

.products {
	display: flex;
	flex-direction: column;
	align-content: center;
	flex-wrap: wrap;
	min-width: 25%;
	margin-top: 100px;
	margin-left: 6%;
	float: left;
}


.products-container {
	text-align: center;
}
#prod-container-1 {
	margin-top: 100px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}
#prod-container-2 {
	margin-top: 100px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 100px;
}
@media all and (min-width: 1000px) {
	.products {
		max-width: 35%;
	}
}

@media all and (max-width: 768px) {
	.products{
		margin-left: 25%;
		
	}
}
.product-image {
	width: 100%;
	height: auto;
}
.product-img-container {
	width: 65%;
}
.product-description {
	font-size: 15px;
	color: #474747;
	text-align: left !important;
	width: 60%;
}
#product-title {
	color: #2f2f2f;
	font-family: arial;
	text-align: bottom;
	position: relative;
	text-align: left;
	width: 66%;
}
/*CONTACT*/

.ctc-form {
	margin-left: 15%;
	width: 50%;
	float: left;
	margin-bottom: 100px;
}
.input {
	display: block;
	min-width: 55%;
	padding: 15px;
	margin: 30px;
}
.contact-button {
	font-family: roboto;
	margin-left: 30px;
	margin-top: 15px;
	width: 38%;
	height: 50px;
	border: 1px solid #002b54;
	cursor: pointer;
	background-color: #002b54;
	color: white;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	float: left;
}
button:hover {
	background-color: #064784;
	border: 1px solid #064784;
	transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;
}
.ctc-ul {
	list-style-type: none;
	width: 20%;
	float: left;
	margin-left: 10%;
}
.background {
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	object-fit: cover;
	max-width: 100%;
	height: 90vh;
	display: flex;
	text-align: center;
	z-index: -1;
}

#background-mobile{
	
}

@media all and (max-width: 1024px){
	#background-mobile{
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	object-fit: cover;
	background-image: url(../img/1835-23214.JPG);
	max-width: 100%;
	height: 90vh;
	display: flex;
	text-align: center;
	
	}

	.background{
		display: none;
	}
}

.background2 {
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	object-fit: cover;
	background-image: url(../img/1830-08171.JPG);
	max-width: 100%;
	height: 90vh;
	display: flex;
	text-align: center;
}

.background3 {
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	object-fit: cover;
	background-image: url(../img/1825-007163.JPG);
	max-width: 100%;
	height: 90vh;
	display: flex;
	text-align: center;
}

.background4 {
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	object-fit: cover;
	background-image: url(../img/1814-04374.JPG);
	max-width: 100%;
	height: 90vh;
	display: flex;
	text-align: center;
}

.background5 {
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	object-fit: cover;
	background-image: url(../img/unnamed.JPG);
	max-width: 100%;
	height: 90vh;
	display: flex;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	.background {
		background-attachment: scroll;
	}

	.background2 {
		background-attachment: scroll;
	}

	.background3 {
		background-attachment: scroll;
	}

	.background4 {
		background-attachment: scroll;
	}
	.background5 {
		background-attachment: scroll;
	}
	
}
.div-center {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	z-index: 999;

}

@media all and (max-width: 1024px){
	.div-center{
		background-color: rgba(0,0,0,.3);
	}
}

#center-title {
	display: inline-block;
	color: #f78f1e;
	font-size: 110px;
	font-family: 'Teko', sans-serif;
}

.beep{
	display: flex;
	justify-content: center;
}
@media all and (max-width: 325px) {
	.center-title {}
}
#more {
	color: #f78f1e;
	padding: 10px 35px;
	font-size: 30px;
	border-radius: 25px;
	margin-top: 50px;
	cursor: pointer;
	font-family: 'Teko', sans-serif;
	transition: background-color .5s ease-out, color .5s ease-out;
	-webkit-transition: background-color .5s ease-out, color .5s ease-out;
}
#more:hover {
	color: #002b54;
	background-color: #e8993a;
	transition: background-color .5s ease-in, color .5s ease-in;
	-webkit-transition: background-color .5s ease-in, color .5s ease-in;
}
@media all and (max-width: 530px) {
	#center-title {
		margin-top: 80px !important;
		width: 100%;
	}
}
/*social media logos*/

ul.social-logos {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	list-style-type: none;
	padding-left: 0;
}
li.social-logos {
	padding-left: 5px;
	padding-right: 5px;
}
.about-ul {}
.about-li {
	color: #474747;
}
.about-img-div {
	display: flex;
	justify-content: flex-start;
}
.about-img {
	margin: 0;
	width: 100%;
	border-radius: 3px;
	object-fit: contain;
}

/*
@media all and (max-width: )*/
/*MEDIA*/

.gallery {
	margin-top: 100px;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.gallery-image {
	object-fit: cover;
	margin: 10px;
	max-width: 25%;
	height: auto;
}
@media all and (max-width: 810px) {
	.gallery {
		flex-direction: column;
		align-items: center;
	}
	.gallery-image {
		max-width: 70%;
	}
}

/*ADMIN STUFF*/

.image-upload-button{
	margin-top: 5px;
	font-family: roboto;
	padding: 15px 20px;
	border: 1px solid #002b54;
	cursor: pointer;
	background-color: #002b54;
	color: white;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
}

.choose-file-btn{
	margin-top: 5px;
	font-family: roboto;
	padding: 12px 30px;
	border: 1px solid #002b54;
	cursor: pointer;
	background-color: #002b54;
	color: white;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
}

.admin-container{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	
}

.admin-box{
	width: 40%;
	height: 40vh;
	background-color: #002b54;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	margin: 12px;
	border-radius: 4px;
}

.shopify-container{
	padding-bottom: 30%;
	height: 100%;
	width: 100%;
	position: relative;
}

.footer-distributed{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	height: 300px;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 55px 50px;
	bottom: 0;
	margin-top: 550px;
	display: flex;
	position: relative;

}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #f78f1e;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #5383d3;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #f78f1e;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-content: center;
		align-items: center;
		width: 100%;
		height: 600px;
		margin-top: 3000px;
		/*margin-bottom: 40px !important;*/
		text-align: center !important;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		/*display: flex;
		flex-direction: column;
		justify-content: center;
		align-content: center;
		align-items: center;*/
		width: 100%;
		height: 600px;
		margin-bottom: 40px !important;
		text-align: center !important;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

	.products{
		margin-left: 4%;
	}
}

/*@media (max-width: 1730px) {

	.footer-distributed{
		margin-top: 40%;
	}

}

@media (max-width: 1466px) {

	.footer-distributed{
		margin-top: 40%;
	}

}
*/
