/* reset */
html,body,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,p,q,s,samp,
small,strike,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,form,label,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-size: 100%;
	 font-family: "Inter", sans-serif;
	outline-style: none;
	scroll-behavior: smooth;
	scroll-padding-top: 90px;
}



/* Colors */
:root {	
	--color-primary: #000000; /* black */ 
	--color-secondary:rgb(216, 216, 216); /* grey */
	--color-info: rgb(0, 0, 134); /* blue */
	--color-light: rgb(249, 221, 90);  /* yellow */

	
	--head-frame-height: 130px;
	}
.text-primary {
	color: var(--color-primary) !important;
}
.text-secondary {
	color: var(--color-secondary) !important;
}
.bg-primary {
	background-color: var(--bg-primary) !important;
}
.bg-secondary {
	background-color: var(--color-secondary) !important;
}
.bg-light {
	background-color: var(--color-light) !important;
}
.bg-info {
	background-color: var(--color-info) !important;
}
.bg-danger {
	background-color: var(--color-danger) !important;
}
.bg-dark {
	background-color: var(--color-dark) !important;
}


.bg-white {
	background-color: var(--bg-white) !important;
}
.bg-black {
	background-color: var(--bg-black) !important;
}
.border-bottom {
	border-bottom: 1px dotted var(--color-secondary) !important;
}


/* Buttons */
.btn {
}
.btn-primary {
}
.btn-secondary {
}
.btn-outline-secondary {
}

.envelope {
	max-width: 764px;
	margin: auto;
	/* background-image: url('../images/background.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top right; */
	height: auto;
}
em {
	font-style: italic;
}
textarea:focus, input:focus{
    outline: none;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 15px;
	color: var(--color-primary);
	background-color: rgb(248, 243, 248);
	text-align: left;
	font-style: normal;
	font-weight: 400;
}
.bdy {
	margin: 0px auto 0px  auto;
	max-width: 990px;
	min-width: 320px;
	/* background: url('../images/bg-body.jpg') repeat-y;
	background-position: center;  */
}
.reset {
	clear: both;
	line-height: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
}


a {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.hover-opacity:hover {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0.7;
}
.hover-text-decoration-none:hover {
	text-decoration: none;
}

select, option, input {
	-webkit-appearance: none;
	-moz-appearance: none;
}



/* header */
.header a {
	text-decoration: none;
}

.title h1 {
	font-size: 3.5rem;
}
.card {
	-webkit-transition: all 0.2s;-moz-transition: all 0.2s;-ms-transition: all 0.2s;-o-transition: all 0.2s;transition: all 0.2s;
}
.card:hover {
	opacity: 0.9;
}



/*  main content  */
.main-content {
	width: 100%;
	z-index: 999;
	position: relative;
}
.main-content.no-y-padding {
	padding: 0px 4% 0px 4%;
}
.main-content.no-padding {
	padding: 0px 0px 0px 0px;
}
.content-header {
	background-size: contain !important;
}
.main-content h1, .main-content h2 {
	font-size: 36px;
	font-weight: 700;
	margin: 15px 0px 15px 0px;
}
.main-content h3 {
	font-size: 28px;
	font-weight: 700;
	margin: 15px 0px 20px 0px;
}
.main-content h4 {
	font-size: 18px;
	font-weight: 700;
	margin: 15px 0px 20px 0px;
}
.main-content h2 a, .main-content h3 a {
	text-decoration: none;
}
.main-content h2 a:hover, .main-content h3 a:hover {
	text-decoration: underline;
}
.main-content p {
	margin: 0px 0px 25px 0px;
	font-size: 16px;
}
.main-content a {
	text-decoration: underline;
	color: white;
}
.main-content b, .main-content strong {
}
.main-content a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
.main-content iframe {
	max-width: 100%;
	aspect-ratio: 16/9;
}
.main-content a:hover img {
	opacity:0.9;
	filter: alpha(opacity=90);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.main-content table {
	border-collapse: collapse;
	width: 100%;
	margin: 5px 0px 30px 0px;
}
.main-content tr td {
	padding: 10px 15px 10px 15px;
	vertical-align: middle;
	position: relative;
	border-bottom: 1px dotted white;
}
.main-content input, .main-content textarea, .main-content select  {
}
.main-content input.radio {
	width: 16px;
	height: 16px;
}
.main-content textarea  {
	height: 100px;
}
input.submit, select.select {
	width: 100%;
}
.main-content ul, .main-content ol {
	margin: 10px 0px 20px 0px;
}
.main-content ul li, .main-content ol li {
	margin: 0px 0px 5px 25px;
	font-size: 18px;
}
.main-content hr {
	height: 0px;
	clear: both;
	opacity: 1;
	margin: 25px 0px;
	border-top: 1px dotted rgb(255, 255, 255);
}
.main-content embed {
	max-width: 100%;
}




/* social icons */
.social-icon {
	width: 90px;
}
.social-icon a img {
	max-width: 100%;
	height: auto;
}


/* Accordion */
.accordion-button {
	box-shadow: none !important;
	transition: all 0.2s;
}
.accordion-header {
}
.accordion-button:focus {
	box-shadow: none !important;
}
.accordion-button:hover {
}
.accordion-button:after {
}
.accordion-button:not(.collapsed) {
	background-color: white !important;
}

/* video */
#mainvideo {
  position: fixed !important;
  width: 100%;
  height: 100%;
  min-height: 1050px;
  z-index: -1;
}
.bg-video-canavas {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(180, 180, 180, 0.4);
}
.mphoto {
	background: url('../images-uploads/bgphoto/background.jpg');
	background-size: cover;
	width: 100%;
	height: 100%;
	position: fixed;
}