.menu-link
{
    font-size: 12px;
}
.standard-logo img
{
    height: 80px;
}
.container 
{
    /* max-width: 1400px; */
    width: 100%;
}
.copyright-div{
    width: 100%;
    display: flex;
    flex-direction: column; 
    padding: 3% 10%; 
    /* background: #b40e0b;  */
    background: #DE6262; 
    color: white;
}
.copyrights-menu a{
    color: white;
}
.footer-div li {
    list-style: none;
}
.footer-div li a{
    color: black;
    list-style: none;
}
.footer-div li a:hover{
    color: #DE6262;
}
.wwr-s2-div p{
    font-size: 20px;
    font-weight: 300;
}
.bgg-white{
    background-color: white;
}
/* .bgg-contain{
    background-size: contain;
} */


.cover-image {
    height:120vh;
    max-width: 100%;
    
    /* max-width: 120%;
  max-height: 150vh; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cover-image img{
    width: 90%;
}
.line-container p{
  margin-left: 50px;
  font-size: 20px;
  margin-bottom: 50px;
}
/* .line {
  flex-grow: 1;
  border-top: 1px solid black;
  margin: 0 50px;
} */
.contact{
    margin: 0px 50px;
}

.cover-image {
    height:auto;
    max-width: 100%;
    
    /* max-width: 120%;
  max-height: 150vh; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cover-image img{
    width: 90%;
}
.line-container p{
  margin-left: 50px;
  font-size: 20px;
  margin-bottom: 50px;
}
/* .line {
  flex-grow: 1;
  border-top: 1px solid black;
  margin: 0 50px;
} */
.contact{
    margin: 0px 50px;
}