
html,body {font-family:"Verdana",sans-serif}

h1,h2,h3,h4,h5,h6 {font-family:"Segoe UI",sans-serif}

img {
    max-width: 100%;
    Height:auto;
    position: relative;
}

img.body1 {
    float:left;
    height:auto;
    max-width: 20%;
    Padding: 5px;
    margin: 5px;
}

img.body2 {
    float:right;
    height:auto;
    max-width: 55%;
    Padding: 5px;
    margin: 5px;
}

div.w3-top {
    opacity: 0.9;

}
/* Thick border */
hr.new1 {
  border: 1px solid indigo;
}

/* Thick red border */
hr.new2 {
  border: 1px solid white;
}

ul.a {
  list-style: none; /* Remove default bullets */
  list-style-type: circle;
}

 

footer {
  text-align: center;
  padding: 3px;
  background-color: white;
  color: indigo;
  font-size: 50%;
}

.social-icons {
  text-align: center;
  display: block;
  margin-left:auto;
  margin-right: auto;
  width:40%;
  padding: 5px;
  transition: all 0.3s ease;
  color: white;
  
  width:100%;

  }  

.social-icons a {
  border-bottom: none;
  }



.facebook {
  background: #55acee;
  font-size:20px;
  padding: 2px;
}

.twitter {
  background: #55acee;
  font-size:20px;
  Padding: 2px;
}