@media only screen and (min-width: 600px) {
    
    img {
    max-width: 600px;
}
    }


img {
    max-width: 97vw;
}

   .autofit {
          max-width: 600px;
        
    }

body {
    
    background-color: black;
    font-size: 20px !important;
}

h1 {
 
        text-shadow: 1px 1px 1px #000000;
        color: #fdc416 !important;
        font-family: 'Marck Script', cursive;
        font-size: 1.5em;

}
h2 {
    text-shadow: 1px 1px 1px #000000;
        color: #fdc416 !important;
        font-size: 1.3em !important;
}
h3 {
    font-size: 15px;
    font-weight: normal;
}

li, ol {text-align: left !important;}

.protest-revolution-regular {
  font-family: "Protest Revolution", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.middot {
           
    font-size: 25px;  /* Adjust the size as needed */
    font-weight: bold; /* Makes the dot bold */
    margin-right:7px;
    color: #fac409;
}

    
 .horizontal-accordion .content {
    display: none;
    border: 1px solid #666666;
    padding: 10px;
}

#google {
    display:none;
}

a img.whiteshadow {
   box-shadow: 0 0 10px 2px white;
   max-width: 200px !important;
    
}

#printorderbutton {
    margin-top:10px;
}

.horizontal-accordion h3 {
   
    margin: 0;
    padding: 10px;
    letter-spacing: 1px;
    text-align: left;
    font-size:13px;
    background-color:#393837;
     border: 1px solid #494847;
   
    
}

    
 span.bold {  
    color: #fac409;     /*scheme*/
    font-family: "Protest Revolution", sans-serif;
    font-weight: bold;
	letter-spacing:2px;
}


.myButton { 
    background: rgba(64, 24, 9, 0.8);  /* scheme */
	color: #faedc5 !important;
	text-shadow:0px 1px 0px #7a2a1d;   /* scheme */
    border:1px solid white; /* scheme */
    
    text-align:center;
    font-size:1.1rem !important;	
	font-family: 'Noto Sans', sans-serif;
	font-weight:bold;
	border-radius:17px;
	border:1px solid white;
	display:inline-block;
	cursor:pointer;
	padding:6px 13px;
	text-decoration:none; 
}


.myButtonActive { 
	box-shadow:inset 0px 0px 15px 3px #b54b3a;
	border:2px solid yellow; 
    text-shadow:0px 1px 0px #7a2a1d;
   color: #faedc5 !important;
     text-align:center;
    font-size:1.1rem !important;	
	font-family: 'Noto Sans', sans-serif;
	font-weight:bold;
	border-radius:17px;
	display:inline-block;
	cursor:pointer;
	padding:6px 13px;
	text-decoration:none; 
}

 .header {    
    color:#fdc416;   /* scheme */ 
     font-family: "Protest Revolution", sans-serif;
    margin-top:15px;
    font-size:2rem;
   
    line-height: 1em;  
}

#result {
    border-radius: 25px;
    background-image: url('app/images/icon-sm.jpg'); 
    background-position: center 15px;
    background-repeat: no-repeat;
    height: auto;
    width: 350px;
    background-color: white !important;
    text-align: center;
    padding:150px 30px 40px 30px;
    font-size:1rem !important;	
	font-family: 'Noto Sans', sans-serif;
    position: absolute; /* Absolute positioning for placement */
    top: 20px; /* Give some space from the top */
    left: 50%; /* Center horizontally */
    transform: translateX(-50%);

}

#startTrialButton {
    text-align:center; 
    left: 50%;
    transform: translateX(-50%);
    position: absolute; 
}

.red {
    color: red;
    font-style: italic;
}
.bold {
    font-weight: bold;
    font-size: 1.2em;
}

#pageAbout { 
    color: #faedc5 !important;
    background: none !important;		
    font-size:1em;	
    font-family: 'arial', sans-serif;
   
    margin: auto;
    
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;  
    padding-left:5%;
    text-align:center;
    z-index:13;
    position: absolute;
    display: inline; 
    padding: 10px;	
    max-width: 600px;
}	
    
a {   
    color: cornflowerblue; /* scheme */ 
    text-decoration: none;      
}
    
    iframe {
    width: 95vw;  
   max-width: 560px;
   
}
    
 