@charset "utf-8";
/* CSS Document */

html,
html * {
     padding: 0;
     /*margin: auto;*/
     box-sizing: border-box;
     font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}


body {
     font-family: arial, sans-serif;
     font-size: 16px;
     background-color: #FFFFFF;
     /*margin-left: auto;
     margin-right: auto;*/
}



header {
     padding: 20px;
}

.style-logo {
     margin-left: auto;
     margin-right: auto;
     display: block; 
}

.style-nav ul {
     list-style-type:none;
}

.style-nav ul li a {
     text-decoration:inherit;
     list-style-type:none;
     color: #B30A0D;
     text-align: center;
     display: block;
     text-transform: uppercase;
     font-weight: bold;
     padding: 0px 12px;
}


.info-box-green {
     background-color: #11E91F;
     color: #B03739;
     padding: 30px 20px;
     text-align: center;
}

.info-blue {
     background-color: #9FAFED;
     color: #B03739;
     padding: 10px 20px;
     text-align: center;
}


.info-box-red {
     background-color: #CDB5B5;
     color: #B03739;
     padding: 30px 20px;
     text-align: center;
}


.info-box-pale {
     background-color: #F3E9E9;
     color: #B03739;
     padding: 10px 20px;
     text-align: center;
}


.info-box-gray {
     background-color: #C7D3C0;
     color: #B03739;
     padding: 10px 20px;
     text-align: center;
}


.info-box-purple {
     background-color: #DEC3EC;
     color: #B03739;
     padding: 10px 20px;
     text-align: center;
}

.info-box-yellow {
     background-color: #336699;
     color: #FFFFFF;
     font-weight: 500;
     padding: 2px 12px 18px 8px;
     text-align: center;
}





.footer-text {
     font-size: 13px;
     margin-bottom: 20px;
}


.single:before, .single:after {
     content: "";
     display: table;
}

.single:after {
     clear: both;
}



.col {
     width: 100%;
     
}

.lyrics02 {
     align-content: center;
     border: 2px red;
     width: 80px;
}



/*TABLET VIEW */

@media (min-width: 768px){
     
     .style-nav ul li {
          display: inline-block;
          list-style-type:none;
     }
     
     .style-nav ul {
          text-align: center;
          list-style-type:none;
     }
     

     .col-md-one-half {
          width: 50%;
     }
     
     .col-md-one-quarter {
          width: 25%;
     }
     
     .col-md-one-third {
          width: 33.33%;
     }

     .col {
          float: left;
          padding: 0px 7px 14px;
     }

     .col2 {
          float: left;
          padding-left: 7px;
          /*border: solid #336699 2px;*/
          margin:0px;
     }
     
     
}



/*Desktop VIEW*/

@media (min-width: 1024px){
     
     .style-logo {
          float: center;
     }
     
     .style-nav {
          float: center;
     }
     
}







