@font-face {font-display: block;font-family: Mockbix; src:  url(https://demo.mockbix.com/css/Righteous.woff2) format('woff2');}
@font-face {font-display: block;font-family: Material; src: url(https://demo.mockbix.com/css/Material.woff2) format('woff2');}
@font-face {font-family: Quicksand; src: url(https://cdn.jsdelivr.net/gh/gkcube/fonts@1/Quicksand.woff2) format('woff2');}
.m-i {font-family: 'Material';font-weight: normal;font-style: normal; font-size: 25px; line-height: 1; letter-spacing: normal; text-transform: none;display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; font-feature-settings: 'liga'; text-rendering: optimizeLegibility;vertical-align:middle;}
.menubar .m-i {color: white;}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  
  background-color: #dfdfdf;
}

.container {
  background-color: #eeeeee;
  
  max-width: 800px;
  margin: 10px auto 10px auto;
  padding: 5px 5px 0px 5px;
  
  
}
.container table tr {
  background-color: white;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
  padding: 0px 0px 0px 0px;
  margin-bottom: 10px;
  display: block;
  border-radius: 4px;
  font-family: Quicksand;
}

.container table {
  width: 100%;
}
.container table td a {text-decoration: none; font-weight: bold;}

.container table img {
  border-radius: 4px;
  float: left;
}
.img {padding: 0;}


/* Style for main content */
.content {
  line-height: 1.6;
}
.content p {text-align: justify;}

button {outline: none;user-select: none;border:none;padding:none;box-shadow:none;background:none; cursor: pointer;}

#sticky { position: fixed; top: 0px; left: 0px; z-index: 10; width:100%;}
.menubar {background-color:#19628b; color: #ffffff; text-align:left; width:100%;height:50px;box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);padding-top:0px;}
.tooltitle {height:51.5px; line-height:1.1; font-family: Mockbix;}
tool1{font-size:20px;background-color:#134968; color: #ffffff; border-radius:10px;padding: 4px 8px 4px 7px; float:left;border-bottom-left-radius:0px;border-top-right-radius:0px;}
.closebtn {background-color:transparent;border:none; border-radius:500px; width:40px;height:45px; float:left; margin:3px 0px 0px 8px;text-align:center;transition-duration: 0.2s;}
.closebtn:active {color:grey;}
.closebtnr {width:40px;height:45px;float:right; margin:3px 0px 0px 0px;transition-duration: 0.2s;}
.mbar {margin-right:8px}


#downMenu {display:none; background-color: #000000;float: right; width: 100%; }
#downMenu a {
  text-align: center;
  text-decoration: none;
  padding: 8px 0 8px 8px;
  border: 0px solid #353535;
  border-bottom-width: 2px;
  color: white;
  float: left;
  width: 100%;
  font-family: Quicksand;
}
#downMenu .closeMenu {text-align: center; background-color: #353535; width: 100%; height: 40px; padding-bottom: 4px; color:#d4d4d4; font-size: 17px; font-family: Quicksand;}
myLogo {background-color: white; color: black; padding: 5px 10px 5px 10px; border-radius: 20px; margin-bottom: -2px;}
.h2 {
  text-align: center; padding: 10px 0px 10px 0px; display: block; background-color: #1d2e44; color: white; margin-bottom: 7px; margin-top: 5px; border-radius: 5px;
}
.h2 h2 {margin: 0; padding: 0; font-size: 17px; font-family: Quicksand;}

.topMargin {
    width: 100%; height: 50px; display: block;
  }
  .postContainer {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: white;
    padding: 10px;
    font-family: Quicksand;
    max-width: 800px;
    margin: 0px auto;
  }
  .postContainer h1 {
font-size: 25px; margin-bottom: 5px;
  }

  .bottomLinks {
    margin-top: 20px;
    border: 0 solid #6e6e6e;
    border-top-width: 0px;
    border-bottom-width: 0px;
    text-align: center;
    padding-top: 5px; 
}
.bLinks {
    background-color: rgb(28, 80, 122);
    color: white;
    padding: 20px 0;
    margin-bottom: 3px;
    width: calc(50% - 3px);
    border-radius: 5px;
    font-family: Quicksand;
    font-weight: bold;
}
.bLinks a {
    color: white;
    text-decoration: none;
}

.meta {
    float: left;
    width: 100%;
    text-align: center;
background-color: #be912f;
margin-bottom: 4px;
border-radius: 3px;
}
.meta p {
margin: 5px;
padding: 0;
color: #fafafa;
}
.bottomText {font-family: Mockbix; font-size: 20px; margin:  40px 0 40px 0; color: #797979;}