/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.topnav {
    font-size: 14px; 
}

.navbar-left img {
    max-height: 40px;
    height: auto;
    max-width: 100%;
    width: 30;
    display: block;
    margin-top: 5px;
}


/* Adjust hamburger menu position */
.navbar-toggle {
    margin-top: 8px; /* Fine-tune position */
}
.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/intro-bg.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
	margin-top:3em;
    padding-top: 20%;
    padding-bottom: 20%;
	padding-left: 2.5em;
	padding-right: 2.5em;
	background:rgba(52, 27, 43, 0.5);
	display: inline-block;
	
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 80px 20px; /* Adjusted padding for better mobile display */
    color: #f8f8f8;
    background:
        linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), 
        url(../images/mainplas.jpg) no-repeat center 70%;
    background-size: cover;
    background-color: #f8f8f8;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 2em; /* Reduced font size for better mobile readability */
}

.banner-social-buttons {
    list-style: none; /* Remove default list styles */
    padding: 0;
    margin: 15px 0 0 0; /* Adjusted margin for better spacing */
    text-align: right; /* Align buttons to the right on mobile */
}

.banner-social-buttons li {
    display: inline-block;
    margin-right: 10px; /* Adjusted margin between social buttons */
}

.banner-social-buttons a {
    display: block;
    padding: 10px; /* Adjusted padding for smaller touch targets */
    background-color: #333; /* Background color for buttons */
    color: #fff; /* Text color */
    font-size: 1.5em; /* Adjusted font size for icons */
    text-decoration: none; /* Remove underline */
}

@media (max-width: 991px) {
    .banner {
        padding: 60px 20px; /* Further reduce padding on smaller screens */
    }

    .banner h2 {
        font-size: 1.8em; /* Adjusted font size for medium screens */
    }
}

@media (max-width: 767px) {
    .banner {
        padding: 40px 20px; /* Minimal padding on smallest screens */
    }

    .banner h2 {
        font-size: 1.5em; /* Smaller font size for mobile screens */
    }

    .banner-social-buttons li {
        margin-right: 8px; /* Adjusted margin for smaller screens */
    }

    .banner-social-buttons a {
        padding: 8px; /* Smaller padding for mobile buttons */
        font-size: 1.2em; /* Smaller font size for icons on mobile */
        line-height: 1; /* Ensure icons are vertically centered */
    }

    .banner-social-buttons a span.network-name {
        display: none; /* Hide network names on mobile */
    }
}

footer {
    padding: 20px 0; /* Adjusted padding for smaller devices */
    background-color: #f8f8f8;
}

footer .list-inline {
    margin-bottom: 0; /* Remove default margin */
}

footer .list-inline li {
    display: inline-block;
    margin-right: 10px; /* Adjusted margin between menu items */
}

footer .list-inline li.footer-menu-divider {
    color: #999; /* Color for menu dividers */
}

footer .list-inline li:last-child {
    margin-right: 0; /* Remove margin for the last menu item */
}

footer p.copyright {
    margin-top: 10px; /* Add some space between menu and copyright */
    text-align: center; /* Center align copyright text */
}

@media (max-width: 767px) {
    footer .list-inline li {
        margin-right: 5px; /* Adjusted margin for smaller screens */
    }
}

p.copyright {
    margin: 15px 0 0;
}

/* FORMS ------------------------------------------------------------*/

#sc-contact-form,
#contactForm,
#commentform,
#contactForm{
	margin-bottom: 18px;
}

#sc-contact-form input,
#sc-contact-form textarea,
.admin-form input,
.admin-form textarea,
#contactForm input,
#contactForm textarea,
#commentform input,
#commentform textarea{
	padding: 10px 15px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sc-contact-form input,
.admin-form input,
#contactForm input,
#commentform input{
	width: 282px;
}

#sc-contact-form textarea,
.admin-form textarea,
#contactForm textarea,
#commentform textarea{
	width: 380px;
}

#sc-contact-form #submit,
.admin-form #submit,
#contactForm #submit,
#commentform input#submit{
	width: 76px;
	margin: 21px 0px;
	padding: 5px 0px;
	color: #f1f1f1;
	
	background: #515558;
	background: -webkit-gradient(linear, left top, left bottom, from(#515558), to(#131313)); 
	background: -moz-linear-gradient(top,  #515558,  #131313);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#515558', endColorstr='#131313', GradientType=0);
	
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	box-shadow: 0px 1px 2px rgba(0,0,0,.5);
	
	border: 1px solid transparent;
}

#sc-contact-form #submit:hover,
.admin-form #submit:hover,
#contactForm #submit:hover,
#commentform input#submit:hover{
	background: #515558;
	background: -webkit-gradient(linear, left top, left bottom, from(#131313), to(#515558)); 
	background: -moz-linear-gradient(top,  #131313,  #515558);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#131313', endColorstr='#515558', GradientType=0);
	
	
	
}

#sc-contact-form input,
#sc-contact-form textarea,
.admin-form input,
.admin-form textarea,
#contactForm input,
#contactForm textarea,
#commentform input,
#commentform textarea{
	color: #606060;
	font-size: 14px;
}

textarea  {
    width: 280px !important; /* Adjust width as needed */
}

#sc-contact-form label,
.admin-form label,
#contactForm label,
#commentform label{
	display: block;
	font-size: 14px;
	line-height: 2.5em;
	font-weight: light;
}
