html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.map-container {
    height: 50vh;
    width: 50vw;
}


/* INDEX */

.allservices-body {
    background-color: #ddd;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.mainhome {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    height: 100vh;
}

.left-side {
    background-color: #111;
    height: 100vh;
    width: 15vw;
}

.right-side {
    height: 100vh;
    width: 85vw;
}

.main-right-box {
    height: 100vh;
}

/* INDEX - VERTICAL NAVIGATION BAR*/

.vnav-full {
    width: 15vw;
    height: 100vh;
    position: fixed;
    background-color: #111;
    display: flex;
    flex-direction: column;
}

.vnav-items {
    height: 90vh;
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .vnav-items img {
        width: 100%;
        padding: 10%;
        background-color: #111;
    }

    .vnav-items a {
        font-family: "teko",sans-serif;
        color: #f0f0f0;
        font-size: 1.3rem;
        text-decoration: none;
        padding: 30px;
    }

        .vnav-items a:hover {
            color: orange;
            background-color: #ccc;
        }

.vnav-userbox {
    /*background-image: url(assets/1.jpg);*/
    width: 15vw;
    height: 10vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

    .vnav-userbox p {
        font-family: "Open Sans",sans-serif;
        color: #f0f0f0;
        font-size: 0.8rem;
    }

    .vnav-userbox i {
        color: #f0f0f0;
        font-size: 30px;
        padding: 25px;
    }

    .vnav-userbox a {
        width: 100%;
    }

/* INDEX - HORIZONTAL NAVBAR*/

.navbar-container-fullscreen {
    width: 100vw;
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #f0f0f0;
    height: 80px;
    z-index: 99;
}

.navbar-item-full {
    height: 100%;
}

.navitemgroup {
    margin-left: 240px;
}

.navlogo {
    position: absolute;
    margin-top: 16px;
    margin-left: 20px;
}

.navbar-item-full a {
    font-family: "teko",sans-serif;
    color: #111;
    font-size: 1.5rem;
    text-decoration: none;
    height: 100%;
    padding: 40px;
    line-height: 80px;
}

    .navbar-item-full a:hover {
        color: #ff5e14;
    }

.navbar-container {
    display: none;
}

.navbar-links {
    display: flex;
    flex-direction: row;
}

.navbar-item {
    color: #f3f3f3;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    width: 220px;
}

.fa-circle-user {
    font-size: 30px;
    /* padding: 25px; */
}

#account-placeholder {
    font-size: 30px;
    padding: 25px;
}

.fa-gear {
    font-size: 30px;
    padding: 25px;
}

/* DROPDOWN FORMATO MOBILE*/

.dropbtn {
    background-color: #111;
    color: #f3f3f3;
    padding: 20px;
    font-size: 40px;
    border: none;
    cursor: pointer;
}

.backbtn {
    color: #111;
    padding: 25px;
    font-size: 30px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    margin-left: -125px;
    display: none;
    position: absolute;
    background-color: #111;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

    .dropdown-content a {
        color: #f3f3f3;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-family: "open Sans", sans-serif;
    }

        .dropdown-content a:hover {
            background-color: #111;
        }

.show {
    display: block;
}

/* DROPDOWN FORMATO DESKTOP*/

.dropbtnB {
    color: #000;
    padding: 23px;
    font-size: 1.5rem;
    border: none;
    cursor: pointer;
    font-family: "teko",sans-serif;
}

.backbtnB {
    color: #111;
    padding: 25px;
    font-size: 30px;
    border: none;
    cursor: pointer;
}

.dropdownB {
    position: relative;
    display: inline-block;
}

.dropbtnB:hover {
    color: #ff5e14;
}

.dropdown-contentB {
    margin-left: 0px;
    display: none;
    position: absolute;
    background-color: #f0f0f0;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

    .dropdown-contentB a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-family: "open Sans", sans-serif;
        font-size: 1rem;
    }

        .dropdown-contentB a:hover {
            background-color: #ddd;
        }

.showB {
    display: block;
}

/* INDEX HOME SECTION */

.home-section {
    margin-top: 60px;
    margin-bottom: 60px;
}

.search-text {
    font-family: "Teko",sans-serif;
    font-weight: 500;
    font-size: 3rem;
    text-align: center;
    margin-top: 100px;
    width: 90%;
    margin-left: 5%;
}

.box {
    text-align: center;
}

.search-field-start {
    font-family: "Open Sans",sans-serif;
    color: #5e5e5e;
    background-color: #f0f0f0;
    font-size: 0.9rem;
    border: #f0f0f0;
    margin: 0 auto;
    padding: 21px;
    border-radius: 30px 0px 0px 30px;
    width: 15vw;
}

.search-field {
    font-family: "Open Sans",sans-serif;
    color: #5e5e5e;
    background-color: #f0f0f0;
    font-size: 0.9rem;
    border: #f0f0f0;
    margin: 0 auto;
    padding: 20px;
    border-radius: 0px 0px 0px 0px;
    width: 15vw;
}

.search-subtext {
    margin-top: 20px;
    font-family: "open sans",sans-serif;
    font-size: 0.9rem;
    color: #111;
    text-align: center;
}

.search-a {
    font-weight: 700;
    color: #ff5e14;
}

.submit {
    height: 60px;
    width: 70px;
    font-size: 1.1rem;
    padding: 20px;
    background-color: #ff5e14;
    border: #ff5e14;
    cursor: pointer;
    border-radius: 0px 30px 30px 0px;
}


/* INDEX SERVICE CARDS SECTION */

.service-section {
    width: 55vw;
    margin-left: 15vw;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 4fr));
}

.service-card {
    align-self: center;
    justify-self: center;
    background-color: #f0f0f0;
    width: 450px;
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
    border-radius: 30px 30px 30px 30px;
}

.service-card-left {
    width: 40%;
}

    .service-card-left img {
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 30px 0px 0px 30px;
    }

.service-card-right {
    width: 60%;
    display: flex;
    flex-direction: column;
}

.service-text {
    font-family: "Open Sans", sans-serif;
    font-size: 0.9rem;
    margin: 20px;
}

.service-button {
    text-align: center;
    text-decoration: none;
    font-family: "Teko", sans-serif;
    font-size: 1.2rem;
    padding: 10px;
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
    border: 0;
    outline: 0;
    background-color: #ff5e14;
    color: #f0f0f0;
    font-weight: 500;
    transition: 0.5s ease-in;
    border-radius: 50px;
}

/* INSPECTORS LIST */

.inspectors-title {
    font-family: "Teko",sans-serif;
    font-weight: 500;
    font-size: 3rem;
    text-align: center;
    margin-top: 100px;
    width: 90%;
    margin-left: 5%;
}

.result-container {
    width: 90%;
    margin-left: 5%;
}

.result-line {
    margin-bottom: 5px;
    padding-left: 10px;
    height: 50px;
    font-family: "Open Sans",sans-serif;
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    font-size: 0.9rem;
    background-color: #eee;
}

    .result-line:hover {
        background-color: #f3f3f3;
    }

.result-info-left {
    display: flex;
    align-items: center;
}

.result-info-right {
    display: flex;
    align-items: center;
}

.result-info-left p {
    margin-bottom: 0;
}

.result-info-right p {
    margin-bottom: 0;
}

.result-info-right a {
    font-family: "Teko",sans-serif;
    background-color: #ff5e14;
    padding: 5px 20px 5px 20px;
    border-radius: 50px;
    margin-right: 2px;
    font-size: 1.2rem;
    text-decoration: none;
    color: #f3f3f3;
    font-weight: 400;
}

.result-line p {
    margin-left: 15px;
}

#user-placeholder {
    font-size: 2rem;
    line-height: 30px;
    color: #ff5e14;
}

/* INSPECTION WIZARD */

.wizard-title {
    font-family: "Teko",sans-serif;
    font-weight: 500;
    font-size: 3rem;
    text-align: center;
    padding-top: 100px
}

.progress-bar {
    margin-top: 30px;
    margin-left: 20vw;
    width: 45vw;
    height: 50px;
    display: flex;
    flex-direction: row;
    border-radius: 50px;
    overflow: hidden;
}

.progress-box {
    line-height: 50px;
    text-align: center;
    width: 20%;
    height: 100%;
    background-color: #f3f3f3;
    text-decoration: none;
    font-family: "Open Sans",sans-serif;
    font-size: 0.9rem;
    color: #888;
}

.progress-box-current {
    line-height: 50px;
    text-align: center;
    width: 20%;
    height: 100%;
    background-color: #ff5e14;
    text-decoration: none;
    font-family: "Open Sans",sans-serif;
    font-size: 0.9rem;
    color: #f3f3f3;
    font-weight: 600;
}

.progress-box-completed {
    line-height: 50px;
    text-align: center;
    width: 20%;
    height: 100%;
    background-color: #cecece;
    text-decoration: none;
    font-family: "Open Sans",sans-serif;
    font-size: 0.9rem;
    color: #888;
    font-weight: 600;
}

.progress-arrow {
    color: #111;
}

.wizard-content-location {
    margin-top: 50px;
    width: 45vw;
    margin-left: 20vw;
    margin-bottom: 50px;
}

.name-email {
    width: 100%;
    justify-items: center;
}

.wizard-form input {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 50px;
    border-width: 0px;
    padding: 20px;
}

.wizard-form a {
    width: 100%;
    background-color: #ff5e14;
    font-family: "Teko",sans-serif;
    color: #f3f3f3;
    font-size: 1.5rem;
    line-height: 20px;
}

.wizard-form-submit {
    background-color: #ff5e14;
    font-family: "Teko",sans-serif;
    color: #f3f3f3;
    font-size: 1.5rem;
    line-height: 20px;
}

.wizard-content-building {
    margin-top: 50px;
    width: 45vw;
    margin-left: 20vw;
    height: 500px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 4fr));
    grid-template-rows: 1fr 1fr 1fr;
    justify-items: center;
}

.wizard-content-details {
    margin-top: 50px;
    width: 45vw;
    margin-left: 20vw;
    height: 500px;
    justify-items: center;
}

.details-textline {
    display: flex;
    margin-left: 15%;
    width: 70%;
    justify-content: space-between;
}

    .details-textline p {
        font-family: "Open Sans",sans-serif;
        color: #333;
        line-height: 40px;
        font-weight: 500;
        font-size: 0.9rem;
    }

.wizard-card {
    text-align: center;
    height: 180px;
    width: 180px;
    background-color: #ccc;
    border-radius: 30px;
    margin: 10px;
    -webkit-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.39);
    -moz-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.39);
    box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.39);
}

.wizard-inspector-card {
    text-align: center;
    height: 180px;
    width: 180px;
    background-color: #ccc;
    border-radius: 30px;
    -webkit-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.39);
    -moz-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.39);
    box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.39);
    margin: 10px;
}

.wizard-card-selected {
    background-color: #ff5e14;
}

.wizard-card-img {
    width: 70px;
    height: 70px;
    margin: 35px 50px 0px 50px;
}

.wizard-card p {
    font-family: "Open Sans", sans-serif;
    margin-top: 10px;
    font-weight: 600;
}

.wizard-buttons {
    width: 85vw;
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 7vw));
    justify-content: center;
}

    .wizard-buttons a {
        justify-self: center;
    }

.wizard-go-back {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    background-color: #8c8c8c;
    border-width: 0px;
    font-size: 1.5rem;
    color: #f3f3f3;
}

.wizard-continue {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    background-color: #ff5e14;
    border-width: 0px;
    font-size: 1.5rem;
    color: #f3f3f3;
}

.wizard-book {
    height: 80px;
    border-radius: 50px;
    background-color: #ff5e14;
    border-width: 0px;
    font-size: 1.5rem;
    color: #f3f3f3;
    padding: 0px 30px 0px 30px;
}

.wizard-go-back-off {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    background-color: #cecece;
    border-width: 0px;
    font-size: 1.5rem;
    color: #f3f3f3;
}

/* PRELOGIN */

.login-body {
    background-image: url(assets/slide3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.mainprelogin {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
}

.prelogin {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 700px;
    height: 400px;
    border-radius: 30px 30px 30px 30px;
    background-color: #f0f0f0;
    font-family: "Open Sans", sans-serif;
}

    .prelogin p {
        text-align: center;
        font-size: 14px;
    }

.login-control {
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .login-control a {
        font-family: "Teko", sans-serif;
        font-size: 23px;
        width: 100%;
        padding: 14px;
        border: 0;
        outline: 0;
        background-color: #ff5e14;
        color: #f0f0f0;
        font-weight: 400;
        transition: 0.5s ease-in;
        margin: 10px;
        border-radius: 50px;
        text-align: center;
        text-decoration: none;
    }

    .login-control button:hover {
        background-color: rgb(94, 40, 40);
    }

/* LOGIN WITH MICROSOFT*/

.sectionmicrosoft {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 30px;
    height: 41px;
}

.x-icon {
    margin-left: 12px;
    margin-right: 12px;
}

.x-alt {
    color: #777;
}

.bsk-btn {
    font-family: "Segoe UI regular";
    font-size: 15px;
    font-weight: 600;
    color: #5e5e5e;
    padding-right: 12px;
    display: flex;
    align-items: center;
    height: 41px;
    background-color: #fff;
    border-color: #8c8c8c;
    border-width: 1px;
    border-style: solid;
}

/* LOGIN CLIENT & INSPECTOR */

.slideshow-container {
    width: 60%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

    .slideshow-container img {
        border-radius: 30px 0px 0px 30px;
    }

.slider-textbox {
    position: absolute;
    margin-left: 50px;
    margin-top: 70px;
    color: #f0f0f0;
}

.slider-image-title {
    font-family: "Teko", sans-serif;
    font-size: 40px;
    font-weight: 450;
}

.slider-image-text {
    font-family: "Open Sans", sans-serif;
    width: 70%;
}


.mySlides {
    display: none;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

.text {
    color: #f0f0f0;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.numbertext {
    color: #f0f0f0;
    font-size: 12px;
    padding: 18px 22px;
    position: absolute;
    top: 0;
    font-family: "Open Sans", sans-serif;
}

.dotcontainer {
    position: absolute;
    width: 100%;
    margin-top: -40px;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #717171;
    }

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.login-client-body {
    background-image: url(/assets/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.login-inspector-body {
    background-image: url(assets/2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.mainlogin {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-evenly;
    align-items: center;
    height: 100vh;
}


.form-cover {
    display: flex;
}

.form-div {
    margin-top: 200px;
    margin-left: 30vw;
    width: 25vw;
    border-radius: 0px 30px 30px 0px;
    padding-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

.inspector-form-div {
    padding-top: 80px;
    border-radius: 0px 30px 30px 0px;
    background-color: #f0f0f0;
    padding-bottom: 20px;
    font-family: "Open Sans", sans-serif;
}

.form-control {
    position: relative;
    display: flex;
    align-items: center;
}

.form-text {
    margin-top: 30px;
    font-family: "Teko", sans-serif;
    color: #111;
    font-size: 3rem;
    font-weight: 450;
}

.form-text2 {
    font-family: "Open Sans", sans-serif;
    color: #ff5e14;
    font-size: 0.8rem;
}

.form-control input[type="email"], .form-control input[type="password"] {
    margin-top: 40px;
    width: 100%;
    font-size: 0.8rem;
    border: 1px solid #f3f3f3;
    outline: none;
    background-color: #f3f3f3;
    color: #f0f0f0;
    border-radius: 50px;
    padding: 15px;
}

.form-control input[type="checkbox"] {
    margin-top: 15px;
    margin-bottom: 15px;
}

label {
    color: #333;
    font-size: 0.8rem;
    padding-left: 5px;
}

.form-control input[type="email"]:focus, .form-control input[type="password"]:focus {
    border: 1px solid #ff5e14;
}

.form-control i {
    position: absolute;
    font-size: 1.2rem;
    right: 20px;
    top: 15px;
    color: #ff5e14;
}

.form-control button {
    font-family: "Teko", sans-serif;
    font-size: 1.2rem;
    width: 100%;
    padding: 10px;
    border: 0;
    outline: 0;
    background-color: #ff5e14;
    color: #f0f0f0;
    font-weight: 500;
    transition: 0.5s ease-in;
    margin-bottom: 20px;
    border-radius: 50px;
}

    .form-control button:hover {
        background-color: rgb(94, 40, 40);
    }

.button-control {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
}

    .button-control > *:first-child {
        font-size: 0.8rem;
        color: #666;
    }

/* ACCOUNT */

.account-subtitle {
    margin-left: 40px;
    font-family: "Open Sans",sans-serif;
    text-decoration: none;
    color: #ff5e14;
}

.account-category a {
    font-family: "Open Sans",sans-serif;
    text-decoration: none;
    color: #111;
    margin-right: 5vw;
}

.account-category {
    margin-left: 40px;
    margin-top: 50px;
    width: 50vw;
    display: flex;
    justify-content: start;
}

    .account-category a:hover {
        color: #ff5e14;
    }

.account-title {
    margin-left: 40px;
    margin-top: 100px;
    font-family: "Teko", sans-serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 40px;
}

.account-category-section {
    padding-left: 80px;
    background-color: #f3f3f3;
}

.account-category-title {
    font-family: "Teko", sans-serif;
    margin-top: 20px;
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 40px;
}

.account-form {
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}

    .account-form input {
        width: 500px;
        margin-bottom: 10px;
        border-radius: 50px;
        border-width: 0px;
        padding: 20px;
    }

.account-form-submit {
    width: 500px;
    margin-bottom: 10px;
    border-radius: 50px;
    border-width: 0px;
    padding: 20px;
    background-color: #ff5e14;
    font-family: "Teko",sans-serif;
    color: #f3f3f3;
    font-size: 1.5rem;
    line-height: 15px;
}

/* YOUR INSPECTIONS */

.status-dot-completed {
    background-color: #15922a;
    margin-left: 10px;
    border-radius: 50px;
    padding: 0px 10px 0px 10px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #f3f3f3;
}

.status-dot-booked {
    background-color: #699eff;
    margin-left: 10px;
    border-radius: 50px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #f3f3f3;
}

.status-dot-ongoing {
    background-color: #dd9714;
    margin-left: 10px;
    border-radius: 50px;
    padding: 0px 10px 0px 10px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #f3f3f3;
}

.status-dot-rejected {
    background-color: #d12c2c;
    margin-left: 10px;
    border-radius: 50px;
    padding: 0px 10px 0px 10px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #f3f3f3;
}

.status-dot-cancelled {
    background-color: #aaa;
    margin-left: 10px;
    border-radius: 50px;
    padding: 0px 10px 0px 10px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #f3f3f3;
}


.pdf-button-available {
    display: flex;
    align-items: center;
}

    .pdf-button-available a {
        font-family: "Teko",sans-serif;
        background-color: #ff5e14;
        padding: 5px 20px 5px 20px;
        border-radius: 50px;
        margin-right: 2px;
        font-size: 1.2rem;
        text-decoration: none;
        color: #f3f3f3;
        font-weight: 400;
    }

.pdf-button-unavailable {
    display: flex;
    align-items: center;
}

    .pdf-button-unavailable a {
        font-family: "Teko",sans-serif;
        background-color: #ccc;
        padding: 5px 20px 5px 20px;
        border-radius: 50px;
        margin-right: 2px;
        font-size: 1.2rem;
        text-decoration: none;
        color: #f3f3f3;
        font-weight: 400;
    }


@media (max-width: 1220px) {
    .vnav-items a {
        font-size: 1rem;
    }
}

@media (max-width: 1180px) {
    .home-section {
        margin-top: 160px;
        margin-bottom: 80px;
    }

    .search-text {
        font-size: 1.8rem;
    }

    .search-field-start {
        height: 30px;
        font-size: 0.8rem;
        padding: 5px;
        width: 15vw;
    }

    .search-field {
        height: 30px;
        font-size: 0.8rem;
        padding: 5px;
        width: 15vw;
    }

    .submit {
        height: 30px;
        font-size: 0.9rem;
        padding: 5px;
    }

    .search-subtext {
        font-size: 0.8rem;
    }

    .left-side {
        width: 0vw;
    }

    .right-side {
        width: 100vw;
    }

    .service-section {
        width: 100vw;
        margin-left: 0vw;
        grid-template-columns: repeat(auto-fit, minmax(400px, 4fr));
    }

    .vnav-full {
        display: none;
    }

    .navbar-container-fullscreen {
        display: none;
    }

    .navbar-container {
        top: 0;
        width: 100vw;
        position: fixed;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        background-color: #111;
        z-index: 99;
    }

    .service-section {
        grid-template-columns: repeat(auto-fit, minmax(400px, 4fr));
    }

    .service-card {
        width: 350px;
    }

    .service-button {
        margin-top: 0px;
    }

    .prelogin {
        width: 350px;
        height: 400px;
        border-radius: 30px 30px 30px 30px;
        background-color: #f0f0f0;
        font-family: "Open Sans", sans-serif;
    }

    .slideshow-container {
        width: 100%;
        height: 235px;
    }

        .slideshow-container img {
            width: 100%;
            height: 100%;
            border-radius: 30px 30px 0px 0px;
        }

    .slider-textbox {
        margin-top: 50px;
        margin-left: 40px;
    }

    .slider-image-title {
        font-size: 30px;
    }

    .slider-image-text {
        font-family: "Open Sans", sans-serif;
        width: 70%;
        font-size: 13px;
    }

    .form-cover {
        flex-direction: column;
        width: 350px;
        margin-top: 70px;
    }

    .form-div {
        width: 100%;
        border-radius: 0px 0px 30px 30px;
    }

    .inspector-form-div {
        padding-top: 20px;
        width: 100%;
        border-radius: 0px 0px 30px 30px;
    }

    .progress-bar {
        width: 80vw;
        margin-left: 10vw;
    }

    .wizard-content-location {
        width: 80vw;
        margin-left: 10vw;
    }

    .wizard-content-details {
        width: 100%;
        margin-left: 0;
    }

    .wizard-buttons {
        width: 100%;
        margin-left: 0;
    }

    .wizard-buttons {
        width: 45vw;
        margin-left: 30vw;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(90px, 7vw));
        justify-content: center;
        margin-bottom: 50px;
    }

    .map-container {
        height: 50vh;
        width: 100%;
    }
}

@media (max-width: 900px) {

    .inspectors-title {
        font-family: "Teko",sans-serif;
        font-weight: 500;
        font-size: 2rem;
        text-align: center;
        margin-top: 100px;
        width: 90%;
        margin-left: 5%;
    }

    .result-line {
        margin-bottom: 5px;
        padding-top: 10px;
        height: 50px;
        font-family: "Open Sans",sans-serif;
        display: flex;
        justify-content: space-between;
        line-height: 30px;
        font-size: 0.6rem;
        background-color: #eee;
        font-weight: 500;
    }

        .result-line:hover {
            background-color: #f3f3f3;
        }

    .result-info-left {
        display: flex;
        align-items: center;
    }

    .result-info-right a {
        font-family: "Teko",sans-serif;
        background-color: #ff5e14;
        padding: 5px 20px 5px 20px;
        border-radius: 50px;
        margin-right: 2px;
        font-size: 0.8rem;
        text-decoration: none;
        color: #f3f3f3;
        font-weight: 400;
    }

    .result-line p {
        margin-left: 5px;
    }

    .wizard-buttons {
        width: 40vw;
        margin-bottom: 50px;
    }

    .wizard-content-location {
        width: 90vw;
        margin-left: 5vw;
    }

    .wizard-content-building {
        width: 80vw;
        margin-left: 10vw;
        grid-template-columns: repeat(auto-fit, minmax(100px, 2fr));
        grid-template-rows: 1fr 1fr 1fr;
        height: 400px;
    }

    .wizard-content-details {
        margin-top: 50px;
        width: 90vw;
        margin-left: 5vw;
        height: 400px;
        justify-items: center;
    }

        .wizard-content-details p {
            font-size: 0.8rem;
        }


    .wizard-card {
        text-align: center;
        height: 100px;
        width: 100px;
        background-color: #ccc;
        border-radius: 15px;
        margin: 10px;
        -webkit-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.39);
        -moz-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.39);
        box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.39);
    }

    .wizard-card-img {
        width: 40px;
        height: 40px;
        margin: 25px 30px 0px 30px;
    }

    .wizard-card p {
        font-family: "Open Sans", sans-serif;
        margin-top: 5px;
        font-weight: 600;
        font-size: 0.6rem;
    }

    .progress-box {
        font-size: 0.5rem;
        line-height: 40px;
    }

    .wizard-form input {
        width: 80%;
        margin-left: 10%;
        padding: 15px;
    }

    .map-container {
        height: 50vh;
        width: 75vw;
    }


    .progress-bar {
        margin-top: 30px;
        margin-left: 10vw;
        width: 80vw;
        height: 40px;
    }

    .progress-box-current {
        line-height: 40px;
        font-size: 0.5rem;
    }

    .progress-box-completed {
        line-height: 40px;
        font-size: 0.5rem;
    }

    .account-title {
        margin-left: 0px;
        text-align: center;
    }

    .account-subtitle {
        margin-left: 0px;
        text-align: center;
    }

    .account-category {
        margin-left: 0px;
        width: 100vw;
        justify-content: space-around;
    }

        .account-category a {
            margin-right: 0px;
            font-size: 0.6rem;
        }

    .account-category-title {
        text-align: center;
        margin-left: 0px;
    }

    .account-category-section {
        padding-left: 0px;
    }

    .account-form input {
        margin-left: 10vw;
        width: 80vw;
    }

    .account-form-submit {
        margin-left: 10vw;
        width: 80vw;
    }
}