    @font-face {
    font-family: 'Futura PT Book';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Book'), url('FuturaCyrillicBook.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Futura PT Light';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Light'), url('FuturaCyrillicLight.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Futura PT Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Medium'), url('FuturaCyrillicMedium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Futura PT Demi';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Demi'), url('FuturaCyrillicDemi.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Futura PT Heavy';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Heavy'), url('FuturaCyrillicHeavy.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Futura PT Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Bold'), url('FuturaCyrillicBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Futura PT Extra Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Extra Bold'), url('FuturaCyrillicExtraBold.woff') format('woff');
    }
body{
  	font-family: 'Futura PT Book', sans-serif;
    font-size: 22px;
    margin: 0;
    overflow-x: hidden;
}
.container {
	max-width: 1440px;
}
main.home {
    margin-top: 70px;
}
nav.home {
    background-color: white;
}
.about {
	margin: auto;
	padding: 20px;
	min-height: calc(100vh - 350px);
	margin-top: 125px;
}
h1.title {
	font-size: 1.9em;
	font-weight: 600;
}
div.intro {
    min-height: 300px;
}
.images > img {
    margin: 15px auto;
}
.rounded-top {
	border-radius: 0 !important;
}
.v2 > img {
    max-height: 600px;
}
.v3 > img {
	max-height: 500px;
}
.navbar-toggler {
	border: none;
}
.navbar-brand {
  font-size: 1.9em;
  font-weight: 600;
}
.img_img {
	width: 100%;
	height: 100%;
}
.img_title {
    font-size: 26px;
}
.img_overlay {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
    background: rgba(0, 0, 0, 0.3 );
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s;
}
.img_overlay > * {
    transform: translateY(20px);
    transition: transform 0.25s;
}
.img_overlay:hover > * {
    transform: translateY(0);
}
.img_overlay:hover {
    opacity: 1;
}
.grid-item .grid-img, .img_div {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0;
	line-height: 0;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 700,
  'GRAD' 0,
  'opsz' 36
}
.navControl {
	text-decoration: none;
	display: inline;
	vertical-align: top;
	color: #222;
	font-size: 18px;
}
video, iframe {
	max-width: 100%;
}
div.controls {
	width: 50%;
}
.img-fluid.rounded-top {
    max-width: 1200px;
    margin: 30px auto;
}
.igvideo {
	width: 400px;
	height: 711px;
	margin: auto;
}
.nav-link:hover {
	background-image: linear-gradient(currentColor,currentColor);
	background-repeat: repeat-x;
	background-size: 1px 1px;
	background-position: 0 100%;
	background-position: 0 calc(90% - 0.1em);
}
nav.bg-light {
	background-color: white !important;
}
.custom-toggler.navbar-toggler {
  	border-color: transparent;
} 
#togglerIcon {
	font-size: 30px;
}
.iglogo {
	height: 100px;
	border-radius: 50px;
}
@media only screen and (min-width: 768px) {
	.v2 > img {
		margin: 15px;
	}
	.v3 > img {
		margin: 15px;
	}
	main.home {
		margin-top: 65px;
	}
	.about {
		max-width: 700px;
	}
	.img_title {
		font-size: 35px;
	}
}
