/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,body{
   height:100%;   
}

.fill{width:100%;height:100%;background-position:center;background-size:cover;}


img {
          display: block;
          height: auto;
          max-width: 100%;
   }

/* ==================================================
   Basic Styles
================================================== */

html, hmtl a{
	width:100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}

body{
	background:#2F3238;
	color:#7F8289;
	font-weight:400;
	font-size:20px;
	font-family: 'Titillium Web', sans-serif;
	line-height:28px;
}

.quote{	
   font-family: 'Tangerine', cursive;
   font-size:34px;
}

.navbar-brand{	
   font-family: 'Cinzel Decorative';
   font-size:24px;
}

.highlight
{	
   color: #DE5E60;
}

a{
	color:#DE5E60;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: color 0.1s linear 0s;	
	   -moz-transition: color 0.1s linear 0s;
		 -o-transition: color 0.1s linear 0s;
		    transition: color 0.1s linear 0s;
}

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

a img {
	border: none;
}

a > img {
	vertical-align: bottom;	
}

img {
	max-width: none;	
}

strong {
  	font-weight: 500;
   color: #FFFFFF;
}

p {
	margin: 0 0 30px;
}

hr {
	border-style: dashed;
	border-color: #3C3F45;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 20px 0px 20px 0px;	/* Top Right Bottom Left*/   

}
/* keep full width on smaller screens */
@media (max-width: 167px) { 
	body {
		padding-left: 0;
		padding-right: 0;
	}
}


#nav.affix {
    position: fixed;
    top: 0px;
    width: 100%;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

.slide_contact{
   background:#42484D
}


/* ==================================================
   Contact Section
================================================== */

.contact-details h3 {
	color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
	line-height: 1em;    
}

.contact-details ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

.contact-details ul li {
	margin: 0 0 20px;
	line-height: 28px;
	padding: 0;	
}

#contact-form {
	margin-bottom: 0;	
}

#contact-form p {
	margin-bottom: 1px;	
}

#contact-form input,
#contact-form textarea {
    border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
	
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	background: #26292E;
    color: #FFFFFF;
    font-size: 16px;
    height: auto;
    padding: 15px;
	margin: 0;
	
    resize: none;
}

#contact-form input {
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form textarea {
    width: 100%;
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form .submit {
    background: #3C3F45;
    color: #23262C;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 40px;
    text-align: center;
    vertical-align: middle;
    width: auto;
	margin-top: 30px;
	
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

#contact-form .submit:hover {
    background: #DE5E60;
    color: #FFFFFF;
}

#response {
	margin-top: 20px;
	color: #FFFFFF;
}

.img-round-corners {
   border: 2px solid black;
   border-radius: 5%;
   -o-border-radius: 30px;
   -moz-border-radius: 30px;
   -webkit-border-radius: 30px;
}
 
 
.page {
	background: #2F3238;
	padding: 40px 0;
	position: relative;
	z-index: 99;
}

.page-alternate {
	background: #26292E;
	padding: 40px 0;
	position: relative;
	z-index: 99;
}

.title-page {
	text-align: center;
	margin-bottom: 100px;	
}

.title-page .title {
	font-size: 48px;
	margin: 0 0 10px 0
}

.title-page .title-description {
	font-size: 24px;
	font-weight: 200;
	margin: 0;
}


/* ==================================================
   Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0 0 20px 0;
	color:#FFFFFF;
	font-weight:400;
/*	font-family: 'Titillium Web', sans-serif;*/
	font-family: 'Oxygen', sans-serif; 
/*   font-family: 'Prosto One', cursive; */
	line-height:1.5em;
}

h1{
	font-size:48px;
}

h2{
	font-size:36px;
}

h3{
	font-size:24px;
}

h4{
	font-size:20px;
}

h5{
	font-size:18px;
}

h6{
	font-size:16px;
}

h3.spec {
	color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.navbar-nav {
	float: right;
	margin-right: 20px;
}

nav#nav li.active a,
nav#nav  li a:hover {
	color: #DE5E60;
}

/* ==================================================
   Footer
================================================== */

footer {
	position: relative;
	width: 100%;
	height: auto;
	background: #26292E;
	text-align: center;
	padding: 10px 10px 10px 10px;
	z-index: 99;
}


/*smaller BrandText on mobile*/
@media only screen and (max-width: 320px) {
   .navbar-brand{
      font-size:18px;      
   }
   .navbar-nav{      
      text-align: center;
      display   : block;
      width: 100%;
      list-style: none;
      padding: 10px 0px;
      margin: 0px;
      border-top: 1px solid #2F3238;      
      border-bottom: 1px solid #2F3238;
      position: relative;
      float: left;
      z-index: 9999;      
   }
   .navbar-collapse{
       padding: 0px;
   }
}











