.popup-app-btn-android {
    width: 100%;
    width: 260px;
    color: #fff;
    margin: 20px 10px;
    padding-right: 10px;
    text-align: left;
    border-radius: 5px;
    text-decoration: none;
    font-family: "Lucida Grande", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    background-color: #101010;
    transition: background-color 0.25s linear;
}

.popup-app-btn-ios {
    width: 100%;
    width: 260px;
    color: #fff;
    margin: 20px 10px;
    padding-right: 10px;
    text-align: left;
    border-radius: 5px;
    text-decoration: none;
    font-family: "Lucida Grande", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    background-color: #101010;
    transition: background-color 0.25s linear;
}

.popup-app-icon {
    width: 20%;
    text-align: center;
    font-size: 32px;
    margin-right: 10px;
}

.app-btn-android {
    width: 100%;
    width: 160px;
    color: #fff;
    margin: 20px 10px;
    padding: 2px;
    text-align: left;
    border-radius: 5px;
    text-decoration: none;
    font-family: "Lucida Grande", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    background-color: #101010;
    transition: background-color 0.25s linear;
}

.app-btn-ios {
    width: 100%;
    width: 160px;
    color: #fff;
    margin: 20px 10px;
    padding: 2px;
    text-align: left;
    border-radius: 5px;
    text-decoration: none;
    font-family: "Lucida Grande", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    background-color: #101010;
    transition: background-color 0.25s linear;
}

.appIcon {
    width: 20%;
    text-align: center;
    font-size: 28px;
    margin-right: 7px;
}


.app-btn:hover{
    background-color: #454545;
}

.big-txt {
    font-size: 17px;
    text-transform: capitalize;
   }

body{
    margin: 0px;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}

.bus-list {
    
    width: 100%;
}

.content {
    
    display: flex;
    margin: 8px;
    padding: 0;
    
}

.fas.fa-bus{
    color: white;
    margin-top: 15px;
    margin-left: 17px;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-btns{
    display: flex;
    align-items: center;
    justify-content: center;
}

h2{
    display: flex;
    margin-left: 10px;
    font-size: 32px;
    margin-bottom: 0px;
    margin-top: 38px;
  }
  
.stopSubtitle{
    display: flex;
    margin-left: 3px;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 0px;
    color: rgb(100, 98, 98);
}

h4{
    display: flex;
    margin-left: 3px;
    font-size: 32px;
    margin-bottom: 0px;
    margin-top: 10px;
}

h5{
    display: flex;
    margin-left: 3px;
    font-size: 27px;
    margin-top: 10px;
    margin-bottom: 0px;
    color: rgb(100, 98, 98);
}


.line_icon{
    border-radius: 50%;
    width: 70px;
    height: 70px;
    padding: 10px;
    margin-right: 6px;
    margin-top: 10px;
    float: left;  
    color: rgb(255, 255, 255);
    text-align: center;
}

.line-item{
    height: 120px;
	margin-left: 50px;
}

.line-name-container{
    float: left;
}

.line-number{

margin-top: 17px;
font-size: 30px;
}

.line-time-container{
    flex-direction: column;
    width: 140px;
    height: 80px;
    float: right;
    margin-top: 20px;
}

.line-time-container-active{
    flex-direction: column;
    width: 220px;
    height: 80px;
    float: right;
}

lord-icon{
    color: #ED6A23;
    transform: rotate(-45deg);
}

.station-item{
    height: 120px;
	margin-left: 50px;
}

.station-icon{
    border-radius: 50%;
    width: 100px;
    height: 100px;
    font-size: 65px;
    float: left;
    margin-right: 30px;
    margin-top: 20px ;
    background-color: #ED6A23;
}

.station-text{
    font-size: 20px;
    margin-top: 20px;
    float: left;
}

.title{
    margin-top: 17px;
    margin-left: 15px;
    font-size: 45px;

}

.toolbar {
    position: static;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 130px;
    background-color: #ED6A23;
    color: white;
    font-weight: 600;
    justify-content: space-between;
}

.cover {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.blur-in {
    opacity: 0.2;
    filter: blur(8px);
  -webkit-filter: blur(8px);
    
}

.blur-out {
    opacity: 1;
}

.pop-up {
    position: fixed;
    padding-top: 10%;
    padding-left: 4%;
    z-index: 2;
    width: 900px;
    height: 600px;
}
.pop-up-download{
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 3%;
}

.pop-up-content{
    width: 100%;
    padding-top: 5%;
    padding-left: 5%;
    flex-direction: column;
    background-color: #ED6A23;
}

.pop-up-image{
    width: 50%;
    padding-top: 10%;
    padding-left: 5%;
    background-color: #ED6A23;
}

.pop-up-no-repeat{
    float: left;
    padding: 10px;
    text-align: left;
    border-radius: 5px;
    text-decoration: none;
    font-family: "Lucida Grande", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    background-color: #101010;
    transition: background-color 0.25s linear;
    color: #fff;
    margin: 25px 10px;
    margin-left: 30px;
}

.pop-up-text{
    text-align: left;
    color: rgb(119, 117, 117);
    font-size: 30px;
    padding: 5%;
}

.pop-up-title{
    color: white;
    font-size: 50px;
    padding-left: 4%;
}

.box {
    background-color: whitesmoke;
    border-radius: 25px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    position: relative;
    display: flex;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
}
.close-button {
    transition: all 0.5s ease;
    position: absolute;
    text-decoration: none;
    font-size: 30px;
    padding: 3px 7px;
    left: 0;
    color: white;
    -webkit-box-shadow: -4px -2px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -4px -2px 6px 0px rgba(0,0,0,0.1);
    box-shadow: -3px 1px 6px 0px rgba(0,0,0,0.1);
}

.close-button:hover {
    color: rgb(0, 0, 0);
}