@media (prefers-color-scheme: light) {
	.panel2 {
		color:#333;
		background-color:#eee;
	}
	.panel2-text {
		color:#333;
		background:#eee; 
		border:solid 1px #dedede;
	}
	.panel2-wide {
		color:#333;
		background-color:#eee;
	}
	.panelpre4 {
		color:#333;
		background-image: linear-gradient(#fff, #ccc);
	}
	.panel4 {
		color:#333;
		background-image: linear-gradient(90deg, #f5f7fa 0%, #c3cfe2 100%); 
	}
	.paneltvnews {
	    color:#eee;
	    background-image:url(images/back5.jpg);
	    background-repeat: no-repeat;
		background-attachment:fixed;
		background-position: center top;
		background-size: cover;
		/* background-image: linear-gradient(90deg, #faf8f5 0%, #e2d6c3 100%); */
	}
	.white-back {
		color:#333;
		border-bottom: solid 4px #333;
	}
	h2 {
		border-bottom:solid 4px #666;
	}
	.dark-light::before {
		content: url(images/light-mode-art.png);
		margin-right:4px;
		display: inline-block;
		vertical-align: middle;
	}
	.dark-light::after {
		content: "LIGHT MODE";
		font-weight:900;
	}
}
/* STARTS WAVE ABOVE TV NEWS/WEATHER GRAPHICS */
/* https://www.shapedivider.app */
.panelpre5-wave {
    position:relative;
    margin:0;
    padding:0;
}
.custom-shape-divider-top-1629828993 {
    position: absolute;
    top: 0;
    left: 0;
    width: 102%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
	margin:-1px;
}
.custom-shape-divider-top-1629828993 svg {
    position: relative;
    display: block;
    width: calc(136% + 1.3px);
    height: 57px;
}
.custom-shape-divider-top-1629828993 .shape-fill {
    fill: #222;
}
/* ENDS WAVE ABOVE TV NEWS/WEATHER GRAPHICS */
@media (prefers-color-scheme: dark) {
.panelpre5-wave {
    position:relative;
    margin:0;
    padding:0;
    background:#333;
}
	.panel2 {
		color:#ddd;
		background-color:#333;
	}
	.panel2-text {
		color:#eee;
		background:#333; 
		border:solid 1px #4e4e4e;
	}
	.panel2-wide {
		color:#eee;
		background-color:#333;
	}
	.panelpre4 {
		color:#ddd;
		background-image: linear-gradient(#333, #000);
	}
	.panel4 {
		color:#ddd;
		background-image: linear-gradient(#333, #000);
	}
	.panelgfx {
		color:#ddd;
		background-image: linear-gradient(#333, #000);
	}
	.paneltvnews {
	    color:#eee;
	    background-image:url(images/back5.jpg);
	    background-repeat: no-repeat;
		background-attachment:fixed;
		background-position: center top;
		background-size: cover;
		/* background-image: linear-gradient(90deg, #faf8f5 0%, #e2d6c3 100%); */
	}
	.white-back {
		color:#eee;
		border-bottom: solid 4px #eee;
	}
	h2 {
		border-bottom:solid 5px #eee;
	}
	.dark-light::before {
		content: url(images/dark-mode-art.png);
		margin-right:4px;
		display: inline-block;
		vertical-align: middle;
	}
	.dark-light::after {
		content: "DARK MODE";
		font-weight:900;
	}
}
.dark-light {
		font-size:12px;
	}
#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  right: 0 !important;
}
.menu__btn {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
.menu__box {
  display: block;
  position: fixed;
  top: 30px;
  right: -100%;
  height: auto;
  padding-left:18px;
  /* padding: 80px 0; */
  background-color:rgba(21, 21, 21, .8);
  outline:solid 1px #333;
  box-shadow: -2px 2px 9px rgba(0, 0, 0, .4);
  /* transition-duration: .25s; */
}
.menu__item {
  display: block;
  padding: 9px 44px 9px 0;
  color: #333;
  /*  transition-duration: .25s; */
}
.menu__item:hover {
  background-color: rgba(235, 140, 140, 0.3);
}
.indent-menu {
  	padding: 0 0 0 17px;
	line-height:1.5rem;
}
.dropdown {
  position: relative;
}
.dropdown-content {
  display: none;
  /* position: absolute; */
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 6px 0px 6px 20px;
  line-height:26px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: inline;
}
/* *************** RESETS ************* */
 html {
    box-sizing: border-box;
	margin:0;
	padding:0;
}
body {
    margin:0;
    font-family: 'Quicksand', sans-serif;
    font-size:.95em;
}
/* ************** GENERAL STYLES ************ */
.rogot {
    margin:0 20px;"
}
.rogot2 {
	float:left;
	margin-right:20px;
	width:40%;
	height:auto;
	border:1px solid #333;
	}
#back2Top {
    width: 30px;
    height:20px;
    line-height: 30px;
    overflow: hidden;
    z-index: 2300;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 30px;
    right: 40px;
    padding:4px 4px 13px 4px;
    border:1px solid #555;
    border-radius:2px;
    background: rgba(66, 151, 223, 0.7);
    color: #eee;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
}
#back2Top:link {
    background: rgba(66, 151, 223, 0.7);
    color: #eee;
}
#back2Top:visited {
    background: rgba(66, 151, 223, 0.7);
    color: #eee;
}
#back2Top:hover {
    background: rgba(52, 118, 174, 0.8);
    color: #ccc;
}
#back2Top:active {
    background: rgba(66, 151, 223, 0.7);
    color: #eee;
}
img {
	max-width:100%;
	height:auto;
}
iframe {
    overflow:hidden;
    border:solid 1px #444;
}
.logo {
	height:auto;
	padding:0 13px 0 13px;
	border:solid 2px #eee;
	margin-right:12px;
	float:left;
	font-family: 'Italiana', serif;
 	font-size:47px;
	letter-spacing:-2px;
}
.logo-text {
	line-height:18px;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 4px;
	left: 0;
	right: 0;
	opacity:0;
	transition: .5s ease;
	background-color:rgba(0, 0, 0, 0.1);
}
.image-hover {
	position:relative;
}
.image-hover:hover .overlay {
	background: linear-gradient(180deg, rgba(63,123,174,0.7) 0%, rgba(63,123,174,1) 100%);
    opacity: 1;
    margin:0 2%;
    border-top:solid 1px #777;
    top:80%;
}

.image-hover-text {
    color: #ddd;
    font-size: 28px;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a.navigation:link {
	font-size:1rem;
	color:#eee;
	text-decoration:none;
	text-transform:uppercase;
}
a.navigation:visited {
	font-size:1rem;
	color:#eee;
	text-decoration:none;
	text-transform:uppercase;
}
a.navigation:hover {
	font-size:1rem;
	color:#eee;
	text-decoration:none;
	text-transform:uppercase;
	background-color: rgba(235, 140, 140, 0.3);
}
a.navigation:active {
	font-size:1rem;
	color:#eee;
	text-decoration:none;
	text-transform:uppercase;
}

a.nav-port:link {
	color:#eee;
	text-decoration:none;
	text-transform:uppercase;
}
a.nav-port:visited {
	color:#eee;
	text-decoration:none;
	text-transform:uppercase;
}
a.nav-port:hover {
	color:#eee;
	text-decoration:none;
	text-transform:uppercase;
}
a.nav-port:active {
	color:#eee;
	text-decoration:none;
	text-transform:uppercase;
}
/*
a.enter:link {
	color:#eee;
	text-decoration:none;
	text-transform:uppercase;
}
a.enter:visited {
	color:#eee;
	text-decoration:none;
	text-transform:uppercase;
}
a.enter:hover {
	color:#ffaaaa;
	text-decoration:none;
	text-transform:uppercase;
}
a.enter:active {
	color:#eee;
	text-decoration:none;
	text-transform:uppercase;
}
*/
a.port:link {
	color:#eee;
	text-decoration:none;
}
a.port:visited {
	color:#eee;
	text-decoration:none;
}
a.port:hover {
	color:#eee;
	text-decoration:none;
}
a.port:active {
	color:#eee;
	text-decoration:none;
}
a:link {
	color:#ff7070;
	text-decoration:none;
}
a:visited {
	color:#ff7070;
	text-decoration:none;
}
a:hover {
	color:#aa5555;
	text-decoration:underline;
}
a:active {
	color:#ff7070;
	text-decoration:none;
}
a:link[href^="tel:"] {
	color:#eee;
	text-decoration: none;
}
a:visited[href^=tel] {
	color:#eee;
	text-decoration: none;
}
a:hover[href^=tel] {
	color:#ddd;
	text-decoration: underline;
}
a:active[href^=tel] {
	color:#eee;
	text-decoration: none;
}
h2 {
	font-family: 'Comfortaa', cursive;
	font-size:1.2rem;
	text-transform: uppercase;
	letter-spacing:.5em;
	padding-bottom:14px;
}
h3 {
	font-family: 'Comfortaa', cursive;
	font-size:.8rem;
	text-transform: uppercase;
	letter-spacing:.3rem;
	text-align:center;
	line-height: 1.1rem
}
.header-text {
	padding-right:10%;
	height:120%;
	color:#ddd;   
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.header-large {
	text-align:left;
	font-family: 'Italiana', serif; 
	/* font-family: 'Merriweather', serif; */
	letter-spacing:.1rem;
	margin:40px 0 0 40px;
	font-size:1.7rem;
	line-height:2rem;
	padding-bottom:2rem;
}
.header-small {
    color:#ccc;
	margin-left:40px;
	font-size:1.1rem;
}
.header-button {
    color:#ccc;
	margin-left:40px;
	margin-right:9rem;
	margin-top:20px;
	font-size:1rem;
}
.button-sub {
	font-size:14px;
	margin-top:-10px;
	display:flex;
	justify-content:center;
	width:114%;
	font-style: italic;
}
.button {
   display: inline-block;
   text-align: justify;
   vertical-align: middle;
   padding: 12px 0px;
   margin:20px 0 0 0;
   border: 1px solid #611f1f;
   border-radius: 8px;
   background: #ff6464;
   background: -webkit-gradient(linear, left top, left bottom, from(#b83b3b), to(#611f1f));
   background: -moz-linear-gradient(top, #b83b3b, #611f1f);
   background: linear-gradient(to bottom, #b83b3b, #611f1f);
   text-shadow: #4d1a1a 1px 1px 1px;
   font: 12px arial;
   color: #ffffff;
   text-decoration: none;
   width:114%;
   text-align:center;
}
.button:hover,
.button:focus {
   border: 1px solid #763333;
   background: #dd3434;
   background: -webkit-gradient(linear, left top, left bottom, from(#ff6464), to(#611f1f));
   background: -moz-linear-gradient(top, #882222, #611f1f);
   background: linear-gradient(to bottom, #882222, #611f1f);
   color: #ffffff;
   text-decoration: none;
}
.button:active {
   background: #2c2c82;
   background: -webkit-gradient(linear, left top, left bottom, from(#b83b3b), to(#611f1f));
   background: -moz-linear-gradient(top, #b83b3b, #611f1f);
   background: linear-gradient(to bottom, #b83b3b, #611f1f);
}
.button:after{
   content:  "";
   display: inline-block;
   height: 24px;
   width: 24px;
   line-height: 24px;
   margin: -4px -4px -6px 4px;
   position: relative;
   top: 0px;
   left: 10px;
   background: url(images/arrow-right.png) no-repeat left center transparent;
   background-size: 64% 64%;
}
.black-back {
	color:#eee;
	text-align:center;
	font-size:1rem;
	text-transform: uppercase;
	letter-spacing:.5em;
	padding-bottom:14px;
	border-bottom:solid 4px #ccc;
}
.white-back {
	text-align:center;
	font-size:1rem;
	text-transform: uppercase;
	letter-spacing:.5em;
	padding-bottom:14px;
}
.smaller {
	font-size:.7rem;
	letter-spacing:.2rem;
}
.button-intl {
	width:100%;
	display:flex;
	justify-content:center;
}
.btn {
	width:100px;
	border:solid 2px #d29696;
	border-radius:3px;
	padding: 12px 22px;
	font-size: 18px;
	cursor: pointer;
	text-align:center;
} 
.student {
	background-color:#fff;
	border:1px solid #555; 
	width:90%; 
	height:400px; 
}
/* ************** LAYOUT STYLES ************ */
.container {
	display:grid;
	grid-template-columns:1fr;
	grid-auto-rows:minmax(80px, auto);
	/* Below needed to keep screen from jumping at end of animation */
	overflow:hidden;
}
header {
	grid-column:1/2;
	height:100vh;
	/* height:100svh; */ 
	/* background: linear-gradient(90deg, rgba(0,0,0,0.8), rgba(0,0,0,0.3)), url(images/background-panel1.jpg); */
	background: linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0.7), rgba(0,0,0,0.4), rgba(0,0,0,0.3), rgba(0,0,0,0.4)), url(images/background-panel1-new.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: right top;
	background-size: cover;
}
 
/* VIGNETTE
    header::after {
        content: '';
        height:100vh;
        position: absolute;
        top: 0; left: 0; bottom: 0; right: 0;
        opacity:0.5;
        background-color:rgba(30, 30, 30, 0.8);
        box-shadow: inset 280px -150px 390px 340px #000;
    }
 */           

nav {
	color:#ddd;
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-template-rows:60px 30px;
	padding:16px 0 6px 0;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:99999;
	background: linear-gradient(0deg, rgba(43,43,43), rgba(55,55,55));
	transition: all 300ms ease-in-out;
}

.scroll-down nav {
	transform:translate3d(0, -200%, 0);
	background: linear-gradient(0deg, rgba(43,43,43), rgba(55,55,55));
}

.scroll-up nav {
	background: linear-gradient(0deg, rgba(43,43,43), rgba(55,55,55));
}

a.logolink:link {
	color:#fff;
	text-decoration:none;
}
a.logolink:visited {
	color:#fff;
	text-decoration:none;
}
a.logolink:hover {
	color:#fff;
	text-decoration:none;
}
a.logolink:active {
	color:#fff;
	text-decoration:none;
}

.nav1 {
	grid-column:1/3;
	margin-left:40px;
	font-size:1.1rem;
	font-weight:bold;
	letter-spacing: 6px;
	padding-top:7px;
	text-transform:uppercase;
}
.nav2 {
	grid-column:1/3;
	margin-right:40px;
	margin-top:-14px;
	z-index:2000;
}
nav ul li {
	display: inline;
	list-style: none;
	z-index:3;
}
.build {
	display:grid;
	grid-template-columns:3fr 2fr;
	background:url(images/build-back.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding:0 50px;
	z-index:2100;
}
.build-text {
	grid-column:1/3;
	display:flex;
	flex-direction:column;
	justify-content:center;
	text-align:center;
	.* font-family: 'Italiana', serif; */
	/* font-family: 'Merriweather', serif; */
	text-transform:uppercase;
	color:#ddd;
	margin-top:30px;
}
.build-text-small {
	letter-spacing:.1rem;
	font-size:.9rem;
}
.build-text-large {
	text-transform:uppercase;
	font-size:1rem;
	padding:8px 1px 8px 14px;
	border:solid 2px #eee;
	background:rgba(30, 30, 30, 0.3);
}
.build-text-enter {
	letter-spacing:.1rem;
	font-size:1.8rem;
	text-transform:uppercase;
	text-decoration:none;
	font-family: 'Quicksand', sans-serif;
}
.build-image {
	grid-column:1/3;
	text-align:right;
	margin:20px 0;
}
.build-image-wrapper {
	height:auto;
	margin-left:0;
}
.panel2 {
	grid-column:1/2;
	display:grid;
	grid-template-columns:repeat(12, 1fr);
	padding:40px 40px 0 40px;
	z-index:2100;
}
.panel2-text {
	grid-column:1/13;
	padding:0 20px 10px 20px;
	line-height:1.6em;
	z-index:400; 
	text-align:center;
}
.panel2-photo {
	grid-column:1/13;
}
.about-image {
	width:100%;
}
.panel2-wide {
	display:grid;
	grid-template-columns:1fr 1fr;
	padding:0 40px 30px 40px;
}
.panel2-wide-box1 {
	grid-column:1/3;
	text-align:center;
}
.panel2-wide-box2 {
	grid-column:1/3;
	text-align:center;
}
.panel3 {
	grid-column:1/2;
	padding:30px 30px 40px 30px;
	display: grid;
	grid-template-columns:repeat(30, 1fr);
	/* height:100vh; */
	/* BELOW USES BOTH A BACKGROUND COLOR AND BACKGROUND IMAGE */
	background: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(images/background-panel3.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center center;
	background-size: cover;
	z-index:2100;
}
.panel3-text {
	grid-column:2/30;
	padding-bottom:20px;
}
.panel3-item1 {
	grid-column:1/31;
	color:#eee;
	margin:1px 5px 0 5px;
	padding:0 12px;
}
.panel3-item2 {
	grid-column:1/31;
	color:#eee;
	margin:1px 5px 0 5px;
	padding:0 12px;
}
.panel3-item3 {
	grid-column:1/31;
	color:#eee;
	margin:1px 5px 0 5px;
	padding:0 12px;
}
.panel3-item4 {
    grid-column:1/31;
    color:#eee;
    margin:1px 5px 0 5px;
    padding:0 12px;
}
.panel3-item5 {
    grid-column:1/31;
    color:#eee;
    margin:1px 5px 0 5px;
    padding:0 12px;
}
.panelpre4 {
	grid-column:1/2;
	display: grid;
	grid-template-columns:1fr 1fr 1fr;
	padding:30px 0; 
	z-index:2100; 
}
.panelpre4-text {
	grid-column:1/4;
	padding:0 5rem;
}
.panelpre4-item1 {
	grid-column:1/4;
	text-align:center;
	margin:0 5px;
	padding:7px 20px 0 30px;
}
.panelpre4-item2 {
	grid-column:1/4;
	text-align:center;
	margin:0 5px;
	position:relative;
}
.panelpre4-item3 {
	grid-column:1/4;
	text-align:center;
	margin:0 5px;
}
.panel4 {
	grid-column:1/2;
	display: grid;
	grid-template-columns:1fr 1fr;
	padding:0; 
	z-index:2100; 
}
.panel4-text {
	grid-column:1/3;
	padding:0 50px;
	text-align: center;
}
.panel4-item1 {
	grid-column:1/3;
	text-align:center;
	margin:0 5px;
	padding:15px 24px;
}
.panel4-item2 {
	grid-column:1/3;
	text-align:center;
	margin:0 5px;
	padding:15px 24px;
}
.panel4-item3 {
	grid-column:1/3;
	text-align:center;
	margin:0 5px;
	padding:15px 24px;
}
.panel4-item4 {
	grid-column:1/3;
	text-align:center;
	margin:0 5px;
	padding:15px 24px;
}
.panelgfx {
	grid-column:1/2;
	display: grid;
	grid-template-columns:1fr 1fr 1fr;
	padding-bottom:34px; 
	z-index:2100; 
}
.panelgfx-text {
	grid-column:1/4;
	padding:0 50px;
	text-align: center;
}
.panelgfx-item1 {
	grid-column:1/4;
	text-align:center;
	padding:15px 24px;
}
.panelgfx-item2 {
	grid-column:1/4;
	text-align:center;
	padding:15px 24px;
}
.panelgfx-item3 {
	grid-column:1/4;
	text-align:center;
	padding:15px 24px;
}
.panelpre5  h3 {
	font-size:.8rem;
	letter-spacing:.25rem;
}
.panelpre5 {
	grid-column:1/2;
	display: grid;
	grid-template-columns:repeat(4, 1fr);
	background-image: linear-gradient(#444, #222);
	color:#eee; 
	padding:30px 30px;
	z-index:2100;
}
.panelpre5-text {
	grid-column:1/5;
	text-align: center;
}
.panelpre5-item1 {
	grid-column:1/5;
	text-align:center;
		margin:0 16px;
}
.panelpre5-item2 {
	grid-column:1/5;
	text-align:center;
		margin:0 16px;
}
.panelpre5-item3 {
	grid-column:1/5;
	text-align:center;
		margin:0 16px;
}
.panelpre5-item4 {
	grid-column:1/5;
	text-align:center;
		margin:0 16px;
}
.paneltvnews {
	grid-column:1/2;
	display: grid;
	grid-template-columns:1fr 1fr;
	padding:30px 0; 
	z-index:2100; 
}
.paneltvnews-text {
	grid-column:1/3;
	padding-bottom:20px;
	padding:0 5rem; 
}
.paneltvnews-item1 {
	grid-column:1/3;
	margin:0 50px;
}
.paneltvnews-item2 {
	grid-column:1/3;
	margin:0 0;
}
.panel5 {
	grid-column:1/2;
	display: grid;
	grid-template-columns:1fr 1fr;
	background-image:url(images/contact.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center center;
	background-size: cover;
	color:#eee;
	padding:30px 0; 
	z-index:2100; 
}
.panel5-text {
	grid-column:1/3;
	padding-bottom:20px;
	padding:0 5rem; 
}
.panel5-item1 {
	grid-column:1/3;
	margin:0 50px;
}
.panel5-item2 {
	grid-column:1/3;
	margin:0 50px;
}
.contact-form-inputs {
	width:75%; 
    height:25px; 
    background-color:transparent; 
    color:#eee; 
    font-size:1.2rem;
}
footer {
grid-column:1/2;   
display: grid;
grid-template-columns:1fr 1fr;
background-image: linear-gradient(#333, #111);
color:#eee;
font-size:.8rem;
line-height:1.2em;
padding:30px;
z-index:2100;
}
.footer1 {
    grid-column:1/2;
    text-align:left;
}
.footer2 {
    grid-column:2/3;
    text-align:right;
}
#video-holder {
  background-image: url('images/tvnews.jpg');
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
}

@media only screen and (min-width:376px) {  
.dark-light {
	font-size:14px;
}        
.header-text {
	height:120%;
}
.button {
	font-size:13px;
}
.build-text-small {
	letter-spacing:.1rem;
	font-size:1.3rem;
}
.build-text-large {
	letter-spacing:.1rem;
	font-size:1.15rem;
}
.image-hover-text {
	font-size:26px;
}
}

@media only screen and (min-width:500px) {
	.rogot {
    	margin:0 50px;"
	}
	.build-text-large {
		font-size:1.8rem;
	}
	.button {
		font: 17px arial;
		letter-spacing:.14rem;
}
} 
         
@media only screen and (min-width:620px) {
	.rogot {
    	margin:0 40px;"
	}
.rogot2 {
	width:25%;
	}
.paneltvnews-text {
		margin:0 0 30px 0;
	}
.paneltvnews-item2 {
		margin:0 10px 0  10px;
	}
.dark-light {
	font-size:16px;
}
a.navigation:link {
    font-size:.9rem;
}
#back2Top {
    width: 35px;
    height:25px;
    line-height: 35px;
    bottom: 14px;
    right: 40px;
    padding:4px 4px 13px 4px;
    font-size: 30px;
}
.black-back {
	font-size:1.2rem;
}
.white-back {
	font-size:1.2rem;
}
.header-text {
	padding-right:30%;
	height:120%;
}
.header-large {
	margin:40px 0 0 40px;
	font-size:2.2rem;
	letter-spacing:.15rem;
	line-height:2.4rem;
	padding-bottom:1.5rem;
}
.build-text-small {
	letter-spacing:.2rem;
	font-size:1.9rem;
}
.build-text-large {
	letter-spacing:.3rem;
	font-size:2.2rem;
}
.panel3-text {
	grid-column:2/30;
}
.panel3-item1 {
	grid-column:1/11;
}
.panel3-item2 {
	grid-column:11/21;
}
.panel3-item3 {
	grid-column:21/31;
}
.panel3-item4 {
	grid-column:6/16;
} 
.panel3-item5 {
	grid-column:16/26;
} 
.panelpre4-text {
	padding:0 10rem; 
} 
.image-hover-text {
	font-size:22px;
}
.panel4-text {
	padding:0 50px;
}
.panelgfx-text {
	padding:20px 5rem; 
}
.panelpre5-text {
	padding:0 50px;
}
.panelpre5-item1 {
	grid-column:1/3;
	text-align:center;
}
.panelpre5-item2 {
	grid-column:3/5;
	text-align:center;
}
.panelpre5-item3 {
	grid-column:1/3;
	text-align:center;
}
.panelpre5-item4 {
	grid-column:3/5;
	text-align:center;
}
.paneltvnews-text {
	padding:0 5rem; 
} 
.paneltvnews-item1 {
	padding:0 5rem; 
} 
.panel5-text {
	padding:0 10rem; 
} 
footer  {
	font-size:.9rem;
} 
}
            
@media only screen and (min-width:900px) {
.rogot {
    	margin:0 110px;"
	}
.rogot2 {
	width:20%;
	}
.menu__box {
  padding-left:48px;
}
.button {
	font: 18px arial;
}
.button-sub {
	font-size:15px;
}
.paneltvnews {
	display: grid;
	grid-template-columns:5fr 6fr;
} 
.paneltvnews-item1 {
		padding:0px;
	}
.paneltvnews-item2 {
		padding-left:-40px;
	}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  padding: 8px;
  line-height:34px;
  box-shadow:none;
}
.dropdown:hover {
  display: inline;
  background-color:rgba(0,0,0,0.7);
    outline:solid 1px #333;
}
#back2Top {
    width: 40px;
    height:30px;
    line-height: 40px;
    bottom: 14px;
    right: 40px;
    padding:4px 4px 13px 4px;
    font-size: 30px;
}
.gone {
	display:none;
}

.menu__toggle {
	display:inline;
}
.menu__btn {
	display:none;
}
.menu__box {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	color:white;
  	position: initial;
	background-color:initial;
	outline:initial;
  	margin: 0 0 0 -8px;
  	list-style-type: none;
  	box-shadow: none;
  	line-height:1.5rem;
}
.menu__item {
	color:white;
  display: block;
  padding: 0 0px;
  color: #333;
 /* font-family: 'Roboto', sans-serif; */
  text-decoration: none;
}
a.navigation:link {
    font-size:.85rem;
    letter-spacing:1px;
}
.logo-text {
	font-size:20px;
	line-height:18px;
}
nav {
	color:#ddd;
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-template-rows:68px 30px;
	padding:16px 0 15px 0;
}
nav ul {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
}
nav ul li {
	display: inline;
	list-style: none;
	z-index:3;
}
.nav1 {
	grid-column:1/3;
	grid-row:1;
	font-size:1.1em;
 	font-weight:bold;
	letter-spacing:8px;  
}
.nav2 {
	grid-column:1/3;
	grid-row:2;
}
.header-large {
    font-size:2.6rem;
	padding-left:2px;
	line-height:2.8rem;
	padding-bottom:1.5rem;
}
.header-small {
	font-size:1.3rem;
	padding-left:2px;
    line-height:1.8rem;
}
.header-text {
	padding-right:50%;
}
.build-text-small {
	letter-spacing:.1rem;
	font-size:1.8rem;
	line-height:20px;
}
.build-text-large {
	letter-spacing:.5rem;
	font-size:1.7rem;
}
.build-image-wrapper {
	width:90%;
	margin-left:40px;
}
.panel2 {
	padding:60px 80px 0 80px;
}
.panel2-text {
	grid-column:1/7;
	margin:40px 20px 80px 50px;
	padding:0 40px 1px 40px;
	line-height:1.4em;
	font-size:.85rem;
}
.panel2-photo {
	grid-column:7/13;
	margin:0 -100px 40px -60px;
}
.about-image {
	width:70%;
}
.panel2-wide-box1 {
	grid-column:1/2;
	padding-right:40px;
}
.panel2-wide-box2 {
	grid-column:2/3;
	padding-left:40px;
}
.build-text {
	grid-column:1/2;
	margin-top:-50px;
}
.build-image {
	grid-column:2/3;
}
.panelpre4-item1 {
	grid-column:1/2;
	padding:7px 0 0 42px;
}
.panelpre4-item2 {
	grid-column:2/3;
	padding:6px 10px 0 10px;
}
.panelpre4-item3 {
	grid-column:3/4;
	padding-right:20px;
}
.panel4-text {
	padding:0 100px;
}
.panel4-item1 {
	grid-column:1/2;
	text-align:center;
	margin:0 5px;
	padding:7px 30px 10px 80px;
}
.panel4-item2 {
	grid-column:2/3;
	text-align:center;
	margin:0 5px;
	padding:7px 80px 10px 30px;
}
.panel4-item3 {
	grid-column:1/2;
	text-align:center;
	margin:0 5px;
	padding:7px 30px 50px 80px;
}
.panel4-item4 {
	grid-column:2/3;
	text-align:center;
	margin:0 5px;
	padding:7px 80px 50px 30px;
}
.panelgfx-text {
	padding:30px 120px 10px 120px;
}
.panelgfx-item1 {
	grid-column:1/2;
	text-align:center;
	padding:0px 0px 0px 80px;
}
.panelgfx-item2 {
	grid-column:2/3;
	text-align:center;
	padding:0px 40px 0px 40px;
}
.panelgfx-item3 {
	grid-column:3/4;
	text-align:center;
	padding:0px 80px 0px 0px;
}

.image-hover-text {
	font-size:17px;
}
.panelpre5-text {
	padding:0 100px;
}
.panelpre5-item1 {
	grid-column:1/2;
}
.panelpre5-item2 {
	grid-column:2/3;
}
.panelpre5-item3 {
	grid-column:3/4;
}
.panelpre5-item4 {
	grid-column:4/5;
}
.paneltvnews-text {
	padding:0 10rem; 
}  
.paneltvnews-item1 {
	grid-column:1/2;
	margin:0 10px 0 70px;
}
.paneltvnews-item2 {
	grid-column:2/3;
	margin:0 10px 0  10px;
}
.panel5-text {
	padding:0 20rem; 
}  
.panel5-item1 {
	grid-column:1/2;
	margin:0 10px 0 70px;
}
.panel5-item2 {
	grid-column:2/3;
	margin:0 70px 0  10px;
}
.student {
	width:80%; 
	height:500px; 
	margin-right:44px;
}
}
@media only screen and (min-width:1024px) {
.rogot {
    	margin:0 150px;"
	}
.menu__box {
  padding-left:19px;
}
.button {
	font: 20px arial;
}
.button-sub {
	font-size:17px;
}
.paneltvnews-item1 {
		padding-left:20px;
	}
.paneltvnews-item2 {
		padding-right:40px;
	}
a.navigation:link {
    font-size:.9rem;
    letter-spacing:2px;
}
.menu__box {
  margin: 0 28px 0 23px;
}
.header-large {
    font-size:3.1rem;   
    line-height:3.2rem;
	padding-bottom:2.4rem;
}
.build-text {
	margin-top:-70px;
}
.build-text-small {
	letter-spacing:.1rem;
	font-size:2.2rem;
	line-height:26px;
}
.build-text-large {
	letter-spacing:.6rem;
	font-size:1.9rem;
}
.panel3-text {
	grid-column:4/28;
}
.panel3-item1 {
	grid-column:1/7;
}
.panel3-item2 {
	grid-column:7/13;
}
.panel3-item3 {
	grid-column:13/19;
}
.panel3-item4 {
	grid-column:19/25;
}
.panel3-item5 {
	grid-column:25/31;
}
.image-hover-text {
	font-size:18px;
}
.panel4-text {
	padding:0 200px;
}
.panelpre5-text {
	padding:0 200px;
}
.student {
	width:90%; 
	height:600px; 
}
}

@media only screen and (min-width:1080px) {
.panel2-photo {
	grid-column:7/13;
	margin:0 -20px 40px -60px;
}
.panel2-text {
	grid-column:2/7;
	margin:40px 20px 80px 50px;
	padding:0 40px 1px 40px;
	line-height:1.6em;
	font-size:.87rem;
}
}

@media only screen and (min-width:1200px) {
.panel2-text {
	font-size:1rem;
}
}

@media only screen and (min-width:1300px) {
a.navigation:link {
    font-size:.9rem;
    letter-spacing:2px;
}
.menu__box {
  margin: 0 48px 0 23px;
}
.build-text-small {
	letter-spacing:.1rem;
	font-size:2.8rem;
	line-height:34px;
}
.build-text-large {
	letter-spacing:.7rem;
	font-size:2.6rem;
}
.image-hover-text {
	font-size:26px;
}
.panel2-text {
	padding:0px 50px;
	font-size:1rem;
}
}
@media only screen and (min-width:1400px) {
.paneltvnews {
	display: grid;
	grid-template-columns:3fr 4fr;
}
}
@media (prefers-reduced-motion: reduce) {
  * {
transition-property: none !important;
transform: none !important;
animation: none !important;
background-attachment:scroll !important;
  }
}




