body {
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    min-height: 100%;
}

#header {
    color: white;
}

#header #homepage {
    color: darkorange;
}

#info-source {
    padding: 0px;
    background-image: url('../img/home_page_bg.jpg');
    width:100%;
    height:550px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content:center;
}

.slide-img {
    padding: 5px;
    border-radius: 10px;
    border: 1px solid aliceblue;
    color: black;
}

.image-div{
    position:relative;
}
.image-div .image-text {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -130%);
    font-size: 15px;
    font-weight: bold;
    color: black;
    padding: 10px;
    border-radius: 5px;
    background-color: white;
}

#about-website {
    background-color: white;
    border-radius: 5px;
    color: black;
    padding: 15px;
}

#nav-links a {
    margin-right: 10px;
    color: white;
}

/*#mti-logo {*/
    /*height: 40px;*/
/*}*/

/*#about-mti {*/
    /*padding: 50px 25px;*/
/*}*/

/*#about-mti p, u {*/
    /*font-size: 120%;*/
/*}*/

#content {
    padding-top: 20px;
    margin: 10px;
    margin: 1px;
}

/*.large-digit {*/
    /*font-family: 'Patua One', cursive;*/
    /*font-size: 28px;*/
    /*color: #2087C4 ;*/
/*}*/

.digits-table tbody td {
    margin-left: 0;
    border-top:  none;
    font-size: 20px;
    text-align: left;
    padding: 0px 0px;
    vertical-align: middle;
}

.default-row {
    margin: 1px;
}

#about-project-ppl {
    background-color: #3079BF;
    font-size: 8px;
    color: white;
}

#tiers li {
    list-style-image: url("../img/checkmark.PNG");
    padding: 5px;
}

#tiers span b {
    font-size: 100%;
}

#cards div {
    padding: 20px;
    display: block;
}

/*Image Overlay*/

.overlay-img {
    opacity: 1;
    display: block;
    width: 100%;
    /*height: auto;*/
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.overlay-text {
    color: black;
    font-size: 16px;
    font-weight:bold;
    opacity: 0;
}

#title {
    display: inline-block;
    font-weight:bold;
    color: #1A5CBE;
    font-size: 2.2em;
    vertical-align: middle;
}

h2 {
    margin: 10px -10px;
    padding: 10px;
    background-color: #1A5CBE;
    color: white;
}

#info {
    text-align: center;
}

li.benefits-list {
    list-style-type: none;
    position: relative;
    padding-left: 15px;
}

li.benefits-list:before {
    color: darkorange;
    content: "\25BA \0020";
    font-size: 15px;
    position: absolute;
    top: 5px;
    left: -10px;
}

.data-icons{
    width:20%;
    padding-left: 15px;
}

.data-display, .access-data-table {
    height: 100%;
}

.data-display td, .access-data-table td {
    text-align: center;
    font-weight: bold;
}

#projects-data-table {
    table-layout: fixed;
    text-align: center;
}

#projects-data-table thead {
    background-color: #FAE5D3;
    font-weight: bold;
    font-size: 22px;
}

#projects-data-table td:first-child {
    width:30%;
}

.access-data-table tr:first-child,.access-data-table tr:last-child {
    height: 15%;
}

.access-data-table tr:last-child td {
    padding-bottom: 20px;
}

.access-data-btn {
    background-color: #1A447C ;
    color: white;
    margin: 15px;
}

.access-data-btn:hover {
    color: white;
}

.access-data-table {
    margin-top: 15px;
    margin-bottom: 100px;
}

.data-icons img, .access-data-table img{
    width:100%;
}
