/* Getting started index page */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,400;0,600;1,400;1,600&display=swap');

body {
  font-family: 'Open Sans', sans-serif;
}

h1 {
  font-style: "Lato", sans-serif;
  color: #013243; /* warm black */
  font-weight: 700;
  letter-spacing: -.04em;
  text-align: right;
  margin-top: 3rem;
  margin-bottom: 4rem;
  font-size: 3rem;
}

a.navbar-brand {
    padding: 0;
}

.intro-card {
    background: #fff;
    border-radius: 0;
    padding: 30px 10px 10px 10px;
    margin: 10px 0px;
  }
  
  .intro-card .card-text {
    margin: 20px 0px;
    /*min-height: 150px; */
  }
  
  .custom-button {
    background-color: #dcdcdc;
    border: none;
    color: #484848;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    max-width: 220px;
    padding: 0.5rem 0rem;
  }
  
  .custom-button a {
    color: #484848;
  }
  
  .custom-button p {
    margin-top: 0;
    margin-bottom: 0rem;
    color: #484848;
  }


  .install-card .card-header {
    border: none;
    background-color:white;
    color: #150458;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 1rem 1rem 0rem 1rem;
  }