/* @import url(/css/reset.css); */
@import url(/css/animate.css);


/* <img src="img/gallery/1.jpg" loading="lazy" alt=""> */


:root {
  --bg_section_pic: rgba(0, 148, 255, 0.4);
  --bg_block_gradient: linear-gradient(180deg, rgba(154, 193, 241, 0.59) 0%, rgba(255, 255, 255, 0) 100%);
  --bg_section: #2B6691;
  --font_color: #2B6691;
  --font_color_light: #fff;
  --font_color_dark: #2B6691;
  --font_size: 10px;
}


/* body, header, footer, nav, main, section, aside, ol, li, div {
  border: 1px solid red;
} */


html {
  height: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
body {
    display: flex;
    flex-direction: column;
    height: auto;
    /* min-height: 100%; */
}

.gap {
  padding: 0em calc(4% + (100vw - 360px) /100) 3em;
}

footer.footer {
  background: black;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #c8c8c8 !important;
  padding: 2em 1em 1em !important;
  line-height: 1.3 !important;
  font-size: calc(var(--font_size) * 2.2);
  text-transform: uppercase;
  font-family: sans-serif;
  box-sizing: border-box;
}

footer.footer p, footer.footer a {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 60%;
	color: #c8c8c8 !important;
}
footer.footer a:hover {
  color: #00ff7b !important;
}
p.footer__copyright::before {
  content: "©";
  padding: 0 0.25em 0 0;
}







/* POLICY STYLES #################### */

section.policy {
  color: var(--font_color);  
  font-family: sans-serif;
  font-size: calc(var(--font_size) * 2.2);
  line-height: 1.3;
}
section.policy > h1 {
  text-align: center;
  font-size: calc(150% + ((100vw - 360px) / 100));
  font-weight: 900;
  text-transform: uppercase;
  padding: 3em 0 0;
}

section.policy > h2 {
  text-align: center;
  font-size: calc(120% + ((100vw - 360px) / 100));
  font-weight: 900;
  text-transform: uppercase;
  padding: 1.5em 0 1em;
}

section.policy > h3 {
  text-align: left;
  font-size: calc(110% + ((100vw - 360px) / 200));
  font-weight: 900;
  padding: 0.25em 0;
}

section.policy > p {
  font-size: 100%;
  padding: 0.75em;
}


section.policy a {
  color: blue;
  text-decoration: underline;
}



































/* @MEDIA #################### */

@media only screen and (min-width:320px) and (max-width:375px) {
	:root {
	--font_size: 8px;
	}	
}

@media only screen and (min-width:376px) and (max-width:480px) {
	:root {
	--font_size: 8px;
	}
}

@media only screen and (min-width:481px) and (max-width:670px) {
	:root {
	--font_size: 8px;
	}
}

@media only screen and (min-width:671px) and (max-width:768px) {
	:root {
	--font_size: 8px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
	:root {
	--font_size: 8px;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
	:root {
	--font_size: 8px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
	:root {
	--font_size: 9px;
	}
}

@media only screen and (min-width: 1281px) and (max-width: 1366px) {
	:root {
	--font_size: 9px;
	}
}

@media only screen and (min-width: 1367px) and (max-width: 1600px) {
	:root {
	--font_size: 10px;
	}
}

@media only screen and (min-width: 1601px) and (max-width: 1920px) {
	:root {
	--font_size: 11px;
	}
}

@media only screen and (min-width: 1921px) and (max-width: 2048px) {
	:root {
	--font_size: 12px;
	}
}

@media only screen and (min-width: 2049px) and (max-width: 2560px) {
	:root {
	--font_size: 16px;
	}
}

@media only screen and (min-width: 2561px) {
	:root {
	--font_size: 20px;
	}
}