﻿@import "https://use.typekit.net/pan7vpu.css";

.arch-background
{
    background-color: #3E5541;
    background-image: url('/images/arch/arch-background.jpg');
    background-position: center 80%;
    background-repeat: no-repeat;
    background-size: cover;
}

.arch-title
{
    font-family: "omnium-wide", sans-serif !important;
    font-weight: 500;
    font-style: normal;
    font-size: 32pt;
}

@media only screen and (max-width: 768px)
{
    .arch-title
    {
        font-family: "omnium-wide", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 48pt;
    }
}

.arch-title-small
{
    font-family: "omnium-wide", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    font-size: 24pt;
}