@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500i,600,700,900,900');

    body{
        font-family: Montserrat;
       
    }
  
/* Write your CSS here */
 @media (max-width: 575px) {
                .separator {
                   display:none;
                }
                
                 .dropdown-menu a:hover{
                    color:#E3B047;
                }
            }
            
.desc-container{
    box-shadow: -1px 20px 15px -18px rgba(0, 0, 0, 0.85);
}



 body {
            font-size: 15px;
        }

        @media (max-width: 1200px) {
            body {
                font-size: 15px;
            }
        }

        @media (max-width: 992px) {
            body {
                font-size: 14px;
            }
        }

        @media (max-width: 768px) {
            body {
                font-size: 13px;
            }
        }

        @media (max-width: 576px) {
            body {
                font-size: 12px;
            }
        }

 @media screen and (max-width: 575px) {
                .footer_copy_content {
            font-size: 15px;
            color:white;
        }
            }


 
         .dico css3-shadow {
            position: relative;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
        }

        .dico css3-shadow:after {
            position: absolute;
            z-index: -1;
            box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
            bottom: 0px;
            left: 10%;
            right: 10%;
            width: 80%;
            height: 50%;
            border-radius: 100%;
        }
 
 
 
 @media (max-width: 575px) {
  #drop-down {
    background-color: #e2e2e2;
  }

html, body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container, img {
  max-width: 100%;
}
 
 