#ACNav{
	color: #ff4242;
	letter-spacing: 5px;
}
#ACNav a{
	color: #ff4242;
	font-size: 2em;
}
#ACNav a:hover{
	color: #303030;
}
#ACNav div ul li a{
	color: #ff4242;
	font-size: 1em;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 15px;
}
#ACNav div ul li a:hover{
	color: #303030;
}
#icon{
	height: 100px;
	width: 100px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
body{
	font-weight: lighter;
}
#creativeCarousel{
	width: 100%;
	height: 100%;
}
.carouselImage{
	width: 100vw;
	animation-delay: 1s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	animation-duration: 7s;
	animation-name: scaleCarouselImage;
}
@keyframes scaleCarouselImage{
	from{
		transform: scale(1, 1);
	}
	to{
		transform: scale(1.05, 1.05);
	}
}
.carousel-caption{
	width: 100%;
	height: 100%;
	padding: 50px;
	left: 0;
	padding-top: 20%;
	text-align: center;
}
.carousel-caption h1{
	font-weight: lighter;
	color: white;
	text-shadow: 1px 2px 2px #000000;
	text-align: center;
	font-size: 70px;
	transform: translateY(-15%);
}
#about{
	text-align: center;
	background-color: #ff4242;
	color: #ffffff;
	font-size: 35;
	padding-top: 250px;
	padding-bottom: 250px;
	font-weight: lighter;
	text-shadow: 1px 2px 2px #000000;
	letter-spacing: 5px;
	text-align: center;
}
#portfolio{
	background-color: #303030;
	text-align: center;
	width: 100%;
}
.portImage{
	border: none;
	width: 25%;
}
#services{
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 36px;
	padding-right: 36px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	font-weight: lighter;
	letter-spacing: 5px;
	text-align: center;
}
.serviceRow{
	text-align: center;
}
.serviceRow h3{
	color: #ff4242;
	font-weight: lighter;
	letter-spacing: 5px;
	text-align: center;
	font-size: 2em;
}
.serviceContainer{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.serviceContainer:hover{
	box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.3);
}
#contact{
	text-align: center;
	background-color: #303030;
	color: #ffffff;
	padding-top: 150px;
	padding-bottom: 150px;
	font-weight: lighter;
	letter-spacing: 5px;
	text-align: center;
	text-shadow: 1px 1px 1px #000000;
	font-size: 2em;
}
#email{
	color: #ff4242;
}
#email:hover{
	text-decoration: underline;
}
#fbLogo{
	height: 2em;
	width: 2em;
}
#fbLogo:hover{
	background-color: #ff4242;
	border-radius: 50%;
}
#igLogo{
	height: 2em;
	width: 2em;
}
#igLogo:hover{
	background-color: #ff4242;
	border-radius: 50%;
}
.socialBackground{
	height: 2em;
	width: 2em;
	color: #303030;
	background-color: #ffffff;
	border-radius: 50%;
	text-align: center;
	float: right;
}
.socialBackground:hover{
	height: 2em;
	width: 2em;
	background-color: #ffffff;
	color: #303030;
	border-radius: 50%;
	text-outline-color: #ff4242;
	float: right;
}
.socialLogo{
	padding-top: 1px;
	padding-left: 1px;
	height: 1.75em;
	width: 1.75em;
	margin: auto;
	color: #303030;
	background-color: #ffffff;
	text-align: center;
	border-radius: 50%;
	letter-spacing: 1px;
}
.socialLogo:hover{
	padding-top: 1px;
	padding-left: 1px;
	height: 1.75m;
	width: 1.75em;
	margin: auto;
	color: #ff4242;
	background-color: #ffffff;
	text-align: center;
	border-radius: 50%;
	letter-spacing: 1px;
}
.socialLogo a{
	height: 1.75em;
	width: 1.75em;
	color: #303030;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
}
.socialLogo a:hover{
	height: 1.75em;
	width: 1.75em;
	color: #ff4242;
	text-align: center;
	letter-spacing: 1px;
}
#logo{
	width: 9em;
	height: 15em;
}
#smiley:hover{
	color: #ff4242;
}
#phoneNumber{
	color: #ffffff;
	text-decoration: none;
}
#phoneNumber h5{
	color: #ffffff;
	text-decoration: none;
}
#subscribeButton{
	background-color: #ffffff;
	color: #ff4242;
}
#subsribeButton:hover{
	background-color: #ff4242;
	color: #ffffff;
}
#subscribeButton a{
	background-color: #ffffff;
	color: #ff4242;
	text-decoration: none;
}
#subscribeButton a:hover{
	color: #ff4242;
	text-decoration: none;
}