@font-face {
    font-family: 'Faber Sans';
    src: url('fonts/FaberSansPro-Normal.woff2') format('woff2'),
         url('fonts/FaberSansPro-Normal.woff') format('woff');
}

body {
    margin: 0;
}

p {
    font-family: "Segoe UI", "Liberation Sans", sans-serif;
}

button {
    background: none;
    font-family: "Segoe UI", "Liberation Sans", sans-serif;
}

.header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 10px;
    border-bottom: 4px solid #ff6565;
}

.logo img {
    float: left;
    height: 200px;
    margin-right: 0px;
}
.logo p {
    position: absolute;
    letter-spacing: 4.5px;
    top: 100px;
    left: 58px;
    float: left;
    font-size: 20px;
    font-family: Faber Sans;
}

.navigation {
    margin-left: auto;
    margin-right: auto;
    justify-items: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.header button {
  margin-right: 10px;
  min-width: 140px;
  height: 80px;
  line-height: 0.1;
  background: #fff;
  backface-visibility: hidden;
  border-radius: .375rem;
  border-style: solid;
  border-width: .125rem;
  box-sizing: border-box;
  color: #212121;
  cursor: pointer;
  display: inline-block;
  font-family: "Segoe UI", "Liberation Sans", sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -.01em;
  padding: .875rem 1.125rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translateZ(0) scale(1);
  transition: transform .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.navigation button:hover {
  background-color: #ededed;
}

.navigation button:active {
  background-color: #e1dede;
  box-shadow: none;
}

.address {
    width: 220px;
    margin-right: 20px;
    margin-top: 20px;
}

.address p{
    text-align: center;
    margin: 3px;
    color: #000;
    display: inline-block;
    font-family: "Segoe UI", "Liberation Sans", sans-serif;
    font-size: 25px;
    font-weight: 400;
}

#intro img {
    width: 40%;
    float: right;
    margin-right: 30px;
}

#intro {
    text-align: center;
}

#introNav {
    align-content: center;
}

#intro button {
    font-weight: 600;
    color: #fff;
    background: #f15858;
    border: none;
    border-radius: 20px;
    min-height: 55px;
    padding: 9px;
    font-size: 30px;
}

#introOr {
    margin: 5px 0 5px 0;
    font-size: 25px;
}

#introHeader {
    font-size: 47px;
    font-weight: 600;
}

#about {
    margin: 100px 90px 30px 90px;
}

#about p {
    font-size: 22px;
    font-weight: 440;
}

#priceList {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#priceList p{
    font-size: 39px;
    font-weight: 600;
    margin-bottom: 20px;
}

.priceSlot {
    text-align: left;
}

table, th, td {
  border: 3px solid black;
  border-collapse: collapse;
}

table {
    margin-left: auto;
    margin-right: auto;
}

td {
    max-width: 370px;
    padding: 10px;
    font-size: 20px;
}

th {
    padding: 10px;
    font-size: 25px;
    font-weight: 600;
    font-family: "Segoe UI", "Liberation Sans", sans-serif;
}

#equipment {
    display: block;
    height: auto;
}

#equipTitle {
    font-size: 39px;
    font-weight: 600;
    margin-bottom: -20px;
    text-align: center;
}

.equipDesc {
    text-align: justify;
    margin-left: 80px;
    margin-top: 120px;
    font-size: 20px;
}

li {
    margin-bottom: 10px;
}

.equipBox {
    margin-left: 60px;
    float: right;
    margin-right: 30px;
    text-align: center;
}

.equipBox p {
    font-size: 25px;
    font-weight: 500;
}

.equipBox img{
    width: 500px;
}



#appointment {
    display: block;
    height: auto;
    text-align: center;
}

#title {
    font-size: 39px;
    font-weight: 600;
    margin-bottom: 20px;
}

#info {
    font-size: 20px;
    margin-bottom: 20px;
}

.inputWrapper {
    margin: 0 0 14px 0;
}

.inputHeader {
    font-size: 20px;
}

#appointment input {
    width: 420px;
    height: 30px;
    background: transparent;
    border: 2px solid;
    font-size: 20px;
}

#appointment button {
  background: #FF4742;
  border: 1px solid #FF4742;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Segoe UI", "Liberation Sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  min-height: 40px;
  outline: 0;
  padding: 12px 14px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

#appointment button:hover,
.button-24:active {
  background-color: initial;
  background-position: 0 0;
  color: #de1914;
}

#appointment button:active {
  opacity: .5;
}

#appointment span {
  font-family: "Segoe UI", "Liberation Sans", sans-serif;
  font-weight: 500;
  color: #000;
}

#contacts {
    text-align: center;
    display: block;
    height: auto;
}

#contactTitle {
    font-size: 39px;
    font-weight: 600;
    margin-bottom: 20px;
}

#contactList {
    text-align: center;
    font-size: 30px;
    margin-top: 100px;
    margin-left: 190px;
}

#locationMap {
    float:right;
    margin-right: 30px;
}

#startButton {
  padding-left: 4px;
  margin-left: auto;
  margin-right: auto;
  display:block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 3px solid black;
  background: white;
  font-size: 30px;
  margin-top: 100px;
  margin-bottom: 40px;
}

a:link {
    color: black;
    text-decoration:none
}

a:visited {
    color: black;
    text-decoration:none
}

a:hover {
    color: black;
    text-decoration:none
}

a:active {
  color: black;
  text-decoration:none
}

.errorMsg {
    font-family: "Segoe UI", "Liberation Sans", sans-serif;
    font-weight: 500;
    color: rgb(255, 28, 28);
    margin-bottom: 0;
}

#successfulRequest {
    margin-bottom: 0;
    font-family: "Segoe UI", "Liberation Sans", sans-serif;
    font-weight: 500;
    font-size: 25px;
    color: #000;
}

td:nth-child(2) {
    text-align: center;
}

@media screen and (max-width: 900px) {
    .logo {
        display: flex;
        width: 100%;
        text-align: center;
        flex-wrap: nowrap;
    }

    .logo img {
        height: 120px;
        margin: 0 auto;
    }

    .logo p {
        position: static;
        display: block;
        font-size: 16px;
        text-align: center;
        margin-top: -10px;
    }

    .navigation {
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-top: 10px;
    }

    .navigation button {
        min-height: 50px;
        margin-bottom: 10px;
        height: auto;
        font-size: 20px;
        padding: 10px;
    }

    #about {
        margin: 40px 5px 30px 5px;
    }

    th {
        font-size: 20px;
    }

    td {
        font-size: 18px;
    }

    .address {
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }

    .address p {
        font-size: 18px;
    }

    #intro img {
        display: none;
    }

    .equipBox img{
        width: 90%;
    }

    #equipment {
        display: block;
        height: auto;
    }

    #appointment {
        display: block;
        height: auto;
    }

    .equipDesc {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    #appointment input {
        width: 90%;
    }

    #contacts {
        display: block;
        height: auto;
    }

    #contactList {
        margin-left: 0;
        margin-top: 0;
    }

    #locationMap {
        float:none;
        margin-right: 0;
        width: 90%;
    }
}