

body {
  margin:0;
  background-image: url("../res/homepage/hp.jpg");
  background-attachment: fixed; 
  width: 100%;
  }

/*header start*/
header{
  position: fixed;
  width: 100%;
  margin-top:0%;
  top: 0;
  z-index: 100;
}

.topnav {
  overflow: hidden;
  background-color: #006666;
  border-bottom: 1px solid #ddd; 
}

.topnav a {
  float: left;
  display: block;
  color: #ddd;
  text-align: center;
  padding-left: 38px;
  padding-right: 38px;
  padding-top: 14px;
  padding-bottom: 10px;
  text-decoration: none;
  font-size: 16px;
  }

.topnav a:nth-child(2){
  padding-left:33%;
}

#logo{
  padding:0;
  font-size: 24px;
  margin:12px;
  padding-left: 5%;
  padding-right: 10px;
}
a.icon{
  padding-right: 20px;
}

.topnav a:hover {
  transition: .2s ease-in;
  color: #fafafa;
 }

.topnav .icon {
  display: none;
}

@media screen and (max-width: 900px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.5s ease-in;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav a:nth-child(2){
    padding-left:38px;
  }

}

/*header end*/

/*section start*/
#greeting{
  display: block;
  text-align: center;
  font-size: 34px;
}

section{
  font-size: 25px;
}

div.section-container{
  background-color: #ddd;
  opacity: 0.9;
  padding:5%;
  margin-left: 10%;
  margin-right: 10%;
  }

div.section-content{
  padding:0;
  font-size: 18px;
  margin-top: 1%;
  margin-left: 5%;
  margin-right: 5%;
  display: block;
  z-index: 100;
}

/*Renew Link Style*/
.styled-link{
  text-decoration: none;
  color: #006666;
  display: block;
}
.styled-link:hover{
  color: #009999;
}
/*Renew Link Style*/

#title{
  font-family: Niconne;
}

/*Container 1 for content 1*/
div.content1{
  width: 100%;
  display: block;
  }

#disp1{
  float: right;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 5% 5% 10% 10%;
}


/*Container 2 for content 2*/
div.content2{
  height: 800px;
  padding-right: 5%;
  padding-left: 5%;
  overflow: scroll;
  width: 95%;
  display: block;
}

div.content2 h2, div.second-image, div.content2 a{
  text-align: center;
}

#disp2{
  text-align: center;
  float: none;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  }

div.content2 p{
  text-align: justify;
}

/*Content 3*/

div.content3{
  display: block;
  width: 95%;
  padding: 2% 2% 5% 5%;
}

#disp3{
  float: left;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 5%;
}

div h2{
  display: block;
  text-align: center;
}

/*Container 4*/
div.content4{
  display: block;
  width: 100%;
  text-align: center;
}

#disp4{
  float: none;
  border-radius: 10px;
  width:100%;
  height: 120px;
}

/*Content 5 */
div.content5{
  display: block;
  width: 95%;
  text-align: center;
  padding: 2% 2% 10% 5%;
}

#disp5{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  float: right;
  padding: 10px;
  margin-top: 40px;
}

div.fifth-image{
  padding-bottom: 4%;
  padding-left: 6%;
  z-index: 10;
}
/*section end*/













