    * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

BODY {
    background: #FFCC99 
     url(http://www.misterfelipe.com/images/bg2.jpg) no-repeat bottom left;
}


p { 
    font-family: "Noto Sans JP" sans-serif; 
    font-size: 1.2em; 
    text-align: left;
    margin-top: 10px;
}

A:link { color: #336633; font-size:15; text-decoration:none; }
A:visited { color: darkred; text-decoration:none; }
A:active { color: red; text-decoration:underline; }
A:hover { text-decoration: underline; color: red;}

.indent { color: black; font-size:15; text-indent:15 } 
.hanging-indent { color: black; 
	font-size:15;
	text-indent: -20px;
	padding-left: 40px; 
	font-weight:normal; } 
.footer { color: white; font-size:15; text-decoration:none  text-align: center }
.footerlink A:link { color: white; font-size:15; text-decoration:underline }
.footerlink A:visited { color: yellow; font-size:15; text-decoration:underline }
.footerlink A:active { color: #ffcc99; font-size:15; text-decoration:underline }
.footerlink A:hover { color: yellow; font-size:15; text-decoration:underline font-weight:bold; }
.glosario { color: white; font-size:15 }
.lyrics1 { color: black; font-size:15 }
.lyrics2 { color: darkgreen; font-size:15 }
.lyrics3 { color: #CC3300; font-size:15 }
.form { font-size:10pt; font-family:Arial; font-weight:normal;
        font-style:normal; text-align:left; color:#000000; }

h1 {
    font-family:  'Gloria Hallelujah', cursive;
    font-size: 3em;
    color: darkred;
    padding: 25px;
}

  .container {
      padding: 80px 20px;
}

.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}

.navbar {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 15px;
    background-color: black;
    border: 0;
    font-size: 11px !important;
    letter-spacing: 4px;
    opacity:0.8;
}
.navbar-toggle {
    z-index: 1060;
    float: right;
    margin-right: 15px;
}
.navbar li a, .navbar .navbar-brand {
    font-family: "Noto Sans JP", sans-serif;
    color: orange !important;
    font-size: 1.5em;
}
.navbar-nav li a:hover {
    color: #fff !important;
    background-color: white;
}

.navbar-nav li.active a {
    color: #fff !important;
    background-color: slateblue !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.open .dropdown-toggle {
    color: #fff ;
    background-color: #555 !important;
}

.dropdown-menu li a {
    color: #000 !important;
}

.dropdown-menu li a:hover {
    background-color: red !important;
}
  .antispam { 
    display:none;
}
  .btn:hover {
    color: bisque;
    background-color: slategray;
}
