@font-face {
    font-family: 'robotoregular';
    src: url('https://cdn.sketchbot.com/fonts/Roboto-Regular-webfont.eot');
    src: url('https://cdn.sketchbot.com/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.sketchbot.com/fonts/Roboto-Regular-webfont.woff2') format('woff2'),
         url('https://cdn.sketchbot.com/fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('https://cdn.sketchbot.com/fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('https://cdn.sketchbot.com/fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'robotobold';
    src: url('https://cdn.sketchbot.com/fonts/Roboto-Bold-webfont.eot');
    src: url('https://cdn.sketchbot.com/fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.sketchbot.com/fonts/Roboto-Bold-webfont.woff2') format('woff2'),
         url('https://cdn.sketchbot.com/fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('https://cdn.sketchbot.com/fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('https://cdn.sketchbot.com/fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'robotomedium';
    src: url('https://cdn.sketchbot.com/fonts/Roboto-Medium-webfont.eot');
    src: url('https://cdn.sketchbot.com/fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.sketchbot.com/fonts/Roboto-Medium-webfont.woff2') format('woff2'),
         url('https://cdn.sketchbot.com/fonts/Roboto-Medium-webfont.woff') format('woff'),
         url('https://cdn.sketchbot.com/fonts/Roboto-Medium-webfont.ttf') format('truetype'),
         url('https://cdn.sketchbot.com/fonts/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'robotoblack';
    src: url('https://cdn.sketchbot.com/fonts/Roboto-Black-webfont.eot');
    src: url('https://cdn.sketchbot.com/fonts/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.sketchbot.com/fonts/Roboto-Black-webfont.woff') format('woff'),
         url('https://cdn.sketchbot.com/fonts/Roboto-Black-webfont.ttf') format('truetype'),
         url('https://cdn.sketchbot.com/fonts/Roboto-Black-webfont.svg#robotoblack') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.nav-font {color:#5F574F; font-size:1rem; font-family:'robotoregular'; text-transform:uppercase;}
.sitemap-section {color:#f78f4b; font-size:.85rem; font-family:'robotomedium'; text-transform:uppercase;}
.sitemap-link {color:#221f1c; font-size:.85rem; font-family:'robotoregular';}
.contact-text {color:#221f1c; font-size:.70rem; font-family:'robotoregular';}

.arial12_bold {font-family: Arial; font-size: 12px; font-weight: bold;}
.arial10 {font-family: Arial; font-size: 10px;}

@media (max-width: 768px) {
.sitemap-section {font-size:1rem;}
.sitemap-link {font-size:1rem;}
.contact-text {font-size:.9rem;}
}

@media (min-width: 768px) {
	.nav-font {font-size:.95rem;}
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
    .nav-font {font-size:1rem;}
}
@media (width:768px){
		.nav-font {font-size:.85rem;}
}