*{
    padding: 0px;
    margin:0px;
    box-sizing: border-box;
}
body{
    background-image: url('./images/CG_11_june_22-6384.jpg');
    /*background-color: black;*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "montaga", "Miniver", "Milonga";
   }
    

body h1{
    color:#EFD044;
    font-family: "Milonga";
    font-size: 30px;
    font-weight: normal;
}
body p,h4{
  
  font-family: "montaga";
  font-size:20px;
  color:#CCCCCC;
  font-weight: normal;
}

.menu-navbar{
    position:fixed;
    background-color: black;
    z-index: 1000;
    width:100%;
    padding-right: 70px;
    height:50px;
}
.menu-navbar ul li{
    position:relative;
    list-style-type: none;
    display: inline-block;
    float:right;
  
}
.menu-navbar ul li  a{
    text-decoration: none;
    padding:25px;
    display:block;
    color:aliceblue;
    padding-top: 10px;
    padding-bottom: 10px;
    }
   /* .menu-navbar ul .active a{
        border-bottom: 1px solid yellow;
       
    }*/
.menu-navbar ul li a:hover{
    border-bottom: 1px solid yellow;
   
}
.logo img{
    padding-top: 50px;
    padding-left: 20px;
  }
.menu-content{
   
    text-align: center;
   /* margin-left: 492px;*/
    height:300px;  
}

.container-1{

    width:95%;
    height:1040px;
    margin: auto;

  }

  .Event-section{
    height:1200px;
    width:100vw;
    background-image: url("");
    background-color:black;
  }
  .gallery-section{
    height:800px;
    width:100vw;
    background-image: url("");
    background-color:black;
  }
  .Event-section h4,.Event-section p{
    color:white;
  }
   .Event-section h1,.Event-section p,.gallery-section h1,.gallery-section p{
    text-align: center;
   padding-top: 30px;
   }
   
  div.gallery2:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
  }
  
  div.gallery img {
    width: 100%;
    height: auto;
    border:1px solid #EFD044;
  }
  
  div.desc,.desc2 {
    padding: 15px;
    padding-left: 0px;
    text-align:left;
  }
  .desc h4{
    text-align:left;
    font-size: 18px;
    color:#EFD044;
  }
  div.desc p,.desc2 p{
    font-size: 15px;
    color:#9C9999;
  }
  div.desc p{
    text-align: left;
  }
  p.g-content{
    font-size: 20px;
    color:#EFD044;
  }
  
  * {
    box-sizing: border-box;
  }
  
  .responsive{
    padding: 20px 38px;
    float: left;
    width: 25%;
  
  }
 
  .footer-section{
    height:443px;
    width:100vw;
    background-image: url("");
    background-color:black;
    position:relative;
  }
  .gallery:hover{
    border:1px solid #EFD044;
  }
  .gallery img:hover{
   border: none ;
  }
  .footer-logo ul li {
    display:inline-block;
    
    padding-left:30px;
  }
  p.footer-address{
    max-width:197px;
    color:#FFFFFF;
    text-align: left;
    margin-left: 53px;
    line-height: 30px;
  }
  .footer-logo ul{
    margin-left: 20px;
  }
  
  .footer-menu{
    /*background-color: #ff2c45;*/
    height:300px;
    width:70%;
    margin-left:350px;
    margin-top:-262px;
   
  }
  .footer-menu ul {
    position:relative;
    list-style-type: none;
    display: inline-block;
    
  
    /*padding:30px;*/
  }
  
  .footer-menu ul li a, .footer-menu h4{
    text-decoration: none;
    padding:10px;
    display:block;
    color:#7A7A7A;
    font-weight: normal
  }
  .footer-menu h4{
  color:white;
  font-weight: normal;
  }
  
  .row1{
    display:inline-block;
    padding-left:100px;
   }
  .hide-text a{
    visibility: hidden;
  }
  @media (max-width:600px){
    .menu-navbar{
      position: static;
      height: 96px;
      width: 100%;
      
    }
    .menu-navbar ul li a{
      padding: 10px;
    display:block;
 
   text-align: center;}
    .menu-content {
      
      height: 150px;
  }
  .logo img {
    height: 149px;
    width: 112px;
    padding-top: -7px;
    padding-left: 5px;
}
  .Event-section,.gallery-section{
    height:auto;
  }
    .footer-menu{
      display:none;
    }
    .responsive {
      width: 43%;
      margin: 6px 11px;
      padding: 3px 9px;
      }
      .container-1 {
        width: 100%;
      height: 800px;}
      .footer-address{
        max-width: 200px;
      }
      .footer-logo,.footer-address  {
        width: 100%;
        text-align: center;
        background-color: black;
      }
    .footer-menu{
      display: none;
    }
    .footer-logo ul{
      margin-left:0px;
    }
    p.footer-address{
      margin-left:141px;
    }
  }
  