/*
Theme Name: Acurian
Theme URI: http://acurian.com/
Author: Trellist, Inc.
Author URI: http://trellist.com/
Description: Base theme for the primary Acurian, Inc. website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: acurian
Tags:

Theme styles can be found in assets/css

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

acurian is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*MCG UPDATES - 4/2/2019*/
.site-header .site-title{
	background:none;
	margin: 2rem 0px 2rem 60px;
	width:100%;
}
.site-header .site-title a{
	color:#2a3784;
	font-size:28px;
	font-family:myriad-pro,Helvetica,Arial,sans-serif;
    font-weight: 600;
	line-height:25px;
}
.site-header .site-title a:hover{
	text-decoration:none;
}
.home section.services .message ul{
	display:table;
	margin:0 auto;
	width:auto;
}
@media only screen and (max-width: 767px){
	.site-header .site-title a{
		font-size:22px;
	}
	.site-header .site-title{
		margin: 2rem 0px 2rem 30px;
	}
}
.violator{
	width:279px;
	height:279px;
	position:absolute;
	left:50px;
	top:50px;
}
.violator img{
	width:100%;
	height:auto;
}
@media only screen and (max-width:991px){
	.violator{
		width:30%;
		height:auto;
		background-size:contain;
		position:absolute;
		left:20px;
		top:2.5%;
	}
}
@media only screen and (min-width: 992px){
	.carousel .carousel-indicators,
	.carousel-inner{
		margin-left: 330px;
	}
}
