p.introduction:first-letter {
  float: left; 
  color: #003E57; font-size: 75px; 
  line-height: 60px; 
  padding-top: 4px; 
  padding-right: 8px; 
  padding-left: 3px; 
  font-family: Georgia;
}

.lft {
  float: left;
  margin: 10px 10px 10px 0;
  border-radius: 10px;
}

.rt {
  float: right;
  margin: 10px 0 10px 10px; 
  border-radius: 10px;
}

h4 {
    margin-top: 18px;
    margin-bottom: 15px;
}

IMG.rt-intro {
  float: right;
  margin: 0px 0px 10px 10px; 
  border-radius: 10px;
}

imgbdr {
  border-radius: 10px;
}

IMG.displayed {
  display: block;
  margin-left: auto;
  margin-right: auto; 
  border-radius: 10px;
}

.textbox {
  font-size: 1em;
  margin-left: 25px;
  margin-right: 25px;
  font-weight: 800;
  color: #575757;
  background-image: url("img/shape/vert-line.png");
  background-repeat: repeat-y;
}
.textbox p {
  margin-left: 15px;
}
.para-top {
  margin-top: 22px;
}
div.pop-box3-lft {
    padding-right:25px;
    padding-left:30px;
    /*border-right:1px solid #ebebeb;*/
}
div.pop-box3-center {
    padding-left: 30px;
    padding-right: 30px;
}
div.pop-box3-rt {
    padding-right:30px;
    padding-left:30px;
    /*border-left:1px solid #ebebeb;*/
}

.menu-2 {
    background-color:none;/*#879CAD !important;*/
    color: #fff;
    margin-top: 30px;
    height: 35px;
    width: 100%;
}

.menu-2 a {
    color: #ffffff !important;
}

.menu-2 a:active {
    background-color: none;/*#1f1f1f !important;*/
}

.menu-2 a:hover {
    color: #c4c4c4 !important;
}

.mybox {
    max-width: 900px;
    margin: 0 auto;
    font-size:16px;
}
footer {
    background-color: #ababab !important;
    color: #fff !important;
}

.footer {
   min-height: 6em;
   left: 0;
   bottom: 0;
   width: 100%;
   padding-top: 20px;
   padding-bottom: 15px;
   background-color: #737373;
   color: white;
   text-align: center; 
}
.ftr a:visited {
    color: #fff !important;
}

.ftr a:active {
    color: #fff !important;
}

.ftr a:hover {
	color: #bababa !important;
}

.ftr a {
    color: #fff !important;
}
.footer-content {
    width:100%;
    /*margin:0 auto;*/
}

ul li {
    font-size: 17px;
}

.article-box {
    font-size: 16px;
    line-height: 1.5;
}

.left {
    text-align: left;
}
.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

.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: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
@media only screen and (max-width: 100px) {
    h1 {
        font-size:18px;
    }
}