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

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

body {
    overflow-x: hidden;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	width: 100%;
	height: 100%;
}

html {
    width: 100%;
    height: 100%;
	position: relative;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #fed136;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #fed136;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #fec503;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1.1em;
    text-transform: uppercase;
    /*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-weight: 700;
}

h1,
h2,
h3,
h4{
	font-family: hinted-Michroma,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style:italic;
}

h1{
	font-size: 2em;
}

h2{
	font-size: 1.6em;
}

h3{
	font-size: 1.15em;
}

h4{
	font-size: 1.05em;
}

section{
	margin: 70px auto;
	max-width: 1170px;
}

.navbar-default {
    border-color: transparent;
    background-color: #2a2a2b;
	z-index: 1505;
}

.navbar-default .navbar-brand {
    color: #fff; /*#fed136;*/
	text-shadow: 3px 3px 2px #2b2b2a;
	font-family: hinted-Michroma,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style: italic;
	font-weight: 900;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}

@media(min-width:768px) {
    .navbar-default {
        padding: 5px 0;
        border: 0;
        background-color: #2b2b2a;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 1.7em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
}


#page-footer{
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 0px;
	background-color: #2b2b2a;
	color: #fff;
	font-size: 1em;
	position: fixed;
}

#page-footer .footer-left-content{
	word-wrap: break-word;
	-ms-word-break: keep-all;
	word-break: keep-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

@media(min-width:992px) {
	#page-footer {
		position: fixed;
    }
	
}
@media(min-width:1200px) {
    #page-footer {
		height: 50px;
    }
}

@media(max-height:320px) {
	body{
		padding-bottom: 0px !important;
	}
	
	#page-footer{
		display: none !important;
	}
}