@import "http://fonts.googleapis.com/css?family=Open+sans|Permanent+Marker";

body,
input,
select,
textarea {
  color: #404248;
  font-family: "", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  letter-spacing: .03em;
  margin: 0; 
	line-height: 1.2;}

h1 {
  font-size: 2.4em; }

h2 {
  font-size: 2.2em; }

h3 {
  font-size: 2em; }

h4 {
  font-size: 1.8em; }

h5 {
  font-size: 1.6em; }

h6 {
  font-size: 1.4em; }

a {
  color: #fff; }

body {
  background: #1C1C1C;
  font-family: "", sans-serif;
  font-size: 1em;
  margin: 0; }

hr {
    border-top: dotted 2px #00afec;
    border-bottom: none;
    margin-bottom: 1.5em;
    width: 60%;
}

.left {
  display: flex;
  align-self: flex-start; }

.dkgrey {
    color: #404248;
}


.content {
  width: 100%;
  max-width: 900px;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  min-height: 90vh; }

.headline_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 260px;
  padding: 1em 0;
  font-family: "Open-Sans", sans-serif; }

@media screen and (min-width: 400px){
	.headline_container {
		max-width: 900px;}
}
.headline {
  display: flex;
  text-align: left; }

.headimate {
  width: 50%;
  color: #fff;
  font-family: 'Permanent Marker', cursive;
  font-size: 4em;
  float: left; }

.subhead {
  display: flex;
  max-width: 900px; }

.textscroll {
  display: inline-block;
  width: 65%;
  color: #fff;
  font-family: 'Permanent Marker', cursive;
  font-size: 4em;
  float: left;
  animation: titleAnimation 36s linear infinite 0s; }
  .textscroll li {
    list-style-type: none; }

.downimation {
  display: block;
  position: absolute;
  bottom: 2em;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  filter: alpha(Opacity=80);
  opacity: 0.8; }
  .downimation img {
    max-width: 100%;
    height: auto; }

.heavy {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700; }


.mainheader {
  min-height: 8vh;
  background-color: #404248;
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9998; }

.logobox {
  display: flex;
  padding: 1em; }

.namebox {
  display: flex;
  justify-content: center;
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  padding: 1em;
  position: relative;
}

  .namebox a {
	z-index: 10;
	position: absolute;
}
  .namebox a:hover {
    color: #3aafdf;
    transition-duration: 1s;
}


.social-bar {
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 9; }
  .social-bar li {
    padding-right: 1em; }
  .social-bar a {
    color: rgba(255, 255, 255, 0.4);
    cursor: auto; }
  .social-bar a:hover {
    color: #fff;
    transition-duration: 1s; }

@media screen and (min-width: 400px) {
	.mainheader {
		justify-content: space-around;
		flex-flow: row wrap;
	}
	.namebox {
		justify-content: flex-start;
		align-items: center;
	}
	
	.social-bar {
	justify-content: flex-end;
    position: fixed;

	}
}
.band {
	width: 100%;
    margin: 0 auto;
    position: relative;
    clear: both;
}

.hero {
  position: relative;
  width: 100%;
  overflow: hidden; 
  height: 60vh;
}
  .hero .content {
    display: block; }
  .hero .headline_container {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .hero .headline {
    display: inline-block;
    text-align: right;
    width: 35%;
    padding-right: 1em;
    float: left; }

.hero img {
	height: 100%;
	position: relative;
  left: 50%;
  transform: translateX(-50%)}

@media screen and (min-width: 400px) {
	.hero img {
	width: 100%;
		height: auto;
	position: relative;
		left: auto;
  top: 50%;
  transform: translateY(-50%)}
}

.project {
	padding-top: 8vh;
}

.meat {
		padding: 2em;
	    background-color: #dddddd;
}
.meat h3 {
    text-align: center;
    margin: 0em;
    padding: 0;
    color: #3aafdf;
}

.story {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
		
  .meat h1 {
    font-size: 4em;
    text-align: center;}
    @media (max-width: 700px) {
      .meat h1 {
        font-size: 2em; } }
.potatoes {
    padding: 2em;
    padding-top: 4em;
    text-align: center;
    background-color: #fff;
}

.potatoes img {
    position: relative;
    margin: 0 auto;
    margin-top: 2em;
    height: auto;
    max-width: 100%;
}

.creamy {
	display: flex;
	align-items: flex-start;
  	flex-wrap: wrap-reverse;
	justify-content: space-between;
}

.mashed {
	width: 100%;
	text-align: left;
	
}

    @media (min-width: 700px) {
		.creamy {
			flex-wrap: wrap;
		}
		.mashed {
			width: 46%;

		}
}

    @media (min-width: 1000px) {
		.creamy {
			padding-left: 4em;
			padding-right: 4em;
		}
		}
.details {
	padding: 2em;
    text-align: center;
}

.details h3 {
    font-size: 1.2em;
}

.details h2 {
		padding-bottom: 1em;
}
.sitch:before {
    content: url(../img/assets/sitch.svg);
    display: block;
    position: relative;
    margin: 0 auto;
}

.strat:before {
    content: url(../img/assets/strategy.svg);
    display: block;
    position: relative;
    margin: 0 auto;
}

.sol:before {
    content: url(../img/assets/solution.svg);
    display: block;
    position: relative;
}

/** Menu Items  **/

.m_itemone {
  background: #000;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url(../img/co/coolrdoor.jpg);
  background-size: cover;
  box-shadow: inset 0px 32px 20px -20px rgba(0, 0, 0, 0.5); }

.m_itemtwo {
  background: #000;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url(../img/co/c1.jpg);
  background-size: cover;
  box-shadow: inset 0px 32px 20px -20px rgba(0, 0, 0, 0.5); }

.m_itemthree {
  background: #000;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url(../img/la/l3.jpg);
  background-size: cover;
  box-shadow: inset 0px 32px 20px -20px rgba(0, 0, 0, 0.5); }

.m_itemfour {
  background: #000;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url(../img/bfg/bigfishgames.jpg);
  background-size: cover;
  box-shadow: inset 0px 32px 20px -20px rgba(0, 0, 0, 0.5); }

.m_itemfive {
  background: #000;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url(../img/bfg/ig1.jpg);
  background-size: cover;
  box-shadow: inset 0px 32px 20px -20px rgba(0, 0, 0, 0.5); }

.p_itemone {
  background: #000;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url(../img/gly/glydb1.jpg);
  background-size: cover;
  box-shadow: inset 0px 32px 20px -20px rgba(0, 0, 0, 0.5); }

.p_itemtwo {
  background: #000;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url(../img/gly/glymenu.jpg);
  background-size: cover;
  box-shadow: inset 0px 32px 20px -20px rgba(0, 0, 0, 0.5); }

.p_itemthree {
  background: #000;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url(../img/co/cmenu.jpg);
  background-size: cover;
  box-shadow: inset 0px 32px 20px -20px rgba(0, 0, 0, 0.5); }

.p_itemfour {
  background: #000;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url(../img/bfg/bigfishgames.jpg);
  background-size: cover;
  box-shadow: inset 0px 32px 20px -20px rgba(0, 0, 0, 0.5); }

.p_itemfive {
  background: #000;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url(../img/bfg/ig1.jpg);
  background-size: cover;
  box-shadow: inset 0px 32px 20px -20px rgba(0, 0, 0, 0.5); }



.epilogue {
  padding: 4em;
  padding-top: 4em;
  background: #fff;
text-align: center;}

.epilogue h6 {
  color: #bcbec0;
  font-size: 1em; }

.epilogue hr {
  width: 30%; }




.footer {
  position: relative;
  margin: 0 auto;
  padding: 1em;
  background-color: #404248;
   }


.feature {
  position: relative;
  min-height: 40vh;
  width: 100%;
  padding-left: 1em;
	padding-top: 2em;
background-color: #000;
overflow: auto;}
  .feature .headline_container {
    flex-direction: column;
width: 100%;}
  .feature .headline {
    width: 100%;
    text-align: left;
    padding: 0; 
	}
    .feature .headline h2 {
      font-size: 2em; }
  .feature .subhead {
    display: flex;
    align-self: flex-start;
    width: 100%;
    padding: 0;
    margin: 0 auto;
text-align: left;}
    .feature .subhead h3 {
      font-size: 1em;
      color: rgba(255, 255, 255, 0.8); }
  .feature h2, .feature h3 {
    color: #E5E5E5; }

@media screen and (min-width: 400px) { 
	.feature {  padding-left: 4em;}
	.feature .headline h2 {font-size: 2.6em;}
	    .feature .subhead h3 {
			font-size: 1.3em;}
}

@media screen and (min-width: 1000px) { 
	.feature .headline h2 {font-size: 2.8em;}
	    .feature .subhead h3 {
			font-size: 1.3em;}
}
.connect {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: relative;
  display: flex;
	justify-content: space-between;
  width: 100%;
  height: 100%; }

.connect:after {
  content: '';
  position: absolute;
  bottom: 0;
  background-color: #fff;
  padding-bottom: 2em; }

.connect ul {
	justify-content: space-between;
}

#contactform {
  width: 60%;
  margin: 0 auto; }

.contact {
	color: #fff;
	text-align:center;
	margin: 0 auto;
	padding-bottom: 4em;
}
	.caption h3 {
		color: #fff;
		text-align: left;
		padding: 0;
		line-height: 1.1em;
	}
	
	.contact ul {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	
	.contact li {
		display:block;
		float: left;
		font-size: 2em;
		width: 25%;
		width: calc(100% / 4);
		transition: all .5s;
	}
	
	.contact li:active, .contact li:hover {
		color: #fff;
		font-size: 3em;
	}
	
	.contact a, .contact a:visited {
		color: #fff;
	}

.contactlinks ul{
	display: flex;
	justify-content: space-around;
  	height: 100%;
	padding-top: 2em;
}

.limiter {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;

}

@media screen and (min-width: 700px){
		.contact ul {
		width: 60%;
	}
		.limiter {
		width: 80%;

	}
}

@media screen and (min-width: 1000px){

		.limiter {
		width: 60%;
	}
}

 .copyright {
	 padding-top: 1em;
	 padding-bottom: 3em;
	 text-align:center;
	 color: #b9e9fd;
	 font-size: .8em;
 }
 
 	.copyright a, .copyright a:visited {
		color: #fff;
	}
	
	.heart {
	position: relative;
	top: .4em;
}


a {
  text-decoration: none; }

.button {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.8);
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  transition-duration: 0.4s;
  padding: .4em 2em;
  margin-top: 1em; }

/* Bubble Right */
.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative; }

.hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: transform;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1; }

.hvr-bubble-right:hover:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

/*  Button Anim - Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.2s; }

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-out; }

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: rgba(0, 0, 0, 0.5); }

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  transform: scaleX(1); }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.form-horizontal .button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: .2em solid;
	border-color: #3aafdf;
	background: none;
	color: #3aafdf;
	line-height: 1;
	display: block;
	margin: 1em auto;
	padding: .6em 1em .4em;
	text-transform:uppercase;
	font-weight: 700;
	text-align:center;
	max-width: 20em;
}

.form-horizontal .button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #3aafdf;
	color: #fff;
}

.form-horizontal .button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #3aafdf;
	color: #fff;
}

			.button.icon
			{
			}
			
				.button.icon:before
				{
					margin-right: 0.5em;
					top: 0.05em;
				}
			
			
			.fourohfour .button {
				border-color: #fff;
					color: #fff;
				}
				
			.fourohfour .button:active, .fourohfour .button:hover {
				color: #3aafdf;
				background: #fff;
			}
			
			
	/* Forms */

		form
		{
		}
		
			.form-group
			{
				width: 100%;
				margin:0 auto;
			}
		
			form label
			{
				display: block;
				text-transform: uppercase;
				font-weight: 800;
				letter-spacing: 0.04em;
				color: #fff;
				margin: 0 0 1em 0;
				font-size: 0.8em;
			}
		
			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form select,
			form textarea
			{
				-webkit-appearance: none;
				display: block;
				width: 100%;
				border-radius: 0;
				border: solid 1px #39afdf;
			}

				form input[type="text"]:focus,
				form input[type="email"]:focus,
				form input[type="password"]:focus,
				form select:focus,
				form textarea:focus
				{
					box-shadow: 0 0 2px 1px #4091bf;
				}

			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form select
			{
				line-height: 3em;
				padding: 0 1em;
			}
				
			form textarea
			{
				min-height: 9em;
				padding: 1em;
			}

			form .formerize-placeholder
			{
				color: #a6d2e3 !important;
			}

			form ::-webkit-input-placeholder
			{
				color: #a6d2e3 !important;
			}

			form :-moz-placeholder
			{
				color: #a6d2e3 !important;
			}

			form ::-moz-placeholder
			{
				color: #a6d2e3 !important;
			}

			form :-ms-input-placeholder
			{
				color: #a6d2e3 !important;
			}

			form ::-moz-focus-inner
			{
				border: 0;
			}

.text-danger {
	color: #C00 !important;
}
