@import "https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" only screen and (hover: none) and (pointer: coarse);

@media only screen and (hover: none) and (pointer: coarse){
  body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
  }
  #main {
    display: none;
  }
  .container-fluid {
    padding: 0 25px;
  }
  .bg-grey {
    background-color: #f6f6f6;
  }
  .jumbotron {
    background-color: rgb(5, 74, 148);
    font-family: Montserrat, sans-serif;
    color: #ffffff;
    padding: 50px 25px;
  }
  .jumbotron p, .jumbotron small {
    color: #ffffff;
    font-family: sans-serif;
  }
  .jumbotron p {
    font-size: 1.1em;
  }
  .jumbotron small {
    padding-left: .5rem;
  }
  #motto h4 {
    font-style: italic;
  }
  #contacts {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #contacts .glyphicon {
    padding-right: .25rem;
  }
  footer {
    display: flex;
    min-height: 75px;
    background-color: rgb(5, 74, 148);
    color: white;
    font-size: 2em;
    justify-content: center;
  }
  footer > a {
    align-self: center;
  }
}