/*
Theme Name: BootstrapWP
Theme URI: http://bootstrapwp.rachelbaker.me
Author: Rachel Baker
Author URI: http://www.rachelbaker.me
Description: A semantic HTML/CSS framework base theme for WordPress Developers ported from Twitter Bootstrap
Version: 1.0
=======
License: GNU General Public License
License URI: license.txt

This theme, like WordPress, is licensed under the GPL.

The development of BootstrapWP was powered by Sublime Text 2 and lots of Diet Coke.
Use this starter theme to make something cool.  Please share the results with me via Twitter @rachelbaker.
Enjoy!

*/
/********************************************************

Comfortable with LESS?  Check out the /assets/css/less folder where the bootstrapwp.less file is the master complier

Not comfortable with LESS?  You can override the compiled bootstrapwp.css file by adding custom styles here.
-------------------------------------------------- */

/*
@font-face {
  font-family: 'Tagesschrift';
  src: url('assets/font/angelique-ma-douce-colombe.ttf');
}
*/

html{
	background-color:#000000;
}
body{
	background-color:transparent;
	color:#fff;
	font-family: 'Dancing Script', cursive;
	font-size:1.5em;
}
.content {
	font-family: 'Dancing Script', cursive;
	font-size: 0.8em;
	line-height: 1.2;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-relative-top .container,
.navbar-fixed-bottom .container {
	max-width: 800px;
}

.span12 {
	max-width: 800px;
}

.wpcf7-form label {
	font-size: 0.8em;
} 



.social-media-icons {
	margin-top:40px;
	position:relative;
	float:right;
}
.social-media-icons a {
	padding:10px 0px 10px 15px;
}

#simple-instagram-wrap .simple-instagram-list .simple-instagram-list-item {
	width:23.7%;
}
@media (max-width: 980px) {
	.social-media-icons {
		margin-top:5px;
	}
	#simple-instagram-wrap .simple-instagram-list .simple-instagram-list-item {
		width:100%;
	}
}


.navbar-inverse .navbar-inner {
	background-image:none;
	background-color:transparent;
	border:none;
}

footer {
	margin-top:30px;
	font-size: 0.7em;
}

.hero-unit {
	background-color:transparent;
}

.navbar {
	margin-top:20px;
	margin-bottom:20px;
	
}
.navbar .nav {
	margin-top:40px;
}

a {
	color:#fff;
}
a:hover {
	color:#d7d7d7;
	text-decoration:none;
}
.navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover {
	color:red;
}

.navbar-inverse .brand, .navbar-inverse .nav  .current-menu-item  > a {
	color:red;
}

.startpagedis {
	margin-top:100px;
}


textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	width:98%;
}