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

  body{
    background-color: #bdbdbd;
  }

  nav{
    border-bottom: solid;
    border-color: black;
  }

  #homecard{
    padding: 3%;
  }

  .homecard_position{
    margin-top: -45px;
  }
  
  .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: #004d40;
      color: white;
      font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif;
      font-style: italic;
      border-style: solid;
      border-width: medium;
      border-color: black;
      border-radius: 6%;
  }
  .button:hover {
      background-color: cornflowerblue;
  }
  .button:focus {
    background-color: #004d40;
  }
  
  a{
    color:white;
  }
  
  .gosocal {
    font-size: larger;
    background-color: #004d40;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif;
    font-style: italic;
    border-style: solid;
    border-width: medium;
    border-color: black;
    border-radius: 6%;
  }
  
  .entertainment p, .dining p, .shopping 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: white;
    text-align: center;
  }