body {
    margin: 0px;
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FF9900;
    background-image: url("images/bmbBG400.png");
    color: darkblue;
    font-weight: 700;
}
i {
    padding-top: 0px;
}
p {
    margin: 0px;
}
th {
    text-align: left;
}
td {
    vertical-align: top;
}
.germanFont {
    font-family: 'Germania One', cursive;
    font-size: 50px;
    margin-top: 5px;
}
.germanFont-small {
    font-family: 'Germania One', cursive;
    font-size: 20px;
    margin-top: 5px;
}
.icon {
    position: relative;
    top: 5px;
    left: 2px;
}
/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 0px 16px 4px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav .active {
  background-color: #FF9900;
  color: white;
}
.portrait {
    max-width: 100%;
}
.flyer {
    height: 500px;
}
.uc {
  text-transform: uppercase;
}

.lc {
  text-transform: lowercase;
}
.cap {
  text-transform: capitalize;
}
.leftJust {
    text-align: left;
    margin-left: 10px;
    font-size: 14px;
}
.rightJust {
    text-align: right;
}
.tunePrompt {
    padding: 15px 5px;
    font-size: 20px;
}
.padRight {
    padding-right: 10px;
}
.audio {
   /* display: flex; justify-content: flex-end; */
   padding-left: 10px;
   text-align: left;
}
.topspacer {
    height: 10px;
}
.row {
  display: flex; /* equal height of the children */
  float:left;
}
.col {
  flex: 1; /* additionally, equal width */
}
.link {
    font-size:16px;
}
.asterix {
    margin-top:10px;
    margin-left:5px;
    font-size:24px;
}
.tune {
    vertical-align: middle;
    padding: 2px 2px;
}
.photos {
    max-width: 100%;
}
.aboutWrapper {
     width: 100%;
     overflow: hidden;
}
.aboutLeft {
     width: 600px;
     float: left;
}
.aboutRight {
   margin-left: 620px; 
}
.logo {
    width: 200px;
}
.arms {
    width: 190px;
    margin: 5px;
}
.note {
    font-size: 20px;
}
.about {
    padding: 80px 20px 10px 20px ;
    font-size: 24px;
}
.about1 {
    font-size: 24px;
    padding-bottom: 10px;
}
.about2 {
    font-size: 20px;
    padding-bottom: 5px;
}
.about3 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}
.germanFont {
    font-family:'Germania One';
    font-weight:400;
    font-style:normal;
}
.contact {
    font-size: 18px;
}
#sendPrompt {
    font-size: 24px;
}
.centered-wrapper {
    position: relative;
    text-align: center;
    vertical-align: top;
}
.centered-wrapper:before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.centered-content {
    display: inline-block;
    vertical-align: top;

}
.youtube-title {
    text-align: left;
    margin-top: 30px;
    margin-left: 30px;
}
.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos vs 56.23%*/
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: transparent;
    margin: 0px 30px 30px 30px;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("//i.imgur.com/TxzC70f.png") no-repeat;
    cursor: pointer;
}
.thumb { /* unused */
    width: 560px !important;
    height: 315px !important;
}

/* germania-one-regular - latin */
@font-face {
  font-family: 'Germania One';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/germania-one-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Germania One'), local('GermaniaOne-Regular'),
       url('../fonts/germania-one-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/germania-one-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/germania-one-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/germania-one-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/germania-one-v7-latin-regular.svg#GermaniaOne') format('svg'); /* Legacy iOS */
}