body {
  font-family: calibri;
  /*margin:40px*/
  max-width:750px;
  font-size:14px;
  text-align: left; 
  padding: 20px 40px;
  margin: 0 auto;
}



h1,h2,h3{
  color: #000077;
  color: #3d3fe0;
  color: #3638c9;
  line-height:1
  font-size:14px;
  text-align: left
  margin: 0.67em .5em;
}

ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul.nav {
  list-style-type: none;
}

/*li {
  list-style-type: none;
  float: left;
}*/

.navbar {
  overflow: hidden;
  background-color: inherit; 
  border-style: solid none solid none;
  border-width: thin;
  border-color: gray;
}

.navbar a {
  float: left;
  font-size: 14px;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  display: inline-block;
}


.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: LightSteelBlue;/*#a0d0ee;*/
}

li a, .dropbtn {
  display: inline-block;
  color: inherit;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}



li.dropdown {
  float: left;
  overflow: hidden;
  display: inline-block;
}





.dropdown .dropbtn {
  font-size: 14px;  
  border-style: none;
  outline: none;
  color: inherit;
  text-align: center;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  /*margin: 0;*/
}



.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: inherit;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: LightSteelBlue;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.entry-content{
    font-size:inherit;
}

.imgbox {
  width: 80%;
  height: 200px;
  border: 5px dashed #f7a239;
}

