*{

    margin: 0;

    padding: 0;

    box-sizing: border-box;
}
body, html{
    overflow-x: hidden;
}
body{
    width: 100vw;
    height: 100vh;
     background-image: url('../images/Travel-Wallpaper-HD.jpg'); 
    background-position: bottom;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-content{
  margin-top: 100px;
 color:white;
 text-align: center;
}
.header-content h2{
 font-size: 4vmin;
}

#h2{
  transform: translate(0,200%);
}


.line{
    width: 100px;
    height: 4px;
    background: #fc036b;
    margin: 100px auto;
    border-radius: 5px;
}
 
 .container { 
    padding-left : 5%;
    padding-right: 3%;
    
}
.container{
    display: grid;
    grid-template-rows: repeat(5, 300px);
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    width: 100%;
    margin: 0;
    overflow: hidden;
    color: whitesmoke;
    /* background-color: whitesmoke; */
}






  







 /* ############ Districts ############  */
.district {
    padding: 1rem;
    margin: auto;
    max-width: 1200px;
  }
  
  .districts { 
    margin: 1rem auto;
    width: 85%;
    list-style-type: none;
    display: grid;
    grid-gap: 2em;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }



  .district article {
    margin: 2rem auto;
    width: 80%;
    max-width: 1000px;
  }
  
  .district h1 {
    color: #3abadf;
    font-size: 3rem;
    margin-left: 1rem;
  }
  
  .district article p {
    border-left: solid 1px #dedede;
    padding-left: 1rem;
  }
  
  .districts {
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-gap: 1rem;
  }
  
  .districts li {
    background-color: rgba(255,255,255,.9);
    border-radius: 6px;
    border: solid 1px #dedede;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    padding: 1.8rem;
    
  }
  
   .districts img { 
      width: 250px;
  }
  
  .districts h3 {
    background-color: rgba(255,255,255,.5);
    color: #fc036b;
    padding: .5rem;
    margin-bottom: 1rem;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(51,51,51,.7);
    align-self: end;
  }
  
  .districts a {
    border-radius: 3px;
    background-color: #39bae6;
    color: #fff;
    height: 2rem;
    margin-top: 1rem;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .district a:hover {
    background-color: #333;
  }
  

/* footer */
.footer{
  width: 93vw;
  height: 125px;
  padding-left: 0;
  /* margin-right: 100%; */
  background: #fc036b ;
  font-size: 60%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  padding-bottom: 0%;
  padding-left: 0%;
  padding-right: 0%;
}
  

.footer p{
  color: whitesmoke;
   /* margin: 20px auto;  */
   /* padding: 20px auto;   */
  font-size: medium;
  text-align: center;
}
.foot{
  font-weight: bold;
  text-align: center;
  
}


  .main-nav{
    font-weight: bold;
  }
  .main-nav a{
    color: #fc036b;
  }