/* Body */
html, body {
	min-height: 100vh;
	margin: 0;
}

body {
	font-family: AvenirNext LT Pro Regular;
	-webkit-font-smoothing: antialiased;
	background-color: #2C3034;
	color: white;
}

.container {
	overflow-x: hidden;
}

/* Header & Footer */
header {
	color: white;
	background-color: #2C3034;

	width: 100%;

	text-align: center;
	padding-top: 30px;

	height: 180px;
}

#subtitle {
	margin-top: -10px;
	margin-bottom: 5px;
}

header .h1 {
	margin-bottom: 0;
}

#social {
	display: block;
	margin: 5px auto 0;
}

#social-list {
	text-align: center;
	display: inline;
	list-style-type: none;
	padding-right: 20px;

	left: 50%;
	margin: 0 auto;
	font-size: 20px;
	margin-left: -10px;
}

.social-link {
	color: white;	
	cursor:pointer;
	text-decoration:none;
}

.social-link:hover {
	color: white;
	background-color: transparent;
	text-decoration:none;
}
.social-link:active {
	color: white;
	background-color: transparent;
	text-decoration:none;
}

li {
	 display: inline;
	 padding-right: 10px;
}

footer {
	color: white;
	background-color: #2C3034;
	width: 100%;
	min-height: 100px;
}

#about-section {
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 80%;
}

#crafted {
	text-align: center;	
	margin-bottom: 20px;
}

.twitter-timeline {
	margin-top: 30px;
}

/* Colors */
.red {
	color: #DD4050;
}

/* Buttons */
.button {
	background-color: #DD4050;
	color: white;

	border: none;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;

	outline: none;

	height: 35px;

	-webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

#cv-box {
	position: absolute; 
	left: 50%; 
	top: 163px;
}

#cv-button {
	position: relative; left: -50%;
}

/* Main */
#main {
	color: black;
}

/* Apps */
#apps {
	width: 80%;
    margin: 0 auto;
    padding-top: 30px;
}

#app_1 {
	overflow: hidden;
	height: 450px;
}

.app {
	overflow: hidden;
	height: 100%;
	margin-bottom: 40px;

	border-bottom: 1px solid #D2D2D2;
}



.app-info-container {
	padding: 0px;
}

.app-title {
	padding-top: 0px;
	margin-top: 0px;
}

.tags {
	padding: 0px;
	margin-right: -30px;
	margin-bottom: 20px;
}

.tag {
	border: 1px solid #DD4050;
	border-radius: 3px;
	border-width: 1px;
	color: #DD4050;
	text-align: center;
	padding: 4px;
	white-space: nowrap;
}

#zzish-image {
	margin-top: 50px;
}

#unilever-image {
	margin-top: 70px;
}

#ff-image {
	margin-top: 70px;
}

#onedegree-image {
	margin-top: 70px;
}

.contribution-header {
	color: #7C8082;
	line-height: 27px;
	font-size: 10px;
}

.button-list {
	padding: 0;
}

.app-link {

}

.app-link:hover {
	
}

.button:hover {
	background-color: #AA313D;
}

.icon {
	width: 80%;
	display:auto;
	margin:auto;
}

.image-center {
	display: block;
	margin: auto;
}

.subsection-header {
	color: #7C8082;
	text-align: center;
	margin-bottom: 30px;
}

#other-apps {
	min-height: 100px;
}

.other-app {
	text-align: center;
}

.other-icon {
	width: 60px;
}

.other-app-text {
	margin-top: 25px;
}

#testimonials {
	margin-top: 80px;
	margin-bottom: 80px;
}

.testimonial {
	margin-top: 30px;
}

.testimonial-who {
	font-style: italic;
	margin-top: 10px;
	font-size: 14px;
	color: #7C8082;
	line-height: 24px;
}

/* Fonts */
@font-face {
  font-family: 'AvenirNext LT Pro Regular';
  src: url('./fonts/AvenirNextLTPro-Regular.eot'); /* IE9 Compat Modes */
  src: url('./fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/AvenirNextLTPro-Regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/AvenirNextLTPro-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('./fonts/AvenirNextLTPro-Regular.svg#fa20c367c6a148cda65f50238befb5f2') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'AvenirNext LT Pro Medium';
  src: url('./fonts/AvenirNextLTPro-Medium.eot'); /* IE9 Compat Modes */
  src: url('./fonts/AvenirNextLTPro-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/AvenirNextLTPro-Medium.woff') format('woff'), /* Modern Browsers */
       url('./fonts/AvenirNextLTPro-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('./fonts/AvenirNextLTPro-Medium.svg#bca38cd97b16c9a0a447297f3709bcd3') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

.avenir-reg {
	font-family: AvenirNext LT Pro Regular;
}

.avenir-med {
	font-family: AvenirNext LT Pro Medium;
}

.futura {
	font-family: Futura;
}


/* Small devices (phones, small tablets) */
@media (max-width:780px) {
	.container {
	    margin: auto;
	    position: relative;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 0px) and (max-width: 991px) { 

	#apps {
		width: 100%;
	}

	#app_1 {
		/*height: 470px;*/
	}

	#app_2 {
		margin-bottom:30px;
	}

	.tag {
		line-height: 30px;
	}

	.button-list {
		margin-right: -50px;
		margin-bottom: 30px;
	}

	.image-center {
		display: block;
		margin: auto;
		width: 80%;
	}

	#zzish-image {
		margin-top: 100px;
	}

	#ff-image {
		margin-top: 100px;
	}

	#onedegree-image {
		margin-top: 100px;
	}

	.app {
		margin-bottom: 0px;
	}

	.button-list {
		margin-bottom: 0px;
	}

	#other-apps {
		padding-top: 40px;
	}

	.container {
		width: 100%;
	}
}

@media (min-width: 76px) and (max-width: 760px) {
	#app_1 {
		height: 495px;
	}
	#cv-box {
		/*top: 132px;*/
	}
	#about-section {
		width: 100%;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width:1199px) {
	#apps {
		width: 100%;
	}

	#about-section {
		width: 100%;
	}


}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}