@font-face {
    font-family: 'cityStreetWearSemiBold';
    src: url('../fonts/city-streetwear-semi-bold.ttf');
    letter-spacing: 0.2rem;
}

.container {
    max-width: 1460px;
    min-width: 350px;
    min-height: 75vh;
}

.policy {
    font-family: 'Barlow', 'sans-serif';
}


.footerContainer {
    font-family: 'Cinzel', 'sans-serif';
    font-size: 1.1em;
}

.footerContainer {
    font-family: 'Cinzel', 'sans-serif';
    font-size: 1.1em;
}

.footerContainer a {
    text-decoration: none;
    color: black;
}

.footerContainer a:hover {
    text-decoration: none;
    color: black;
}

.footerLogo {
    font-size: 1.3em
}

.fa-phone {
    transform: rotateZ(90deg);
}


.shadow-b {
  box-shadow:
    0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048),
    0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072),
    0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
}

.divider {								/* minor cosmetics */
    display: table;
    font-size: 24px;
    text-align: center;
    width: 75%; 						/* divider width */
    margin: 40px auto;					/* spacing above/below */
    font-family: 'Cinzel', 'sans-serif';
}

.divider span {
    display: table-cell; position: relative;
}
.divider span:first-child, .divider span:last-child {
    width: 50%;
    top: 13px;							/* adjust vertical align */
    -moz-background-size: 100% 2px; 	/* line width */
    background-size: 100% 2px; 			/* line width */
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
}

.divider span:first-child {				/* color changes in here */
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#000));
    background-image: -webkit-linear-gradient(180deg, transparent, #000);
    background-image: -moz-linear-gradient(180deg, transparent, #000);
    background-image: -o-linear-gradient(180deg, transparent, #000);
    background-image: linear-gradient(90deg, transparent, #000);
}

.divider span:nth-child(2) {
color: #000; padding: 0px 5px; width: auto; white-space: nowrap;
}

.divider span:last-child {				/* color changes in here */
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(transparent));
    background-image: -webkit-linear-gradient(180deg, #000, transparent);
    background-image: -moz-linear-gradient(180deg, #000, transparent);
    background-image: -o-linear-gradient(180deg, #000, transparent);
    background-image: linear-gradient(90deg, #000, transparent);
}

.linkUnstyled, .linkUnstyled:link, .linkUnstyled:hover {
  color: inherit;
  text-decoration: none;
}

.outerButtonLink {
    max-width: 350px;
    color: #303131;
    text-decoration: none;
}

.outerButtonLink:hover {
    color: #F8F9FA;
    text-decoration: none;
}

.innerButtonDiv {
    text-decoration: none;
    min-width: 100%;
    max-width: 100%;
    min-height: 100px !important;
    max-height: 100px !important;
    text-align: center;
    background-color: #F0F3F6;
    border-width: 1px;
    border-style: solid;
    border-color: #303131;
    color: #273A4E;
    transition: 0.3s;
    font-size: 2rem;
    font-family: 'cityStreetWearSemiBold', 'sans-serif';
}

.innerButtonDiv:hover {
    text-decoration: none;
    text-align: center;
    background-color: #273A4E;
}

