body
{
    font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans', Verdana, Arial, Sans-Serif;
	background-color: color(srgb 0.9424 0.9574 0.9615);
	background-repeat: no-repeat;
	background-size: 100%;
	color: #000000;
	font-size: 15px;
	margin: 0px;
}


.saturate { filter: saturate(3); }
.grayscale { filter: grayscale(100%); }
.contrast { filter: contrast(160%); }
.brightness { filter: brightness(0.25); }
.blur { filter: blur(3px); }
.invert { filter: invert(100%); }
.sepia { filter: sepia(100%); }
.huerotate { filter: hue-rotate(180deg); }
.rss.opacity { filter: opacity(50%); }

/* header starts */
div.header
{
	background-color: #5f8b56;
	color: white;/*
	padding: 30px;
    padding-left: 60px;*/
	display: flex;
	
	position: fixed;
    width: 100%;
}

div.header-title-container
{   
    flex: 1;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    /*    background-color: red;*/
}

div.header-menu-container
{   
    flex: 1;
/*    background-color: purple;*/
}

#navimenuicon
{
  display: none;
}



/* header ends */





div.content
{
    background-image: url('img/chua-bing-quan-Sg7eWHKrxrA-unsplash-scaled.jpg');
    background-position: bottom left;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 90px;
/*    background-color: yellow;*/
}

div.footer
{
/*    padding: 40px;*/
    background-color: #5f8b56;
    display: flex;
    flex-wrap: wrap;
    height: 7vw;
    padding-top: 10px;
}


a.content-link
{
    text-decoration: none;
}


div#topnav
{
	font-size: 20px;
	margin: 30px auto;
	width: 500px;
	font-weight: 700;
}


div#topnav div.link-container
{
	height: 25px;
	width: 130px;
	text-align: center;
	display: inline-block;
	margin-bottom: 2px;

}

div#topnav div.link-container:hover
{
	margin-bottom: 0px;
}


div#topnav a
{
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	
}


div.contentpart
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-left: auto;
	margin-right: auto;
	width: 80vw;
	padding: 60px 25px;
	font-weight: lighter;
	font-size: 18px;
	line-height: 180%;
	min-height: 400px;
	color: rgba(65,65,65,255);
	text-align: justify;

}
div.contentpart p
{
	text-indent: 0px;
    padding-top: 15px;
}

div.contentpart a
{
	color: #608b56;
	text-decoration: none;
}

div.contentpart a:hover
{
	color: #1e78da;
	text-decoration: underline;
}

div.contentpart a:visited
{
	color: #608b56;
	text-decoration: none;
}

div.contactInfo
{
	margin-top: 15px;
}

.limited70
{
    width: 70%;
    padding-left: 30%;
}

.limited50
{
    width: 50%;
    padding-left: 50%;
}

.limited50m
{
    width: 50%;
    padding-left: 50%;
}

.image img
{
    width: 240px;
    margin: 10px 30px;
    border: 1px solid #cccccc;
}

.image.right img
{
    float: right;
}

#mailaddressimage
{
	width: 225px;
	margin: 2px 0px 0px 0px;
}

li
{
    margin: 0px 0px 5px 0px;
}

h1
{
    font-size: 35px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: sans-serif;
	color: white;
	margin: 0px;
	width: 300px;
	display: inline;
}

h2
{
	font-size: 24px;
}

h3
{
    font-size: 22px;
}

h4
{
    font-size: 20px;
}

h5
{
    font-size: 18px;
}

h6
{
    font-size: 16px;
}

div.linkList
{
	padding-top: 16px;
}

div.linkList a
{
	text-decoration: none;
	color: #608b56;
}

div.linkList a:hover
{
	text-decoration: underline;
	color: #1e78da;
}


.hidden
{
    display: none;
}

p.nobottommargin
{
	margin-bottom: 0;
}

div.contactInfoItem
{
    display: flex;
	color: white;
    padding: 5px;
}

div.contactInfoItemPic
{
    display: grid;
    align-items: center;
    height: 30px;
}

div.contactInfoItemPic img
{
    height: 20px;
    width: 25px;
    padding: 5px;
    aspect-ratio: auto;
}

div.contactInfoItemText
{
    display: grid;
    align-items: center;
    height: 30px;
}

div.contactInfoItemText a
{
    margin: 0;
    display: inline-block;
    text-decoration: none;
    color: white;
}


.firstColumn
{
    flex: 1;
}

.secondColumn
{
    flex: 1;
}

.thirdColumn
{
    flex: 1;
}

/* For Phones */
@media screen and (max-width: 540px) {
  div.content
  {

  }

  h1
  {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: sans-serif;
    color: white;
    margin: 0px;
    width: 300px;
    display: inline;
  }

  
  div.header
  {
    margin: 0px;
    height: 90px;
    width: 100%;
  }
  
  div#topnav
  {
    font-size: 16px;
    margin: 30px auto;
    width: 80vw;
    font-weight: 700;
  }
  
  div#topnav div.link-container
  {
    height: 12vw;
    line-height: 10vw;
    width: 140px;
    text-align: center;
    display: block;
    margin-bottom: 2px;
  }
  
  div.content
  {
    font-weight: lighter;
    font-size: 25px;
    line-height: 135%;
    min-height: 400px;
    color: #555555;
  }
  
  #navimenu
  {
    display: inline-block;
    position: absolute;
    right: 20px;
  }

  #navimenuicon
  {
    display: inline-block;
    padding-top: 10px;
    padding-right: 10px;
  }

  #navigation-menu
  {
    border: 1px solid white;
    width: 50vw;
    position: absolute;
    display: inline-block;
    right: 5vw;
    background: #5f8b56;
    top: 90px;
  }
  

  div#topnav #navigation-menu div.link-container
  {
    text-align: left;
    margin-left: 20px;
    height: 90px;
    line-height: 90px;
    font-size: 16px;
  }
 

  #topnav
  {
    display: none;
  }
  
  .limited50
  {
    width: 100%;
    padding-left: 0%;
  }

  div.footer
  {
      height: 100px;
      padding-top: 10px;
  }

}

/* For Tablets */
@media screen and (min-width: 541px) and (max-width: 900px) {
  div.content
  {

  }

  h1
  {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: sans-serif;
    color: white;
    margin: 0px;
    width: 300px;
    display: inline;
  }

  
  div.header
  {
    margin: 0px;
    height: 90px;
    width: 100%;
  }
  
  div#topnav
  {
    font-size: 16px;
    margin: 30px auto;
    width: 80vw;
    font-weight: 700;
  }
  
  div#topnav div.link-container
  {
    height: 12vw;
    line-height: 10vw;
    width: 140px;
    text-align: center;
    display: inline-block;
    margin-bottom: 2px;
    display: block;
  }
  
  div.content
  {
    font-weight: lighter;
    font-size: 25px;
    line-height: 135%;
    min-height: 400px;
    color: #555555;
  }
  
  #navimenu
  {
    display: inline-block;
    position: absolute;
    right: 20px;
  }

  #navimenuicon
  {
    display: inline-block;
    padding-top: 10px;
    padding-right: 10px;
  }

  #navigation-menu
  {
    border: 1px solid white;
    width: 50vw;
    position: absolute;
    display: inline-block;
    right: 5vw;
    background: #5f8b56;
    top: 100px;
  }
  

  div#topnav #navigation-menu div.link-container
  {
    text-align: left;
    margin-left: 20px;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
  }
 

  #topnav
  {
    display: none;
  }
  
  .limited50
  {
    width: 100%;
    padding-left: 0%;
  }

  div.footer
  {
      height: 80px;
      padding-top: 10px;
  }/*
  div.content
  {
  }

  div#topnav
  {
      font-size: 16px;
      margin: 30px auto;
      width: 80vw;
      font-weight: 700;
  }
  
  div#topnav div.linkContainer
  {
      height: 12vw;
      line-height: 10vw;
      width: 140px;
      text-align: center;
      display: inline-block;
      margin-bottom: 2px;
  }

  #navimenu
  {
    display: inline-block;
    position: absolute;
    right: 20px;
  }

  #navimenuicon
  {
    display: inline-block;
    padding-top: 10px;
    padding-right: 10px;
  }

  #navigation-menu
  {
    border: 1px solid white;
    width: 200px;
    position: absolute;
    display: inline-block;
    right: 25px;
    background: #5f8b56;
  }

  div#topnav #navigation-menu div.linkContainer
  {
    text-align: left;
    margin-left: 20px;
  }
*/
}

/* For big screens */
@media screen and (min-width: 1280px) {
  div.content
  {
      background-image: url('img/chua-bing-quan-Sg7eWHKrxrA-unsplash-scaled.jpg');
      background-position: bottom left;
      background-size: 50%;
      background-repeat: no-repeat;
  
  }

  #navimenu
  {
    display: none;
  }
  
  #topnav
  {
	display: inline;
  }

}