@media screen and (max-width:2047px){
html {
	color: #000;
	background: white;
}
body, div, dl, dt, dd, ul, li, ol, h1, h2, h3, h4, h5, h6,
th, td {
	margin: 0;
	padding: 0;
}
#header {
	text-align:center;
	width: 100%;
}
#Social {
        width: 400px;
        height: 150px;
        float: inherit;
        opacity:1.0;
}

p {
	color: black; 
}

a {
	color: green;
	display: inline-block;
	font-family: sans-serif;
	font-size: 1em;
	text-decoration:none;
}

a:hover {
	color: red;
}

.doubleUnderline {
    text-decoration:underline;
    border-bottom: 1px solid #000000;
}

.menu{
	margin:0 auto;
	width: 960px;
	height: 32px;
	font-size: 19px;
	font-family: 'Sentinel SSm 6r','Sentinel SSm A','Sentinel SSm B';
	font-weight: 600;
	font-style: normal;
	font color: white;
	text-align: center;
	background-color: #45c3d3;
	border-radius: 0;
}

ul {
	float: left;
	width: 100%;
	padding: 0.25em 0px; 
	margin: initial;
	list-style-type: none;
}

li {
	text-decoration: none;
	display: inline;
}

li a:hover, .dropdown:hover .dropbtn {
	background-color: #8ae48d;
}

li a {
	text-decoration: none;
	padding: 5px 11.1px 5px 11.2px;
	display: inline;
}

.dropbtn {
	text-decoration: none;
	padding: 5px 11.2px;
	display: inline;
}

div.footer1 {
  background-color: #777;
  	width: 100%;
	height: 100%;

}

.footer{
	margin:0 auto;
	width: 960px;
	height: 31px;
	font-size: 18px;
	font-family: 'Sentinel SSm 6r', 'Sentinel SSm A', 'Sentinel SSm B';
	font-weight: 600;
	font-style: normal;
	font color: white;
	text-align: center;
	background-color: #45c3d3;
	border-radius: 0;
}
.ul {
	float: left;
	width: 100%;
	padding: 0.25em 0px; 
	margin: initial;
	list-style-type: none;
}

.li {
	text-decoration: none;
	display: inline;
}

.li a:hover {
	background-color: #8ae48d;
}

.li a {
	text-decoration: none;
	padding: 5px 24px 5px 24px;
	display: inline;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #45c3d3;
    min-width: 120px;
    box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 12px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #8ae48d}

.dropdown:hover .dropdown-content {
    display: block;
}

.one {
	border-style: solid;
	border-color: whiten;
}

div.video {
	margin:0 auto;
	width:860px;
	height:420px;
}

/*#entries .video {*/
/*    width: 597px;*/
/*    height: 367px;*/
/*}*/
/*#entries .video img{*/
/*    width: 100%;*/
/*}*/
/*#entries a.image {*/
/*    margin-bottom: 18px;*/
/*    display: block;*/
/*}*/
/*#entries a.image img {*/
/*    height: inherit;*/
/*    width: 597px;*/
/*}*/

.table, th, td {
	margin:0 auto;
	border: 0 solid black;
	border-collapse: collapse;
}

th, td {
	padding: 0px 8px 0px 6px;
}

.image {
	display: inline;
    	float: left;
    	text-align: center;
    	border: 2px;
    	padding: 0px 45px;
    	width: 220px;
}

.images {
	display: inline-table;
	float:center;
	text-align:center;
	border:2px;
	padding:12px; 
	width:130px;
	height:100%;
}

.scroll {
	margin:1px 0 0 105px;
	width: 80%;
	height: 1000px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.cd-top {
  display: inline-block;
  height: 60px;
  width: 40px;
  position: fixed;
  bottom: 26px;
  right: 33px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(upside_arrow.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
 }
 
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: .5;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch a.cd-top:hover {
  opacity: 1;
}

  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
	
#fixedbutton {
    position: fixed;
    top: 93%;
    right: 6px; 
    background-color: #e79ecc;
}
}


@media screen and (min-width:960px) and (max-width:2048px){
html {
	color: #000;
	background: white;
}
body, div, dl, dt, dd, ul, li, ol, h1, h2, h3, h4, h5, h6,
th, td {
	margin: 0;
	padding: 0;
}
#header {
	text-align:center;
	width: 100%;
}
#Social {
        width: 400px;
        height: 150px;
        float: inherit;
        opacity:1.0;
}

p {
	color: black; 
}

a {
	color: green;
	display: inline-block;
	font-family: sans-serif;
	font-size: 1em;
	text-decoration:none;
}

a:hover {
	color: red;
}

.doubleUnderline {
    text-decoration:underline;
    border-bottom: 1px solid #000000;
}

.menu{
	margin:0 auto;
	width: 960px;
	height: 32px;
	font-size: 19px;
	font-family: 'Sentinel SSm 6r','Sentinel SSm A','Sentinel SSm B';
	font-weight: 600;
	font-style: normal;
	font color: white;
	text-align: center;
	background-color: #45c3d3;
	border-radius: 0;
}

ul {
	float: left;
	width: 100%;
	padding: 0.25em 0px; 
	margin: initial;
	list-style-type: none;
}

li {
	text-decoration: none;
	display: inline;
}

li a:hover, .dropdown:hover .dropbtn {
	background-color: #8ae48d;
}

li a {
	text-decoration: none;
	padding: 5px 11.1px 5px 11.2px;
	display: inline;
}

.dropbtn {
	text-decoration: none;
	padding: 5px 11.2px;
	display: inline;
}

div.footer1 {
  background-color: #777;
  	width: 100%;
	height: 100%;

}

.footer{
	margin:0 auto;
	width: 960px;
	height: 31px;
	font-size: 18px;
	font-family: 'Sentinel SSm 6r', 'Sentinel SSm A', 'Sentinel SSm B';
	font-weight: 600;
	font-style: normal;
	font color: white;
	text-align: center;
	background-color: #45c3d3;
	border-radius: 0;
}
.ul {
	float: left;
	width: 100%;
	padding: 0.25em 0px; 
	margin: initial;
	list-style-type: none;
}

.li {
	text-decoration: none;
	display: inline;
}

.li a:hover {
	background-color: #8ae48d;
}

.li a {
	text-decoration: none;
	padding: 5px 24px 5px 24px;
	display: inline;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #45c3d3;
    min-width: 120px;
    box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 12px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #8ae48d}

.dropdown:hover .dropdown-content {
    display: block;
}

.one {
	border-style: solid;
	border-color: whiten;
}

div.video {
	margin:0 auto;
	width:860px;
	height:420px;
}

/*#entries .video {*/
/*    width: 597px;*/
/*    height: 367px;*/
/*}*/
/*#entries .video img{*/
/*    width: 100%;*/
/*}*/
/*#entries a.image {*/
/*    margin-bottom: 18px;*/
/*    display: block;*/
/*}*/
/*#entries a.image img {*/
/*    height: inherit;*/
/*    width: 597px;*/
/*}*/

.table, th, td {
	margin:0 auto;
	border: 0 solid black;
	border-collapse: collapse;
}

th, td {
	padding: 0px 8px 0px 6px;
}

.image {
	display: inline;
    	float: left;
    	text-align: center;
    	border: 2px;
    	padding: 0px 45px;
    	width: 220px;
}

.images {
	display: inline-table;
	float:center;
	text-align:center;
	border:2px;
	padding:12px; 
	width:130px;
	height:100%;
}

.scroll {
	margin:1px 0 0 105px;
	width: 80%;
	height: 1000px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.cd-top {
  display: inline-block;
  height: 60px;
  width: 40px;
  position: fixed;
  bottom: 26px;
  right: 33px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(upside_arrow.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
 }
 
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: .5;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch a.cd-top:hover {
  opacity: 1;
}

  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
	
#fixedbutton {
    position: fixed;
    top: 93%;
    right: 6px; 
    background-color: #e79ecc;
}
}


@media screen and (max-width:959px){
html {
	color: #000;
	background: white;
}
body, div, dl, dt, dd, ul, li, ol, h1, h2, h3, h4, h5, h6,
th, td {
	margin: 0;
	padding: 0;
}
#header {
	text-align:center;
	width:100%;
}

p {
	color: black; 
}

.menu{
	margin:0 auto;
	width: 860px;
	height: 32px;
	font-size: 19px;
	font-family: 'Sentinel SSm 6r','Sentinel SSm A','Sentinel SSm B';
	font-weight: 600;
	font-style: normal;
	font color: white;
	text-align: center;
	background-color: #45c3d3;
	border-radius: 0;
}

ul {
	float: left;
	width: 100%;
	padding: 0.25em 0px; 
	margin: initial;
	list-style-type: none;
}

li {
	text-decoration: none;
	display: inline;
}

li a:hover {
	font-color: green;
	background-color: #EA4F4A;
}

li a {
	text-decoration: none;
	padding: 5px 38px;
	display: inline;
}

.footer{
	margin:0 auto;
	width: 860px;
	height: 31px;
	font-size: 18px;
	font-family: 'Sentinel SSm 6r', 'Sentinel SSm A', 'Sentinel SSm B';
	font-weight: 600;
	font-style: normal;
	font color: white;
	text-align: center;
	background-color: #45c3d3;
	border-radius: 0;
}

.ul {
	float: left;
	width: 100%;
	padding: 0.25em 0px; 
	margin: initial;
	list-style-type: none;
}
.li {
	text-decoration: none;
	display: inline;
}

.li a:hover {
	background-color: #EA4F4A;
}

.li a {
	text-decoration: none;
	padding: 5px 60px 5px 60px;
	display: inline;
}

.one {
	border-style: solid;
	border-color: whiten;
}

.table, th, td {
	margin:0 auto;
	border: 0 solid black;
	border-collapse: collapse;
}
th, td {
	padding: 0px 6px 0px 6px;
}

.images {
	display: inline-block;
	float:center;
	text-align:center;
	border:2px;
	padding:12px; 
	width:130px;
	height:100%;
}
div.scroll {
	margin:2px 0 0 0;
	width: 100%;
	height: 420px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.cd-top {
    height: 51px;
    width: 39px;
    right: 30px;
    bottom: 30px;
  }
#fixedbutton {
    position: fixed;
    top: 80%;
    right: 6px; 
}
}

@media screen and (max-width:800px){
html {
	color: #000;
	background: white;
}
body, div, dl, dt, dd, ul, li, ol, h1, h2, h3, h4, h5, h6,
th, td {
	margin: 0;
	padding: 0;
}
#header {
	text-align:center;
}

p {
	color: black; 
}

.menu{
	margin:0 auto;
	width: 90%;
	height: 24px;
	font-size: 15px;
	font-family: 'Sentinel SSm 6r','Sentinel SSm A','Sentinel SSm B';
	font-weight: 600;
	font-style: normal;
	font color: white;
	text-align: center;
	background-color: #45c3d3;
	border-radius: 0;
}

ul {
	float: left;
	width: 100%;
	padding: 0.25em 0px; 
	margin: initial;
	list-style-type: none;
}
li {
	text-decoration: none;
	display: inline;
}

li a:hover {
	font-color: green;
	background-color: #EA4F4A;
}

li a {
	text-decoration: none;
	padding: 4px 24px;
	display: inline;
}

.footer{
	margin:0 auto;
	width: 100%;
	height: 21px;
	font-size: 13px;
	font-family: 'Sentinel SSm 6r', 'Sentinel SSm A', 'Sentinel SSm B';
	font-weight: 600;
	font-style: normal;
	font color: white;
	text-align: center;
	background-color: #45c3d3;
	border-radius: 0;
}
.ul {
	float: left;
	width: 100%;
	padding: 0.25em 0px; 
	margin: initial;
	list-style-type: none;
}
.li {
	text-decoration: none;
	display: inline;
}

.li a:hover {
	background-color: #EA4F4A;
}

.li a {
	text-decoration: none;
	padding: 4px 24px 4px 24px;
	display: inline;
}

.one {
	border-style: solid;
	border-color: white;
}

.table, th, td {
	margin:0 auto;
	border: 0 solid black;
	border-collapse: collapse;
}
th, td {
	padding: 0px 6px 0px 6px;
}
.images {
	display: inline-block;
	float:center;
	text-align:center;
	border:2px;
	padding:12px; 
	width:130px;
	height:100%;
}
div.scroll {
	margin:2px 0 0 0;
	width: 100%;
	height: 420px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media screen and (max-width:666px){
html {
	color: #000;
	background: white;
}
body, div, dl, dt, dd, ul, li, ol, h1, h2, h3, h4, h5, h6,
th, td {
	margin: 0;
	padding: 0;
}
#header {
	text-align:center;
}

p {
	color: black; 
}

.menu{
	margin:0 auto;
	width: 100%;
	height: 24px;
	font-size: 17px;
	font-family: 'Sentinel SSm 6r','Sentinel SSm A','Sentinel SSm B';
	font-weight: 600;
	font-style: normal;
	font color: white;
	text-align: center;
	background-color: #45c3d3;
	border-radius: 0;
}

ul {
	float: center;
	width: 100%;
	padding: 0.25em 0px; 
	margin: initial;
	list-style-type: none;
}
li {
	text-decoration: none;
	display: inline;
}

li a:hover {
	font-color: green;
	background-color: #EA4F4A;
}

li a {
	text-decoration: none;
	padding: 4px 15px 2px 15px;
	display: inline;
}

.footer{
	margin:0 auto;
	width: 100%;
	height: 24px;
	font-size: 15px;
	font-family: 'Sentinel SSm 6r', 'Sentinel SSm A', 'Sentinel SSm B';
	font-weight: 600;
	font-style: normal;
	font color: white;
	text-align: center;
	background-color: #45c3d3;
	border-radius: 0;
}
.ul {
	float: left;
	width: 100%;
	padding: 0.25em 0px; 
	margin: initial;
	list-style-type: none;
}
.li {
	text-decoration: none;
	display: inline;
}

.li a:hover {
	background-color: #EA4F4A;
}

.li a {
	text-decoration: none;
	padding: 4px 24px 4px 24px;
	display: inline;
}

.one {
	border-style: solid;
	border-color: white;
}

.table, th, td {
	margin:0 auto;
	border: 0 solid black;
	border-collapse: collapse;
}
th, td {
	padding: 0px 6px 0px 6px;
}
.images {
	display: inline-block;
	float:center;
	text-align:center;
	border:2px;
	padding:12px; 
	width:130px;
	height:100%;
}
div.scroll {
	margin:2px 0 0 0;
	width: 100%;
	height: 420px;
	overflow-x: hidden;
	overflow-y: scroll;
}
#fixedbutton {
    position: fixed;
    top: 50%;
    right: 6px; 
}
}

@media screen and (min-width:380px) and (max-width:500px){
html {
	color: #000;
	background: white;
}
body, div, dl, dt, dd, ul, li, ol, h1, h2, h3, h4, h5, h6,
th, td {
	margin: 0;
	padding: 0;
}
#header {
	text-align:center;
}

p {
	color: black; 
}

.menu{
	margin:0 auto;
	width: 480px;
	height: 42px;
	font-size: 17px;
	font-family: 'Sentinel SSm 6r','Sentinel SSm A','Sentinel SSm B';
	font-weight: 600;
	font-style: normal;
	font color: white;
	text-align: center;
	background-color: #45c3d3;
	border-radius: 0;
}

ul {
	float: center;
	width: 100%;
	padding: 0.25em 0px; 
	margin: initial;
	list-style-type: none;
}
li {
	text-decoration: none;
	display: inline;
}

li a:hover {
	font-color: green;
	background-color: #EA4F4A;
}

li a {
	text-decoration: none;
	padding: 2px 26px;
	display: inline;
}

.footer{
	margin:0 auto;
	width: 100%;
	height: 24px;
	font-size: 15px;
	font-family: 'Sentinel SSm 6r', 'Sentinel SSm A', 'Sentinel SSm B';
	font-weight: 600;
	font-style: normal;
	font color: white;
	text-align: center;
	background-color: #45c3d3;
	border-radius: 0;
}
.ul {
	float: left;
	width: 100%;
	padding: 0.25em 0px; 
	margin: initial;
	list-style-type: none;
}
.li {
	text-decoration: none;
	display: inline;
}

.li a:hover {
	background-color: #EA4F4A;
}

.li a {
	text-decoration: none;
	padding: 4px 24px 4px 24px;
	display: inline;
}

.one {
	border-style: solid;
	border-color: white;
}

.table, th, td {
	margin:0 auto;
	border: 0 solid black;
	border-collapse: collapse;
}
th, td {
	padding: 0px 6px 0px 6px;
}
.images {
	display: inline-block;
	float:center;
	text-align:center;
	border:2px;
	padding:12px; 
	width:130px;
	height:100%;
}
div.scroll {
	margin:2px 0 0 0;
	width: 100%;
	height: 420px;
	overflow-x: hidden;
	overflow-y: scroll;
}
}