@font-face	{
font-family: BLKCHCRY_font;

    src: local(BLKCHCRY_font), url('fonts/BLKCHCRY.TTF') format('opentype');
}


@font-face	{
font-family: Canterbury_font;

    src: local(Canterbury_font), url('fonts/Canterbury.ttf') format('opentype');
}

#cancelled	{
	width: 100%;
	height: auto;
	border-radius: 25px;
	margin: auto;
	position:fixed;
	top: 150px;
	color: white;
  text-shadow: 2px 2px 4px #000000;
	text-align: center;
font-family: BLKCHCRY_font;

    src: local(BLKCHCRY_font), url('fonts/BLKCHCRY.TTF') format('opentype');
	font-size: 5vw;
	padding: 15px 35px 10px 35px;
	z-index: 10;
}

#cancelled-backing	{
	background-color: green;
	opacity: 0.5;
	width: 100%;
	height: auto;
	border-radius: 25px;
	margin: auto;
	position: fixed;
	top: 150px;
	text-align: center;
font-family: BLKCHCRY_font;

    src: local(BLKCHCRY_font), url('fonts/BLKCHCRY.TTF') format('opentype');
	font-size: 5vw;
	padding: 15px 35px 10px 35px;
}



#grass-roots  {
color: white;
font-family: sans-serif;
font-size: 11px;
text-align: center;
text-shadow: 1px 1px 2px black;
  line-height: 1;
background-color: #001a4d;
height: 25px;
padding-top: 5px;
position: fixed;
width: 100%;
text-align: center;
}


#topArea	{
	width: 100%;
	text-align: center;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
	z-index: 5;
}
#title	{
	color: #001a4d;
	font-style: bold;
  font-family: Canterbury_font;
  text-shadow: 2px 2px 4px #ffffff;
	line-height: 120%;
	font-size:10vw;
  word-spacing: -10px;
}

#subtitle	{
	color: black;
	font-style: bold;
	font-family: 'BLKCHCRY_font', sans-serif;
	line-height: 150%;
	font-size:4vw;
  text-shadow: 2px 2px 4px #ffffff;
  background-color: white;
  border: 5px solid #ffffff;
  border-radius: 25px;
  padding-left: 10px;
  padding-right: 10px;
}

#date-time {
	text-align: center;
	position: relative;
	top: 450px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 5px;
	color: white;
	font-family: 'BLKCHCRY_font', sans-serif;
	font-size:25px;
	line-height: 100%;
  background-color: #003399;
  width: 200px;
  height: 70px;
  border: 5px solid #001a4d;
  border-radius: 25px;
	opacity: 0.7;
}

#timeframe	{
	font-family: 'BLKCHCRY_font', sans-serif;
	font-size:6vw;
	line-height: 30%;
}

#mainBodyFlexBox	{
  display: flex;
  width: 100%;
  height: 500px;
}

#leftcol	{
  background-image: linear-gradient(#80b3ff, #00b8e6);
  width: 10%;
  height: 500px;
}

#middleZone	{
  background-color: blue;
  background-image: url(images/SH_ferryDragon-wTopBottom.png);
  background-position: center;
  background-repeat: repeat;
  background-size: 100%;
  width: 80%;
  height: 600px;
  border-width: 4px;
  border-style: solid;
    -webkit-border-image: 
      -webkit-gradient(linear, 0 100%, 0 0, from(#001a4d), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: 
      -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), #001a4d, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image:
      -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), #001a4d, rgba(0, 0, 0, 0)) 1 100%;  
    -o-border-image:
      -o-linear-gradient(bottom,  rgba(0, 0, 0, 0), #001a4d, rgba(0, 0, 0, 0)) 1 100%;
  border-image:
      linear-gradient(to top,  rgba(0, 0, 0, 0), #001a4d, rgba(0, 0, 0, 0)) 1 100%;
}

#rightcol	{
width: 10%;
/*background-color: #00b8e6;*/
  background-image: linear-gradient(#00b8e6, #80b3ff);
height: 500px;
}

#bottom-area	{
  width: 80%;
  padding: 30px;
  align-items: center;
  text-align: center;
	font-family: 'BLKCHCRY_font', sans-serif;
	font-size:18px;
	line-height: 120%;
  margin: auto;
  text-shadow: 2px 2px 4px #ffffff;
  position: absolute;
  top: 600px;
  left: 10%;
}

#bottom-water	{
	background-image: url(images/SGD-water-01.jpg);
	height: 300px;
	width: 100%;
	position: fixed;
	bottom: 0px;
  background-position: center;
  width: 100%;
  height: 100vh;
  background-size: 100% 100%;
  background-repeat: repeat;
  z-index: -1;
}

#this-festival	{
	font-size:30px;
	line-height: 150%;
}

#greenbox   {
    padding: 15px;
    width: 50%;
    height: 100px;
    background-image: linear-gradient(green, lightgreen);
    margin: auto;
    border-radius: 50%;
}


#contribute1  {
    color: yellow;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
  line-height: 0.975;
text-shadow: 1px 1px 2px black;
}

/*#contribute:hover {
    color: yellow;
    background-color: blue;
}
a:hover {
    color: yellow;
}
*/
#logo-zone 	{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  justify-content: space-around;
  /*height: 500px;*/
  justify-content: center;
align-items: center;
}

.logo	{
    width: 50px;
    margin: 10px;
}
.logo2   {
    width: 100px;
    margin: 10px;
}



/*-------------S I D E   N A V -----------*/


.sidenav {
  height: 200px;
  width: 0;
  position: fixed;
  z-index: 4;
  top: 25px;
  left: 0;
  background-color: #001a4d;
  overflow-x: hidden;
  transition: 0.2s;
  padding-top: 40px;
  border-bottom-right-radius: 50%;
  opacity: .8;
}

.sidenav a {
  padding: 8px 8px 8px 20px;
  text-decoration: none;
	font-family: 'BLKCHCRY_font', sans-serif;
	line-height: 120%;
  font-size: 20px;
  color: white;
text-shadow: 1px 1px 2px black;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
  font-size: 25px;
}


.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav .closebtn a:hover {
  color: #f1f1f1;
  font-size: 100px;
}
#open-nav	{
	font-size: 20px;
	cursor: pointer;
	}

#main {
  transition: margin-left .5s;
	color: white;
  padding: 16px;
  left: 10px;
  top: -5px;
  position: fixed;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px; 
  height: 150px;}
  .sidenav a {font-size: 18px;}
}

/*-----E N D   N A V  --------*/




/*----M E D I A   Q U E R I E S  -----------*/


@media only screen and (orientation: landscape) {

}

@media screen and (min-width: 960px) {
  #title {
font-size:96px;
}

#subtitle {
font-size:39px;}
}

@media screen and (max-width: 500px) {
  #title {
font-size:15vw;}

#subtitle {
font-size:5vw;}

#leftcol  {
width: 5%;}

#middleZone {
width: 90%;}
#rightcol {
width: 5%;}
}

@media screen and (min-width: 200px) {
#topArea  {
  top: 40px;}

#date-time {
  top: 400px;}

#grass-roots  {
font-size: 14px;}
#bottom-area  {
top: 450px;
}
#spacer{
height: 90px;
width: 100%;
}

}


@media screen and (min-width: 320px) {
#topArea	{
  top: 40px;}
#topArea {
}


#date-time {
  top: 400px;}

#grass-roots  {
font-size: 14px;}
#bottom-area  {
top: 450px;
}
#spacer{
height: 90px;
width: 100%;
}

}


@media screen and (min-width: 350px) {
   #subpage-headergraphic {
height: 100px;
}
#grass-roots  {
font-size: 12px;
}

#spacer{
height: 100px;
width: 100%;
}
}

@media screen and (min-width: 410px) {
 
#spacer{
height: 110px;
width: 100%;
}

}



@media screen and (min-width: 450px) {
  #subpage-headergraphic {
height: 100px;
}
#bottom-area  {
top: 460px;
}#spacer{
height: 120px;
width: 100%;
}
}

@media screen and (min-width: 530px) {
 
#bottom-area  {
top: 500px;
}
#date-time {
  top: 450px;}
  #spacer{
height: 130px;
width: 100%;
}
#subpage-headergraphic {
height: 130px;
}

}



@media screen and (min-width: 570px) {
 #subpage-headergraphic {
height: 180px;
}
}

@media screen and (min-width: 612px) {
   #spacer{
height: 150px;
width: 100%;
}
}

@media screen and (min-width: 720px) {

#bottom-area  {
top: 550px;
}

#date-time {
  top: 500px;}

#grass-roots  {
color: white;
font-size: 18px;
}   
#spacer{
height: 180px;
width: 100%;
}

}
@media screen and (min-width: 780px) {

}

@media screen and (min-width: 840px) {
#subpage-headergraphic {
height: 200px;
}
}


@media screen and (min-width: 911px) {

#bottom-area  {
top: 600px;
}

#date-time {
  top: 550px;}
}


@media screen and (min-width: 1000px) {

}


@media screen and (min-width: 1100px) {
#subpage-headergraphic {
height: 250px;
}
#grass-roots  {
color: white;
/*font-size: 20px;*/
}

}


@media screen and (min-width: 1150px) {

}


@media screen and (min-width: 1250px) {

}

@media screen and (min-width: 1400px) {

}



@media screen and (min-width: 1550px) {

}


@media screen and (min-width: 1650px) {

}
