/* Scss Document */

/*
font-family: 'Muli', sans-serif;
font-family: 'Play', sans-serif;
*/

body  {
	font-family: 'Muli', sans-serif;
}
.navbar-nav {
	font-family: 'Play', sans-serif;
	font-size: 1.2em;
	font-weight: 100;
}
p.logotype {
	font-family: 'Play', sans-serif;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 0.7em;
	color: #ff7c2e;
}
p.logotype:hover {
 color: rgba(0,0,0,0.7);
}

p.logotype span {
	color: #564542;
}
.docBkg {
	background-image: url(../images/doc1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
}
p.slogan {
	font-size: 3.8em;
	color: #ff7c2e;
	margin: 400px 0;
	text-align: right;
}
p.slogan span {
	color: #564542;
}
.navbar-default .navbar-nav > li > a.phone, .navbar-default .navbar-nav > li > a.phone:hover {
	color: #FF7C2E;
	font-size: 1.25em;
	cursor: default;
}

@media (max-width: 1024px) {
  p.slogan {
	  font-size: 3em;
	  margin: 300px 0;
  }
}

@media (max-width: 480px) {
  p.slogan {
	  font-size: 2.6em;
	  margin: 300px 0;
  }
}
