@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,700);

html {
    position: relative;
    min-height: 100%;
}

body {
  	background-color: #f2f2f2;
  	font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #555;
    margin-bottom: 40px;
    min-height: 100%;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    color: #333;
}

h1 {
	font-size: 35px;
	margin-top: 30px;
	margin-bottom: 30px;
}



/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 400
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #2980b9;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


.navbar {
  font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.navbar-inverse {
	background-color: #2980b9;
	border-color: #255a85;
}

.navbar-inverse {
	border-radius: 0;
  border-width: 0 0 1px;
}

.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;
    padding: 15px 10px;
}

.navbar-inverse .navbar-brand {
	color: white;
}

.navbar-inverse .navbar-toggle {
	border-color: transparent;
}

.progress-bar-theme {
    background-color: #2980b9;
}


/* Helpers */

.mt {
	margin-top: 40px;
	margin-bottom: 40px;
}

.pt {
	padding-top: 50px;
	padding-bottom: 50px;
}


/* +++++ WRAP SECTIONS +++++ */

#ww {
	padding-top: 75px;
	padding-bottom: 135px;
	background-color: #f2f2f2;
}


#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
	background-color: #2f2f2f;
}

body > .container {
  padding: 40px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  min-height: 100%;
}

#footer p {
	color: white;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 1.5;
}

#social-icons {
    padding-top: 5px;
}

#social-icons li a {
    font-size: 24px;
    position:relative;
    padding-left: 4px;
    line-height: 28px;
    color: #FFFFFF;
}

.contact-form-error {
    color: #e74c3c;
    padding-top: 2px;
    padding-bottom: 1px;
}

.tags li{
    padding-bottom: 3px;
}