@charset "UTF-8";

/* Body */
body {
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  background-color: #FFFFFF;
  margin: 0;
}

/* Container */
.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  padding-bottom: 0;
}

/* Header */
header {
  width: 100%;
  height: 8%;
  background-color: #5D5E5D;
  border-bottom: 1px solid #353635;
}

.logo {
  color: #fff;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
  padding-top: 15px;
  line-height: 2em;
  font-size: 25px;
}

/* Hero Header */
.hero_header {
  color: #FFFFFF;
  text-align: center;
  margin: 0;
  letter-spacing: 4px;
}

/* Intro Section */
.intro {
  background-color: #6DC7D0;
  display: inline-block;
  padding-bottom: 0;
	margin-bottom: 0;
}

.column {
  width: 50%;
  text-align: center;
  float: left;
  padding-top: 0;
}

.intro .column h3 {
  color: #000000;
  text-align: center;
}

.intro .column p {
  color: #000000;
  padding-left: 30px;
  padding-right: 30px;
  text-align: justify;
  line-height: 25px;
  font-weight: lighter;
  margin-left: 20px;
  margin-right: 20px;
  width: 80%;
  margin-top: 4%;
}
.intro .column:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.intro, .row {
	border: none;
	box-shadow: none;
}
/* Video */
.profile {
  width: 100%;
  max-width: 960px;
  height: auto;
  display: block;
  margin: 20px auto;
  padding-left: 20px;
}

/* Video Note */
.video-note {
  margin-top: 20px;
  text-align: center;
  font-size: 1em;
  line-height: 1.6;
  color: #5D5E5D;
}

/* Audio and YouTube Section */
.row {
  background-color: #6DC7D0;
  margin-top: 0;
  margin-bottom: 4px;
  padding-bottom: 35px;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.audio,
.you_tube {
  text-align: center;
}

/* Iframe Styling */
iframe {
  border: none;
}

/* Footer */
footer {
  background-color: #B3B3B3;
  padding-top: 60px;
  padding-bottom: 60px;
}

#contact {
  background-color: #A6A9A9;
  padding-top: 60px;
  padding-bottom: 60px;
}

.copyright {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #717070;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 2px;
  border-top-width: 2px;
}

