@import url('//fonts.googleapis.com/css?family=Roboto:100,400,500,900');

body, html {
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
}

h1, h2, h3, h4, h5 {
    font-weight: 400;
}

p {
    font-weight: 100;
}

.cover-header {
    margin-top: 4px; 
    font-weight: 700; 
    font-size: 50px
}

.cover-text {
    font-size: 28px; 
    line-height: 40px; 
    text-align: left;
}

@media only screen and (max-width: 800px) {
    .cover-header {
        font-size: 30px;
    }

    .cover-text {
        font-size: 20px;
        line-height: 24px;
    }
}

.container {
    width: 100%;
    display: inline-block;
}

.cover {
    height: 100vh;
}

.box {
    max-width: calc(100% - 32px);
    width: 1032px;
    margin: 16px;
    display: inline-block;
    text-align: left;
}

.center {
    text-align: center;
}

.logo {
    height: 30px;
}

.app-bar {
    width: calc(100% - 72px);
    padding: 36px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: left;
}

.aligner {
    width: 0px;
    height: 95vh;
    display: inline-block;
    vertical-align: middle;
}

.aligned {
    vertical-align: middle;
    display: inline-block;
    max-width: calc(100% - 5px)
}

.mui-underline {
    border: 0;
    -webkit-background-size: 0 2px, 100% 2px;
    background-size: 0 2px,100% 2px;
    background-repeat: no-repeat;
    background-position: center bottom,center -webkit-calc(100%);
    background-position: center bottom,center calc(100%);
    background-color: rgba(0,0,0,0);
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    background-image: linear-gradient(rgb(70, 180, 175),rgb(70, 180, 175)),linear-gradient(#D2D2D2,#D2D2D2);
}

.mui-underline:focus {
    background-repeat: no-repeat;
    background-position: center bottom,center -webkit-calc(100%);
    background-position: center bottom,center calc(100%);
    outline: 0;
    -webkit-background-size: 100% 2px,100% 2px;
    background-size: 100% 2px,100% 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.splash-input {
    border: none;
    font-size: 20px;
    line-height: 40px;
    color: white;
    display: inline-block;
    outline: none;
    width: 300px;
    max-width: 100%;
    font-weight: 100;
    margin-bottom: 16px;
}

::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.button {
    background-color: orange;
    color: white;
    border-radius: 4px;
    font-size: 20px;
    padding: 16px 24px;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    border: 1px solid orange;
    transition: .3s all ease;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);			
}

.button:hover {
    color: orange;
    background: transparent;
}

.header-section {
    width: calc(100% - 32px);
    padding: 8px 16px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}

.image {
    display: inline-block;
    vertical-align: middle;
    width: 350px;
    max-width: 90%;
    box-shadow: 2px -10px 57px 3px rgba(0,0,0,0.41);   
}

.half-box {
    width: 468px;
    max-width: calc(100% - 32px);
    padding: 16px;
    display: inline-block;
    vertical-align: middle;
}

.third-box {
    width: 33%;
    display: inline-block;
    vertical-align: middle;
    margin: 32px 0px;
    text-align: center;
}

.vendors {
    width: 70%
}

.card {
    background-color: white;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    position: relative;
    margin: 16px 32px 32px 32px;
    max-width: calc(100% - 64px);
}

.card-row {
    width: calc(100% - 16px);
    text-align: center;
    padding: 16px 8px;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.68);
}

.special-tag {
    position: absolute;
    left: 0px;
    bottom: calc(100% - 16px);
    font-size: 20px;
    padding: 8px 4px;
    background-color: orange;
    width: calc(100% - 8px);
    text-align: center;
    font-weight: 700;
    color: white;
}

.step {
    width: 232px;
    max-width: calc(100% - 32px);
    padding: 16px 8px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.step-number {
    border-radius: 50%;
    color: orange;
    border: 1px solid orange;
    font-size: 30px;
    padding: 8px;
    display: inline-block;
    margin-right: 16px;
    height: 35px;
    text-align: center;
    width: 35px;
    vertical-align: middle;
    font-weight: 700
}

.selected {
    background-color: orange;
    color: white;
}

.step-header {
    width: calc(100% - 16px);
    display: inline-block;
    padding: 16px 8px;
    font-size: 30px;
    font-weight: 400;
    color: black
}


.step-text {
    display: inline-block;
    font-size: 18px;
    width: calc(100% - 16px);
    vertical-align: middle;
    font-weight: 100;
    color: rgba(0, 0, 0, 0.68);
    font-size: 16px;
    text-align: left;
    line-height: 24px
}

.message {
    position: fixed;
    bottom: -100px;
    left: 24px;
    padding: 8px 16px;
    background-color: rgba(0, 0, 0, 0.87);
    box-shadow: 0 1px 3px 0 rgba(60,64,67,0.302), 0 4px 8px 3px rgba(60,64,67,0.149);
    border-radius: 4px;
    transition: bottom .3s ease;
}

.message-active {
    display: inline;
    bottom: 24px;
}

.message-text {
    margin-right: 16px;
    color: #8ab4f8;
    display: inline-block;
    vertical-align: middle
}

.close {
    vertical-align: middle;
    display: inline-block;
    height: 30px;
    color: white;
    margin-top: 4px;
    cursor: pointer;
}

#sending {
    display: none;
    vertical-align: middle;
    font-size: 24px;
}

.active {
    display: inline-block !important;
}

.hide {
    display: none;
}


