/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Poller+One&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Jost:wght@200;400;700&display=swap');

/** { margin: 0px;
    padding: 0; }*/

body {
	font-family: Open Sans, Helvetica, sans-serif;
	background-color: #dddddd;
}

a {
  text-decoration: none;
  color: #800000;
}

a:visited {
  color: #800000;
}

a:hover {
  color: #ff7f2a;
}

a:active {
  color: #800000;
} 

#logo {
    max-width: 100%;
    height: auto;
}

img  {
    max-width: 100%;
    height: auto;
}

.column {
  float: left;
  padding: 5px;
}
.column_right {
  float: left;
  padding: 5px;
  text-align: justify;
  text-justify: inter-word;
}

.contact_icon {
  /*float: left;*/
  padding: 5px;
  vertical-align: middle;
  display: inline-block;
}
.contact_detail {
  /*float: left;*/
  padding: 5px;
  vertical-align: middle;
  display: inline-block;
}


/* Dropdown Menu */
.dropbtn {
  background-color: white;
  background-image: url('./img/menu_icon_big.png');
  background-size: 100% 100%;
  border: none;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  margin: 5px;
}

.dropdown {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
}

.dropdown-content {
  /*display: none;*/
  position: absolute;
  background-color: #ffffff;
  color: black;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 20;
  top: 0px;
  right: 0px;
}

.dropdown-content a {
  background-color: #ffffff;
  margin: 0px;
  color: black;
  padding: 5px 5px;
  text-decoration: none;
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .dropdown-content {	
	  display: none;
	  min-width: 250px;
  }
  .dropdown-content a {
    background-color: #ffffff;
    margin: 0px;
    color: black;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
    position: relative;
    font-size: 25px;
    font-weight: bold;
  }
}	

.dropdown-content a:hover {
  background-color: #ff7f2a;
  color: white;
}

.show {
  display:block;
} 

/* Header, content */
.header, 
.content {
  padding: 5px;
  background-color: #ffffff;
  position: relative;
}

.footer {
  padding: 5px;
  background-color: #5b5b5b;
  color: #ffffff;
  position: relative;
}

.button  {
  padding: 5px;
  background-color: #ffc000;
  color: #000000;
  border-width: 2px;
  border-color: #dddddd;
  border-style: solid;
  float: left;
  margin: 5px;
  text-decoration: none;
  text-transform: capitalize;
} 

.motto  {
  color: #800000;
  font-style: italic;
  font-weight: bold;
} 

h1 {
  font-family: "Jost", serif;
  font-size: 35px;
  font-weight: 700;
  color: #4d4d4d;
}

h2 {
  font-family: "Jost", serif;
  font-size: 25px;
  font-weight: 700;
  color: #4d4d4d;
}

.header_sub {
  margin-top: -20px;
  margin-bottom: 20px;
}

.company_name {
  font-family: "Jost", serif;
  font-size: 25px;
  font-weight: 700;
  color: #4d4d4d;
}

.detail {
  clear: both;
  float: left;
  padding: 5px;
  text-align: justify;
  text-justify: inter-word;
  margin-left: 5%; 
}

.detail_hdr {
  clear: both;
  float: left;
  padding: 5px;
}

.bullet_1 {
  padding: 5px;
  margin-left: 5%; 
  display: list-item;
  list-style-image: url('./img/bullet.png');
  padding-inline-start: 1ch;
}

.bullet_2 {
  padding: 5px;
  margin-left: 8%; 
  display: list-item;
  list-style-image: url('./img/bullet.png');
  padding-inline-start: 1ch;
}

.bullet_price {
  padding: 5px;
  text-align: right;  
}

@media only screen and (min-width: 800px) {
  .header, 
  .content, 
  .footer {
	margin: auto;
	width: 700px;
	}
  .column_right {
    max-width: 350px;
  }
  .dropbtn {
    width: 70px;
    height: 70px;
  }
  #intro_video {
    width: 560px;
  }  
}	

@media only screen and (min-width: 1200px) {
  .header, 
  .content,
  .footer  {
	margin: auto;
	width: 900px;
	}
  .column_right {
    max-width: 550px;
  }
}

.certificate  {
  border-width: 1px;
  border-color: #dddddd;
  border-style: solid;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  margin-top: 5px; 
  margin-bottom: 5px; 
} 

.hobby, #intro_video  {
  border-width: 1px;
  border-color: #dddddd;
  border-style: solid;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  margin-top: 5px; 
  margin-bottom: 5px; 
} 

.video_link {
  font-size: 75%; 
}	

.recommendation_box  {
  border-width: 1px;
  border-color: #dddddd;
  border-style: solid;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  margin-top: 20px; 
  margin-bottom: 20px; 
  margin-left: 20px; 
  margin-right: 20px; 
  padding: 0px;
} 

.recommendation  {
  padding: 5px;
  height: 50px;
  overflow: hidden;
  font-style: italic;  
  cursor: grab;
  /*#background-color: #fefcdd;*/
  background-color: #eeeeee;
} 

.recommendation_signature {
  padding: 5px;
}

.recommendation_name {
  font-weight: bold;
}

.recommendation_link {
  font-size: 75%;  
}


/* BEGIN - Styles for ICF / Credly badges */ 
#badge { border: 1px solid #e5e5e5; color: #333; padding: 22px 0 0px; width: 150px; background: #ffffff; margin: 5px 20px 5px;
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif; font-size: .88rem;
    text-align: center; text-decoration: none;
    -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; 
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  }

#badge a { text-decoration: none; }

#badge-name { color: #333; display: block; font-size: 1rem; line-height: 1.1em; margin: 0 8px 8px; }

#badge-issuer { color: #666; font-size: .81rem; font-style: italic; line-height: 1.1em; margin: 0 8px; max-width: 100%; overflow: hidden; }

#provided {
    background: #f0f0f0; color: #b6b6b6; margin: 18px 0 0; border-top: 1px solid #e2e2e2; line-height: 28px;
    font-size: .44rem; text-transform: uppercase;
    -moz-border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; }

#provided span { background-image: url(https://cdn.credly.com/assets/embed/credly-logo-gray-f59f823f945658eae89c152105e518c75b5b1ce51d4d8241ff73f33c1dd8f47d.svg);
    background-size: 30px 14px; background-position: left 6px; background-repeat: no-repeat;
    display: inline-block; height: 28px; width: 30px; text-indent: -99999px; vertical-align: middle; }

#provided a { color: #b6b6b6; text-decoration: none; }
/* END - Styles for ICF / Credly badges */ 
