body {
			background-image:url("../Images/OceanSunrise50Percent.png");
			background-repeat: no-repeat;
			background-position: top center;
			width: 1100px;
			margin: 0 auto;
}

#BetaHeader {
			visibility: hidden;
			display: none;
}

.Author {
			text-align: center;
			font-family: 'Playfair Display', serif;
			font-size: 20px;
			color: #072a14;
}

.Banner {
			width: 800px;
			height: 300px;
			float: left;
			border-top-right-radius: 10px;
			border-bottom-right-radius: 10px;
}

.BrownNoise {
            /*display: none; /* Hide the audio player */
}

.Footer {
            width: auto;
            height: 200px;
}
.Header{
			align-content: center;
			width: 1100px;
			height: 300px;
			margin: 10px auto;
}

.Logo {
            width: 300px;
            height: 300px;
			float: left;
			border-top-left-radius: 10px;
			border-bottom-left-radius: 10px;
}

.Main {
			width: 1100px;
			align-content: center;
			margin: 0px;
}

/*
.Navbar {
            overflow: hidden;
            display: flex;
            justify-content: left;
			align-content: center;
			margin: 10px 10px 0 0;
}


.Navbar a {
			float: left;
            color: #072a14;
            text-align: center;
			font-weight: bolder;
            text-decoration: none;
			background-color: rgba(217, 193, 165, 0.75);
			border-radius: 10px;
            transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}
*/

.Navbuttons {
			border: 1px solid #072a14;
			font-size: 14px;
			height: 50px;
}
.Navbar a:hover {
            background-color: #ddd;
            color: black;
}

.Navedge {
			flex: auto;
			margin: 5px auto 0;
			font-size: 20px;
			background-color: transparent;
			width: auto;
}

/*
.RefreshButton {
			Background-color: transparent;
			height: 100%;
			width: 100%;
			border: none;
			font-family: 'Playfair Display', serif; /* Set Playfair Display for headings 
    		font-weight: bolder; /* Bold weight for the heading 
    		font-size: 30px;
}
*/

.RefreshButton {
    		background-color: rgba(217, 193, 165, 0.75);
    		border: 3px solid #072a14;
			border-radius: 10px;
			margin: 10px auto;
    		padding: 2px 32px; /* Some padding */
    		text-align: center; /* Center the text (if the text is long, it will break into multiple lines) */
    		text-decoration: none; /* Remove underline */
    		font-family: 'Playfair Display', serif; /* Set Playfair Display for headings */
    		font-weight: bolder; /* Bold weight for the heading */
    		font-size: 24px;
    		color: #072a14;
    		cursor: pointer; /* Add a pointer on hover */
    		transition: background-color 0.3s, box-shadow 0.3s; /* Smooth transitions */
			width: 1080px;
			height: auto;
}

.RefreshButton:hover {
    		background-color: #ddd; /* Darker green on hover */
    		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow on hover */
}

.RefreshDiv {
			margin: 10px auto;
			padding: 0 auto;
}
.Quotes1A, .Quotes2A {
			background-color: rgba(217, 193, 165, 0.75);
			width: 540px;
			height: 300px;
			border-radius: 10px;
			float: left;
			margin: 5px 0 0 0;
			border: 3px solid #072a14;
			display: grid;
			font: 
}

.Quotes1B, .Quotes2B {
			background-color: rgba(217, 193, 165, 0.75);
			width: 540px;
			height: 300px;
			border-radius: 10px;
			float: right;
			margin: 5px 0 0 0;
			border: 3px solid #072a14;
			display: grid;
}

.Quotes1AHeader, .Quotes2AHeader {
			background-color: rgba(217, 193, 165, 0.75);
			width: 540px;
			height: 55px;
			border-radius: 10px;
			float: left;
			margin: 5px 0 0 0;
			border: 3px solid #072a14;
}

.Quotes1BHeader, .Quotes2BHeader {
			background-color: rgba(217, 193, 165, 0.75);
			width: 540px;
			height: 55px;
			border-radius: 10px;
			float: right;
			margin: 5px 0 0 0;
			border: 3px solid #072a14;
}

.QuoteHeader {
			text-align: center;
			font-family: 'Playfair Display', serif; /* Set Playfair Display for headings */
    		font-weight: bolder; /* Bold weight for the heading */
    		font-size: 40px;
    		color: #333;
			vertical-align: middle;
}

.Quotation {
			font-family: 'Dancing Script', sans-serif;
			font-size: 40px;
			font-weight: bold;
			color: #072a14;
			text-align: center;
}
	
@media (max-width: 1500px) {
		.Banner {
					width: 581px;
					height: 219px;
					float: left;
					border-top-right-radius: 10px;
					border-bottom-right-radius: 10px;
        }
	
		body {
					margin: 0;
		}
        
        .Header{
        			float: left;
        			width: 800px;
        			height: 219px;
        }
        
        .Logo {
                    width: 219px;
                    height: 219px;
        			float: left;
        			border-top-left-radius: 10px;
        			border-bottom-left-radius: 10px;
        }
        
        .Main {
        			width: 1100px;
        			align-content: center;
        			margin: 0px;
        }
		
		.Navbar {
            		overflow: hidden;
            		display: flex;
            		justify-content: left;
					align-content: center;
					width: 800px;
        }
	
		.RefreshButton {
    				width: 800px;
		}
		
		.Quotes1AHeader, .Quotes2AHeader, .Quotes1BHeader, .Quotes2BHeader {
					background-color: rgba(217, 193, 165, 0.55);
					width: 800px;
					height: 55px;
					border-radius: 10px;
					margin: 5px 0 0 0;
					border: 3px solid #072a14;
					float: none;
					display: flex;
					flex-direction: column;
		}
	
		.Quotes1A, .Quotes2A, .Quotes1B, .Quotes2B {
			background-color: rgba(217, 193, 165, 0.55);
			width: 800px;
			height: 200px;
			border-radius: 10px;
			float: none;
			margin: 5px 0 0 0;
			border: 3px solid #072a14;
			display: flex;
			flex-direction: column;
		}
		
		.Quotation {
			font-family: 'Playfair Display', serif;
			font-size: 20px;
			font-weight: bold;
			color: #072a14;
			text-align: center;
		}
	
		#BetaHeader {
			visibility: visible;
			display: inherit;
		}
	
		#AlphaHeader {
			visibility: hidden;
			display: none;
		}
}
/* Custom CSS 
        .Logo {
            width: 300px;
            height: 300px;
            background-color: green;
        }
        .banner {
            width: 800px;
            height: 300px;
            background-image: url('images/PureBlissBanner_800x300.png');
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }
        .menu {
            height: 100px;
            background-color: brown;
            color: white;
        }
        .container-content {
            width: 1100px;
            height: 500px;
            background-color: gray;
        }
        
        .custom-page {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            height: 1200px;
            width: 1100px;
            background-color: pink;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            background: #fff;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }
        header {
            display: flex;
            align-items: center;
            background: #333;
            padding: 10px 20px;
            color: #fff;
        }
        header .logo {
            flex: 0 0 300px;
            width: 300px;
            height: 300px;
        }
        header .logo img {
            max-width: 100%;
            max-height: 100%;
        }
        header .banner {
            flex: 1;
            width: 1000px;
            height: 300px;
            overflow: hidden;
            position: relative;
        }
        header .banner img {
            width: 100%;
            height: auto;
            position: absolute;
            top: 0;
            left: 100%;
            transition: left 0.5s ease-in-out;
        }
        nav {
            width: 1100px;
            height: 50px;
            background: #0073aa;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
        }
        nav a {
            margin: 0 15px;
            color: #fff;
            text-decoration: none;
            font-size: 16px;
        }
        .content {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-top: 20px;
        }
        .frame-row {
            display: flex;
            justify-content: space-between;
            width: 900px;
            margin-bottom: 50px;
        }
        .frame {
            width: 400px;
            height: 200px;
            background: #e0e0e0;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            color: #333;
        }
        .large-frame {
            width: 900px;
            height: 250px;
            background: #d0d0d0;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            color: #333;
            margin-top: 50px;
        }
        .main-content {
            flex: 3;
            padding: 20px;
        }
        .sidebar {
            flex: 1;
            padding: 20px;
            background: #f7f7f7;
        }
        footer {
            background: #333;
            color: #fff;
            text-align: center;
            padding: 10px 0;
            margin-top: 20px;
		}
*/
        