.topNotifier {
    padding: 12px 0px;
    background-color: aquamarine;
}

.header {
    background-image: url('../images/banner.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center; 
    height: 60vh;
}

.headerNav {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 28px 4px;
}

.solutionbox {
    width: 250px;
    height: 250px;
    border-radius: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #1c1c1c;
    background-color: aqua;
    top: 40vh;
    right: 12%;
}

footer {
    margin-top: 20px;
    background-color: aqua;
    color: #1c1c1c;
    padding: 12px 6px;
}

.aboutcard {
    padding: 20px;
}

.aboutcard > h2 {
    font-size: 2.3em;
    font-weight: bolder;
    color: green;
}

.aboutcard > p {
    font-size: 1.3em;
    color: grey;
}

@media only screen and (min-width: 800px) {
    .aboutcardline {
        border-right: 1px solid grey;
    }
  }
  