@charset "UTF-8";
/*!
Responsive CSS for http://huldaclark.com
Author: Hazel de Mesa
Author URI: http://demesa.com/
Version: 2020.1.1
*/

body  {
	background-color: #FFFFFF;
	margin: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Navigation Menu */
#navigation {
  overflow: hidden;
  background-color: #CCCCCC;
}

/* Navigavtion Links */
#navigation a {
  float: left;
  font-size: 18px;
  color: #000000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Navigation Dropdown Container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Navigation Dropdown Button */
.dropdown .dropbtn {
  font-size: 18px;
  border: none;
  outline: none;
  color: #000000;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Navigation Hover Background Color */
#navigation a:hover, .dropdown:hover .dropbtn {
  background-color: #ddd;
}

/* Navigation Dropdown Content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ddd;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Navigation Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Navigation Dropdown links on Hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Navigation Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Heading */
#heading {
	text-align: center;
	padding-top: 20px;
}

h1 {
	font-size: 1.8em;
}

h2 {
    font-size: 1.3em;
    padding-top: 40px;
}

h3 {
	font-size: 1.1em;
}

/* Add responsiveness - on screens less than 800px, adjust content presentation */
@media (max-width: 800px) {
  #content {
	margin: 20px;
	text-align: left;
  }
}

@media (min-width: 801px) {
  #content {
	margin: 100px;
	text-align: left;
  }
}

#content img {
	border-color: #000000;
}

a:visited {
	color: #0000FF;
}

/* YouTube Responsive */
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
	max-width: 100%;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* Button */
.button {
	background-color: #3498DB;
	color: white;
	padding: 20px;
	margin-top: 20px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	border-radius: 16px;
}

.button:hover, .button:focus {
  background-color: #2980B9;
}

.button a {
	color: white;
	text-decoration: none;
}

/* Dropdown for The Cure Translations */
.dropbutton {
  background-color: #3498DB;
  color: white;
  padding: 20px;
  margin-top: 20px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbutton:hover, .dropbutton:focus {
  background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.clickdrop {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.clickdrop-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 100%;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.clickdrop-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.clickdrop-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

#media {
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 20px;
	margin-top: 50px;
	padding-bottom: 20px;
}

.responsive {
  max-width: 100%;
  text-align: center;
}

/* Image Grid Columns and Rows */
.row {
  display: flex;
  background-color: #FFFFFF;
  text-align: center;
  padding-bottom: 30px;
}

.row-clear {
	display: flex;
	text-align: center;
	padding-bottom: 30px;
}

.column {
  flex: 25%;
  padding: 5px;
  margin-top: 10px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

.testimonials {
	width: 320px;
	text-align: left;
	padding: 15px;
	background-image: url(quote.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.submitted {
	background-image: url(end-quote.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	padding-bottom: 40px;
}

table {
	width: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	border-collapse: collapse;
}

td {
	border: 1px solid black;
	padding: 2px;
}

/* Footer */
#footer {
	background-color: #FFFFFF;
}

#footer a {
	color: #B2BABB;
	text-decoration: none;
}

/* Footer Image */
#footer .responsive {
  width: 100%;
  height: auto;
}

/* Footer Menu */
.legal {
  width: 100%;
  overflow: auto;
  margin-top: 30px;
}

/* Navigation links */
.legal a {
  float: left;
  padding: 12px;
  color: #0000FF;
  text-decoration: none;
  width: 22%; /* Four equal-width links. If you have two links, use 50%, and 33.33% for three links, etc.. */
  text-align: center; /* If you want the text to be centered */
}

/* Add responsiveness - on screens less than 500px, make the navigation links appear on top of each other, instead of next to each other */
@media screen and (max-width: 500px) {
  .navbar a {
    float: none;
    display: block;
    width: 100%;
    text-align: left; /* If you want the text to be left-aligned on small screens */
  }
}

/* Footer Copyright */
#footer .copyright {
		margin-top: 30px;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 0;
		text-align: center;
}
