* {
    background-color: transparent;
    border: 0;
    box-sizing: border-box;
    font: inherit;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none !important;
    font-family: "Wix Madefor Text", sans-serif;
}

body{
    font-size: 1rem;
    line-height: 1.2rem;
    background-color: black;
    scroll-behavior: smooth;
}

a{
    color: black;
}

main{
    padding-top: 20px;
    margin: 10px 35px;
}

.text-div{
    background: #242424;
    color: white;
    padding-left: 100px;
    border-radius: 25px;
}

.px-6{
    padding-left: 6rem;
    padding-right: 6rem;
}

p, h1, h2{
    color: white;
}

h1{
    font-family: "Syne", sans-serif;
}

.br-25{
    border-radius: 25px;
}

ul{
    margin: 0;
    padding: 0;
}

.btn-link{
    border-radius: 25px !important;
    color: black;
    transition: all .7s ease;
    border: 1px solid white;
}

.btn-link:hover{
    background: black !important;
    color: white;
}


#scroll-top-btn{
  position: fixed;
  bottom: 40px;
  right: 40px;
  background: #242424;
  color: white;
  border: none;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  display: none;
  cursor: pointer;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: url("data:image/svg+xml;utf8,<svg fill='white' xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 320 512'><path d='M285.5 273l-194.3 194.3c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l154.3-154.3L34.6 102.3c-9.4-9.4-9.4-24.6 0-33.9L57.2 45.8c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6.1 34z'/></svg>");
    color: white; 
    font-weight: 100;
    position: relative;
    top: 2px;
}

.breadcrumb-item a:hover{
    text-decoration: underline !important;
}

hr{
    height: .1px !important;
    color: lightgray !important;
}

.navbar-collapse{
    flex-grow: 0;
}

.fs-7{
    font-size: .9em;
}

.alert{
    position: initial !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

#name-error, #email-error, #phone-error, #sbj-error, #msg-error{
  font-size: .8em;
  color: red;
}

/* #contact-phone{
    padding-left: 10px;
} */
