body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin: 0;
    padding: 0;
    background-color: #ECE7DF;
}

a {
    color: #cd1f31;
}
h1, h2, h3, h4 {
    font-family: "Domine", serif;
}

header {
}
.navbar-custom {
    background-color: rgba(255, 255, 255, 0.0); /* Adjust the RGBA values as needed */
  }
nav ul {
    list-style-type: none;
}

nav ul li {
    display: inline;
    margin-right: 10px;
}


.heropar {
    padding: 15% 0;
}

.languages {
    position: fixed;
    top: 100px;
    right: 0;
}
.languages li {
    margin-bottom: 20px;
}
.languages img {
    width: auto;
    height: 30px;
}

.pics,
.htd {
    padding: 5em 0;
}
.pics img {
    width: 100%;
    height: auto;
    border: 4px solid #fff;
    box-shadow: 1px 0px 18px -1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 1px 0px 18px -1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 1px 0px 18px -1px rgba(0, 0, 0, 0.33);
}

footer {
    text-align: center;
    padding: 3em;
    background-color: #333;
    color: white;
    margin-top: 2em;
}

.imageCont img {
    width: 100%;
    height: auto;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}



