/* CSS Document */
@media only screen and (min-width: 600px) {
.mqhide {
	display:block;
}

main {
    padding: 20px;
}
.mqshow {
	display:none;
}

.body {
    font-family: Arial, sans-serif;
	font-size: 14px;
    padding: 0;
	height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	/*background-color: #17192e; */
}
.body0 {
    font-family: Arial, sans-serif;
	font-size: 14px;
    padding: 0;
    align-items: center;
}
.container {
	position: relative;
	width: 950px;
	background-color: #ffffff;
	border-radius: 10px;
}
.outer {
	position: relative;
	display: inline-block;
	
}
.outer img {
	width: 950px; 
}

.inner {
	position: absolute;
	bottom: 0;
	width: 70vw;
	padding-left: 250px;
	padding-bottom: 0px;
}
nav {
    width: 450px;	
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

nav ul li {
    display: inline;
	 width: 100%;
}

nav ul li:not(:last-child) {
    border-right: 1px solid #ffffff;
}

nav ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

nav ul li a:hover {
    background-color: #111;
}

.iframe1 {
    flex-grow: 1;
    width: 100%; /* Adjust width as needed */
    height: calc(100vh - 50px); /* Adjust height as needed */
    border: none;
    margin-top: 10px; /* Space between nav and iframe */
}
