html {
    position: relative;
    min-height: 100%;
}
.navbar {
    height: 90px;
    border-bottom: 6px solid #118ab2;
    color: #06d6a0;
}
.footer a, .footer a:link, .footer a:visited {
    color:#118ab2;
    text-decoration: none;
}
.btn-primary{
    background-color: #118ab2;
    border-color: #118ab2;
}
.bg-primary {
    background-color: #118ab2 !important;
}
.btn-primary:hover {
    opacity: 90%;
    background-color: #118ab2;
    border-color: #118ab2;
}
hr {
    margin-top: 40px;
}
.navbar-brand {
    color: #073b4c !important;
    font-weight: bold;
    font-size: x-large;
}
body {
    color: #073b4c;
    background-color: #e5e5e5;
    font-family: Montserrat;
    margin-bottom: 60px;
}
.container {
    max-width: 900px;
}

h2 {
    font-size: 24px;
    padding-bottom: 15px;
}
h3 {
    padding-top: 30px;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-top:50px;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}
.gvote {
    display: inline-block;
    min-width: 90px;
    padding: 5px 10px;
    cursor: pointer;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    text-align: center;
    text-decoration: none;
    color: #3397d2;
    border: 1px solid #3397d2;
    border-radius: 5px;
    background-color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}
.letsgo {
    display: inline-block;
    min-width: 90px;
    margin: 0;
    margin-top: 0px;
    padding: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    border: none;
    border-radius: 5px;
    background-color: #218ccc;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}