.navbar-brand {
    color:black;
    font-family:'DM Sans';
    font-weight:600;
    letter-spacing:-1.2px;
    padding:7px;
    transition-duration:300ms;
}

.navbar-brand:hover {
    color:black;
    background-color:rgb(222, 222, 222);
    padding:7px;
    border-radius:100px;
}

.nav-link {
    color:rgb(42, 42, 42) !important;
    font-family:'DM Sans'
}

.navbar-nav {
    background-color:rgb(222, 222, 222);
    border-radius:20px;
    padding-left:5px;
    padding-right:5px;
    margin:5px;
    text-align:center;
}

.hero {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    max-width:max-content;
}

.center {
    height:73vh;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.hero-header {
    font-family:'DM Sans';
    font-weight:500;
    letter-spacing:-1px;
    font-size:50px;
}

.btn-secondary {
    color:black;
    border:2px solid black;
    background-color:white;
    font-family:'DM Sans';
}

.btn-secondary:hover {
    background-color:black;
    border:2px solid black;
}

.btn-secondary:focus {
    background-color:black;
    border:2px solid black;
}

.header {
    font-family:'DM Sans';
    font-weight:500;
    font-size:50px;
    letter-spacing:-1.3px;
    text-align:center;
    color:rgb(0, 0, 0);
}

.mini-header {
    font-size:20px;
    font-weight:400;
    font-family:'DM Sans';
    text-align:center;
}

nav {
    border-bottom:1px solid rgb(170, 170, 170);
    margin-bottom:30px;
}

.text {
    font-size:20px;
    font-weight:400;
    font-family:'DM Sans';
    letter-spacing:-1px;
    line-height:30px;
}

.about-info {
    display:flex;
    align-items:center;
    justify-content:center;
}

.case {
    text-align:center;
    margin:10px;
    max-width:97%;
    padding:20px;
    border:2px solid;
}

.case-img {
    margin:5px;
    border:2px solid
}

.price {
    border:2px solid;
    margin:5px;
    max-width:99%;
    padding:10px;
    text-align:center;
    overflow-wrap:break-word;
}



#contact_form {
  padding-top: 20px;
  padding-bottom: 20px;
}

.row label{
  color: #000000;
  font-size: 18px;
  font-family:'DM Sans';
  font-weight:500;
  letter-spacing:-1px;
}

input[type=text], textarea {
  text-align: center;
  background-color: #ffffff;
  margin: auto 0;
  color: #000000;
  margin-left: 10px;
}

input[type=submit] {
  background-color: #333333;
  color: #FFFFFF;
  border:2px solid black;
  font-size: 18px;
  font-family:'DM Sans';
  font-weight:400;
  letter-spacing:-1px;
  margin-left: 10px;
}