html,
body
{
    height: 100%;
    width:  100%;
    margin: 0;
    padding-top: 100;
    color:  #000000;
}

/* navbar style*/
.navbar,
.navbar-brand
{
    font-size: 1.1em;
    font-weight: 600;
    background-color: #f2f2f2;
}

.img-fluid
{
    max-height: 100px;
    width: auto
}

/* background styling */
#main
{
   /* background:url(/assets/comingsoon.png) no-repeat center center fixed; */
    display: table;
    height: 10%;
    position: relative;
    width: 100%;
    background-size: 50%;
    color: rgb(35, 107, 162);
}


/* main content styling */
.getstarted
{
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
}

.padding
{
    padding: 80px 0;
}


/* main content styling */
.latestrelease
{
    display: table-cell;
    text-align: center;
    vertical-align: top;
}

/* keep the image inside the containers */
.padding img
{
    width: 100%;
}

/* footer styling */
footer
{
    padding: 10% 10%;
    color: #000000;
    background-color: #f2f2f2;
    font-size: 0.8em;
}

address {
   
    font-style: normal; /* Removes italic style */
    color: #000000;
    line-height: 1.5;
}

.app-icons {
    display: flex;
    align-items: center;
  }
  .vertical {
    width: 300px;
    flex-direction: column;
  }
  
  .android {
    width: 150px;
  }
  .apple {
    width: 164px;
  }