﻿.LeftBorder {
    border-left: solid #F58506;
    height: 24rem;
}

.bgInnerPages {
    background-color: #430F19;
    color: white;
    padding-bottom: 18px;
}

h1 {
    font-size: 31px;
}

.form-control {
    background-color: #F5F5F5;
}

.about-title{
    font-size: 25px;
}

.size-guide-contact-section {
    background-color: #FFF6F1;
    text-align: center;
    padding: 60px 20px;
}

.size-guide-contact-subtext {
    color: #333;
    font-size: 1rem;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .LeftBorder {
        border-left: none;
    }
}
