     * {
        color: #392b2d;
        box-sizing: border-box;
    }
        
    header h1 {
        color:#84161a;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-size: 150px;
        font-weight: 800;
        text-align: center;
    }

    h1 {
        font-size: 5rem;
        letter-spacing: 2px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-weight: bolder;
    }

    h2 {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-style: bold;
        color: #392b2d;
    }
       
     h6 {
        font-family: 'Inter', sans-serif;
        font-size: 15px;
        font-style: normal;
         font-weight: 500;
        color: #18181a;
    }

    article h4 {
        text-align: center;}

    section h3 {
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-size: 50px;
        font-style: italic;
        }

    article img {
        max-width: 100%;
        height:auto;
    }

    nav, #feature, footer {
        margin: 1%; 
    }

    nav li {
        display: inline;
		padding: 0.5em;
        color: #392b2d;
    }

    .row-color-1 {
        background-color:#7391c8;
    }

    p {
        font-family: 'Inter', sans-serif;
        color: #18181a;
        font-weight: 500;
    }

    label{
        font-family: 'Inter', sans-serif;
        color: #fffded;
        font-weight: 500;
    }

    h4 { 
        font-family: 'Inter', sans-serif;
        font-weight: bolder;
        color: #18181a;
    }

    ul {
        font-family: 'Inter', sans-serif;
        color: #18181a;
        font-weight: 500;
    }

    footer {
        background-color: #7391c8;
        color:#18181a;  
    }
        
    body {
        background-color: #fffded;
     }

    h5 {
        font-family: 'Inter', sans-serif;
        font-optical-sizing: auto;
        font-weight: 30px;
        font-style: normal;
        font-weight: 500;
        color: #18181a;
    }
/* this css is for the contact form*/ 

#fcf-form {
    display:block;
}


.fcf-body {
    margin: 60px 150px;
    font-family: -apple-system, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #392b2d;
    padding: 30px;
    padding-bottom: 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    max-width: 100%;
}


.fcf-form-group {
    margin-bottom: 1rem;
}


.fcf-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}


.fcf-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    line-height: 1.5;
    color: #18181a;
    background-color: fffded;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.fcf-form-control:focus {
    border: 1px solid #84161a;
}


select.fcf-form-control[size], select.fcf-form-control[multiple] {
    height: auto;
}


textarea.fcf-form-control {
    font-family: -apple-system, Arial, sans-serif;
    height: auto;
}


label.fcf-label {
    display: inline-block;
    margin-bottom: 0.5rem;
}


.fcf-credit {
    padding-top: 10px;
    font-size: 0.9rem;
    color: #545b62;
}


.fcf-credit a {
    color: #545b62;
    text-decoration: underline;
}


.fcf-credit a:hover {
    color: #7391c8;
    text-decoration: underline;
}


.fcf-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


@media (prefers-reduced-motion: reduce) {
    .fcf-btn {
        transition: none;
    }
}


.fcf-btn:hover {
    color: #212529;
    text-decoration: none;
}


.fcf-btn:focus, .fcf-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}


.fcf-btn-primary {
    color: #fff;
    background-color: #7391c8;
    border-color: #7391c8;
}


.fcf-btn-primary:hover {
    color: #fff;
    background-color: #7391c8;
    border-color: #7391c8;
}


.fcf-btn-primary:focus, .fcf-btn-primary.focus {
    color: #fff;
    background-color: #7391c8;
    border-color: #7391c8;
    box-shadow: 0 0 0 0.2rem rgba(115, 145, 200, 1);
}


.fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}


.fcf-btn-block {
    display: block;
    width: 100%;
}


.fcf-btn-block+.fcf-btn-block {
    margin-top: 0.5rem;
}


input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
    width: 100%;
}

li{
    list-style: none;
}

a{
    color: #000;
    text-decoration: none;
}

.navbar{
    min-height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
}

.nav-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.nav-link{
    transition: 0.7s ease;
}

.hamburger{
    display: none;
    cursor: pointer;
}

.bar{
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #7391c8;
}

@media(max-width:768px){
    .hamburger{
        display: block;
    }

    .hamburger.active .bar:nth-child(2){
        opacity: 0;
    }
     .hamburger.active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    }

    .nav-menu{
        position: fixed;
        left: -100%;
        top: 70px;
        gap: 0;
        flex-direction: column;
        background-color: #7391c8;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        z-index: 9999;
    }

    .nav-item{
        margin: 16px 0;
    }

    .nav-menu.active{
        left: 0;
    }
}

/*this is the beginning of the gallery*/

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.column {
  flex: 1 1 250px;
  max-width: 300px;
}

.column img {
  width: 100%;
  height: auto;
  display: block;
}

.column {
  flex: 1 1 250px;
  max-width: 300px;
}

.column img {
  width: 100%;
  height: auto;
  display: block;
}

.column img {
  object-fit: contain;
}

    






        
