a {
    -webkit-tap-highlight-color: transparent;
}

header {
    height: 120px;
    display: flex;
    justify-content: center;
}

header nav a {
    margin: 0 24px;
    text-decoration: none;
    color: #2C2C2C;
    font-weight: 600;
    line-height: 120px;
    -webkit-tap-highlight-color: transparent;
}

.A {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.content {
    overflow: hidden;
}

nav {
    display: flex;
    align-items: center;
}

a:hover {
    color: #38B6A5;
}

#magnify:hover {
    cursor: pointer
}

header nav img {
    position: relative;
    top: 8px;
}

.subhead {
    width: 100%;
    text-align: center;
}

.subhea {
    text-align: center;
    padding: 50px 0px;
    /* margin-top: 60px; */
}

p {
    /* text-indent: 50px; */
    font-size: 15px;
}

.subhead_box {
    display: flex;
    width: 1200px;
    height: 225px;
    box-shadow: darkgrey 0px 0px 5px 5px;
    margin: 0 auto;
}

.subhead_box_mini {
    border-left: #F3F3F3 1px solid;
    width: 40%;
    /* margin: 0 auto; */
    margin-top: 30px;
    text-align: center;
}

img.bigger {
    transition: transform 2s;
    z-index: -1;
    cursor: pointer
}

img.bigger:hover {
    transform: scale(1.2, 1.2);
}

.Box a {
    text-decoration: none;
    outline: none;
    color: white;
    flex-wrap: wrap;
    -webkit-tap-highlight-color: transparent;
}

.Box a:hover {
    color: #38B6A5;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    padding: 0;
    caret-color: rgba(0, 0, 0, 0);
}

.subheass {
    text-align: center;
    /* margin-top: 60px; */
}

@media only screen and (max-width: 768px) {
    /* For desktop: */
    body {
        display: flex;
        flex-wrap: wrap;
    }
    .subheass {
        text-align: center;
        padding: 50px 0px;
        /* margin-top: 60px; */
    }
}

nav :nth-child(2) {
    color: #38B6A5;
}