@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}
.video-container {
	position: relative;
    max-width: 95%; /* Increase the width for larger display */
    margin: auto; 
	width: 80%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Soft shadow for depth */
    background-color: transparent; /* No background color for the video container */
    padding: 0; /* No padding inside the container */
    border-radius: 8px; /* Keep the rounded corners for style */
	min-height: 90%;
}

.video-container iframe {
    display: block;
	border-radius: 1em;
    width: 100%; /* Full width of the container */
    height: auto; /* Height is auto to maintain the aspect ratio */
    aspect-ratio: 16 / 9; /* Maintain a 16:9 aspect ratio for the video */
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px; /* Adjust the size of the play button */
    height: 80px; /* Adjust the size of the play button */
    background-color: #7f5288; /* Your purple color */
    border-radius: 50%; /* Make it circular */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 10; /* This ensures the play button is above the iframe */
}

#ytplayer {
    position: absolute;
    width: 100%;
    height: 100%;
}

.material-icons {
    font-size: 36px; /* Adjust the size of the icon */
    color: white; /* Color of the icon */
}

/* Hide the custom play button when playing */
.video-container.playing .play-button {
    display: none;
}

.phone-number{
	color:#3e1c48;;
	
}
a {text-decoration: none;}
.sub_section_two a{color:#fff;}
a.phone-number:hover,a.sub_section_one:hover,a.sub_section_two:hover,a:hover {
    font-weight: bold !important;
}

#sub_section_two a {
    font-size: 20px;  /* Maintaining readable font size */
    color: #fff; /* Changed to white for visibility against the dark background */
    background-color: transparent; /* Keeping background transparent for a clean look */
    padding: 8px 12px; /* Adequate padding for easy clicking */
    border-radius: 2px; /* Softly rounded corners for a modern look */
    text-decoration: none; /* Removing underline for cleaner appearance */
    font-weight: bold; /* Bold for emphasis */
    border: 1px solid #7f5288; /* Light purple border to tie into the site's accent colors */
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition for hover effects */
}

#sub_section_two a:hover {
    background-color: #7f5288; /* Light purple on hover for visual feedback */
    color: #ffffff; /* Keeping text white on hover for contrast */
    text-decoration: none; /* Ensuring no underline on hover */
}

#header {
	width: 100%;
	color: white;
	text-align: center;
	padding: 20px 0;
}


body {
	margin:0px;
	padding:0px;
}

#container {
	width:100%;
}

#centering {
	margin-left:auto;
	margin-right:auto;
	width:1024px;
}


#header {
	background-image:url(images/header_bg.webp);
	height:70px;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	z-index:2;
	margin-top:20px;
}

#logo {
	background-image:url(images/logo.webp);
	width:141px;
	height:41px;
	background-repeat:no-repeat;
	float:left;
}

#phone_number {
	float:right;
}

#sub_content {
	height:93px;
	background-repeat:repeat-x;
	text-transform:uppercase;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	color:#3e1c48;
	line-height:25px;
}
#local_address a{
	color:#3e1c48;
	text-decoration: none;
}

#local_address {
	width:574px;
	height:47px;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	background-size: contain;
	background-position: center;
}

#footer {
	width:100%;
}

#provider {
	background-image:url(images/auxilium.webp);
	width:250px;
	height:50px;
	background-repeat:no-repeat;
	background-size:cover;
	margin-left:auto;
	margin-right:auto;
}

#main_content_left {
display: flex;
align-items: center; /* Center vertically */
justify-content: center; /* Center horizontally */
width: calc(50% - 10px);
background-color: #3e1c48;
border-top: 1px solid #7f5288;
min-height: 450px;
position: relative;
z-index: 2;
line-height:1.5;
}

#main_content_right {
	width: calc(50.52%);
	position: relative;
	overflow: hidden;
	background: #3e1c48;
	display:flex;
	flex: 1;
	align-items: center; /* Center vertically */
	justify-content: center; /* Center horizontally */
	background-color: #3e1c48;
	border-top: 1px solid #7f5288;
	min-height: 450px;
	position: relative;
	z-index: 2;
	line-height:1.5;
}

h1{ font-size:25px; line-height:1}
h2{font-size:18px;}
#main_body {
color:#fff;
/* padding: 20px; */
font-size: 16px;
display: flex;
align-items: center; /* Center vertically */
justify-content: center; /* Center horizontally */
flex-direction: column; /* Stack items vertically */
height: 100%; /* Occupy full height of parent */

}
#sub_section_one{
	text-align:center;
	color:#3e1c48;
	text-decoration: none;
	background:white;
	line-height:2;
	max-width:80%;
	margin:0 auto;
	margin-top: 1em;
	margin-bottom: 1em;
}

#sub_section_two{
	text-align:center;
	color:#fff;
	text-decoration: none;
	background:#3e1c48;
	width:100%;
	line-height:2;
	margin-top: 1em;
	margin-bottom: 1em;
}
#sub_section_one p,#sub_section_two p, #main_body p{
	margin-left:1em;
	margin-right:1em;
}

#sub_content,
#footer {
	width: 100%;
	margin-top: 10px;
}

#footer {
	clear: both;
	margin-top: 10px;
	text-align: center;
	background-color: #3e1c48;
	color: white;
	padding-bottom: 3em;
}
#provider {
  margin: auto;
  padding: 0;
  border-radius: 0;
}

#phone_number a {
	color: #3e1c48;
	font-size: 14px;
	text-decoration: none;
}

#phone_number span {
	font-size: 20px;
	font-weight: bold;
}

@media screen and (min-width: 769px) {
    #logo {
        margin-top: 10px;
        margin-left: 20px;
    }
    #phone_number {
        margin-top: 20px;
        margin-right: 20px;
    }
	#container {
		display: flex;
    	flex-wrap: wrap;
		flex-direction: row;
	}
}
/* Ensure the video container is responsive */

@media screen and (max-width: 768px) {
	.video-container {
        max-width: 100%;
		width: 100%;
        margin: 20px auto; 
		height: 440px;
	}
    
	#container {
		display: flex;
    	flex-wrap: wrap;
		flex-direction: column;
	}
    #main_content_left, #main_content_right {
        width: 100%;
    }

    #main_body {
        padding: 20px;
        text-align: center;
    }

    #local_address {
        width: 100%;
        text-align: center;
        font-size: 16px;
    }

    #header {
        margin: auto;
        width: 100%;
    }

    #logo {
        width: 100%;
        height: 41px;
        background-size: contain;
        margin-left: 0;
        background-repeat: no-repeat;
        background-position: center;
    }

    #phone_number {
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
    }

    #header {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    #phone_number {
        margin-top: 10px;
        text-align: center;
    }
}