@import 'https://fonts.googleapis.com/css?family=Raleway';

body
{

font-family: 'Amaranth', sans-serif;
}
p
{
font-family: 'Raleway', sans-serif;}
.container
{
width:90%;
}



.top{
    background:#f46521; 
    background: -webkit-linear-gradient(#fdb717, #f46521);
    background: -o-linear-gradient(#fdb717, #f46521); 
    background: -moz-linear-gradient(#fdb717, #f46521); 
    background: linear-gradient(#fdb717, #f46521);
	padding-top:1%;
	padding-bottom:3%;
}

/*

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
    
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }*/

/*
    Multicoloured Hover Variations
*/
 /* #social-fb{
    
	 border-radius:0px;
	     border-radius: 0px;
 color: #3B5998;;
   
	
	 
 }
 #social-tw {
    
	     border-radius: 0px;
   color: #4099FF;
  
	
	   
 }
 #social-gp {
     
	     border-radius: 0px;
    color: #d34836;
  
	   
 }
 #social-em {
     
	    
    color: #f39c12;
   
	   
 }


 
 .icons
 {
 margin-top:5%;
 text-align:right;
 }

.fa-3x {
    font-size: 60px;
}*/
.navbar {
    border-radius: 0px;
	    min-height: 60px;
		    margin-bottom: 0px;
}

.navbar-default {
    background-color: TRANSPARENT;
	}
	.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
	}
	.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
  
    width:100%;
  
   
    background-color: #00984d;
    background-image: -moz-linear-gradient(top, #6c8609, #00984d);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6c8609), to(#00984d));
    background-image: -webkit-linear-gradient(top, #6c8609, #00984d);
    background-image: -o-linear-gradient(top, #6c8609, #00984d);
    background-image: linear-gradient(to bottom, #6c8609, #00984d);
    background-repeat: repeat-x;
   
  
    
}

.navbar .navbar-collapse {
  text-align: center;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
     background-color: #6c8609;
    background-image: -moz-linear-gradient(top, #00984d, #6c8609 );  
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00984d), to(#6c8609));
    background-image: -webkit-linear-gradient(top, #00984d, #6c8609);
    background-image: -o-linear-gradient(top, #00984d, #6c8609);
    background-image: linear-gradient(to bottom, #00984d, #6c8609);
}

.navbar-default .navbar-nav>li>a {
    color: white;
	line-height: 30px;
    font-size: 15px;
}

.navbar-default .navbar-nav>li>a:hover
{ background-color: #6c8609;
    background-image: -moz-linear-gradient(top, #00984d, #6c8609 );  
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00984d), to(#6c8609));
    background-image: -webkit-linear-gradient(top, #00984d, #6c8609);
    background-image: -o-linear-gradient(top, #00984d, #6c8609);
    background-image: linear-gradient(to bottom, #00984d, #6c8609);
	color:white;
	}

.navbar-nav>li {
    float: left;
    width: 20%;
	border-left:1px solid #6c8609;
	border-right:1px solid #6c8609;

}
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
	}
	
	.carousel-caption {
    
    bottom: 0px;
	    padding-bottom: 20px;
		
    right: 0%;
    left: 0%;
    background: rgba(0, 0, 0, 0.7);
    padding: 3px;
	text-transform:capitalize;
	}
	
	.main
	{
	background: url(../images/back.jpg) center 0 repeat; 

		padding-bottom:5%;
	    min-height: 100%;
    height: auto !important
	}
	
	
	.main h3
	{
	    font-size: 22px;
		font-weight:bold;
		    margin: 0 0 20px;
		}
		
		.text
		{
		
		background:white;
		
		    padding: 5% 10%;
			-webkit-box-shadow: 0 20px 23px -13px black;
     -moz-box-shadow: 0 20px 23px -13px black;
          box-shadow:0 20px 23px -13px black;
		}
		.row {
    margin-right: 0px;
    margin-left: 0px;
}

.test
{
background:#fb5f08;
color:white;
    padding-top: 55px;
    padding-bottom: 55px;

}

.test h3
{

    font-size: 70px;
    line-height: 84px;
	}
	
	.test p
	{
	    margin-top: 42px;
		}
		.small
		{
		    display: block;
    font-size: 0.55em;
    line-height: 1em;
	padding-top:8px;
	margin-top:0px;
	
}
blockquote {
   
    border-left: 0px solid #eee;
	}
	
	footer
	{
	
    top: 5792px;
    z-index: 73;
    background: rgb(246, 246, 246);
	font-weight: bold;
	padding-top: 3%;
	padding-bottom:3%;
	text-align:center;
	}

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #6c8609;
    background-image: -moz-linear-gradient(top, #00984d, #6c8609 );  
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00984d), to(#6c8609));
    background-image: -webkit-linear-gradient(top, #00984d, #6c8609);
    background-image: -o-linear-gradient(top, #00984d, #6c8609);
    background-image: linear-gradient(to bottom, #00984d, #6c8609);/* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
.menu
{
color:white;
background-color: #6c8609;
    background-image: -moz-linear-gradient(top, #00984d, #6c8609 );  
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00984d), to(#6c8609));
    background-image: -webkit-linear-gradient(top, #00984d, #6c8609);
    background-image: -o-linear-gradient(top, #00984d, #6c8609);
    background-image: linear-gradient(to bottom, #00984d, #6c8609);
	    padding: 15px 30px;
	width:100%;
	
	}
	
	.main h2
	{
	    font-size: 70px;
    line-height: 84px;
	}
	
	.about
	{
	padding-bottom:3%;
	padding-top:3%;
	background: url(../images/test.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  }
  
  .about h3
  {
  color:white;
      font-size: 70px;
    line-height: 84px;
	text-align:center;
	}
	
	
	address a
	{
	color:#f46521;
	}
	
	address a:hover
	{
	color:#f46521;
	text-decoration:none;
	}
	
	
	.submit
	{
	    color: #fff;
     background-color: #6c8609;
    background-image: -moz-linear-gradient(top, #00984d, #6c8609 );  
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00984d), to(#6c8609));
    background-image: -webkit-linear-gradient(top, #00984d, #6c8609);
    background-image: -o-linear-gradient(top, #00984d, #6c8609);
    background-image: linear-gradient(to bottom, #00984d, #6c8609);
	}
	.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.thumbnail {
    padding: 0;
	    max-height: 90px;
    /* padding: 3px; */
    overflow: hidden;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}
	
	.main h3 a
	{
	text-align:center;
	background:#00994b;
	color:white;
	padding:3%;

	}
	.main h3 a:hover
	{
	text-decoration:none;
	}
	
@media all and (max-width: 500px) {
	.container{
	width:100%;
	}
	
	.thumbnail {
    padding: 0;
	    max-height: 400px;
    /* padding: 3px; */
    overflow: hidden;
}
 
	.test h3
{

    font-size: 35px;
    line-height: 42px;
	}
	
	.test
{

    padding-top: 25px;
    padding-bottom: 25px;

}

	
	.test p
	{
	    margin-top: 21px;
		}
		
		.about h3
  {
  color:white;
      font-size: 40px;
    line-height: 50px;
	
	}
	.main h2
	{
	    font-size: 40px;
    line-height: 40px;
	}
	
	.main h3 a {
	
	    padding: 2%;
    font-size: 18px;
	}
	}
	