html
{
	background: #0B3263;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch;
}

body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	margin: 0px;
	padding: 0px;
	text-align:center;
	/* background-color:#0577C6; */
	/* background-color:#3872CC; */
	background-color:#0B3263;
	background-image:url(/images/bluewallbg.jpg);
	/* background-image:url(/images/bluemarblebg.jpg); */
	/* background-image:url(/images/denimbg.jpg); */
	background-attachment:fixed;
	background-repeat:repeat;
}

hr 
{
	border: 2px solid black;
	
	margin-left: 10px;
	margin-right: 10px;
}

#logo
{
    width: 100%;
}

#logo img
{
    width: 70%;
    max-width: 1062px;
}

@media only screen and (max-width: 640px) 
{
#logo img
{
    width: 90%;
    max-width: 1062px;
}
}

#welcome
{
    width: 80%;
    max-width: 319px;
}

.cta-group a 
{
    display: inline-block;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
}

 .cta-btn 
 {
    display: inline-block;
    background: linear-gradient(180deg, #0077ff 0%, #0033ff 100%);
    color: white;
    padding: 14px 32px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(34, 134, 58, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
}
    
.cta-btn:hover 
{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(34, 134, 58, 0.4);
}

.requirements-badge 
{
    margin-top: 15px;
    display: inline-block;
    background: var(--panel-dark);
    border: 1px solid var(--border-color);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    color: var(--text-muted);
}

#rwspace
{
    background-color: #ABE4FE;
    width: 70%;  
    max-width: 1024px;
    margin-top: 20px;
    margin-left: auto;
	margin-right: auto;
    border-color: #0B3263; /* #307EC0; */
    border-style: solid;
    border-radius: 30px;
    border-width: 1em;
}


@media only screen and (max-width: 640px) 
{
#rwspace
{
    background-color: #ABE4FE;
    width: 90%;     
    margin-top: 20px;
    margin-left: auto;
	margin-right: auto;
    margin-bottom:  20px;
    border-color: #0B3263; /* #307EC0; */
    border-style: solid;
    border-radius: 30px;
    border-width: 1em;
}
}

#rwspace ul
{
	width: 80%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#rwspace li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #003a65;
	padding: 3px 10px 3px 10px;
	font: weight 900;
	display: block;
}


#rwspace table
{	
	margin-left: auto;
	margin-right: auto;
	
	/* text-align: center;	*/
}

#rwspace tr
{		
	margin: 0px 0px 50px 0px;	
}

#rwspace td
{		
	padding: 0px 10px 20px 10px;	
}

#rwspace h1
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;

    width: 80%;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
    font-style: normal;
	font-weight: bold;
    
    color: black;
}

#rwspace h2
{
    text-align: center;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
    font-style: normal;
	font-weight: bold;

    color: black;
}

#rwspace h3
{
	margin-left: auto;
    margin-right: auto;
    text-align: center;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
    font-style: normal;
	font-weight: bold;

    color: black;
}

#rwspace p
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    color: black; 
}

#rwspace strong
{
    text-align: center;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
    font-style: normal;
	font-weight: bold;

    color: #0B3263;
}

#rwspace a
{
    text-align: left;
	text-decoration: none;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
    font-style: normal;
	font-weight: bold;

    color: #0B3263;
}

#rwheader
{
    background-color: #0B3263;
    width: 70%;  
    max-width: 1024px;
    height: 75px;   
    margin-top: 20px;
    margin-left: auto;
	margin-right: auto;
    border-color: #ABE4FE;
    border-style: solid;
    border-radius: 30px;
    border-width: 10px;
}

@media only screen and (max-width: 890px) 
{
#rwheader
{
    background-color: #0B3263;
    width: 70%;
    height: 120px;   
    margin-top: 20px;
    margin-left: auto;
	margin-right: auto;
    border-color: #ABE4FE;
    border-style: solid;
    border-radius: 30px;
    border-width: 10px;
}
}

@media only screen and (max-width: 640px) 
{
#rwheader
{
    background-color: #0B3263;
    width: 90%;
    height: 128px;   
    margin-top: 20px;
    margin-left: auto;
	margin-right: auto;
    border-color: #ABE4FE;
    border-style: solid;
    border-radius: 30px;
    border-width: 10px;
}
}

@media only screen and (max-width: 350px) 
{
#rwheader
{
    background-color: #0B3263;
    width: 90%;
    height: 190px;   
    margin-top: 20px;
    margin-left: auto;
	margin-right: auto;
    border-color: #ABE4FE;
    border-style: solid;
    border-radius: 30px;
    border-width: 10px;
}
}

@media only screen and (max-width: 331px) 
{
#rwheader
{
    background-color: #0B3263;
    width: 90%;
    height: 240px;   
    margin-top: 20px;
    margin-left: auto;
	margin-right: auto;
    border-color: #ABE4FE;
    border-style: solid;
    border-radius: 30px;
    border-width: 10px;
}
}

#rwheader ul
{
	width: 60%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#rwheader li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #003a65;
	font-weight:900;
	display: block;
}

#rwfooter
{
    display: inline-block;
    background-color: #0B3263;
    width: 70%;  
    max-width: 1024px;
    height: 90px;   
    margin-top: 20px;
    margin-left: auto;
	margin-right: auto;
    margin-bottom: 20px;

    padding-top: 10px;
    padding-bottom: 10px;

    border-color: #ABE4FE;
    border-style: solid;
    border-radius: 30px;
    border-width: 10px;   
}

@media only screen and (max-width: 640px) 
{
#rwfooter
{    
    background-color: #0B3263;
    width: 90%;
    height: 130px;     
    margin-left: auto;
	margin-right: auto;    

    padding-top: 10px;
    padding-bottom: 10px;

    border-color: #ABE4FE;
    border-style: solid;
    border-radius: 30px;
    border-width: 10px;   
}
}

#rwfooter a
{
    margin-left: auto;
	margin-right: auto;
    padding: 10px;
	text-align: center;
    text-decoration: none;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

#rwfooter p
{
    margin-top: 15px;
    margin-left: auto;
	margin-right: auto;    
	text-align: center;  	
}

#app-link
{
	text-align: left;
	text-decoration: none;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
    font-style: italic;
	font-weight: 600;
	color: #0B3263;
}

#app-description p
{
    text-align: left;

    margin-left: 20px;
    margin-right: 20px;

    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
    font-style: italic;
	font-weight: 600;
	color: #0B3263;
}

.dropbtn 
{
    margin-top: 5px;   
    background-color: #0B3263;
    color: white;
    padding: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
    border: none;
}
  
.dropdown 
{
  position: relative;
  display: inline-block;
}

.dropdown a 
{
  color: #F0F0F0;
  background-color: #0B3263;
  margin-top: 5px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 24px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content 
{
  display: none;
  position: absolute;
  background-color: #0B3263;
  min-width: 300px;
  max-width: 500px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

@media only screen and (max-width: 640px) 
{
.dropdown-content 
{
  display: none;
  position: absolute;
  background-color: #0B3263;
  min-width: 180px;
  max-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
}

/* Links inside the dropdown */
.dropdown-content a 
{
  color: #F0F0F0;
  padding-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 6px;
  text-decoration: none;
  display: block;
  font-size: 24px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #1A5CA4;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #1A5CA4;}

div.layer1 
{
    width: 80%;
	position: absolute;
	visibility: hidden;
	top: 0px;
	left: 0px;
	background-color: #000000;
	border: 6px solid #333;
	padding: 5px;
	z-index:500000;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#appheader p 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    color: green; 
}

.appheader-img
{
    width: fit-content;
}

@media only screen and (max-width: 640px) 
{
.appheader-img
{
    width: 80%;
}
}

#copyright p
{
    font-size: large;
    color: aliceblue;
}

#lastchange p
{
    font-size: x-small;
    font-style: normal;
    font-weight: normal;
    color: orange;
}

div.layer2 
{
	position: absolute;
	visibility: hidden;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	border: 0px solid #333;
	padding: 0px;
	z-index:500000;
	margin-left: auto;
	margin-right: auto;
}

div.layer20
{
	position:fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	visibility: hidden;
	background-color: #33333340;
	border: 3px solid #333;
	padding: 3px;
	z-index:500000;
	margin-left: auto;
	margin-right: auto;
}

.widthEightyPercent
{
    width:  80%;
}

.zoom90
{
	position:fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 90%;
    max-width: 1024px;	
	text-align: center;
	margin: auto;
}

.zoom100
{
	position:fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	text-align: center;
	margin: auto;
}

.fullPortrait
{
	position:fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;    
    max-height: 800px;
	text-align: center;
	margin: auto;
}

@media only screen and (max-width: 640px) 
{
.fullPortrait
{
	position:fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;    
    max-width: 98%;
	text-align: center;
	margin: auto;
}
}

.detailview
{
	width: 584px;
}

@media only screen and (max-width: 640px) 
{
.detailview
{
	width: 90%;
}
}

.widedetailview
{
	width: 90%;
}

@media only screen and (max-width: 640px) 
{
.widedetailview
{
	width: 90%;
}
}

.smallPortrait
{
    width: 300px;
}

@media only screen and (max-width: 640px) 
{
.smallPortrait
{
	width: 40%;
}
}

.medPortrait
{
    width: 400px;
}

@media only screen and (max-width: 640px) 
{
.medPortrait
{
	width: 44%;
}
}

.promo
{
	width: 800px;
}

@media only screen and (max-width: 640px) 
{
.promo
{
	width: 90%;
}
}

.badge
{
	width: 320px;
}

@media only screen and (max-width: 640px) 
{
.badge
{
	width: 80%;
}
}

.playercontrol
{
	width: 40%;
	display: inline-block;
}

@media only screen and (max-width: 640px) 
{
.playercontrol
{
	width: 100%;
	display: block;
}
}

.sonance-mac-images
{
	width: 400px;
	display: inline-block;
}

@media only screen and (max-width: 640px) 
{
.sonance-mac-images
{
    width: 80%;
    display: inline;
}
}

.mpvert
{
	width: 200px;
}

video.preview20
{
    width: 90%;
}

@media only screen and (max-width: 640px) 
{
video.preview20
{
	width: 256px;
    height: 160px;	
}
}

#page_screen0
{
   background-color:#000;
   filter:alpha(opacity=60);
   opacity: 0.6;
   position:absolute;
   z-index:400000;
   top:0px;
   left:0px;
   width:100%;
   display:none;
   margin-left: auto;
   margin-right: auto;
}
