body {
  font-family: Arial;	
  margin:0;
}

p {
  font-family: Arial;
  color: black;  
  font-size: 18px;
  line-height:180%;
}

.p2 {
  font-weight: bold;
  font-size: 24px;
}

.p3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
}

@media (min-width: 799px) {
p {
    font-size: 16px;
}
.p2 {
    font-size: 26px;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI";
}
.hideInDesktop {
    visibility: hidden;
    display: none;
    opacity: 0;
  }
}


@media (max-width: 799px) {
  .hideInMobile {
    visibility: hidden;
    display: none;
    opacity: 0;
  }
}


/* Navbar container */
.navbar {
  position: fixed;
  background-color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  top: 0; 
  left: 0;
  width: 100%; 
  box-shadow: 0 4px 2px -2px #e0e0e0;
  height:46px;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  background-color: #ffffff;
  color: #333;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  margin: 0;
}

/* The dropdown container */
.dropdown {
  float: left;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 14px; 
  border: none;
  outline: none;
  color: #333;
  padding: 14px 16px;
  background-color: #ffffff;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: rgb(255, 100, 25);
  color: #ffffff;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: #000;
}

.title {
  color:#FF6419;
}

td.td0 {
    vertical-align:middle;
    padding-top:80px;
    font-size: 16px;

}
.main {
  margin: 50px 20px 0  20px;
}

.a1 { 
  color: #FF6419;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  border:2px solid #ffffff;
}

.a1:visited { 
  color: #FF6419;
}

.a1:hover {
  background-color: #FF6419;
  border:2px solid #FF6419;
  color: #ffffff;
}

.a2 {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.adoc {
    color: #FF6419;
    margin-left:30px;
}
.adoc:visited {
  color: #FF6419;
}
.adoc:hover {
  background-color: #FF6419;
  border:2px solid #FF6419;
  color: #ffffff;
}

div.center {
  width:80%;
  max-width:1100px;
  margin: 20px auto;
}

div.center2 {
  width:70%;
  max-width:800px;
  margin: 100px auto;
}

img.img1 {
    margin-right: 40px;
    margin-bottom: 100px;
}
  
td.td3 {
    width: 500px;
    vertical-align: top;
}


#tablex {
  border-collapse: collapse;
}

#tablex td, #tablex th {
  border: 1px solid #ddd;
  font-size: 90%;
  padding: 8px;
}

#tablex th {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fafafa;
}

.hero-line {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.hero-line2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.4;
}