
/* --------------------------------------
   Layout
   -------------------------------------- */
	
	img {
		max-width:100%;
	}
	
	.img2 {
		width:100%;
	}
	
	video {
		max-width:100%;
	}
	
	.padding {
		padding:8px;
	}
	
	.padding-v {
		margin-top:10px;
		margin-bottom:10px;
	}
	
	.padding-h {
		margin-left:10px;
		margin-right:10px;	
	}
	
	.minus-margin {
		margin-top:-70px;
	}
	
	.spacing {
		margin-left:15px;
	}
	
	.spacing2 {
		margin-right:15px;
	}
	
	.spacing3 {
		margin-right:25px;
	}
	
	.spacing4 {
		margin-bottom:10px;
	}
	
	.spacing5 {
		margin-left:5px;
	}
	
	.footer {
		background-color:#ccc;
	}
	
	ul.footer {
		list-style-type:none;
	}

	ul.footer li {
		float:left;
		padding:5px;
	}
	
	ul.contact {
		list-style-type:none;
	}
	
	.social-networks li a {
		font-family:"Socialicons";
		font-size:36px;
	}
/* --------------------------------------
   Typography
   -------------------------------------- */
	body {
		-webkit-font-smoothing: antialiased;
		text-rendering: optimizelegibility;
		font-size:13px;
	}
	
	h1 {
		margin:0;
		padding:0;
		font-family: 'Felipa', cursive;
		font-size:42px;
	}
	
	h3 {
    	font-family: 'Felipa', cursive;
		font-size:26px;
	}

	h4 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:20px;
		font-weight:bold;
	}
	
	h5 a {
		color:#ebaa5a;
	}
	
	h5 a:hover {
		color:#ebaa5a;
		text-decoration:none;
	}
	
	h6 a {
		color:#2d0201;
		font-size:18px;
	}
	
	ul.faqs {
		list-style-type:none;
	}
	
	.justify {
		font-size:14px;
		text-align:justify;
	}
	
	.pdfforms {
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight:300;
		color:#492a13;
	}
	
	.contacttext {
		font-size:15px;
	}
	
	.eitc-headers {
		font-size:16px;
		font-weight:bold;
		color:#2d0201;
	}
	
	.introtext {
		font-family: Arial, Helvetica, san-serif;
		font-size: 14px;
		line-height: 1.25;
	}
	
	.services {
		font-size:16px;
		color:#2d0201;
		font-weight:500;
	}
	
	.strong {
		font-weight:bold;
	}
	
	.emphasis {
		font-style:italic;
	}
	
	.righttext {
		text-align:right;
	}

	ul.forms {
		list-style-type:square;
		font-size:16px;
		color:#036;
	}
	
	.bizname {
		font-size: 30px;
		font-weight: bold;
		color: #003366;
	}
	
	.footertext {
		font-size: 12px;
		padding-top:3px;
	}	
	
	.vcenter {
		padding: 10px 0;
	}
	
	.center {
		margin:auto;
		width:90%;
	}
	
	.text-center {
		text-align: center;
	}
	
	.text-white {
		color:#FFF;
	}
	
	.text-gold {
		color:#ebaa5a;
	}
	
	.text-burgundy {
		color:#2d0201;
	}
	
/* --------------------------------------
   Navbar
   -------------------------------------- */
	.navbar {
		background-color:#2d0201;
		font-size:14px;

	}
	
	.navbar ul {
		list-style-type:none;
		margin:0;
		padding:0;
		overflow:hidden;
	}
	
	.navbar li {
		display:inline;
	}
	
  	.navbar li a {
   		color: #ebaa5a;
		display:inline-block;
		padding: 15px 15px;
    	text-decoration: none;
		text-align:center;
   }
   
	.navbar li a:hover {
	   	font-weight:bold;
		text-decoration: underline;
		color:#fff;
   }
   
   .active {
	   text-decoration:underline;
   }
   
   #menu {
	   width:90%;
	   margin:0 auto;
   }
	   
   .footer ul {
	   margin:0 auto;
   }
   
   .footer li a {
   		color: #ebaa5a;
   		font-size: 14px;
		font-weight:300;
   }
   
	.footer li a:hover {
	  text-decoration: underline;
   }
   
/* --------------------------------------
   Carousel
   -------------------------------------- */
	
	
	
/* --------------------------------------
   Global Styles
   -------------------------------------- */
		
	.borders {
		border: solid 8px #6d3c00;
	}
	
	.color1 {
		background-color:rgba(255, 255, 255, 0.9);
	} /*transparent white*/

	.color2 {
		background-color:#ebaa5a;
	} /*light gold*/
	
	.color3 {
		background-color:#25945c;
	}	/*green*/
	
	.color4 {
		background-color:#ebaa5a;
	}	/*light gold*/
	
	.color5 {
		background-color:ffffcc;
	}	/*pale white*/
	
	.color6 {
		background-color:#492a13;
	}	/*brown*/
	
	.color7 {
		background-color:#2d0201;
	}	/*burgundy*/
	
	.color8 {
		background: rgb(61, 0, 28);
		background: -moz-linear-gradient(90deg, rgb(61, 0, 28) 34%, rgb(35, 17, 23) 86%);
		background: -webkit-linear-gradient(90deg, rgb(61, 0, 28) 34%, rgb(35, 17, 23) 86%);
		background: -o-linear-gradient(90deg, rgb(61, 0, 28) 34%, rgb(35, 17, 23) 86%);
		background: -ms-linear-gradient(90deg, rgb(61, 0, 28) 34%, rgb(35, 17, 23) 86%);
		background: linear-gradient(180deg, rgb(61, 0, 28) 34%, rgb(35, 17, 23) 86%);
	}
	
	.corners {
		border-radius: 10px;
	}
	
	.spacer {
		margin-left: 10px;
	}
	
	.spacer-minus {
		margin-left:-10px;
	}
	
	.zero {
		padding:0;
	}
	
	.left {
		float:left;
	}
	
	.right {
		float:right;
	}
	
	.fullwidth {
		width:100%;
	}
	
	.links a {
		color: #003366;
	}
	
	.links a:hover {
		text-decoration: underline;
	}
	
	body {
		background-image: url(../../includes/css/images/atlanta-skyline-19872725.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-attachment: fixed;
	}
	
/* --------------------------------------
   Media Queries
   -------------------------------------- */

/* Portrait & landscape phone */
@media (max-width: 480px) {
	  	.navbar li a {
   		color: #ebaa5a;
		display:block;
		padding: 15px 15px;
    	text-decoration: none;
		text-align:center;
   }
	
	
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
	
	
	
	
	
}

/* Large desktop */
@media (min-width: 1200px) {
	
	
	
	
}