div.pageContainer {
    padding: 10px;
}

div.pageContainer.noPadding {
    padding: 0px;
}

div.pageContainer > form > a > div.inputContainer > input {
    cursor: pointer;
}

div.title {
    color: #3a3a3a;
    font-weight: bolder;
    font-size: 2em;
    /*font-style: italic;*/
}

div.title.title2 {
    font-size: 1.25em;
}

div.homePageTitle {
    color: #757575;
    font-size: 2em;
    font-weight: bold;
    font-style: italic;
}

.form-control,
.form-control[readonly] {
    background-color: white;
    border: 1px rgba(44, 200, 255, 0.4) solid;
}

div.inputContainer > i,
div.inputContainer > a > i {
    color: #2cc8ff;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    cursor: pointer;
}

div.inputContainer > i:hover,
div.inputContainer > a > i:hover {
    color: #148db5;
}

.inputContainer input {
    padding-right: 40px;
}

.inputContainer i {
    position: absolute;
    top: 2px;
    right: 7px;
}

#map {
    height: 300px;
}

.icon-locate_me_btn {
    cursor: pointer;
    width: 50px;
    height: 50px;
    index: 9999999;
}

table.dataTable {
    color: #757575;
    font-size: 1.2em;
    background-color: white;
}

table.dataTable,
table.dataTable tbody,
table.dataTable th,
table.dataTable td {
    border: 1px rgba(44, 200, 255, 0.4) solid;
}

table.dataTable th {
    font-weight: bolder;
    font-size: 1.2em;
}

table.dataTable th,
table.dataTable td {
    padding: 10px;
}

table.redDataTable {
    color: #db4435;
}

table.redDataTable,
table.redDataTable tbody,
table.redDataTable th,
table.redDataTable td {
    border: 1px #db4435 solid;
}

#menuOpen,
#menuClose {
    position: absolute;
    right: 20px;
    width: 40px;
    top: 20px;
    border-radius: 25px;
    /*color: #5c3488;*/
    color: white;
    border: 3px solid white;
    /*background-color: white;*/
}

#menuClose {
    font-size: 1.5em;
    line-height: 31px;
    width: 37px;
}

.c-menu--slide-left .c-menu__item,
.c-menu--slide-right .c-menu__item,
.c-menu--push-left .c-menu__item,
.c-menu--push-right .c-menu__item {
    text-align: left;
}

.c-menu__item {
    color: black;
    font-size: 1.2em;
    padding-bottom: 15px;
}

.c-menu__item:hover {
    color: #148db5;
    font-size: 1.2em;
    padding-bottom: 15px;
}

.c-menu__item i {
    color: black;
}

.separator {
    font-size: 1.5em;
    color: #17bcf2;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #17bcf2;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.rateContainer {
    text-align: center;
}

.rateContainer i.rateIcon {
    cursor: pointer;
}

i.rateIcon.fas.fa-star {
    color: #fec02e;
}

i.rateIcon.far.fa-star {
    color: #757575;
}

.dataTable i.rateIcon,
.overflowTableContainer i.rateIcon {
    font-size: 0.9em;
}

.searchSuggestion {
    z-index: 999999;
    cursor: pointer;
}

.searchSuggestion:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.suggestionsContainer {
    z-index: 999998;
    position: absolute;
    color: black;
    /*background-color: rgba(255, 255, 255, 0.5);*/
    border-radius: 10px;
    padding: 7px;
}

.icon-locate_me_btn {
    z-index: 99;
}

.forgotPassword {
    color: #17bcf2;
    font-style: italic;
    text-decoration: underline;
    font-size: 1.2em;
}

@media (min-width: 992px) {
    .forgotPassword {
        font-size: 0.9em;
    }
}

.washerSchedule .washerTimeSlot {
    color: black;
    background-color: white;
    text-align: center;
}

.washerSchedule .washerTimeSlot.hasWash {
    color: white;
    background-color: #17bcf2;
}

#rateText {
    text-align: center;
    font-style: italic;
}

.counterSpan {
    border-radius: 35px;
    color: white;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    font-size: 1.3em;
}

#availableWashes {
    background-color: #35834a;
}

#usedWashes {
    background-color: #db4435;
}

#earnedWashes {
    background-color: #fec02e;
}






















html.homePage { 
    background: url(../images/bg.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
}

div.homePageBox {
    border-radius: 10px;
    color: black;
    border: 1px black solid;
    background: rgba(255, 255, 255, 0.5);
}

.fa-1_5x {
    font-size: 1.5em;
}

.fa-bordered {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

#topBar a:hover,
#topBar a:focus {
    color: #148db5;
}

#menuItems {
    text-align: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.topBarContainer {
    z-index: 99999999;
    background-color: white;
}

#topBar, .topBarMob {
    /*padding-top: 10px;*/
    /*background-color: black;*/
    /*background: url("../images/headerSmaller.png");*/
    background: url("../images/header.gif");
    background-repeat: no-repeat;
    /*background-size: 1000px 400px;*/
    background-size: cover;
    background-position: center center;
    
    padding-left: 10px;
    padding-right: 10px;
    /*padding-bottom: 5px;*/
    color: white;
    /*border-bottom: 2px solid black;*/
    /*-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,1);*/
    /*-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,1);*/
    /*box-shadow: 0px 5px 15px 0px rgba(0,0,0,1);*/
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.4);
    text-align: left;
    height: 120px;
    font-size: 1.2em;
}

.topBarMob {
    /*background-color: white;*/
}

.topBarMob > a > img {
    padding: 10px;
}

#mainContainer {
    /*background-color: rgba(201, 202, 204, 0.5);*/
    /*background-color: #f3f8f9;*/
    background-color: white;
    color: black;
    /*border-radius: 10px;*/
    /*border: 2px solid #17bcf2;*/
    min-height: 500px;
}

#mainContainer i:hover,
#mainContainer i:focus {
    color: #148db5;
}

#mainContainer i.rateIcon.fas.fa-star:hover,
#mainContainer i.rateIcon.fas.fa-star:focus {
    color: #fec02e;
}

#mainContainer i.rateIcon.far.fa-star:hover,
#mainContainer i.rateIcon.far.fa-star:focus {
    color: #757575;
}

.pageTitle{
    font-size: 2em;
    text-align: center;
}

.overflowTableContainer {
    overflow: auto;
}

.wrapped {
    overflow-wrap: break-word;
}

.menuItem.active {
    text-decoration: underline;
    font-weight: bold;
}

#mainContainer a.disabled,
#mainContainer a.disabled:hover,
#mainContainer a.disabled:focus,
#mainContainer a.disabled i,
#mainContainer a.disabled i:hover,
#mainContainer a.disabled i:focus {
    cursor: not-allowed;
    color: grey;
}

textarea {
    resize: none;
}

#addItemButton {
    position: relative;
    top: 9px;
}

.itemForm table {
    border-top-width: 0px;
}

.itemForm table.no-border,
.itemForm table.no-border tbody tr,
.itemForm table.no-border tbody tr td {
    border: 0px;
}

.itemForm table.table-bordered,
.itemForm table.table-bordered tbody tr,
.itemForm table.table-bordered tbody tr td {
    border: 2px solid black;
    border-collapse: collapse;
}

.table > thead > tr > th.vertical-aligned-cell,
.table > tbody > tr > th.vertical-aligned-cell,
.table > tfoot > tr > th.vertical-aligned-cell,
.table > thead > tr > td.vertical-aligned-cell,
.table > tbody > tr > td.vertical-aligned-cell,
.table > tfoot > tr > td.vertical-aligned-cell {
    vertical-align: middle;
}

.form-control.reportInput {
    /*width: auto;*/
    /*    display: inline-block;*/
    background-color: white;
    height: auto;
}

.expired {
    background-color: red !important;
}

.valid {
    background-color: green !important;
}

table.myTable {
    /*border: 1px #3c3333 solid;*/
    border-collapse: collapse;
    margin-bottom: 20px;
}

table.myTable th, table.myTable td {
    border: 1px #3c3333 solid;
    padding: 5px;
}

table.myTable th {
    font-weight: bold;
    text-align: center;
    color: black;
    background: rgba(44, 200, 255, 0.4);
}

table.myTable.fullyLeftAligned th {
    text-align: left;
}

.tagContainer,
.tagContainer div {
    border: 1px solid black;
    padding: 10px;
}

.tagContainer div:nth-child(even) {
    border-right: 0px;
}

.tagContainer div:nth-child(odd) {
    border-left: 0px;
}

a .myLink {
    color: #17bcf2;
    font-weight: bold;
}

a:hover .myLink,
a:focus .myLink,
a:active .myLink {
    color: #148db5;
}




















body {
    /*background: url("../images/body_bg.png") repeat scroll center center #6c6262;*/
    /*background-color: #f6f6f6;*/
    /*background-color: #80ad41;*/
    color: #757575;
    font-family: "Asap";
    font-size: 18px;
    /*font-size: 100%;*/
    text-align: left;
    /*background-color: white;*/
    /*background-color: #f3f8f9;*/
    background-color: white;
}

@media (min-width: 100px) and (max-width: 767px) {
    body {
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1499px) {
    body {
        font-size: 16px;
    }
}

@media (min-width: 1500px) {
    body {
        font-size: 18px;
    }
}

.centered_object {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.centered_vertically {
    margin-top: auto;
    margin-bottom: auto;
}

a, a:hover {
    text-decoration: none;
    color: inherit;
}

.overflowTableContainer a:hover,
.dataTable a:hover {
    color: #148db5;
}

.space10 {
    height: 10px;
}

.space20 {
    height: 20px;
}

.space30 {
    height: 30px;
}

.space40 {
    height: 40px;
}

.space50 {
    height: 50px;
}

.space60 {
    height: 60px;
}

.space70 {
    height: 70px;
}

.space80 {
    height: 80px;
}

.space90 {
    height: 90px;
}

.space100 {
    height: 100px;
}

.space120 {
    height: 120px;
}

.space150 {
    height: 150px;
}

.space200 {
    height: 200px;
}

.space300 {
    height: 300px;
}

.centered {
    text-align: center;
}

.error {
    color: red;
    text-align: center;
    /*font-size: 20px;*/
}

.break_word {
    word-wrap: break-word;
}

.lock_position {
    position: absolute;
    top: 0;
    z-index: 100;
}

.lock_position.fixed-position {
    position: fixed;
}

#topLabels {
    text-align: right;
}

.clickable {
    cursor: pointer;
}

#topBar img {
    vertical-align: bottom;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.noPadding {
    padding: 0;
}

.required {
    color: red;
    font-weight: bold;
    /*font-size: 1.5em;*/
    text-align: left;
    padding-left: 2px;
}

.inputLabel {
    color: black;
    font-size: 0.75em;
    height: 15px;
    max-height: 15px;
    margin: 0px;
    margin-top: 2px;
    margin-left: -2px;
    position: absolute;
    display: none;
    /*text-decoration: underline;*/
}

@media (max-width: 991px) {
    .inputLabel {
        margin-left: 6px;
    }
}

.myInput {
    height: 45px;
}

.autoMargin {
    margin-right: auto;
    margin-left: auto;
}

.autoMargin > div,
.autoMargin > a > div {
    float: none !important;
    display: inline-block !important;
}

.buttonStyle1 {
    background-color: #17bcf2;
    border-color: #17bcf2;
    color: white;
    font-weight: bold;
    border-width: 3px;
}

.buttonStyle1:focus,
.buttonStyle1.focus {
    color: white;
    background-color: #148db5;
    border-color: #148db5;
}

.buttonStyle1:hover {
    color: #ffffff;
    background-color: #148db5;
    border-color: #148db5;
}

.buttonStyle1:active,
.buttonStyle1.active,
.open > .dropdown-toggle.buttonStyle1 {
    color: #ffffff;
    background-color: #148db5;
    border-color: #148db5;
}

.buttonStyle1:active:hover,
.buttonStyle1.active:hover,
.open > .dropdown-toggle.buttonStyle1:hover,
.buttonStyle1:active:focus,
.buttonStyle1.active:focus,
.open > .dropdown-toggle.buttonStyle1:focus,
.buttonStyle1:active.focus,
.buttonStyle1.active.focus,
.open > .dropdown-toggle.buttonStyle1.focus {
    color: #ffffff;
    background-color: #148db5;
    border-color: #148db5;
}

.buttonStyle1:active,
.buttonStyle1.active,
.open > .dropdown-toggle.buttonStyle1 {
    background-image: none;
}

.buttonStyle1.disabled,
.buttonStyle1[disabled],
fieldset[disabled] .buttonStyle1,
.buttonStyle1.disabled:hover,
.buttonStyle1[disabled]:hover,
fieldset[disabled] .buttonStyle1:hover,
.buttonStyle1.disabled:focus,
.buttonStyle1[disabled]:focus,
fieldset[disabled] .buttonStyle1:focus,
.buttonStyle1.disabled.focus,
.buttonStyle1[disabled].focus,
fieldset[disabled] .buttonStyle1.focus,
.buttonStyle1.disabled:active,
.buttonStyle1[disabled]:active,
fieldset[disabled] .buttonStyle1:active,
.buttonStyle1.disabled.active,
.buttonStyle1[disabled].active,
fieldset[disabled] .buttonStyle1.active {
    background-color: #80ad41;
    border-color: #80ad41;
}

.buttonStyle1 .badge {
    color: #80ad41;
    background-color: #80ad41;
}

.buttonStyle2 {
    background-color: white;
    border-color: #17bcf2;
    color: #17bcf2;
    font-weight: bold;
    border-width: 3px;
}

.buttonStyle2:focus,
.buttonStyle2.focus {
    color: #148db5;
    background-color: white;
    border-color: #148db5;
}

.buttonStyle2:hover {
    color: #148db5;
    background-color: white;
    border-color: #148db5;
}

.buttonStyle2:active,
.buttonStyle2.active,
.open > .dropdown-toggle.buttonStyle2 {
    color: #148db5;
    background-color: white;
    border-color: #148db5;
}

.buttonStyle2:active:hover,
.buttonStyle2.active:hover,
.open > .dropdown-toggle.buttonStyle2:hover,
.buttonStyle2:active:focus,
.buttonStyle2.active:focus,
.open > .dropdown-toggle.buttonStyle2:focus,
.buttonStyle2:active.focus,
.buttonStyle2.active.focus,
.open > .dropdown-toggle.buttonStyle2.focus {
    color: #148db5;
    background-color: white;
    border-color: #148db5;
}

.buttonStyle2:active,
.buttonStyle2.active,
.open > .dropdown-toggle.buttonStyle2 {
    background-image: none;
}

.buttonStyle2.disabled,
.buttonStyle2[disabled],
fieldset[disabled] .buttonStyle2,
.buttonStyle2.disabled:hover,
.buttonStyle2[disabled]:hover,
fieldset[disabled] .buttonStyle2:hover,
.buttonStyle2.disabled:focus,
.buttonStyle2[disabled]:focus,
fieldset[disabled] .buttonStyle2:focus,
.buttonStyle2.disabled.focus,
.buttonStyle2[disabled].focus,
fieldset[disabled] .buttonStyle2.focus,
.buttonStyle2.disabled:active,
.buttonStyle2[disabled]:active,
fieldset[disabled] .buttonStyle2:active,
.buttonStyle2.disabled.active,
.buttonStyle2[disabled].active,
fieldset[disabled] .buttonStyle2.active {
    background-color: #80ad41;
    border-color: #80ad41;
}

.buttonStyle2 .badge {
    color: #80ad41;
    background-color: #80ad41;
}

.buttonStyle3 {
    background-color: white;
    border-color: #db4435;
    color: #db4435;
    font-weight: bold;
    border-width: 3px;
}

.buttonStyle3:focus,
.buttonStyle3.focus {
    color: #b02011;
    background-color: white;
    border-color: #b02011;
}

.buttonStyle3:hover {
    color: #b02011;
    background-color: white;
    border-color: #b02011;
}

.buttonStyle3:active,
.buttonStyle3.active,
.open > .dropdown-toggle.buttonStyle3 {
    color: #b02011;
    background-color: white;
    border-color: #b02011;
}

.buttonStyle3:active:hover,
.buttonStyle3.active:hover,
.open > .dropdown-toggle.buttonStyle3:hover,
.buttonStyle3:active:focus,
.buttonStyle3.active:focus,
.open > .dropdown-toggle.buttonStyle3:focus,
.buttonStyle3:active.focus,
.buttonStyle3.active.focus,
.open > .dropdown-toggle.buttonStyle3.focus {
    color: #b02011;
    background-color: white;
    border-color: #b02011;
}

.buttonStyle3:active,
.buttonStyle3.active,
.open > .dropdown-toggle.buttonStyle3 {
    background-image: none;
}

.buttonStyle3.disabled,
.buttonStyle3[disabled],
fieldset[disabled] .buttonStyle3,
.buttonStyle3.disabled:hover,
.buttonStyle3[disabled]:hover,
fieldset[disabled] .buttonStyle3:hover,
.buttonStyle3.disabled:focus,
.buttonStyle3[disabled]:focus,
fieldset[disabled] .buttonStyle3:focus,
.buttonStyle3.disabled.focus,
.buttonStyle3[disabled].focus,
fieldset[disabled] .buttonStyle3.focus,
.buttonStyle3.disabled:active,
.buttonStyle3[disabled]:active,
fieldset[disabled] .buttonStyle3:active,
.buttonStyle3.disabled.active,
.buttonStyle3[disabled].active,
fieldset[disabled] .buttonStyle3.active {
    background-color: #80ad41;
    border-color: #80ad41;
}

.buttonStyle3 .badge {
    color: #80ad41;
    background-color: #80ad41;
}

#locationDisabled {
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
}

.locationDisabledMessage {
    color: black;
    border-radius: 15px;
    font-size: 0.9em;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding: 15px;
}

#cancelModal,
#cancelModal div.title {
    color: red;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.termsContainer ol,
.termsContainer ul {
    list-style: disc;
    padding-left: 35px;
}

.termsContainer li {
    padding-left: 5px;
}

.paragraphTitle {
    font-weight: bold;
    font-size: 1.5em;
    text-transform: uppercase;
}

.lineBlock {
    /*float: none;*/
    display: table;
}

.lineBlock img {
    /*height: 300px;*/
    border-radius: 10px;
    max-width: 75%;
}

.lineBlock .leftBlock img {
    margin-left: auto;
    margin-right: 0;
}

.lineBlock .rightBlock img {
    margin-left: 0;
    margin-right: auto;
}

.lineBlock .leftBlock, .lineBlock .rightBlock {
    height: 300px;
}

@media (min-width: 100px) and (max-width: 767px) {
    .lineBlock .leftBlock, .lineBlock .rightBlock {
        height: 150px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .lineBlock .leftBlock, .lineBlock .rightBlock {
        height: 200px;
    }
}

@media (min-width: 992px) and (max-width: 1499px) {
    .lineBlock .leftBlock, .lineBlock .rightBlock {
        height: 300px;
    }
}

@media (min-width: 1500px) {
    .lineBlock .leftBlock, .lineBlock .rightBlock {
        height: 300px;
    }
}

.lineBlock .leftBlock {
    text-align: right;
    vertical-align: middle;
    display: table-cell;
    float: none;
}

.lineBlock .rightBlock {
    text-align: left;
    vertical-align: middle;
    display: table-cell;
    float: none;
}

.lineBlock ol, .lineBlock ul {
    list-style: disc;
    padding-left: 30px;
}

@media (min-width: 100px) and (max-width: 767px) {
    .lineBlock ol, .lineBlock ul {
        padding-left: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .lineBlock ol, .lineBlock ul {
        padding-left: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1499px) {
    .lineBlock ol, .lineBlock ul {
        padding-left: 30px;
    }
}

@media (min-width: 1500px) {
    .lineBlock ol, .lineBlock ul {
        padding-left: 30px;
    }
}

.lineBlock li {
    padding-left: 5px;
}

.faqAnswer, .faqButtons > .faqCollapse {
    display: none;
}

.faqButtons {
    text-align: right;
}

.faqButtons > i {
    cursor: pointer;
}

div#calendlyContainer iframe {
    height: 650px;
}

@media (min-width: 100px) and (max-width: 767px) {
    div#calendlyContainer iframe {
        height: 450px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    div#calendlyContainer iframe {
        height: 450px;
    }
}

@media (min-width: 992px) and (max-width: 1499px) {
    div#calendlyContainer iframe {
        height: 650px;
    }
}

@media (min-width: 1500px) {
    div#calendlyContainer iframe {
        height: 650px;
    }
}

.welcomeScreen {
    position:fixed;
    padding:0;
    margin:0;

    top:0;
    left:0;

    width: 100%;
    height: 100%;
    /*background:rgba(0,0,0,0.85);*/
    
    /*opacity: 0.95;*/
    background: url("../images/pexels-tranmautritam-251225.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
    z-index: 999999999;
    
    border: 5px black solid;
}

.welcomeScreenTitle {
    padding-top: 10%;
    padding-right: 5%;
    padding-left: 5%;
    
    font-weight: bold;
    font-size: 5.5em;
    text-transform: uppercase;
    color: white;
    
    text-shadow: 3px 3px 20px black;
    
    cursor: default;
}

.welcomeScreenBody {
    padding-top: 5%;
    padding-right: 10%;
    padding-left: 30%;
    
    font-weight: bold;
    font-size: 2em;
    /*text-transform: uppercase;*/
    color: white;
    
    text-shadow: 3px 3px 25px black;
    
    cursor: default;
}

.welcomeScreenButton {
    position: absolute;
    bottom: 100px;
}

.welcomeScreenButton .buttonStyle2 {
    font-size: 2em;
}

.welcomeScreenButton2 {
    position: absolute;
    bottom: 0;
}

.welcomeScreenButton2 .readMore {
    font-size: 1.5em;
    color: white;
    font-weight: bold;
}

.welcomeScreenButton2 .readMore:hover {
    color: #148db5;
    cursor: pointer;
}

@media (min-width: 100px) and (max-width: 767px) {
    .welcomeScreenTitle {
        font-size: 4em;
    }
    
    .welcomeScreenBody {
        font-size: 1.8em;
        padding-right: 5%;
        padding-left: 15%;
    }
    
    .welcomeScreenButton {
        bottom: 80px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .welcomeScreenTitle {
        font-size: 4em;
    }
    
    .welcomeScreenBody {
        font-size: 2em;
        padding-right: 5%;
        padding-left: 15%;
    }
    
    .welcomeScreenButton {
        bottom: 80px;
    }
}

@media (min-width: 992px) and (max-width: 1499px) {
    .welcomeScreenTitle {
        font-size: 4em;
    }
    
    .welcomeScreenBody {
        font-size: 2em;
        padding-right: 5%;
        padding-left: 15%;
    }
    
    .welcomeScreenButton {
        bottom: 80px;
    }
}

@media (min-width: 1500px) {
    .welcomeScreenTitle {
        font-size: 5.5em;
    }
    
    .welcomeScreenBody {
        font-size: 2em;
        padding-right: 10%;
        padding-left: 30%;
    }
    
    .welcomeScreenButton {
        bottom: 100px;
    }
}
