body {
    background-color: white;
    color: black;
    font-family: 'Raleway', sans-serif;
}

h1 {
    font-size: 64px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

h3 {
    text-transform: uppercase;
    letter-spacing: 3px;
}

h5 {
    font-size: 20px;
    letter-spacing: 3px;
}

.header-text {
    text-transform: uppercase;
    text-align: left;
    font-size: 36px;
    color: black;
    margin-top: 20px;
    letter-spacing: 2px;
}

.header-text:hover {
    color: black;
}

.main-divider {
    height: 1px;
    background-color: black;
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
}

.navbar-custom {
    font-family: 'Questrial', sans-serif;
}

.nav-item-custom {
    padding-left: 20px;
    padding-right: 20px;
}

.nav-item-custom a {
    font-size: 16px;
    color: black !important;
}

.nav-item-custom a:hover {
    text-decoration: underline;
}

.container-custom {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.section-header {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
}

.section-main-image {
    /* height: 535px; */
    width: 100%;
    margin: auto;
}

.section-main-image img {
    /* height: 535px; */
    width: 100%;
}

.section-about {
    position: relative;
    height: 800px;
    width: '100%';
    margin: auto;
    margin-top: 180px;
}

.section-about .description {
    width: 460px;
    height: 470px;
    background-color: #f1f1f1;
    position: absolute;
    z-index: 2;
    padding: 40px;
}

.section-about .description h3 {
    margin-bottom: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 40px;
    font-family: 'Questrial', sans-serif;
}

.section-about .description p {
    line-height: 1.85rem;
    font-family: 'Questrial', sans-serif;
}

.section-about .about-image {
    width: 560px;
    height: 600px;
    position: absolute;
    top: -50px;
    left: 380px;
}

.section-contact {
    position: relative;
    width: 100%;
    height: 400px;
    margin: auto;
    margin-top: 180px;
    margin-bottom: 100px;
}

.section-contact .form-container {
    width: 50%;
    float: left;
    font-size: 14px;
}

.section-contact .form-text {
    width: 50%;
    float: left;
}

.section-contact .form-text h3 {
    font-size: 30px;

}

.section-contact .form-text p {
    letter-spacing: 3px;

}

.section-contact .custom-input {
    outline: none;
    border: none;
    border-bottom: solid 1px #000;
    padding: 10px;
    margin-bottom: 20px;
    color: #000;
}

.section-contact .custom-input:hover {
    border: solid 1px #000;
}

.section-contact .custom-input::placeholder {
    color: #000;
}

.section-contact textarea {
    box-sizing: border-box;
    width: 100%;
}

.section-contact .btn-custom {
    background-color: #000 !important;
    color: white;
    box-sizing: border-box;
    padding: 10px 0px;
    width: 100%;
    border: none;
}

.section-contact .form-container label {
    margin-left: 10px;
}

.section-blog {
    position: relative;
    height: 300px;
    width: 100%;
    margin: auto;
    margin-top: 100px;
    border: solid 1px #000;
}

.blog-post {
    float: left;
    width: calc(100% / 3);
    padding: 20px;
    height: 100%;
}

.blog-post h5 {
    text-align: center;
    margin-bottom: 25px;
}

.blog-post .img-full-wrapper {
    width: 100%;
    height: auto;
}

.blog-post .img-full-wrapper img {
    width: 100%;
    height: auto;
}

.section-blog .text-wrapper {
    text-align: center;
    justify-content: center;
    padding-top: 120px;
}

.footer {
    text-align: center;
    letter-spacing: 4px;
}