html, body {
	font-family: 'Poiret One', cursive;
	color: #444444; 
    height: 100%;
}

body {
	margin-top: 80px;
	font-size:14pt;
}

a {
	color: #d8af00;
}

a:hover {
	color: #444;
}

.logo {
	height: 75px;
}

.nav > li > a {
	padding:10px;
}

.intro_text {
	font-size:26pt; 
	margin:0;
}

.button_text {
	font-size:25px; 
	color:#555;
}

.address-info {
	font-size:16pt;
	text-align:right;
	border-right: 1px solid #888;
}

.contact-info {
	font-size:16pt;
	text-align:left;
}

.navbar-right {
	margin-top: 15px;
	font-size: 14pt;
}

.social_icon {
	font-size: 22pt;
	margin: 10px;
}

.follow_us {
	margin-top: 25px;
	font-size: 14pt;
}

.carousel-caption {
	color: #000;
	text-shadow: none;
}

.carousel-indicators li {
  background-color: #999;
  background-color: rgba(70,70,70,.25);
}

.carousel-indicators .active {
  background-color: #444;
}

.footer {
	text-align:center; 
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif; 
	font-size:12pt; 
	padding:10px 0px 10px 0px;
}


@media screen and (max-width: 767px) {

	body {
		font-size:12pt;
	}

	.intro_text {
		font-size:13pt; 
	}

	.button_text {
		font-size:16px; 
		color:#555;
	}

	.address-info {
		font-size:12pt;
		text-align:left;
		border-right: 0px;
	}

	.address-info > h2 {
		font-size:14pt;
	}

	.contact-info {
		font-size:12pt;
		text-align:left;
	}

	.contact-info > h2 {
		font-size:14pt;
	}

	.navbar-right {
		background: rgba(255,255,255,0.85);
	}


	.social_icon {
		font-size: 16pt;
		margin: 10px;
	}

	.follow_us {
		margin-top: 10px;
		font-size: 12pt;
	}

}