* {
    margin: 0;
}
body, html {
    height: 100%;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.datblue {
    color: #00bff3;
}
.datbluebg {
    background-color: #00bff3;
    border-color: #00bff3;
}
.datbluebg:hover {
    background-color: #00bff3;
    border-color: #00bff3;
}
.mynav {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 900;
}

.front-page-text {
    font-size: 1.75rem;
    padding-left: 15px;
}
/* Wrapper for sticky footer */
.wrapper {
    min-height: 80vh;
    height: auto !important;
    /*height: 100%;*/
    margin: 0 auto;
    margin-bottom: 10px;
}
.page-header {
    text-transform: uppercase;
    font-weight: bold;
}

.btn-download {
    font-size: 20px;
    color: #000;
    padding: 25px;
    width: 400px;
    text-align: left;
}

.btn-download:hover {
    color: #000;
}

.btn-download > i {
    margin-right: 10px;
}

.form-spacer {
    margin-bottom: 15px;
}

.notxtdecor {
    text-decoration: none;
}

.cntrow {
    margin-bottom: 20px;
}
.btn-submit {
    padding: 5px;
    line-height: 38px;
    padding-right: 35px;
}
.contact-icon {
    line-height: 35px;
    padding-left: 8px;
    margin-right: 0px;
}

#footer {
    clear:both;
    min-height: 150px;
    /*margin-bottom: -150px;*/
    background: #00bff3;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 20px;
}

.ftcontent {
    margin-top: 10px;
    text-align: center;
}