*{ 
    font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif;
  }

  body{
    background-color: #f5f0f0;
  }

  nav{
    border-bottom: solid;
    border-color: rgb(17, 66, 228);
    background-color: rgb(87, 155, 233);
    color: rgb(25, 26, 44);
    height: 100px;
    padding-top: 15px;
  }

  .card_imgs{
   display:block;
   margin-left: auto;
   margin-right:auto;
   width: 80%;
   height: 250px;
   margin-top: 10px;
   padding-top: 20px;
  }
 
  .header{
    margin-left: 30px;
    font: bold;
    font-size: 70px;
    text-align: center;
  }
  
  /* Below are Nolans edits */
  
  .card_size {
      height: 600px;
  }
  
  .center {
      text-align: center;
  }
  
  .button {
      width: 70%;
      height: 60px;;
      font-size: 30px;
      background-color: rgb(87, 155, 233);
      color: rgb(25, 26, 44);
      font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif;
      font-style: italic;
      border-style: solid;
      border-width: medium;
      border-color: rgb(17, 66, 228);
      border-radius: 6%;
  }
  .button:hover {
      background-color: rgb(102, 78, 211);
  }
  .button:focus {
    background-color: rgb(87, 155, 233);
  }
  
  a{
    color:white;
  }
  
  .modal_reopen {
    color: rgb(17, 66, 228);
  }
  
  .entertainment p, .dining p, .wellness p {
      font-size: x-large;
      margin-left: 10%;
      margin-right: 10%;
  } 
  
  .flex-container{
      display: flex;
      justify-content: center;
  }

  .suggestSoCal {
    font-size: 45px;
    font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif;
    font-style: italic;
    color: rgb(25, 26, 44);
    text-align: center;
  }

  h2{
      padding-top: 25px;
  }

 