
.title {
    text-align: center;
    padding-top: 60px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}
.custom-container .col {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
}

.custom-container .col img {
    max-width: 95%;
    height: auto;
    padding-bottom: 10px;
}

.custom-container .col-12 h3 {
    margin-top: 25px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

.custom-container .col-12 p {
    margin-bottom: 35px;
    font-style: italic;

}

.col-img {
    max-height: 400px;
}

.nav-item {
    font-family: 'Inconsolata', monospace;
}

h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.contact-us {
    color: #FFF
}

footer {
    width: 100%;
    background-color: #f0eeea;
    margin-top: auto;
}

.thumb-divider {
margin: 10px auto 50px;
height: 1px;
max-width: 95%;
background: #eaeaea;
}

.social {
    align-items: center;
}
.social-item {
    margin: 0px 0px;
    display: inline-block;
    text-align: center;
    
    
  }
.social-icon{
    width: 16px;
    height: 16px;
    overflow: visible;
    color: #000000;
}

  .unstyled {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }

button {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  text-align: inherit;
  font: inherit;
  border-radius: 0;
  appearance: none;
}

.contact-button {
    font-style: bold;
    border: 1px solid #FFF;
    color: #000000;
    background-color: #FFF; 
    padding: 14px 26px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

.contact-button:hover {
    color: #FFF;
    background-color: #000000;
    cursor: pointer;
}

.gallery-t {
    font-size: 1.1em;
    padding-bottom: 0px;
    margin-bottom: 8px;
}

.gallery-p {
    font-size: 0.9em;
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
}

.image-holder{
    max-height: 700px;
}


.about-container span {
    font-weight: bold;
}

.contact-container span {
    font-weight: bold;
}

body {
    min-height: 100vh
}

.transition {
    transition:  0.3s ease-out 0s
}

.transition:hover {
    opacity: 85%;
}

.product {
    width: 60%;
}


.artwork__sold-sticker {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.potrait_info p {
    font-style: italic;
    margin-bottom: 2px;
}

.potrait_inquire {
    background-color: #000000;
    color: #FFF;
    width: 65%;
    text-align: center;
    padding-bottom: 12px;
    padding-top: 12px;
    display: inline-block;
    text-decoration: none;

}

.potrait_inquire:hover {
    color: #fff;
    cursor: pointer;
}

.test {
    max-height: 300px;
}

.contact-form {
    max-width: 500px;
}

.contact-form input {
    text-decoration: none solid rgb(0, 0, 0);
    border-radius: 0;
}

.contact-form textarea {
    text-decoration: none solid rgb(0, 0, 0);
    border-radius: 0;
}

.send_email {
    background-color: #000000;
    text-decoration: none;
    color: #FFF;
    width: 65%;
    text-align: center;
    padding-bottom: 12px;
    padding-top: 12px;
    display: inline-block;
    border: 1px solid #000
}

.send_email:hover {
    color: #000;
    background-color: #FFF;
}


@media (min-width: 1600px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
      max-width: 90%;
    }
  }

  .custom-container {
    max-width: 50%;
}


@media screen and (max-width: 767px) {
    .custom-container .row {
        margin-bottom: 1.5rem;
    }

}

@media (min-width: 992px) {
    .image-holder{
        height: 100%;
    }
}


@media (min-width: 1200px) {

    .about-container {
        width: 45%;
     }
    
}
