@import url("https://fonts.googleapis.com/css?family=Macondo+Swash+Caps&display=swap");
/*
@font-face{ 
	font-family: 'Forum';
	src: url('fonts/Forum/Forum-Regular.ttf') format('truetype');
}
*/
body, html {
  font-family: 'Macondo Swash Caps', cursive;
  padding: 0;
  margin: 0;
  background: #000; }

a {
  color: inherit;
  text-decoration: none; }

header {
  width: 100%;
  padding-bottom: 20px;
  background: #000;
  z-index: 100000; }

.title {
  font-size: 35px;
  margin: -88px auto 0 auto;
  text-align: center; }

.title img {
  width: 100%;
  max-width: 1200px; }

.header_social_icon_container {
  position: absolute;
  left: 40px;
  bottom: 22px;
  height: 30px;
  color: #fff; }

/*
	.social_icon:last-child{
		padding-right: 0;
	}
*/
.navigation {
  margin: 0 auto;
  text-align: center; }

.navigation a {
  display: inline-block;
  color: inherit;
  text-decoration: none; }

.nav_item {
  color: #dea87b;
  font-weight: 300;
  margin-left: 20px;
  padding: 10px 10px 12px 10px;
  /* 		border-bottom: 5px solid #ff7820; */
  border-bottom: 2px solid #000; }

.nav_item:hover {
  color: #dea87b;
  border-bottom: 2px solid #dea87b;
  cursor: pointer;
  /* 		border-bottom: 5px solid #ffba8d; */ }

.active {
  border-bottom: 2px solid #dea87b; }

.active:hover {
  opacity: 0.8; }

.content {
  margin: 0 auto 80px auto;
  font-size: 30px;
  color: #fff; }

.inner_content {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  text-align: center; }

.headings {
  font-size: 40px;
  padding-bottom: 30px;
  color: #E4E4DD; }

.heading_sub {
  font-size: 15px;
  padding-top: 22px; }

.description {
  text-align: justify;
  font-size: 16px;
  line-height: 20px;
  padding: 20px;
  color: #d5d5d5; }

.reviews {
  text-align: center; }

.review {
  padding-bottom: 20px;
  font-style: italic; }

.reviewer {
  display: block;
  font-size: 16px;
  font-weight: lighter; }

.stars {
  font-size: 20px;
  font-weight: bolder;
  color: #fff; }

.featured_nav {
  width: 100%;
  z-index: 0;
  text-align: center;
  margin-bottom: 40px; }

.featured_nav_item {
  display: inline-block;
  position: relative;
  margin-right: 64px; }

.no_margin {
  margin-right: 0px !important; }

.featured_nav_item_img {
  width: 250px; }

.featured_nav_item_img:hover {
  cursor: pointer; }

.featured_nav_item_title {
  position: absolute;
  bottom: 6px;
  text-align: center;
  width: 250px;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 0 10px 0;
  background: #00000091; }

.featured_nav_item:hover div {
  opacity: 0.8;
  cursor: pointer; }

footer {
  width: 100%;
  padding: 20px;
  position: fixed;
  bottom: 0;
  background: #2e2e2e;
  color: #fff; }

.copyright {
  font-size: 12px;
  font-weight: 300; }

.footer_social_icon_container {
  position: absolute;
  right: 40px;
  top: 17px;
  width: 200px;
  height: 30px;
  color: #fff; }

.social_icon {
  height: 20px;
  padding-right: 10px; }

.social_icon:hover {
  cursor: pointer;
  opacity: 0.7; }

.sub_nav {
  margin: -12px auto 40px auto;
  text-align: center; }

.s_nav_item {
  display: inline-block; }

.sub_nav {
  /* 		width: 200px; */
  margin: -32px auto 40px auto;
  text-align: center;
  /*
  		position: fixed;
  		top: 124px;
  		right: 0;
  		left: 0;
  */ }

.s_nav_item {
  display: inline-block;
  /*
  		padding: 10px;
  		border-left: 2px solid #ff7a22;
  		border-bottom: 2px solid #ff7a22;
  		border-right: 2px solid #ff7a22;
  		color: #fff;
  		background: rgba(255, 122, 34, 0.33);
  */ }

.section {
  padding-top: 20px; }

.section_title {
  font-size: 28px;
  font-weight: 400;
  padding-bottom: 10px; }

.section_text {
  font-weight: 300;
  font-size: 15px; }

.bold {
  font-weight: 900; }

/*# sourceMappingURL=castandcreatives.css.map */
