/*
 * bluetinweb custom css additions to helix custom code template
 * 22-02-2023
 */
@charset "UTF-8";

/* 1. CUSTOM CSS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@font-face {
    font-family: 'futuramedium';
    src: url('../fonts/futura.eot');
    src: url('../fonts/futura.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura.woff2') format('woff2'),
         url('../fonts/futura.woff') format('woff'),
         url('../fonts/futura.ttf') format('truetype'),
         url('../fonts/futura.svg#futuramedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_lightregular';
    src: url('../fonts/futura-light.eot');
    src: url('../fonts/futura-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura-light.woff2') format('woff2'),
         url('../fonts/futura-light.woff') format('woff'),
         url('../fonts/futura-light.ttf') format('truetype'),
         url('../fonts/futura-light.svg#futura_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_lightoblique';
    src: url('../fonts/futura-lightoblique.eot');
    src: url('../fonts/futura-lightoblique.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura-lightoblique.woff2') format('woff2'),
         url('../fonts/futura-lightoblique.woff') format('woff'),
         url('../fonts/futura-lightoblique.ttf') format('truetype'),
         url('../fonts/futura-lightoblique.svg#futura_lightoblique') format('svg');
    font-weight: normal;
    font-style: normal;
}

body,p,a {
font-family: 'futura_lightregular', Fallback, sans-serif;
font-size: 1.1rem;
}

h1,h2,h3,h4,h5,h6 {
font-family: 'futuramedium', Fallback, sans-serif;
}

h1 {
font-size: 1.7rem !important;
}

h2 {
font-size: 1.rem !important;
}

h3 {
font-size: 1.rem !important;
}

h4 {
font-size: 1.rem !important;
}

h5 {
font-size: 1.rem !important;
}

h6 {
font-size: 1.rem !important;
}

#sp-menu a {
font-size: 1.3rem;
}

.blax {
color: #333333;
}

.graze {
color: #AAAAAA;
}

.maroon1 {
color: #830B1C;
}

.purple1 {
color: #CC99FE;
}

.bluze{
color: #0099FF;
}

.bold-blue{
color: #0099FF;
font-weight: bolder;
}

.light-blue {
color: #61B3FF;
}

.redz{
color: #FF4D5A;
}

.bold-red{
color: #FF4D5A;
font-weight: bolder;
}

.light-red {
color: #FF9191;
}

.pad20 {
padding: 20px;
}

.indent20 {
padding-left: 20px;
}

.line-height10 {
line-height: 10px;
}

.line-height12 {
line-height: 12px;
}

.line-height15 {
line-height: 15px;
}

.b12px {
font-size: 12px;
}

.b14px {
font-size: 14px;
}

.b16px {
font-size: 16px;
}

.b18px {
font-size: 18px;
}

.b20px {
font-size: 20px;
}

.b22px {
font-size: 22px;
}

.moreBold {
font-weight: bolder;
}

.clearB {
clear: both;
}
.clearL {
clear: left;
}
.clearR {
clear: right;
}

.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-italic {
font-style: italic;
}

/* Image Styles
---------------------------------------------------------------------------- */
	
.img-right, 
.img-left, 
.img-rounded { 
	vertical-align: middle; 
	max-width:100%; height:auto; 
	-ms-interpolation-mode:bicubic; 
}

/* Image Right */

.img-right { 
  float: right; 
  margin: 0 0 10px 30px; 
}

@media handheld, only screen and (max-width: 480px) {
  .img-right { 
    float: none; 
    margin: 0; 
  }
}

/* Image Left */

.img-left { 
  float:left; 
  margin: 0 30px 10px 0; 
}

@media handheld, only screen and (max-width: 480px) {
  .img-left { 
    float: none; 
    margin: 0; 
  }
}

/* Image Center */

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 21px;
  margin-bottom: 21px;
}

/* Image Rounded */

.img-rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* Image Circle */

.img-circle {
	-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Image Polaroid */

.img-polaroid-dark { 
	padding: 7px; 
	background-color: #222;
	border: 1px solid #444;
}

.img-polaroid { 
	padding: 7px; 
	background-color: #eee;
	border: 1px solid #ddd;
}

/* Image Shadow */

.img-shadow-dark {
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.77);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.77); 
  box-shadow: 0 0 5px rgba(0,0,0,.77); 
}

.img-shadow {
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.47);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.47);
  box-shadow: 0 0 5px rgba(0,0,0,.47);
}
.img-shadow.img-right {
  margin-right: 7px;
}
.img-shadow.img-left {
  margin-left: 7px;
}

/* footer Styles
---------------------------------------------------------------------------- */

.footer:hover{
font-weight: bold;	
}

#sp-footer .container-inner {
padding: 10px 0px 0px 0px;
}

#sp-footer a, #sp-bottom a, #sp-footer p, #sp-bottom p {
font-size: 1rem;
}

/* layout Styles
---------------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 480px) {
  .bannerClass { 
    display: none;
  }
}

.move-center {
margin-left: auto; 
margin-right: auto;
width: fit-content;
}

#osmap.osmap-sitemap {
margin-left: auto; 
margin-right: auto;
width: fit-content;
}

#sp-header.header-with-modal-menu a {
color: #FFFFFF;
}

.body-wrapper {
background-color: #000000;
}

#sp-main-body {
background-image: url(../../../images/btwimages/terrence-antoniak-background.jpg);
background-color: #000000;
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
min-height: 720px;
margin: 50px 20px;
padding: 0px 0px 0px 0px;
}

@media handheld, only screen and (max-width: 480px) {
	#sp-main-body {
	}
}

.article-block {
color: #FFFFFF;
background: rgba(0, 0, 0, 0.8);
padding: 0px 10px 10px 0px;
}

.voice-block {
color: #FFFFFF;
background: rgba(0, 0, 0, 0.8);
padding: 0px 0px 10px 0px;
}

.article-header {
background-color: #000000;
color: #DDDDDD;
}

.field-nil-list {
list-style: none;
padding: 0px 0px 0px 0px;
}
