HOME


sh-3ll 1.0
DIR:/chroot/home/laughingplants/laughingplants.com/html/css/
Upload File :
Current File : /chroot/home/laughingplants/laughingplants.com/html/css/white-header.css
#menu_transparent {
	background-image: url('../images/banner_header.png');
    margin-top: -93px;
    min-height: 490px;
    background-size: cover;
}

#menu_transparent p {
	color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 2;
}

#menu_transparent h2
{
	color: #fff;
    font-size: 44px;
    font-family: Segoe_UI_Symbol_Regular;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 25px;
    margin-top: 10%;
}

#menu_transparent p a
{
	font-size: 17px;
    font-weight: 100;
    color: #fff;
}

#menu_transparent .banner_img_right img
{
	float: right;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #eee !important;
}

.active {
    color: #aaa !important;
}

#about
{
	margin-top: 4%;	
}

.contact
{
	color: #fff;
    font-family: Segoe_UI_Symbol_bold;
    font-size: 20px;
}

.about_features h2
{
	color: #595959;
    font-family: Segoe_UI_Symbol_bold !important;
    margin-top: 0;
    font-size: 24px;
}

.about_features p
{
	color: #575757;
    font-family: Segoe_UI_Symbol_Regular;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.6px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.about_features h5 {
    color: #ffb700;
    font-size: 16px;
    font-family: Segoe_UI_Symbol_bold;
}

.about_instructions h2
{
	color: #737373;
    font-family: Segoe_UI_Symbol_bold !important;
    margin-top: 30px;
    font-size: 24px;
}

.about_instructions p
{
	color: #575757;
    font-family: Segoe_UI_Symbol_Regular;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.6px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.about_instructions p a
{
	color: #238548;
    text-decoration: none;
    font-family: Segoe_UI;
    font-weight: bold;
}

.about_instructions h5 {
    color: #ffb700;
    font-size: 16px;
    font-family: Segoe_UI_Symbol_bold;
}

.nature img {
    position: absolute;
    z-index: 9;
    right: 46%;
    bottom: -37%;
}

.best_nature {
    color: #fff;
    font-family: Segoe_UI_Symbol_Regular !important;
    font-size: 32px !important;
    text-transform: capitalize !important;
    font-weight: bold;
    letter-spacing: 0;
    padding: 30px 0 20px 0;
    margin-bottom: 10px;
}

.nature_p {
    font-size: 18px;
    padding-bottom: 30px;
    line-height: 1.7;
    font-family: Segoe_UI_Symbol_Regular;
    color: #fff;
    padding-bottom: 35px;
}

.nature_p a {
    color: #fff;
    text-decoration: underline;
    font-size: 15px;
}

.navbar-default .navbar-toggle {
    border-color: #fff !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #007a33;
}

.sitemap_right_img img {
    position: absolute;
    right: 0;
    top: 27%;
}

#sitemap h2 {
	color: #76aa86;
    font-size: 24px;
    font-family: Segoe_UI_Symbol_bold;
    margin-top: 50px;
}

#sitemap p a {
    color: #575757;
    font-family: Segoe_UI_Symbol_Regular;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.6px;
    margin-top: 10px;
    margin-bottom: 30px;
}


#sitemap p {
    color: #575757;
    font-family: Segoe_UI_Symbol_Regular;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.6px;
    margin-top: 10px;
    margin-bottom: 30px;
}

 #sitemap ul li{
    color: #575757;
    font-family: Segoe_UI_Symbol_Regular;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.6px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#sitemap p a:hover {
	text-decoration: none;	
}

@media(min-width: 768px) and (max-width: 991px)
{
	#menu_transparent 
	{	
		margin-top: -143px;
	}
}

@media(max-width: 420px)
{
	#menu_transparent {
    	margin-top: -89px;
	}	
}

@media (max-width: 991px)
{
	.nature img {
	    width: 100% !important;
	    position: relative;
	    right: 0;
	    height: 100%;
	}
	
	.sitemap_right_img img {
    position: relative;
    right: 0;
    top: 28%;
	}
}

@media(max-width: 768px)
{
        header {
	     background-color: #007a33;
        }
}