/*
Theme Name: TACS
Author: Martin Richards
Description: TACS Responsive Theme for WordPress
Version: 0.0.1
*/

* {
    box-sizing: border-box;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
.m-left {text-align: left;}
.m-site_nav li {
	position: relative;
	display: inline-block;
	padding: 0px;
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
	.m-left {text-align: right;}
	.site_nav li {
		position: relative;
		display: inline-block;
		padding: 20px;
	}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
	.right {text-align: right;}
	.site_nav li {
		position: relative;
		display: inline-block;
		padding-top: 20px;
	}
}

[class*="col-"] {
    float: left;
    padding: 5px;
}

.row {
	text-align: center;
	max-width: 1046px;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

.left {
    text-align: left;
}


img {
    max-width: 100%;
    height: auto;
}

body
{
    font-family: 'Arial';
    font-size: 100%;
    color: black;
    background-color: white;
}

h2
{
    color: #2E75B6;
}

h3
{
    color: #2E75B6;
}

a
{
    color: #2E75B6;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

td
{
    vertical-align: top;
}

.site_nav li a {
}

.m-site_nav li a {
}

.footer {
	background-color: #2E75B6;
	background-image: url('../images/TacsFooter.png');
	background-repeat: no-repeat;
    background-position: center top; 
	color: white;
}

.footer h3 {
	color: white;
}

.footer a {
	color: white;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

