body {
  font-size: 16px;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #eeeeee;
}


h1 {
text-align: center;
font-size: 40px;
font-family: 'Oswald', sans-serif;
color: rgb(45, 106, 204);
}

h2 {
color: rgb(45, 106, 204);
font-family: 'Oswald', sans-serif;
}

p {
font-family: 'Tiro Telugu', serif;
display: inline-block;
}

img{
  border-radius: 15px
}

.information {
width:40%;
float:left;
margin: 0% 1% 0% 1%;
padding: 1% 1% 1% 1%;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: rgb(45, 106, 204);
  color: white;
}

.topnav .icon {
  display: none;
}

.topnav img{
  width: 50px
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


.container,
footer {
 margin: 0 auto;
 width: 88%;
 max-width: 1080px;
}
 
.wrapper {
 padding-bottom: 1em;
 background: #ffffff;
}
 
.parallax,
.parallax-2,
.parallax-3,
.parallax-4 {
 background-position: 50% 50%;
 background-attachment: fixed;
 background-size: cover;
}
 
li {
 list-style-type: none;
}

footer {
  display: block
}