@charset "UTF-8";

/* Default body */
body {
	color: #000 !important; 
	background: #fff !important; 
  font-family: "Courier", "Georgia","Serif";
}


button {cursor: pointer;}

/* ------------------------------------ colors ---------------------------------*/

/* ----------- Background Colors--------------- */ 

.bg_lightblue {background-color: #C7E0E2;}
.bg_yellow {background-color: #f8d448;}
.bg_blue {background-color: #03656D;}
.bg_pink {background-color: #c05e97;}
.bg_grey {background-color: #C1CFD1;}
.bg_white {background-color: #ffffff;}
.bg_black {background-color: #000;}

.bg_green_transparent {background-color: rgba(43,139,125,0.6);}


/* ----------- Font Colors--------------- */ 

.font_pink {color: #c05e97;} 
.font_lightblue {color: #C7E0E2;}
.font_yellow {color: #f8d448;}
.font_grey {color: #505458;}
.font_blue {color: #03656D;}
.font_black {color: #000;} /* black */
.font_white {color: #fff; -webkit-font-smoothing: antialiased !important; font-smoothing: antialiased !important;}




/* ----------------------------------- TEXTS ------------------- */

@font-face {
  font-family: "FuturaBT_Heavy"; 
  src: url('../fonts/FuturaBT_Heavy.eot'); 
  src: url('../fonts/FuturaBT_Heavy.woff') format('woff');
}

@font-face {
  font-family: "FuturaBT_Medium"; 
  src: url('../fonts/FuturaBT_Medium.eot'); 
  src: url('../fonts/FuturaBT_Medium.woff') format('woff');
}


@font-face {
  font-family: "FuturaBT_Book"; 
  src: url('../fonts/FuturaBT_Book.eot'); 
  src: url('../fonts/FuturaBT_Book.woff') format('woff');
}


/* Fonts */
.super_header {
    font-family: "Helvetica", "Verdana","Sans-Serif";
    font-size: 36px !important;
    font-weight: bold;
    line-height: 45px;
    letter-spacing: 0px;
    z-index: 2 !important;
    letter-spacing: 10px;
}
.font_header_1 {
    font-family: "Helvetica", "Verdana","Sans-Serif";
    font-size: 32px !important;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 0px;
    z-index: 2 !important;
    letter-spacing: 10px;
}
.font_header_2 {
    font-family: "Helvetica", "Verdana","Sans-Serif";
    font-size: 25px !important;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0px;
    z-index: 2 !important;
}
.font_header_3 {
    font-family: "Courier", "Georgia","Serif";
    font-size: 18px !important;
    font-weight: normal;
    line-height: 25px;
    letter-spacing: 0px;
    z-index: 2 !important;
    letter-spacing: 5px;
    font-style: italic;
}
.font_text_1 {
    font-family: "Courier", "Georgia","Serif";
    font-size: 16px !important;
    z-index: 2 !important;
    font-weight: lighter !important;
    line-height: 22px !important;
    padding-bottom: 10px !important;
}
.font_text_1_bold {
    font-weight: bold !important; letter-spacing: 2px;
}


/* Text responsive adjustments */
@media (min-width: 700px) {
  .super_header {font-size: 56px !important; line-height: 65px !important;}
  .font_header_1 {font-size: 32px !important; line-height: 40px !important;}
  .font_header_2 {font-size: 32px !important; line-height: 40px !important;}
  .font_header_3 {font-size: 18px !important; line-height: 25px !important;}
  .font_text_1 {font-size: 16px !important; line-height: 22px !important;}
  .modal {font-size: 14px !important; line-height: 22px !important;}
}
@media (min-width: 992px) {
  .super_header {font-size: 67px !important; line-height: 75px !important;}
  .font_header_1 {font-size: 36px !important; line-height: 45px !important;}
  .font_header_2 {font-size: 36px !important; line-height: 45px !important;}
  .font_header_3 {font-size: 19px !important; line-height: 27px !important;}
  .font_text_1 {font-size: 16px !important; line-height: 23px !important;}
  .modal {font-size: 15px !important; line-height: 23px !important;}
}
@media (min-width: 1200px) {
  .super_header {font-size: 70px !important; line-height: 78px !important;}
  .font_header_1 {font-size: 38px !important; line-height: 48px !important;}
  .font_header_2 {font-size: 38px !important; line-height: 48px !important;}
  .font_header_3 {font-size: 22px !important; line-height: 32px !important;}
  .font_text_1 {font-size: 16px !important; line-height: 24px !important;}
  .modal {font-size: 16px !important; line-height: 24px !important;}
}


#me {position: absolute; top: -100px; right: 100px;}

/* SIZES */

.h-50 {min-height: 50vh !important;}
.h-90 {min-height: 90vh !important;}
.h-100 {min-height: 100vh !important;}

@media (max-width: 991px) {

}

a {
    color: #C7E0E2;
    transition: all 0.3s;
}
a:hover {
    color: #C7E0E2;
    opacity: 0.9;
    transition: all 0.3s;

}

.moreLink {color: #2b8b7d !important; font-style: italic; text-decoration: underline;}


/* MISC */
.max300 {max-width: 300px;}
.max200 {max-width: 200px;}
.paddingTop {padding-top: 20px;}
.paddingTop60 {padding-top: 60px;}
.paddingLeft {padding-left: 20px;}

#hotSpot_1 {top: 2%; left: 14%;}
#hotSpot_2 {top: 30%; left: 70%;}
#hotSpot_3 {top: 71%; left: 47%;}

.hotSpot {position: absolute;}


button:focus {outline:0;}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Helvetica", "Verdana","Sans-Serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: rgba(255,255,255,0.75);
    background-clip: padding-box;
    border: 2px dashed rgba(0,0,0,1);
    border-radius: .3rem;
}

.popover-body {
    padding: .5rem .75rem;
    color: #000;
}

.popover .arrow {display: none;}

.bs-popover-right .arrow:after {
  border-right-color: #fff;
}

.bs-popover-bottom .arrow:after {
    border-bottom-color: #fff;
}

.bs-popover-left .arrow:after {
  border-left-color: #fff;
}

.bs-popover-top .arrow:after {
    border-top-color: #fff;
}
