

/* @font-face {
  font-family: "OpenSansReg";
  src: url(fonts/OpenSans-Regular.ttf) format("truetype");
} */

h1{
	font-family: 'Cinzel', serif;
	font-size: 30px;
}
body {
	font-family:'Open Sans', sans-serif;
	font-weight: 400;
	color:#333;
}

p{
	font-size: 16px;
}

.myContainer{
	padding: 0 15px;
}


a{
	color: #333;
}

a:hover{
	text-decoration: none;
}

.myContainer{
	padding: 0 15px;
}

.nav>li>a:hover, .nav>li>a:focus{
	background-color: #333;
}

.navbar-toggle .icon-bar{
	background-color: #fff;
}

.navbar-toggle{
	margin-top: 20px;
	margin-right:0;
}

.logoImg{
	height: 50px;
	width: auto;
	margin-top: -5px;
	 
}
.navbar-brand{
	padding-left: 0;
}
.navbar-fixed-top{
	background-color: #333;
}

.navbar-nav > li > a{
	padding-top: 25px;
}

.navbar-fixed-top a, .navbar-fixed-top a:hover{
	color:#fff;
}

.box{
	padding-top: 85px;
	padding-bottom: 85px;
	border-bottom: solid 1px #ddd
}

.box h1{
	margin-bottom: 25px;
	margin-top: 0px;
}
.box_first{
	padding-top: 100px;
}

#services img{
	margin-bottom: 25px;
	margin-top: 35px;
	width: 150px;
	height:150px;
}

#services{
	text-align: center
}

#services p, #services h1{
	text-align: left;
}

#profile img{
	width: 200px;
}

#client-voices a:hover{
	color:#333;
}

#client-voices em{
	font-family: 'Georgia', serif;
}

#client-voices .col-xs-12{
	margin-bottom: 70px;
}

#client-voices sub{
	color:#ccc;
	bottom:0;
}

#client-voices a, #client-voices a:hover{
	text-decoration: none;
}

#client-voices .read-more{
	display: none;
}

#client-voices .collapsed .read-more{
	display: block;
}
#client-voices .read-less{
	display: block;
}

#client-voices .collapsed .read-less{
	display: none;
}

#footer{
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 12px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 

	h1{
		font-size: 36px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {  

	.box{
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.box_first{
		padding-top: 150px;
	}

	p{
	font-size: 16px;
}

 }


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  

 }