/*
Theme Name: I Am Counselling II
Author: Andrew Gilchrist
Description: Custom Fast and Light WordPress Theme
Version: 0.0.1
Tags: Wordpress Theme
*/

body {
	font-family: "Nunito", sans-serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;	font-size:130%;
	background:white;
	line-height:1.4;
	overflow:hidden;
	color:#222222;
}

h1 {
	font-family: "Nunito", sans-serif;
	font-size:250%;
	line-height:1;
}

h2 {
	font-family: "Nunito", sans-serif;
	line-height:1;
}

h3 {
	font-family: "Nunito", sans-serif;
	line-height:1;
}

a {
	text-decoration:none;
	transition:0.25s;
}

a:hover {
	color:#009999;
}

.hamburger {
	position:fixed;
	right:16px;
	top:16px;
	z-index:3000;
	font-size:150%
}

.footer a {
	transition:0.25s;
}

.footer a:hover {
	color:#FF0000;#1B3570;
}

.button1, .button2 {
	background:#F3F3F3;
	color:#222222;
	border-radius:6px;
	border:1px solid black;
	padding:12px 12px;
	cursor:pointer;
	text-align:center;
	transition:all 0.25s;
	text-transform:uppercase;
	font-size:85%;
	font-weight:bold;
}

.button2 {
	background:#CC0000;
}

.button1:hover, .button2:hover {
	background:#222222;
	color:white;
	cursor:pointer;
}

.main-menu a {
	xmargin-left:6px;
	color: #555555;
	xfont-size:110%;
	text-transform:lowercase;
	xtext-shadow:0px 0px 10px rgba(0,0,0,0.75);
	font-weight:500;
	xpadding:10px;
	transition:all 0.25s;
	xborder-radius:6px;
	xfont-family:Bebas Neue;
	margin-left:20px;
}


.main-menu a:hover {
	color:#009999;
}


.logo img {
	height:75px;
}

.ag-spacer {
	padding:60px;
}

.rounded {
	border-radius:6px;
}

.top-bar {
	z-index:1000;
	xbackground:#1B3570;
	background:#F5F5F5;
	xbackground:rgba(0,0,0,0.66);
	width:100vw;
	position:fixed;
	top:0px;
	xpadding:6px;
	xcolor:white;
	xbox-shadow:0px 0px 10px rgba(0,0,0,0.75);
	border-bottom:1px solid #E3E3E3;
}

.ag-padding {
	padding:32px;
}

#mmenu {
	margin-top:40px;
	z-index:2000;
	display:none;
	background:white;
	padding:12px 24px 12px 12px;
	border-radius:6px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.33);
	font-size:66%;
	width:90vw;
}


#mmenu a {
	display:block;
	line-height:1.5;
	color:black;
}

.teal {
	color:#009999;
}

.boldish {
	font-weight:400;
}

.subheading-left {
	text-align:left;
}
.subheading-right {
	text-align:right;
}

.home-logos img {
	transition:all 0.25s;
}

.home-logos img:hover {
	transform:scale(1.1);
}

.footer a {
	xdisplay:block;
	line-height:1.5;
}

.footer a::before {
  xcontent: "> ";
}

.footer .gt {
	font-weight:350;
	margin-right:12px;
}

.footer {
	background:#ABDDDD;
}

.bottom-bar {
	background:#009999;
}

.footer a {
	color:black;
	text-transform:lowercase;
}

.bottom-bar a {
	color:white;
}

.footer a:hover, .bottom-bar a:hover {
	font-weight:500;
	color:black;
}

.bottom-bar i {
	font-size:150%;
}

.footer-menu {
	xmargin: 0;
	padding: 0px 24px;
	xdisplay: inline;
	list-style:circle;
}

.footer b {
	font-weight:700;
}

.zero-margin {
	margin:none;
	padding:none;
	xborder:1px solid red;
}

.ag-slider-width {
	width:75vw;
	xborder:1px solid red;
	margin:auto;
}

.margin-auto {
	margin:auto;
}

.zero-surround {
	padding:0;
	margin:0;
}

.ag-padding-32 {
	padding:16px;
}

.nav-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display:inline;
}

.nav-menu li {
	display:inline;
}


@media (max-width: 1200px) {

	.subheading-left {
		text-align:center;
	}
	.subheading-right {
		text-align:center;
	}


}


@media (min-width: 0px) and (max-width: 400px) {
}

@media (min-width: 768px) and (max-width: 1200px) {
}

@media (min-width: 400px) and (max-width: 1200px) {
}

@media (min-width: 800px) and (max-width: 1200px) and (orientation: portrait) {
}

@media (min-width: 800px) and (max-width: 1200px) and (orientation: landscape) {
}

