* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #e1e1e1;
}

.top-title-div {
    text-align: center;
    font-family: "Oswald", sans-serif;
    background-color: #06b6ff;
    word-spacing: 10px;
    font-size: 30px;
}

.main-logo-img-div {
    height: 150px;
    width: 250px;
}

.phone-num-and-icon {
    font-size: 30px;
    letter-spacing: 1px;
}

.flex-parent-element {
    display: flex;
    padding-top: 0;
    margin: auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  
  .flex-child-element {
    flex: 1;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
  }


.center-column {
    margin: auto;
}

.open-hours-h1 {
    font-size: 100px;
    margin-bottom: 0;
}

.sp-1 {
    width: 600px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 190px;
    padding-right: 190px;
    background-color: #06b6ff;
    border-radius: 5px;
}

.sp-2 {
    color: #555555;
}

.sp-3 {
    color: #555555;
}

.sp-4 {
    width: 600px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 190px;
    padding-right: 190px;
    background-color: #06b6ff;
    border-radius: 5px;
}

.sp-5 {
    color: #555555;
}

.sp-6 {
    color: #555555;
}

.our-location-h1 {
    font-size: 40px;
}

.call-us-now-h1 {
    font-weight: bold;
    font-size: 60px;
}

.hooked-on-ace-div {
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uncle-sam-container {
    float: left;
}

.hooked-on-ace-h1 {
    margin-left: 20px;
    font-family: "Oswald", sans-serif;
}

.hours-div {
    text-align: center;
    font-size: 25px;
}

/* HELPERS */
.grey-color {
    color: #555555;
}
/* Spacers */
.spacer-5 {
    height: 5px;
    width:100%
}
.spacer-10 {
    height: 10px;
    width:100%
}
.spacer-20 {
    height: 20px;
    width:100%
}
.spacer-50 {
    height: 50px;
    width:100%
}
.spacer-100 {
    height: 100px;
    width:100%
}
.spacer-200 {
    height: 200px;
    width:100%
}
.spacer-500 {
    height: 500px;
    width:100%
}