body {
	background-image:url("../../assets/img/tex.jpg");
	background-repeat:repeat;
    font-weight: 200;
    font-size: 12px;

}

/* Titles */
h1, h2, h3, h5, h6 {
    font-weight: 700;
    color: #333;
}

h1 {
	font-size: 35px;
	margin-top: 30px;
	margin-bottom: 30px;
}
h4{
	font-size:14px;
	font-weight:bold;
}


/* Paragraph & Typographic */
p {
    line-height: 20px;
    margin-bottom: 25px;
    font-size: 12px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #1abc9c;
    word-wrap: break-word;

}
a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.4;
	filter: alpha(opacity=60);
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


.navbar {
	text-transform: uppercase;
	margin-bottom: 0px;
}

.navbar-inverse {
	padding-bottom: 70px;
	padding-top: 0px;
	height:300px;
}

.navbar-inverse {
	background-image:url("../../assets/img/headbg.jpg");
	background-size: cover;
}

.navbar-inverse .navbar-nav > li > a {
	color: white;
}

.navbar-inverse .navbar-nav > li > a:hover {
	color: #222222;
}

.navbar-brand {
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 2px;
}


#footer {
	background-image:url("../../assets/img/tex2.jpg");
	background-repeat:repeat;
	padding-top: 50px;
	padding-bottom: 50px; 
	margin-top:100px;
}

#footer p {
	color: white;
}

#footer h4 {
	color: white;
	text-transform: uppercase;
	padding-bottom: 20px;
}


/* +++++ Color Wraps / Blog Page +++++ */

#inner {
	padding-top: 60px;
	padding-bottom: 100px;

}


