/**
  MAIN COLOR: #6E012A
**/

body{
  overflow: auto;
}
#moreInfo{
  table-layout: fixed;
}

#moreInfo td{
  text-align: center;
  font-family: 'roboto';
  font-size: 1em;
  /* color: rgb(2, 69, 70); */
  border-top: 9px;
}
.headerrow td{

}

.detailrow td{
  font-size: 1em!important;
  padding-left: 5%!important;
  padding-right: 5%!important;
}

.iconrow td i{
  font-size: 3em;
}

.placeholderrow{
  height: 16px;
}

#iconCover{
  margin-top: 2%;
  width: 100%;
}

#clIcon{
  margin: 1% auto 0% auto;
  display: block;
  padding-bottom: 2%;
  width: 33%;
}

#center-header{
  margin: 0% auto 0% auto;
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'roboto-thin';
  font-size: 5em;
}

#detailInfoCities{
  position: static;
  bottom: 0px;
  margin: 0px;
}

.btn-outline-primary{
  color: #6E012A;
  border-color: #6E012A;
}

.btn-outline-primary:hover{
  background-color: #6E012A;
}

.btn-outline-info{
  color: #A2184C;
  border-color: #A2184C;
}

.btn-outline-info:hover{
  background-color: #A2184C;
}

#android-btn img{
  width: 100%;
}

#ios-btn img{
  width: 87%;
}

.desc-container{
  width: 95%;
  margin: 0 auto;
  text-align: center;
}

/* .cbtn{
  font-size: 1em;
} */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  body{
    overflow: auto;
  }
  #detailInfoCities{
    position: static;
    left: 32px;
    bottom: 32px;
  }
  #clIcon{
    margin: 0 auto;
    display: block;
    padding-bottom: 2%;
    width: 10%;
    /* margin-left: -100%; */
  }
  #center-header{
    width: 50%;
  }

  #moreInfo td{
    font-size: 2em;
  }
  #android-btn img{
    width: 33%;
  }
  #ios-btn img{
    width: 27%;
  }

  .placeholderrow{
    height: 64px;
  }

  .desc-container{
      width: 50%;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
