/*
Main Color: #3E3745
Accent Color: #0A94D6
Font Color: #fff
*/

body{
    font-family: 'Montserrat', sans-serif;
    background: URL(Images/warm_gray_grunge.jpg);
    color: #ccc;
}

h1, h2, h3, h4, h5, h6{
    color: #fff;
}

.btn-main{
    background: #0a94d6;
    color: #fff;
}
.btn-main:hover{
    background: rgb(2,118,184);
    color: #fff;
}

.blue-font{
    color: #0a94d6;
}

.font-bold{
    font-weight: bolder;
}
/* Header */
.navbar{
    background: #0a94d6;
}
.navbrand{
    width: 100px;
    margin: auto;
}

.btn-l{
    width: 300px;
    font-size: 30px;
    margin:auto;
}
.block{
    display: block;
}
.padding-c{
padding: 50px;
}
/*home*/
.jumbotron{
    background: url(Images/Walking-in-leaves.jpg) center center;
    text-shadow: 3px 2px 2px rgba(0,0,0,0.6);
    text-align: center;
    padding: 100px 0;
    margin-top: 50px;
}
#home-jumbo{
    margin: 0;
    padding: 150px 0;
}

.timeline{
    width: 90%;
    height: 10px;
    background: #ccc;
    margin: auto;
    position: relative;
    z-index: 0;
    top: 40px;
    border-radius: 20px;
}
.timeline-point{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #0a94d6;
    display: inline-block;
    margin: 0 90px;
    position: relative;
    top: 15px;
    left: 150px;
    z-index: 2;
    margin-bottom: 100px
}
.tl-active{
    background: rgb(20,180,254);
}
.tl-past{
    background: rgb(2,118,184);
}
.timeline-point p{
    display: none;
    opacity: 0;
}

.timeline-point:hover{
    width: 80px;
    height: 80px;
    top: -10px;
    left: 130px;
    margin-right: 50px;
    margin-bottom: 60px;
}
.timeline-point:hover + #timelText{
    display: block;
}
.timeline-point:hover p{
    display: block;
    opacity: 1;
    margin-top: 30px;
    font-size: 14px;
    text-align: center;
}
#M31Text, #J1Text, #J18Text, #J30Text{
    display: none;
}

.blue-row{
    background: #0a94d6;
    padding: 30px 30px 10px 10px
}
.grey-row{
    padding: 30px 10px 10px 30px;
}

.blue-row img{
    width: 300px;
}

.img-w-c{
    width: 300px;
}

.grey-btn{
    background: #3e3745;
    color: #fff;
    font-size: 20px;
    margin: 30px;
}
.grey-btn:hover{
    background: rgb(42,35,49);
    color: #fff;
}
.blue-btn{
    background: #0a94d6;
    color: #fff;
    font-size: 20px;
    margin: 30px;
}
.blue-btn:hover{
    background: rgb(2,118,184);
    color: #fff;
}

.blue-box{
    background: #0a94d6;
    width: 270px;
    height: 270px;
    border-radius: 21px;
    padding: 30px;
    font-size: 20px;
    box-shadow: 5px 4px 5px #000
}

.icon-sm{
    width: 100px;
    margin-bottom: 20px;
}

hr {
    margin: 70px 0;
}

/* Footer */
.footer{
    background: #0a94d6;
}


table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #594f63;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #594f63;
}
/* tabs */
/* Style the tab */
.tab {
  overflow: hidden;
    text-align: center;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: #0a94d6;
  margin: 20px;
  width: 40%;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
    color: #fff;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: rgb(2,118,184);
    color: #ccc;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: rgb(2,118,184);
    color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
}

.text-link{
    color: #ccc;
    text-decoration: none;
}
.text-link:hover{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
/* Modal */
.green{
    color: green;
}
.red{
    color: red;
}

#modal-btn{
    color: #ccc;
    background-color: none;
}
#modal-btn:hover{
    color:#fff;
}

.modal-header{
    padding: 2px 16px;
    background-color: #0a94d6;
    color: white;
}

.modal-content{
    background-color: #fefefe;
}


/*
.alert-success{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin: 200px 0;
    color: #ccc;
    background-color: rgba(0,0,0,0);
    border: none;
}
*/

.font-black{
    color: black;
}
#total-mi{
    font-size: 50px;
}
#total-miles{
    font-size: 40px;
}
#fp-label{
    margin: 5px;
}
@media (max-width: 500px){
    .blue-box{
        margin-bottom: 20px;
    }
    iframe{
        width:350px;
        height: auto;
    }
    .timeline{
        width: 350px;
    }
    .timeline-point{
        margin-right: 20px;
        margin-left: 35px;
        margin-top: 15px; 
        position: unset;
    }
    body{
        font-size: 16px;
    }
    h1{
        font-size: 24px;
    }
    h2{
        font-size: 20px;
    }
    h3{
        font-size: 18px;
    }
    h4{
        font-size: 16px;
    }
    .tablinks{
        font-size: 10px;
        margin: 10px;
    }
}