/* Enter Your Custom CSS Here */

.green-btn {
	background: #3399FF;
}
.green-btn:hover {
    background-color: #0066CC;
}

.navbar-header.responsive-logo {
    text-align: center;
    width: 100%;
}

.navbar-brand {
	min-height: 100px;
}

#main-nav {
	min-height: 150px;
}

.myliclass {
    text-align:left;
}

/*
.header,
.header-content-wrap,
.packages,
.contact-us {
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0) !important;
}*/

.home .header {
    min-height: 100px;
}

.header-content-wrap {
 	background:none !important;
}

.testimonial {
    background: none repeat scroll 0% 0% #cacaca;
}

.testimonial .section-header h2 {
    color: #454545; /* changes the color of the header text. Change to whatever you want */
}

/*SOME TESTING*/

table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}

td, th {
border: 1px solid #dddddd;
text-align: center;
padding: 2px;
}


