/***************************************************************/
/*                                                             */
/* Style sheet for HB Coco & Company                           */
/*                 Updated website                             */
/*                                                             */
/*                                                             */
/* 03-Dec-2020: Initial release                                */
/*                                                             */
/*                                                             */
/***************************************************************/

@import url('https://fonts.googleapis.com/css?family=Khula:400,600,700|Libre+Franklin:400,600,700|NTR');

@font-face {
  font-family: Yanone Kaffeesatz; 
  src: url('../fonts/YanoneKaffeesatz-Regular.eot'); 
  src: local("Yanone Kaffeesatz"), url('../fonts/YanoneKaffeesatz-Regular.ttf'); 
} 

html {
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

body {
  font: normal 0.80em "Khula", arial, sans-sarif;
  background: #000;
  color: #eee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

p {
  font: normal 135% "Khula", arial, sans-sarif;
  padding: 0 0 15px 0;
  line-height: 1.25em;
}

img {
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font: normal 170% "Khula", arial, sans-serif;
  color: #fff;
  margin: 0 0 13px 0;
  padding: 15px 0 5px 0;
}

h1 {
  font: 220% 'Yanone Kaffeesatz', arial, sans-serif;
  text-shadow: #000 0.1em 0.1em 0.1em;
  letter-spacing: 0.03em;
  color: #cba;
}

h2 {
  font: 170% 'Yanone Kaffeesatz', arial, sans-serif;
  text-shadow: #111 0.1em 0.1em 0.1em;
  letter-spacing: 0.03em;
  color: #ccb;
}

h3 {
  font-size: 125%;
  font-weight: 600;
  color: #464;
}

h4 {
  font-size: 150%;
  font-weight: 700;
  text-shadow: #678 0.0em 0.1em 0.2em;
  letter-spacing: 0.11em;
  padding: 0 0 0 144px;
  color: #0a1e41;
}

h5, h6 {
  margin: 0;
  padding: 0 0 15px 0;
  font: italic 95% arial, sans-serif;
  color: #888;
  line-height: 1.5em;
}

h6 {
  color: #362c20;
}

a, a:hover {
  background: transparent;
  outline: none;
  text-decoration: none;
  color: #777;
}

a:hover {
  color: #403838;
}

blockquote {
  margin: 20px 0; 
  padding: 10px 20px 0 20px;
  border: 1px solid #e5e5db;
  background: #fff;
}

ul {
  margin: 2px 0 22px 17px;
}

ul li {
  margin: 0 0 4px 0; 
  padding: 0 0 4px 5px;
}

ol {
  margin: 8px 0 22px 20px;
}

ol li {
  margin: 0 0 11px 0;
}

.left {
  float: left;
  width: auto;
  margin-right: 10px;
}

.right {
  float: right; 
  width: auto;
  margin-left: 10px;
}

.center {
  display: block;
  text-align: center;
  margin: 20px auto;
}

#main, header, #logo, #site_content, footer {
  margin-left: auto; 
  margin-right: auto;
}

#main {
  background-image: url(../images/Cloud_Backgrnd_980x640_canv_a.jpg);
  background-repeat: no-repeat;
  background-position: center; 
  position: relative;  
  width: 980px;
  height: 640px;
  margin: 5px auto -20px auto;
  padding: 20px 0 0 0;
}

.cleaner_h05 {
  clear: both; 
  width: 100%; 
  height: 5px; 
}

/*****************************************
* Header: Logo and Navigation Menu 
*/
#header {
  width: 950px;
  height: 150px;
  margin: 15px 0 0 0;
  opacity: 0.5;
}

#logo {
  width: 900px;
  position: relative;
  height: 92px;
  background: url(../images/logo_h.png) repeat-x;
  opacity: 0.9;
  margin: 0px auto 0 auto;
/*  border-radius: 10px 10px 0 0; */
  -webkit-border: 10px 10px 15px 15px;
  -moz-border-radius: 10px 10px 15px 15px;
  -o-border: 10px 10px 15px 15px;
  -ms-border: 10px 10px 15px 15px;
  padding: 0 25px 25px 19px;
}

.menu {
  height: 45px;
  width: 980px;
  border-bottom: 3px solid;
  border-color: #61614e;
  background: url(../images/menubar_b.png);
  border-radius: 10px 10px 0 0;
  -webkit-border: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -o-border: 10px 10px 0 0;
  -ms-border: 10px 10px 0 0;
  color: #fff;
}

.menu ul {
  margin: 0 0 0 20px;
}

.tabs li {
  float: left; 
  margin: 0; 
  padding: 0;
  list-style: none;
}

.tabs li a {
  text-shadow: 4px 4px 2px #111;
  display: block;
  float: left;
  height: 29px;
  font: 20px 'Yanone Kaffeesatz', arial, sans-serif;
  text-decoration: none; 
  padding: 16px 36px 0 19px;
  border-right: 2px solid;
  border-color: #2c2c2a;
  color: #b3a393;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.tabs li a:hover, .tabs li.selected a, .tabs li:hover {
  text-shadow: 4px 4px 2px #111;
  background: #61614e;
  border-color: #2c2c2a;
  color: #ddd;
  -webkit-box-shadow: 3px 3px 9px rgba(40, 40, 40, 0.8);
  -moz-box-shadow: 3px 3px 9px rgba(40, 40, 40, 0.8);
  box-shadow: 3px 3px 9px rgba(40, 40, 40, 0.8);
}

.loca {
  float: right;
  padding: 48px 0 0 0;
  font-weight: 700;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.07em;
  color: #aab;
  text-shadow: #999 0em 0em 2.9em;
}

/*****************************************
* Main content 
*/
#site_content {
  width: 450px;
  min-height: 400px;
  float: left;
  overflow: hidden;
  margin: 30px 30px 30px 55px;
  padding: 0 0 0 0;
  background: rgba(0, 0, 0, 0.5);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 16px solid #600000;
}


#side_bar {
  overflow: hidden;
}

#sidebar_container {
  float: right;
  width: 248px;
  margin: 30px;
  padding: 18px 0 20px 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  background: #093006;
  opacity: 0.84;
}

.sidebar {
  float: left;
  padding: 0 2px 0 0;
  width: 240px;
  margin: 15px 0 15px 0;
}

.sidebar em {
  margin: 0 0 0 23px;
  font-style: italic;
  color: #777;
  font-size: 90%;
}

.sidebar h1 {
  padding: 5px 0 6px 0;
  margin: 0;
}

#content {
  text-align: justify;
  width: 735px;
  padding: 0;
  margin: 0;
  border-right: 1px solid #000;
  border-bottom: 5px solid #000;
  background: #ebedd3;
}

.content_item {
  width: 415px;
  padding: 10px 0 10px 25px;
}

.vision_a {
  width: 180px;
  height: 18px;
  padding: 12px;
  margin: 0 0 0 20px;
  font-size: 110%;
}

.vision_a p {
  font-weight: 600;
  color: #111;
  text-shadow: #fff 0em 0em 0.8em;
}

.mission {
  padding: 9px 15px 9px 15px;
  font-style: italic;
  font-size: 17px;
}

/*****************************************
* Weather content 
*/
#cur_we {
  position: relative;
  margin: 0 0 40px 23px;
  width: 176px;
  height: 63px;
  padding: 0;
  border: 1px solid #000;
  box-shadow:  5px 7px 3px #111;
  line-height: 135%;
}

#cur_img {
  float: left;
  position: relative;
  background: #909070;
  width: 51px;
  height: 52px;
  padding: 6px;
}

#cur_img img {
  width: 52px;
  height: 52px;
}

#cur_in1, #cur_in2 {
  position: relative;
  background: #ccd9cc;
  padding: 7px 0 0 8px;
  font-size: 14.5px;
  color: #433;
}

#cur_in1 b, #cur_in2 b {
  color: #000;
  font-weight: 600;
}

#cur_in1 {
  float: right;
  width: 105px;
  height: 57px;
}

#cur_in2 {
  clear: both;
  margin: 0 0 0 -1px;
  width: 168px;
  height: 40px;
  border: 1px solid #000;
  box-shadow:  5px 5px 3px #111;
}

/*****************************************
* Services Page 
*/
.bullet_txt {
  font: normal 100% "Libre Franklin", arial, sans-sarif;
  width: 405px;
  padding: 0 0 1px 8px;
  color: #ded;
}

.service_list, .service_list2 {
  margin: 0 5px 15px 40px;
  padding: 0;
  list-style: square /*url("../images/cessna_bullet_12.png")*/;
  font-size: 120%;
  color: #ded;
}

.service_list li, .service_list2 li {
  padding: 0;
  font-kerning: none;
}

.service_list2 li {
  list-style: decimal outside none;
  color: #000;
}

.service_list2 li span {
  color: #ded;
}

/*****************************************
* Footer content 
*/
footer {
  width: 980px;
  font: normal 100% arial, sans-serif;
  height: 45px;
  padding: 22px 0 9px 0;
  text-align: center; 
  color: #777;
  font-size: 90%;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border: 0 0 10px 10px;
  background: transparent url(../images/footer_b.png) repeat;
  clear: both;
}

footer p {
  font-size: 115%;
}

footer a, footer a:hover {
  color: #777;
  text-decoration: none;
/*  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;*/
}

footer a:hover, span.cococo a:hover {
  color: #956145;
}

footer a span {
  display: none;
  color: #4c4c4c;
}

footer a:hover span {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 7px;
  text-align: left;
  color: #855135;
}

footer span.cococo, span.cococo a {
  color: #4b554b;
}

footer a span.privy {
  width: 855px;
  font-family: "Khula", "Book Antiqua", Palatino, serif;
  font-size: 110%;
  font-weight: normal;
  top: -380px;
  margin: 0 0 0 15px;
  padding: 20px 25px 20px 25px;
  background: #ddd;
/*  opacity: 0.9;*/
  border: 1px solid #777;
  box-shadow: 7px 7px 4px #333;
}
