

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    /*    background: #020410; */
    background-image: url('../img/iStock-501537713.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.container {
    display: flex;
    flex-direction: column;
    width: 100vw;
    min-height: 100vh;

    overflow-y: scroll;
    overflow-x: hidden;

}

.content {
    flex: 0.96;

    width:50%;
    /*min-width:700px; */
    min-width: calc(0.25vw + 400px);

    margin-left: auto;
    margin-right: auto;
    background: rgba(24, 0, 72, .9);

    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 4px 4px 2px rgba(0, 0, 16, .7);


}

.navbar {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family:sans-serif, Arial, Tahoma;
    font-size:16px;
    line-height:22px;
    text-align: left;
    background: #020410;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left:50px;
    padding-right:25px;
    margin-bottom: 0px;

}

.navbar a {
    position: relative;
    font-size: 16px;
    /*    color: #fff; */
    color:#60f0f8;
    text-decoration: none;
    font-weight: 500;
    margin-right: 30px;
}

.navbar a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: #e4e4e4;
    border-radius: 5px;
    transform: translateY(10px);
    opacity: 0;
    transition: .5s;
}

.navbar a:hover::after {
    transform: translateY(0);
    opacity: 1;
}

.selectorBar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.dateSelectorBar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 25px;
}

.dateSelector {
    position: relative;
    float: left;
    width: 150px;
    height: 30px;
    margin-left: 10px;
    margin-right: 10px;
    font-size:14px;
}

.dateNavIcon {
    position: relative;
    float: left;
    height: 26px;
    width: 26px;
    margin-left:0px;
    margin-right:0px;
    color:#60f0f8;
    /*    background-color: #a42834; */
}

.callToAction {
    display:flex;
    justify-content:center;
    align-items:center;
    width: 90%;
    min-height: 160px;
    max-width: 650px;
    border-radius: 5px;
    /*    margin-left: auto; */
    /*    margin-right: auto; */
    /*    margin-left: 0px; *//* 50px; */
    /*    margin-right: 25px; */
    margin-left: auto;
    margin-right: auto;

    margin-top:20px;
    background-color: rgba(0, 0, 255, 0.3);
    border: 2px solid #e4e4e4;
}

.cta_text {
    position: relative;
    float: left;
    /*    font-size:16px; */
    font-size: calc(0.250vw + 0.75em);
    /*    line-height:18px; */
    line-height: calc(0.250vw + 0.9em);

    color:#fff;
    padding-top:12px;
    padding-left:16px;
    padding-right:16px;
    padding-bottom: 6px;
}

.cta_inputBlock {
    position: relative;
    float: left;
    width: 96%;
}

.cta_emailInput {
    position: relative;
    float: left;
    height: 32px;
    /*    width: 260px; */
    width: 50%;
    /*    margin-left:auto; */
    /*    margin-right:auto; */
    margin-top:20px;
    margin-bottom: 10px;
}

.cta_button {
    position: relative;
    float: left;
    height: 32px;
    width: 100px;
    /*    margin-left:auto; */
    /*    margin-right:auto; */
    margin-top:20px;
    margin-bottom: 10px;
    margin-left: 25px;
}

.cta_footnote {
    position: relative;
    float: left;
    /*    height: 16px; */
    /*    font-size: 14px; */
    font-size: calc(0.25vw + 0.65em);
    /*    line-height:18px; */
    line-height: calc(0.250vw + 0.9em);

    width: 98%;
    margin-top:4px;
    margin-bottom: 4px;
}

.summarySection {
    display:flex;
    justify-content:center;
    align-items:center;
    /*    height: 186px; */
    width: 99%;
    min-width: 400px;
    max-width: 800px;
    /*    border-radius: 5px; */
    margin-left: auto;
    margin-right: auto;
    margin-top:25px;
    padding-left: 10px;
}

.summaryHeader {
    width: 49%;
    font-family:sans-serif, Arial, Tahoma;
    /*    font-size:16px; */
    font-size: calc(0.3vw + 0.75em);
    line-height:18px;
    text-align: left;
    color: #60f0f8;
    padding-top: 5px;
    padding-bottom: 10px;
}

.summaryEntry {
    font-family:sans-serif, Arial, Tahoma;
    /*    font-size:14px; */
    font-size: calc(0.45vw + 0.45em);
    /*    line-height:18px; */
    line-height: calc(0.1vw + 1.3em);
    text-align: left;
    color: #fff;
}

.tableHolder {
    /*    width: 600px; */
    width: 90%;
    min-width: 350px;
    max-width: 500px;
    height: 90%;
    margin-left: auto;
    margin-right: auto;
}

.mainTable {
    /*    display: inline-block; */
    width: 100%;
    max-width: 650px;
    margin-top:25px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:25px;

}

.ratesTable-header {
    color:#fff;
    font-family:sans-serif, Arial, Tahoma;
    font-size:16px;
    line-height:18px;
    padding-left:30px;
    padding-bottom:2px;
}

.ratesTable-row {
    color:#fff;
    font-family:sans-serif, Arial, Tahoma;
    /*    font-size:14px; */
    font-size:calc(0.25vw + 0.75em);
    /*    line-height:18px; */
    line-height:calc(0.6vw + 0.9em);
    padding-left:30px;
    padding-bottom:2px;
}

.ratesTable-td-time {

}

.ratesTable-td-today {

}

.ratesTable-td-tomorrow {

}

.aboutText {
    font-family:sans-serif, Arial, Tahoma;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #fff;
    margin-left:25px;
    margin-right: 25px;
}

.supportHeader {
    width: 99%;
    font-family:sans-serif, Arial, Tahoma;
    /*    font-size:16px; */
    font-size: calc(0.3vw + 0.75em);
    line-height:18px;
    text-align: left;
    color: #60f0f8;
    padding-top: 5px;
    padding-left: 50px;
    margin-bottom: 10px;
}

.supportEntry {
    font-family:sans-serif, Arial, Tahoma;
    /*    font-size:14px; */
    font-size: calc(0.45vw + 0.45em);
    /*    line-height:18px; */
    line-height: calc(0.1vw + 1.3em);
    text-align: left;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    margin-bottom: 25px;
}

h1 {
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    padding-top:10px;
    padding-bottom:10px;
}

h2 {
    font-size: 24px;
    line-height: 40px;
    text-align: center;
}

h3 {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
}

p {
    font-size: 16px;
    line-height: 20px;
    padding:20px;
}

.error-message {
    width: 80%;
    min-width: 450px;
    max-width: 650px;
    padding:12px;
    background: #f8d7da;
    border-radius: 6px;
    font-size: 16px;
    color: #a42834;
    text-align: left;
    margin-top: 24px;
    margin-bottom:20px;
    margin-left: auto;
    margin-right: auto;
}

.good-message {
    width: 80%;
    min-width: 450px;
    max-width: 650px;
    padding:12px;
    background: #96e495;
    border-radius: 6px;
    font-size: 16px;
    color: #05297c;
    text-align: left;
    margin-top: 24px;
    margin-bottom:20px;
    margin-left: auto;
    margin-right: auto;
}

.historyTableHeader {
    font-family:sans-serif, Arial, Tahoma;
    /*    font-size:16px; */
    font-size: calc(0.3vw + 0.75em);
    line-height:18px;
    text-align: left;
    color: #60f0f8;
    padding-top: 5px;
    padding-bottom: 10px;
}

.historyTableEntry {
    font-family:sans-serif, Arial, Tahoma;
    /*    font-size:14px; */
    font-size: calc(0.45vw + 0.45em);
    /*    line-height:18px; */
    line-height: calc(0.1vw + 1.3em);
    text-align: left;
    color: #fff;
}
