/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/

.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.6em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: #353535; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 800; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #353535;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */

ul {

  list-style: circle inside; }

ol {

  list-style: decimal inside; }

ol, ul {

  padding-left: 0;

  margin-top: 0; }

ul ul,

ul ol,

ol ol,

ol ul {

  margin: 1.5rem 0 1.5rem 3rem;

  font-size: 90%; }

li {

  margin-bottom: 1rem; }



/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
	margin-bottom: 1.8rem;
	color: #353535;
}




/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Custom */


.header {
	background-image: url(../images/header.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
	color: #FFFFFF;
	font-size: 18px;
}

#home .header {
	background-image: url(../images/get_noticed.jpg);
	height: auto;
}

#startup .header {
	background-image: url(../images/startup_header.png);
	height: auto;
}

#startup .header h1 {
	padding-top: 50px;
	line-height: 1.0;
	font-size: 45px;
}

#startup h3 {
		font-size: 35px;
		color: #ff0055;
		font-weight: 400;
	}


.intro {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #ff0055;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 18px;
	font-weight: 100;
	
}

#about .header {
	height: auto;
}

#about .header h1 {
	padding-top: 50px;
	line-height: 1.0;
	font-size: 45px;
}

#services .header {
	height: auto;
}

#services .header h1 {
	padding-top: 50px;
	line-height: 1.0;
	font-size: 45px;
}

#services h3 {
		font-size: 35px;
		color: #ff0055;
		font-weight: 400;
	}


#portfolio .header {
	height: auto;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%); 
}

#portfolio .header h1 {
	padding-top: 50px;
	line-height: 1.0;
	font-size: 45px;
}

#portfolio {
	background: #333;
}

#portfolio img {
	width: 100%;
}

#portfolio .footer {
	margin-top: 50px;
	padding-top: 50px;
	background-image: none;
	background-color: #333; 
	font-size: 11px;
	text-align: center
}

#portfolio .footer p {
	color: #d2d2d2;
}


figure {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

figcaption {
	text-align: center;
	font-size: 0.75em;
	font-style: italic;
	color: #B5B5B5;
}

.header h1 {
	padding-top: 55px;
	line-height: 0.8;
	font-size: 65px;
}

.header h2 {
	padding-top: 10px;
	font-weight: 300;
	line-height: 1.0;
	font-size: 22px;
}

.cg {
	width: 38px;
	height: 38px;
	float:left; 
	padding-right: 35px; 
	padding-top:15px;
}

.cg2 {
	width: 20px;
	height: 20px;
	padding-top: 25px;
	margin-bottom: -15px;
}

.header ul {
    list-style-type: none;
    margin: 0;
    padding-top: 15px;
    overflow: hidden;
}

.header li {
    float: left;
}

.header li a {
    display: block;
	font-size: 15px;
    color: white;
    text-align: left;
    padding-right: 50px;
    text-decoration: none;
}

/*
.header li a:hover {
}
*/

.first {
	font-size: 20px;
}


.section {
	font-size: 18px;
	text-transform: uppercase;
	width: 145px;
	border-bottom: 3px solid #ff0055;
	padding-bottom: 15px;
	padding-top: 55px;
	margin-bottom: 35px;
}

#services .section {
	font-size: 18px;
	text-transform: uppercase;
	width: 300px;
	border-bottom: 3px solid #ff0055;
	padding-bottom: 15px;
	padding-top: 55px;
	margin-bottom: 35px;
}

#contact .section {
	width: 100%;
}

.subsection {
	font-size: 16px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

.award a {
	text-decoration: none;
	color: #353535;
	display: block;
	transition: .4s ease;
}

#portfolio .award a {
	text-decoration: none;
	color: #fff;
	display: block;
}

.award a:hover {
	color: #ff0055;
}

.award img {
	width: 16px;
	padding-left: 7px;
}

.footer {
	margin-top: 50px;
	padding-top: 50px;
	background: #ff0055;
	background-image: url(../images/footer.png);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #fff;
	font-weight: 400;
	min-height: 275px;
}

.footer a {
	display: block;
	width: 85px;
	margin-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	text-decoration: none;
	border: 2px solid #FFFFFF;
	color: #fff;
	transition: .4s ease;
}

.footer a:hover {
	border: 2px solid #353535;
	color: #353535;
}

.footer h4 {
	font-size: 45px;
}


.intro a {
	font-size: 0.7em;
	margin-top: 125px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	text-decoration: none;
	border: 2px solid #FFFFFF;
	color: #ff0055;
	background: #fff;
	transition: .4s ease;
}

.intro a:hover {
	border: 2px solid #fff;
	background: #ff0055;
	color: #fff;
}

.intro p {
	margin-top: 15px;
}

.thumb {
  position: relative;
  width: 100%;
	cursor: pointer;
	margin-bottom: 30px;
}

.thumb:after {
  content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  box-shadow: inset 0px 0px 100px 10px rgba(0,0,0,0.1);
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .4s ease;
	background-color: #ff0055;
}

.thumb:hover .overlay {
	opacity: 1;
}

.thumbtext {
	color: #fff;
	text-align: center;
	position: absolute;
	font-weight: 800;
	font-size: 3.0rem;
	line-height: normal;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.portrait {
	width: 66%;
	display: block;
  margin: 0 auto;
}


.more {
	display: block;
	width: 200px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	text-decoration: none;
	border: 2px solid #353535;
	color: #353535;
	transition: .4s ease;
}

.more:hover {
	border: 2px solid #ff0055;
	color: #ff0055;
}

.socialicon {
	width: 25px;
  }
  
.socialicon:hover {
		fill: #ff0055;
		opacity: 1;
	}


.icon {
	width: 50%;
}

#active {
	color: #fff;
	display: list-item;
	position: relative;
}

#active:after {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: 80%;
  margin-left: -60%;
  left: 50%;
  bottom: -.35em;
  z-index: 1;
  background: #fff;
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {
	
	.header h1 {
		font-size: 65px;
		line-height: 1.0;
		padding-top: 65px;
	}
	
	#about .header {
		height: auto;
	}
	#services .header {
		height: auto;
	}
	.icon {
	width: 50%;
}
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
	.header h1 {
		font-size: 80px;
		line-height: 1.0;
		padding-top: 75px;
	}
	
	#about .header {
		height: auto;
	}
	#about .header h1 {
		font-size: 65px;
		line-height: 1.0;
		padding-top: 75px;
		padding-bottom: 75px;
	}
	#services .header {
		height: auto;
	}
	#services .header h1 {
		font-size: 65px;
		line-height: 1.0;
		padding-top: 75px;
		padding-bottom: 75px;
	}

		.portrait {
		width: 66%;
		display: block;
    	margin: 0 auto;
	}
	
	.icon {
	width: 100%;
}
	
}

/* Larger than tablet */
@media (min-width: 750px) {
	.header {
		height: 500px;
	}
	.header h1 {
		font-size: 90px;
		line-height: 1.0;
		padding-top: 110px;
	}


}

/* Larger than desktop */
@media (min-width: 1000px) {
	.header h1 {
		font-size: 100px;
		line-height: 1.0;
		padding-top: 115px;
	}
	#about .header h1 {
		font-size: 85px;
	}
	#services .header h1 {
		font-size: 85px;
	}
	#startup .header h1 {
		font-size: 85px;
	}
		#contact .header h1 {
		font-size: 120px;
	}
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
	.header h1 {
		font-size: 110px;
		line-height: 1.0;
		padding-top: 75px;
	}
	
	#home .header {
		height: 750px;
	}

	#home .header h1 {
		font-size: 150px;
		line-height: 0.9;
	}	
	
	#about .header h1 {
		font-size: 85px;
	}

	#startup .header h1 {
		font-size: 85px;
	}

	#services .header h1 {
		font-size: 85px;
	}
		.intro {
	background-color: #ff0055;
	color: #fff;
	padding: 40px;
	font-size: 30px;
	
}
	

}
