body {
    margin: 0;
}
@font-face {
    font-family: "Helvetica-Neue";
    src: url("HelveticaNeueLTStd-Roman.woff") format("woff");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Helvetica-Neue";
    src: url("HelveticaNeueLTStd-Bd.woff") format("woff");
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: "Helvetica-Neue";
    src: url("HelveticaNeueLTStd-BdIt.woff") format("woff");
    font-style: italic;
    font-weight: 700;
}

@font-face {
    font-family: "Helvetica-Neue";
    src: url("HelveticaNeueLTStd-MdIt.woff") format("woff");
    font-style: italic;
    font-weight: 500;
}
@font-face {
    font-family: "Helvetica-Neue";
    src: url("HelveticaNeueLTStd-Md.woff") format("woff");
    font-style: normal;
    font-weight: 500;
}

h1 {
    font-family: Helvetica-Neue, sans-serif;
    font-size: 300%;
    font-weight: 700;
}
h2 {
    font-family: Helvetica-Neue, sans-serif;
    font-size: 200%;
    font-weight: 400;
}
h3 {
    font-family: Helvetica-Neue, sans-serif;
}
p {
    font-family: Helvetica-Neue, sans-serif;
}

.nav {
    font-family: Helvetica-Neue, sans-serif;
    font-weight: 700;
    background-color: #212121;
    color: white;
    font-size: 170%;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 2%;
}
.nav i {
    padding: 2%;
}
.navigation-links {
    flex: 1;
    text-align: right;
}
.navlink {
    font-style: normal;
    color: white;
}
.navlink a {
    text-decoration: none;
}
.navlink a:link {
    color: white;
}
.navlink a:visited {
    color: white;
}
.navlink a:hover {
    color: #aaaaaa;
}

.logo {
    flex: 0 0 auto;
    height: 60px;
    margin-right: 2rem;
    padding-top: 3%;
}

.mainbody {
    background-image: url(images/record2.webp);
    background-size: cover;
    color: white;
    margin: 0;
    padding: 9%;
    padding-bottom: 50%;
    padding-top: 20%;
    text-align: center;
    line-height: 0.25;
}
.about_body {
    padding: 5%;
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.about_content {
    display: flex;
}

.about_content img {
    width: 70%;
    padding-left: 30%;
}

.rev_body {
    background-color: #efefef;
    padding: 10%;
    display: grid;
    padding-bottom: 30%;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.rev_body a {
    text-decoration: none;
}
.review {
    background-color: #d6d6d6;
    display: flex;
    flex-direction: column;
    color: #1f1f1f;
    margin: 5%;
    height: 100%;
}
.rev_title {
    font-size: 150%;
    font-weight: 700;
    padding: 5%;
    padding-bottom: 0;
    padding-top: 5%;
    margin: 0;
}
.rev_description {
    padding: 5%;
    padding-bottom: 0;
    padding-top: 0;
}
.rev_image {
    width: 100%;
    height: auto;
    object-fit: contain;
    padding-bottom: 0;
}
.rev_sub {
    font-size: 110%;
    font-weight: 500;
    padding: 5%;
    padding-bottom: 0;
    padding-top: 0;
    margin: 0;
}
.review_full {
    background-color: #efefef;
    padding: 20%;
    padding-bottom: 20%;
    padding-top: 2%;
    margin: 0;
}
.review_full p {
    font-size: 120%;
    width: 85%;
}
.review_image {
    object-fit: contain;
    width: 60%;
}
footer {
    width: 100%;
    position: relative;
    background-color: rgb(13, 13, 13);
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 45px;
    box-sizing: border-box;
    text-align: left;
    font-size: 24px;
    color: #fff;
    font-family: Helvetica-Neue, sans-serif;
    font-style: normal;
    font-weight: 700;
}
.contact-link {
    flex: 1;
    position: relative;
    letter-spacing: -0.02em;
    line-height: 120%;
}
.social-link-1 {
    width: 24px;
    position: relative;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
}
.social-link-4 {
    width: 24px;
    position: relative;
    height: 24px;
    object-fit: cover;
}
.social-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
}
@media only screen and (max-width: 650px) {
    .nav {
        font-size: 132%;
    }
}
@media only screen and (max-width: 550px) {
    .nav {
        font-size: 150%;
        flex-direction: column;
    }
    .nav i {
        padding: 0;
        margin: 10em;
    }
    .navigation-links {
        text-align: center;
        font-size: 90%;
    }
    .logo {
        height: 50px;
        padding: 7%;
        margin: 0;
    }
    h1 {
        font-size: 150%;
    }
    h3 {
        font-size: 70%;
        line-height: normal;
    }
    .about_content h3 {
        font-size: 100%;
        text-align: left;
    }
    .about_content {
        flex-direction: column;
    }

    .about_content img {
        width: 100%;
        padding-left: 0;
    }
    .about_body {
        padding: 10%;
        padding-bottom: 15%;
    }
    .review_image {
        object-fit: contain;
        width: 100%;
    }
    .rev_body {
        grid-template-columns: repeat(1, 1fr);
        gap: 2em;
    }
    .review_full {
        padding: 10%;
    }
    .review_full p {
        font-size: 140%;
        width: 100%;
    }
    h2 {
        font-size: 100%;
        font-weight: 400;
    }
    footer {
        height: 100px;
        font-size: 18px;
        padding: 40px;
    }
    .mainbody {
        padding-top: 50%;
        padding-bottom: 70%;
        background-position: center;
    }
}
