body, hmtl {
    height: calc(100%-2em);
    margin: 10px;
    font-family: 'Trebuchet MS';

}

body {
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cedce7+0,734887+100 */
        background: #cedce7; /* Old browsers */
        background: -moz-linear-gradient(top, #cedce7 0%, #866097 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #cedce7 0%,#866097 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #cedce7 0%,#866097 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#734887',GradientType=0 ); /* IE6-9 */
        background-repeat: no-repeat;
        background-attachment: fixed;

    }

h1{
	width: 100%;
	margin: 0px;
	padding: 0px;
    position: relative;
	height: auto;
    font-size: xx-large;
    text-align: center;
}

h2{
    padding-top:0px;
	bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000001;
	font-size: large;
	font-weight: normal;
	font-style: italic;
	font-variant: normal;
    position: relative;
    text-align: center;
}

h3 {
    font-size: 16px;
    color: black;
    text-align: center;
    
}

h4 {

    font-size: 19px;
    color: black;
    text-align: center;
    padding: 10px;
}

h5 {

    font-size: 1.5em;
    color: black;
    text-align: center;
    text-decoration: underline black; 
}

img {
    width: 90%;
    height: 60%;
    border-radius: 0;
    padding: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;

}
 
.banner {
    width: 90%;
}

img.logo {
    margin: 45px;
}

#mp3 {
    width: 40%;
    padding: 0px 30px;
    margin-left: auto;
    margin-right: auto;
    float: left;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;

}




img.m1 {
    float: right;
    padding: 0px 40px;
    margin-left: auto;
    margin-right: auto;
}


.pr1 {
    width: 65%;
}
 .pr2 {
     width: 50%;
 }


p{
    text-align: center;
    font-size: 15px;
    color: black;
    padding: 14px 16px;
    margin-left: auto;
    margin-top: auto;
    margin-right: auto;
    line-height: 1.8em;
    vertical-align: middle;
    width: 90%;
}

li.fcc {
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    padding: 5px 16px;
    max-width: 50%;
    font-size: 15px;
}

li.fact {
    text-align: left;
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding: 5px 5px;
    line-height: 1.5em;
    font-size: 15px;
}

p1 {
    text-align: center;
    font-size: 13px;
    color: black;
    padding: 14px 16px;
    margin-left: auto;
    margin-top: auto;
    margin-right: auto;
    line-height: 1.8em;
    vertical-align: middle;
}

p2 {
    font-size: 16px;
    color: black;
    padding-top: 15px;
    margin-left: auto;
    margin-top: auto;
    margin-right: auto;
    line-height: 1.5em;
    display: block;

}

footer {
    font-size: 10px;
    text-align: center;
    
}

.container {
    padding: 15px;
    text-align: center;
    border: black;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;

}

.fixed {
    width: 800px;
    margin: 12px;
}

.flex-item {
    flex-grow: 1;
    margin-left: 1in;
    margin-top: 1in;
    font-size: 16px
}

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}



/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* The dots/bullets/indicators */
.dot {
  height: 5px;
  width: 5px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3.5s;
  animation-name: fade;
  animation-duration: 3.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media screen and (max-width: 860px) {

body {
    margin: 0;
}

button.collapsible, button.collapsible.active {
    width: 100%;   
    margin: 0;
    font-size: 14px;
    align-self: center;
    float: none;
}

.content {
    max-width: 100%;
    margin: 0;
    align-self: center;
    float: none;
}

.collapsible:after {
    float: none;
    max-width: 100%;
}

div.content {
    float: none;
    width: 100%;
    margin: 0;
}

p1 {
    font-size: 14px;

}

p {
    font-size: 14px;
    max-width: 100%;
}

#mp3 {
    width: 100%;
    float: none;  
}


.pr1, .pr2 {
    width: 100%;
}

h5 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

img.Logo {
    width: 180px;

}
li.fact, li.fcc {
    max-width: 85%;
    padding: 4px, 4px;
    font-size: 14px;
}

#slide {
    max-width: 90%;
}




li {
    font-size: 14px;
}

.container {
    max-width: 100%;
}

}
/* end media */

/* products informational buttons */
    .collapsible {
        background-color: rgb(56, 17, 66);
        color: white;
        cursor: pointer;
        padding: 8px;
        width: 60%;
        border: none;
        text-align: center;
        outline: solid thin;
        font-size: 15px;
        margin-top: 5px;
        float: right;
    
      }
      
      button.active, .collapsible:hover {
        background-color: rgb(98, 50, 110);
        color: white;
      }
      
      .collapsible:after {
        content: '\002B';
        color: white;
        font-weight: bold;
        float: right;
        margin-left: 5px;
      }
      
      button.active:after {
        content: "\2212";
        color: white;
      }
      
      .content {
        padding: 0 18px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        background-color: #f1f1f1;
        width: 60%;
        float: right;
        font-size: 15px
      }
/* end product buttons */



  .fa {
    padding: 4px;
    font-size: 10px;
    width: 28px;
    text-align: center;
    text-decoration: none;
    margin: 5px;
}

.fa-facebook {
    background: #3b5998;
    color: white;    
}

.fa-instagram {
    background: #b33a8f;
    color: white;
}

.fa-twitter {
    background: #55acee;
    color: white;
}

.column {
    float: left;
    width: 50%;
    padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
    content: "";
    clear: both;
    display: table;
}



#main {
    overflow: auto;
    padding-bottom: 20px;

}

#footer {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 1rem;
    text-align: center;
   

}

/* menu bar */
ul.topnav {
    list-style-type: none;
    margin: 2px 0px 0px 0px;
    padding: 0px;
    overflow: hidden;
    background-color: rgb(56, 17, 66);  
    text-align: center; 
     
  }
  
  ul.topnav li {
      display: inline-block;
      
      
    }
  
  ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    padding: 10px 25px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 15px;
  }
  
  ul.topnav li a:hover {background-color: rgb(98, 50, 110);}
  
  ul.topnav li.icon {display: none;}
  
  @media screen and (max-width:860px) {
    ul.topnav li:not(:first-child) {display: none;}
    ul.topnav li.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width:860px) {
    ul.topnav {text-align: left;}  
    ul.topnav.responsive {position: relative;}
    ul.topnav.responsive li.icon {
      position: absolute;
      right: 0;
      top: 0;
      color: rgb(255, 255, 255);
    }

    ul.topnav.responsive li {
      float: none;
      display: inline;
      font-size: 13px;
    }
    ul.topnav.responsive li a { 
      display: block;
      text-align: left;
      font-size: 14px;

    
  }
/* end menu */

