body {
	background-color: #7c7c7c;
	font-family: Arial;
    margin-top: 0;
    margin-bottom: 0;
	margin-left: auto;
    margin-right: auto;
	padding: 0;
    width: 50%;
    font-weight: bold;
}

a {
    text-decoration: none;
	color: inherit;
}

header a:hover {
    text-decoration: underline;
}

.upper-header {
    background-image: linear-gradient(dodgerblue, cornflowerblue);
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

header {
    width: 100%;
}

nav {
    text-align: right;
}

.nav-bar {
    min-height: 30px;
    background-color: black;
}

nav ul {
    padding-left: 0px;
    padding-right: 0px;
	list-style: none;
	display: block;
    margin-top: 0px;
    margin-bottom: 0px;
}

nav li {
    display: inline;
}

nav a {
    display: inline-block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 40px;
	padding-right: 40px;
	background-color: gray;
    border-color: gray;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-style: solid;
    color: white;
    font-size: 11pt;
}

.current-nav {
    background-color: black;
    border-color: black;
}

.content-box {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
}

.content {
    background-color: white;
    box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25);
    padding: 30px;
    text-align: center;
    font-size: 12pt;
    line-height: 200%;
}

.studio-text {
    font-size: 14pt;
}

.franke-link {
    color: rgb(255, 154, 59);
}

.advertising-box {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 80%;
}

.advertising-box a {
    margin: 0;
    padding: 0;
    line-height: 0;
    display: flex;
}

.advertising-box img {
    margin-right: 20px;
    width: auto;
}

.advertising-image-box {
    width: 33%;
}

.advertising-text-box {
    width: 67%;
    display: flex;
    align-items: center;
}

.advertising-text-box-content {
    width: 100%;
    line-height: 200%;
    font-size: 18pt;
}

.legal {
    font-weight: normal;
    font-size: 10pt;
    line-height: 133%;
}