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


img {
    max-width: 97vw;
}

   .autofit {
          max-width: 600px;
        
    }

    h1 {
     
        font-size: 4em; /* Adjust as needed */
        font-family: "Fredericka the Great", serif;
        font-weight: 400;
        font-style: normal;
    } 
    @media (max-width: 600px) {
        h1 {
            font-size: 2.5em; /* Adjust size for smaller screens */
        }
    }

body {
   
    background-image: url('images/background2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
   color:#000000;
		
    font-size:1.3em;	
    font-family: 'Noto SansLT2', sans-serif;

    margin: auto;
    

}

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



.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 rgb(244, 242, 242);
   max-width: 250px !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 {  
  
   
    font-weight: bold !important;
	
}


.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; 
}

img {

    border-radius: 17px;
}

 .header {    
    color:#fdc416;   /* scheme */ 
    font-family: 'Noto Serif';
    margin-top:15px;
    font-size:1.5rem;
    text-shadow: 2px 2px 1px #000000 !important; 
    line-height: 1em;  
}

.iframe-container {
    width: 100%; /* Full width */
    max-width: 600px; /* Maximum width */
    height: 450px; /* Fixed height */
    border: none; /* Remove border */
    overflow: hidden; /* Hide scrollbars */
    padding: 0; /* Remove padding */
    margin: 0 auto; /* Center align */
}

.center-content {
display: block;
text-align: center;
font-size: 20px;
}

input[type="button"], button {
display: block;
margin: 0 auto;
width: auto;
cursor: pointer;
padding: 10px 20px;
background-color: #4CAF50;
color: white;
border: none;
border-radius: 5px;
font-size: 20px;
}

input[type="text"], input[type="email"] {
padding: 5px;
font-size: 16px;
margin-bottom: 10px;
}

#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:bolder !important;
    text-shadow:0px 1px 0px #0d0c0c;
}

#pageAbout { 
    color: #black !important;
    background-color: rgb(209, 235, 248) !important;		
    font-size:1em;	
    font-family: 'Noto SansLT2', 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: rgb(9, 61, 159); /* scheme */ 
    text-decoration: none;      
}
    
    iframe {
    width: 95vw;  
   max-width: 560px;
   
}
    
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}



.container {
    max-width: 600px;
    margin: auto;
    
    padding: 5px;
   text-align: center;
}


h2 {
    font-size: 1.4em;
    color: #4a4a8a;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 1.2em;
    margin: 20px 0;
}



.intro-text {
    margin: 20px 0;
    font-size: 1em;
    line-height: 1.6;
}

ul {
    text-align: left;
    list-style-type: disc;
    margin: 10px 0 20px 40px;
}

ul li {
    margin: 5px 0;
}



.download p {
    font-size: 0.9em;
  
}