@charset "UTF-8";
/* CSS Document */

/*

Colours on logo

1. Primary Blue	HEX: #00AEEF
 
2. Dark Blue HEX: #0072BC
 
3. Lime Green HEX: #8DC63F


*/

body	{
	padding-top: 5px;
	background-color: #222222;
}

/* Nav styling*/

.navbar		{
	padding: 10px;	
	margin: 10px 0px 20px 0px;
	border-radius: 5px;
	border: 2px solid #04a4f2;
}

.navbar-dark .navbar-nav .nav-item .nav-link {
  	color: #8DC63F;
  	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 24px;	

}

.navbar-dark .navbar-nav .nav-item .nav-link:hover {

  color: #00AEEF;

}

.navbar-nav > .active > .a {

  color: red;

}

/* Toggle border */

.navbar-dark .navbar-toggler {
   border: 2px solid #8DC63F;
}

/* Text Syling */

h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 48px;
	line-height: 48px;
	color: #8DC63F;
	font-weight: 100;	
	margin: 10px 0px 20px 0px;
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	line-height: 32px;
	color: #8DC63F;
	font-weight: 100;	
	margin: 2px 0px;
}


h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	line-height: 32px;
	color: #8DC63F;
	font-weight: 100;	
	margin: 2px 0px;
}

.style_1 {
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: 100;
	color: #00AEEF;
	margin: 10px 0px;
}


.style_2 {
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: 100;
	color: #00AEEF;
}

.style_3 {
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: 100;
	color: #00AEEF;
}

/* Quote Block Styling */

/* Text & Pic Block Syling */

.photo_text_block	{
	padding: 10px 0px;
}

.photo_text_1	{
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-style: italic;
	color: #00AEEF;
}

/* Phone link styling */

.phone_link_container	{
	text-align: center;
	padding: 50px 0px 0px 0px;
}

a.phone_link {
	text-decoration: none;
	font-family: 'Impact';
	font-size: 40px;
	line-height: 42px;
	color: #8DC63F;
	font-weight: 100;
}
a.phone_link:visited {
	text-decoration: none;

}
a.phone_link:hover {
	text-decoration: none;
	color:  #00AEEF;
}

/* External Link */

a.external_link {
	font-family: 'Impact';
	font-size: 30px;
	line-height: 56px;
	font-weight: 100;
	color: #000000;	
	/*text-shadow: 2px 2px #007FFF;*/
}
a.external_link:visited {
	text-decoration: none;

}
a.external_link:hover {
	text-decoration: none;
	color: #000000;
}

/* hr Styling */

.hr_1 {
        height: 1px;
        background-color: #8DC63F;
        border: none;
		width: 30%;
		margin: 20px auto;
    }



/* Footer styling */

.footer {
	padding: 10px;	
	margin: 30px 0px 10px 0px;	
	border-radius: 5px;	
	border: 2px solid #04a4f2;	
}

.footer_text{
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #8DC63F;
	margin: auto 0px;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

