.c-black {
	color: #3A405A !important;
}
.c-white {
	color: white;
}
html {
        scroll-behavior: smooth;
    }

body {
	background-color: #333;
	font-family: 'Montserrat', sans-serif;
	transition-property: height;
	transition-duration: 1s;
	transition-timing-function: ease;
}
.header {
	position: sticky;
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	transition-property: all;
	transition-duration: 300ms;
	transition-timing-function: ease;
	z-index: 2;
	padding-top: 15px;
	top: 0;
}
.header_container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.header__logo {
	height: 45px;
	width: auto;
}
.header__logofont {
	fill: white;
}
.header__logofont_black {
	fill: #3A405A;
}
.header__scrolled {
	position: sticky !important;
	top: 0;
/*	background-color: #171717e8;*/
	z-index: 500;
}
.dropdown-toggle {
	color: white;
}
.index_frame__gradientwhite {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,  #ffffff 30%, #ffffff00 126.36%);
	z-index: 1
}
.index_frame__gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(123.15deg, #1e1e1ec9 -0.37%, #5b5b5b00 126.36%);
	z-index: 1
}
.index_frame__h2 {
	font-size: 72px;
	margin-left: -0.4rem;
	margin-bottom: 2rem;
}
.index_frame__text {
	display: block;
	max-width: 55ch;
}
.index_frame__h2.text-center {
	margin-left: 0;
	margin-bottom: 3rem;
}
.header_links {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	margin-right: -15px;
}
.header_links a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color: white;
	font-size: 18px;
	padding: 0.5em 15px;
}

.index_frame {
	color: white;
	min-height: 600px;
	height: 100vh;
	display: flex;
	align-items: center;
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
}
.index_frame_container {
	z-index: 2;
}
.index_frame__bg {
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	z-index: -1;
	background: linear-gradient(123.15deg, #424242 6.63%, #5B5B5B 73.36%);
}
.index_mouse {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: center;
	bottom: 60px;
	z-index: 2;
}
.index_mouse img {
	height: 45px;
	width: auto;
}

.index_frame__herotext {
	position: relative;
}
.index_frame__fullheight {
	height: 100vh;
	padding: 10% 0;
}
.project {
	display: flex;
	flex-grow: 1;
	height: 100%;
	position: relative;
}
.project_name_container {
	height: 100%;
}
.projects_container {
	position: relative;
	height: 100%;
}
.projects_container__mac {
	width: auto;
	position: relative;
}
.projects_container__safari {
	position: absolute;
	left: 10.5%;
	top: 7%;
	width: 79%;
}
.projects_container_mobile {
	position: absolute;
	bottom: 2%;
	height: 280px;
}
.projects_container__iphone {
	height: 100%;
	width: auto;
	z-index: 5;
	position: relative;
}
.sitename {
	height: 100%;
}
.sitename h3 {
	margin-bottom: 1rem;
}
.sitename a {
	font-weight: bold;
	color: #258ea6;
	font-size: 1.2rem;
}
.sites_container {
	position: absolute;
	width: 79%;
	top: 6.5%;
	left: 10.5%;
	height: 80.5%;
	overflow: hidden;
}
.sites {
	height: 100%;
	width: 100%;
}
.sites .slick-list {
	height: 100%
}
.project .slick-dots {
	padding-left: 0;
	margin-bottom: -15px;
	position: relative;
	bottom: 0;
	flex-wrap: wrap;
}
.project .slick-dots > li {
	list-style: none;
	margin-bottom: 15px;
}
.project .slick-dots .slick-active {
	filter: brightness(1.5);
}
.project .slick-dots > li button {
	display: block;
	background: #3A405A;
	color: white;
	font-weight: bold;
	width: 30px;
	height: auto;
	border: none;
	margin-right: 0.5rem;
}
.sites .slick-track {
	height: 100%;
}
.sites img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sites_container_mobile {
	position: absolute;
    top: 8%;
    width: 87%;
    height: 90%;
    z-index: 0;
    left: 7%;
    overflow: hidden;
}
.sites-mobile {
	height: 100%;
}
.sites-mobile .slick-list {
	height: 100%
}
.sites-mobile .slick-track {
	height: 100%;
}
.sites-mobile img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.slick-dots {
	display: inline-flex;

}
.slick-arrow {
	position: absolute;
	top: 44%;
	background: unset;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slick-prev {
	left: -30%;
	content: url('/images/arrowLeft.svg');
}
.slick-next {
	right: -10%;
	content: url('/images/arrowRight.svg');
}
.contact_form {
	margin: 0 auto;
	max-width: 50%;
}


html .form-control {
	border-radius: 0 !important;
	border: none !important;
}

html .btn-primary {
	background-color: #258EA6;
}

html .btn-primary:hover {
	background-color: #258EA6;
	filter: brightness(1.2);
}

html .btn {
	border-radius: 0;
	border: none;
}
html .dropdown-menu {
	border-radius: 0;
	border: none;
	min-width: unset;
}

html .dropdown-toggle:hover, html .dropdown-toggle:focus {
	color: white;
}
.collapsed {
	height: 0;
	overflow: hidden;
}

@media (max-width: 576px) {
	.index_frame {
		height: auto;
		min-height: 100vh;
	}
	.index_mouse {
		display: none;
	}
	.projects_container_mobile {
		display: none;
	}
	.project .slick-dots {
		position: relative;
	}
	.index_frame__h2 {
		font-size: 32px;
		margin-bottom: 1rem;
		margin-left: 0;
	}
	.header {
		height: auto;
	}
	.header_logo {
		margin-top: 0.5rem;
	}
	.header_container {
		flex-direction: column;
	}
	.header_links {
		justify-content: center;
	}
	.contact_form {
		max-width: 100%;
	}
	.slick-prev {
		left: -10%;
	}
}

@media (min-width: 576px) {
	.projects_container_mobile {
		display: block;
	}
	.slick-prev {
		left: -20%;
	}
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
	.slick-prev {
		left: -30%;
	}
}

@media (min-width: 1200px) {
}





