﻿.h3-centered {
	text-align: center;
}
a:link {
	color: #008080;
}
a:visited {
	color: #008080;
}
#masthead-heading {
	position: relative;
	padding-bottom: 5px;
	font-weight: bold;
}
#masthead-biz {
	left: 5%;
	clear: both;
	position: relative;
}
body {
	font-family: "Roboto, Century Gothic, Arial, Helvetica, sans-serif, Verdana";
	font-size: large;
	color: #000000;
	background-color: #ADA49D;
}
#nav-top {
	padding: 3px;
	position: relative;
	left: 5%;
	clear: both;
	color: #000000;
	background-color: #C0C0C0;
}
#nav-bottom {
	padding: 3px;
	position: relative;
	left: 5%;
	clear: both;
	color: #000000;
	background-color: #C0C0C0;
	text-align: left;
	font-size: small;
}
#banner {
	position: relative;
	left: 5%;
	clear: both;
}
.portrait-width {
	width: 100%;
}
#portrait {
	position: fixed;
	right: 2%;
	float: right;
	z-index: 1;
	width: 30%;
}
#newsflash {
	font-size: large;
	text-align: center;
	font-weight: bold;
	z-index: 2;
}
#main-copy-text {
	position: relative;
	left: 5%;
	clear: both;
	width: 60%;
	text-align: justify;
}
.img-pad5 {
	border-style: none;
}
#main-copy-header {
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5%;
	font-weight: bold;
}

.nav_top_btns {
	position: relative;
	z-index: 2;
}

.filmography {
	font-size: x-small;
	text-align: center;
	position: relative;
	float: left;
	height: 200px;
	padding-right: 10px;
}
.clearboth {
	clear: both;
	text-align: left;
}

h3 {
	color: #003366;
}
	::root {
        --imGrey: #8E8E93;
        --imPink: #FF2D55;
        --imRed: #FF3B30;
        --imGold: #FF9500;
        --imYellow: #FFCC00;
        --imGreen: #4CD964;
        --imTeal: #5AC8FA;
        --imAqua: #34AADC;
        --imBlue: #007AFF;
        --imViolet: #007AFF;
	    }
    body {
        margin: 0px 0px 0px 0px;
        font-size: 1.25em;
        line-height: 1.25em;
        font-family: 'Roboto', sans-serif;
        font-size-adjust: 0.54;
        font-weight: 400;
        background-color: #FFFFFF;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: 300;
        text-align: center;
    }
    
    h1 {
        font-size: 1.6em;
        /* 16x1.375=22px */
        ;
        line-height: 1.1em;
        /* 16x1.636=36px */
        ;
        margin: 0;
    }
    
    h2 {
        font-size: 1.4em;
        /* 16x1.375=22px */
        ;
        line-height: 1.2em;
        /* 16x1.636=36px */
        ;
        margin: 0;
    }
    
    h3 {
        font-size: 1.2em;
        /* 16x1.375=22px */
        ;
        line-height: 1.1em;
        /* 16x1.636=36px */
        ;
        margin: 0;
    }
}
h4 {
    font-size: 1em;
    /* 16x1.375=22px */
    
    ;
    line-height: 1em;
    /* 16x1.636=36px */
    
    ;
    margin: 0;
}
h5 {
    font-size: .8em;
    /* 16x1.375=22px */
    
    ;
    line-height: .95em;
    /* 16x1.636=36px */
    
    ;
    margin: 0;
}
h6 {
    font-size: .6em;
    /* 16x1.375=22px */
    
    ;
    line-height: .85em;
    /* 16x1.636=36px */
    
    ;
    margin: 0;
}
.maintext {
	text-indent: 5%;
	text-align: justify;
	padding-right: 10%;
	padding-left: 5%;
}
.Head_Courier {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.6em; /* 16x1.375=22px */
	line-height: 1.1em;/* 16x1.636=36px */
	font-weight: bold;
	text-align: center;
}
.Body_Courier {
	font-family: "Courier New", Courier, monospace;
	text-align: left;
	margin-right: 5%;
	margin-left: 5%;
}
a.clBnText,a.clBnText:link,a.clBnText:visited
{
	font-family: 'Roboto', Arial, serif; 
	font-weight: 300;
	display: block;
	color: #FFFFFF;
	background-color: #FF6D70;
	width: 100%;
	text-align: center;
	padding: 0;
	padding-top: .25em;
	padding-bottom: .40em;
	border: 1px solid #000000;
	outline: 1px solid #000000;
	text-decoration: none;
	margin-left: 1px;
}

a.clBnText:hover,a.clBnText:active
{
	font-family: 'Roboto', Arial, serif; 
	background-color: #5AC8FA;
	color: #007AFF;
}
a.clBnText2,a.clBnText2:link,a.clBnText2:visited
{
	font-family: 'Roboto', Arial, serif; 
	font-weight: 300;
	display: block;
	color: #FFFFFF;
	background-color: #FF3B30;
	width: 100%;
	text-align: center;
	padding: 0;
	padding-top: .25em;
	padding-bottom: .40em;
	border: 1px solid #000000;
	outline: 1px solid #000000;
	text-decoration: none;
	margin-left: 1px;
}

a.clBnText2:hover,a.clBnText2:active
{
	background-color: #FF2D55;
	color: black;
}
a.clBnText,a.clBnText:link,a.clBnText:visited
{
	color: white;
	background-color: #FF6D70;
	border: 1px solid black;
	outline: 1px solid black;
}

a.clBnText:hover,a.clBnText:active
{
	color: black;
	background-color: #FF2D55;
	border: 1px solid black;
	outline: 1px solid black;
}
a.clBnText2,a.clBnText2:link,a.clBnText2:visited
{
	color: black;
	background-color: #34AADC;
	border: 1px solid black;
	outline: 1px solid black;
}

a.clBnText2:hover,a.clBnText2:active
{
	color: white;
	background-color: #8E8E93;
	border: 1px solid black;
	outline: 1px solid black;
}
.mob-btn {
	font-weight: 300;
	font-size: 1.4em; /* 16x1.375=22px */;
	line-height: 1.2em;/* 16x1.636=36px */;
	text-align: center;
	color: #000000;
}
.mob-desc {
	font-weight: 300;
	text-align: center;
	color: #000000;
	font-size: 1.4em; /* 16x1.375=22px */;
	line-height: 1.2em;/* 16x1.636=36px */;
}
.img-pad5 {
    border-width: 0px;
    padding: 5px;
}
#footer {
    width: 100%;
    clear: both;
    text-align: center;
    background-color: #5AC8FA;
    font-family: 'Roboto', sans-serif;
    font-size-adjust: 0.54;
    font-weight: 400;
    font-size: 0.75em;
}
#copyright_notice_bottom {
    font-size: 0.75em;
    text-align: center;
}
#social {
    width: 100%;
    clear: both;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size-adjust: 0.54;
    font-weight: 400;
    font-size: 0.75em;
}
a.clBnPride1,a.clBnPride1:link,a.clBnPride1:visited
{
	font-family: 'Roboto', Arial, serif; 
	font-weight: 300;
	display: block;
	color: #FFFFFF;
	background-color: #e70000;
	width: 100%;
	text-align: center;
	padding: 0;
	padding-top: .25em;
	padding-bottom: .40em;
	border: 1px solid #000000;
	outline: 1px solid #000000;
	text-decoration: none;
	margin-left: 1px;
}

a.clBnPride2,a.clBnPride2:link,a.clBnPride2:visited
{
	font-family: 'Roboto', Arial, serif; 
	font-weight: 300;
	display: block;
	color: #FFFFFF;
	background-color: #ff8c00;
	width: 100%;
	text-align: center;
	padding: 0;
	padding-top: .25em;
	padding-bottom: .40em;
	border: 1px solid #000000;
	outline: 1px solid #000000;
	text-decoration: none;
	margin-left: 1px;
}

a.clBnPride3,a.clBnPride3:link,a.clBnPride3:visited
{
	font-family: 'Roboto', Arial, serif; 
	font-weight: 300;
	display: block;
	color: #FFFFFF;
	background-color: #ffef00;
	width: 100%;
	text-align: center;
	padding: 0;
	padding-top: .25em;
	padding-bottom: .40em;
	border: 1px solid #000000;
	outline: 1px solid #000000;
	text-decoration: none;
	margin-left: 1px;
}

a.clBnPride4,a.clBnPride4:link,a.clBnPride4:visited
{
	font-family: 'Roboto', Arial, serif; 
	font-weight: 300;
	display: block;
	color: #FFFFFF;
	background-color: #00811f;
	width: 100%;
	text-align: center;
	padding: 0;
	padding-top: .25em;
	padding-bottom: .40em;
	border: 1px solid #000000;
	outline: 1px solid #000000;
	text-decoration: none;
	margin-left: 1px;
}

a.clBnPride5,a.clBnPride5:link,a.clBnPride5:visited
{
	font-family: 'Roboto', Arial, serif; 
	font-weight: 300;
	display: block;
	color: #FFFFFF;
	background-color: #0044ff;
	width: 100%;
	text-align: center;
	padding: 0;
	padding-top: .25em;
	padding-bottom: .40em;
	border: 1px solid #000000;
	outline: 1px solid #000000;
	text-decoration: none;
	margin-left: 1px;
}

a.clBnPride6,a.clBnPride6:link,a.clBnPride6:visited
{
	font-family: 'Roboto', Arial, serif; 
	font-weight: 300;
	display: block;
	color: #FFFFFF;
	background-color: #760089;
	width: 100%;
	text-align: center;
	padding: 0;
	padding-top: .25em;
	padding-bottom: .40em;
	border: 1px solid #000000;
	outline: 1px solid #000000;
	text-decoration: none;
	margin-left: 1px;
}

