﻿/* CSS Document */
/*Author: Snowbird Media, Terri Harlow, https://snowbirdmedia.ca*/

:root {
	font-size: calc(1vw+1vh+.5vmin)
}
body {
	margin: 0 auto;
	padding: 1em;
	background-color: #e8e8e8
}
.wrapper {
	display: block
}
.box {
	min-width: 250px;
	border-radius: 10px;
	margin: 2.75% auto;
	padding: 20px;
	background-color: #444;
	color: #fff
}
a:link, a:visited{
	display: block;
    min-height:100px;
	text-decoration: none
}
a:hover,a:active, a:focus {
	text-decoration: none
}

.forensic a:link, .forensic a:visited {
	color: #5588a3
}
.accounting a:link, .accounting a:visited {
	color: #2361a1
}
.forensic {
	background-color: #00334e;
	font-family: 'Roboto Condensed', Sans-Serif;
	line-height: 1.0;
	max-width: 1024px;
	-webkit-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.35);
	-moz-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.35);
	box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.35)
}
.accounting {
	border: 2px solid #0489CC;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4;
	max-width: 1024px;
	-webkit-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.25);
	-moz-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.25);
	box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.25)
}
.forensic h1 {
	font-weight: 400;
	font-size: 2.4rem;
	color: #5588a3
}
.accounting h1{
	text-transform: uppercase;
	font-size: 2rem;
	color: #2361a1
}
.forensic h2 {
	font-style: normal;
	font-weight: 400;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.5
}
.accounting h2{
	font-family: Verdana, sans-serif;
	font-style: normal;
	color: #2361a1;
	font-size: 1.1rem
}
.accounting aside {
	color: #2361a1;
	font-family: Verdana, sans-serif;
    font-weight: normal
}
.credit {
display:none
}
/* Mobile view */
@media screen and (max-width:480px) {
body {
font-size: 1rem
}
.brand {
display:none
}
.forensic h1 {
	font-weight: 400;
	font-size: 1.9rem;
	color: #5588a3
}
.accounting h1{
	text-transform: uppercase;
	font-size: 1.7rem;
	color: #2361a1
}
.forensic h2 {
	font-style: normal;
	font-weight: 400;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.2
}
.accounting h2{
	font-family: Verdana, sans-serif;
	font-style: normal;
	color: #2361a1;
	font-size: 1.2rem
}
}