@charset "UTF-8
html  {
			box-sizing : border-box ;
			}
body {	margin : 0 ;
			}
.header-nav-wrapper {
			position : fixed ;
			z-index : 10 ;
			left : 0px ;
			top : 0px ;
			width : 100% ;
			background : #000000 ;
			}
.main-wrapper {
			position : absolute ;
			z-index : 0 ;
			left : 0px ;
			top : 180px ;
			width : 100%  ;
			}
.headbox {
			height : 110px ;
			padding : 10px 0px 0px 0px ;
			background-color : #993300 ;
			}
nav {
			background : #000000 ;
			border-bottom : 5px solid #993300 ;
			}
nav ul {
			list-style : none ;
			display : flex ;
			margin : 0 ;
			padding : 20px 10px 0px 10px ;
			}
nav li {
			flex : 1 0 auto ;
			}
nav li a {
			display : block ;
			padding : 10px 20px ;
			text-decoration : none ;
			text-align : center ;
			font-size : 14px ;
			color : #fffaf0 ;
			}
nav li a:hover {
			background : #993300 ;
			border-radius : 10px 10px 0px 0px ;
			}
.footbox {
			height : 60px ;
			padding : 25px 0px 0px 0px ;
			color : #fffaf0 ;
			background-color : #993300 ;
			text-align : center ;
			}
.headtxt1 {	margin : 10px 0px 10px 0px ;
			font-size : 30px ;
			color : #fffaf0 ;
			font-weight : bold ;
			}
.headtxt2 {	margin-top : 10px  ;
			margin-right : 5% ;
			padding 0px 20px 5px 10px ;
			font-size : 13px;
			text-align : right ;
			}
.headpic1 {
			 float : left ;
			margin-top : 0px ;
			margin-right : -10px ;
			margin-left : 25% ;
			}
.cb {	
			clear : both ;
			} 
.box1 {
			margin : 20px 30px 20px 30px ;
			padding : 10px 30px 10px 30px ;
			background-color : #fffaf0 ;
			border-radius : 15px 15px 15px 15px ;
			border-color : #770000 ;
			border-style : double ;
			}
.covid1 {
			font-size : 18px ;
			color : #dc143c ;
			font-weight : bold ;
			text-align : center ;
			}
.covid2 {
			font-size : 16px;
			text-indent : 1em ;
			}
.covid3 {
			font-size : 14px ;
			padding-left : 3em;
			text-indent : -1em ;
			margin : 0 ;
			}
.msgtyp1 {
			font-size : 16px ;
			color : #993300 ;
			font-weight : bold ;
			}
.msgtyp2 {
			font-size : 18px ;
			color : #993300 ;
			font-weight : bold ;
			text-align : center ;
			letter-spacing : 3px;
			}
.msgtyp3 {
			font-size : 16px ;
			color : #993300 ;
			margin : 0 ;
			}
.msgtyp4 {
			font-size :15px ;
			color : #993300 ;
			text-indent : 3em ;
			}
.msgtyp5 {	font-size : 15px ;
			color : #993300 ;
			text-indent : 4em ;
			}
.msgtyp6 {	font-size : 16px ;
			color : #993300 ;
			font-weight : bold ;
			}
img.title{
			width : 90px ;
			height : 60px ;
			}
.picbox{
			text-align : center ;
			 }
img.picsamp{
			width : 250px ;
			 }
img.instagram-icon{
			width: 25px;
			margin: 20px auto;
			display: block;
			}
.blink{
			-webkit-animation:blink 1s ease-in-out infinite alternate;
			-moz-animation:blink 1s ease-in-out infinite alternate;
			animation:blink 1s ease-in-out infinite alternate;
			}
@-webkit-keyframes blink{
			0% {opacity:0;}
			100% {opacity:1;}
			}
@-moz-keyframes blink{
			0% {opacity:0;}
			100% {opacity:1;}
			}
@keyframes blink{
 			0% {opacity:0;}
 			100% {opacity:1;}
			}

.container {
			width: 100%;
			margin: 20px auto;
			}
.container .list {
			display: flex;
			justify-content: space-around;
			flex-wrap: wrap;
			}
.container .list .wrap-element {
			padding: 0;
			max-width: 50%; /* 32% */
			display: inline-block;
			margin-bottom: 60px;
			transition: all 0.5s 0s ease;
			pointer-events: none;
			}
.container .list .wrap-element article {
			display: inline-block;
			}
@media screen and (max-width: 768px) {
			.container .list .wrap-element {
  				max-width: 70%; /* 48% */
				}
			}
@media screen and (max-width: 390px) {
			.container .list .wrap-element {
				display: block;
				}
			}
.img-type1{
			border-radius:15px;
			margin: auto;
			display: block;
			}
p.type1{
			margin-top: 0;
			margin-bottom: 0;
			}