::selection {
  background: #ced6dc; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ced6dc; /* Gecko Browsers */
}

.to-top-btn-new {
    color: #fff;
    width: 66px;
    height: 66px;
    background: #399ce0;
    border-radius: 33px 33px 10px 10px;
    position: fixed;
    right: 50px;
    top: 86%;
    padding-top: 10px;
    display: none;
	z-index: 9999;
}

#hello {font-size: 40px; color:#fff; font-style: italic; font-weight: 500;}
#wireframes {background: #f5f5f5;}

.footer2 {
    background: rgba(75, 168, 46, 1.00);
    clear: both;
    position: relative;
    font-size: 120%;
    overflow: hidden;
    border-top: 5px solid rgba(75, 168, 46, 1.00);
    padding-top: 20px;
    z-index: 2;
    height: 270px;
}

.experience-boxes {display: flex; flex-wrap: wrap;}

.animated-experience-counter {color:#073763; text-transform: uppercase; float: left; width: 44%; margin: 1% 1% 1% 0; padding: 20px 20px 20px 0px; border-bottom: 0px solid #ebebeb;}
.animated-experience-counter-headline {font-size: 23px; font-weight: 500; color: #399ce0;}
.animated-experience-counter-number {font-size:40px; font-weight: 600;}
.animated-experience-counter-number span.count {}

body,html
{
	font-family: 'Montserrat', 'Roboto Condensed' , Arial, Verdana, Tahoma;
	font-size: 12px;
	background-color: #fff;
	color: #595959;
	overflow: auto;
	scroll-behavior: smooth;
}

/* ------ BASIC STUFF ------ */
a
{
	text-decoration: underline;
	color: #399ce0;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

a:hover
{
	color: #116ca1;
}

b
{
	font-weight:  bold;
	color: #399ce0;
}

p i
{
	font-style: italic;
}
	
p span
{
	color: #8F8F8F;
	font-size: 13px;
	font-weight: 500;
}

h1
{
	font-size: 5.0em;
	margin: 1.3em auto .5em auto;
	font-weight: bold;
	color: #fff;
}

h2
{
	font-size: 2.0em;
	margin: 0 auto 1.2em auto;
	font-weight: bold;
	color: #399ce0;
}

h3
{
	font-size: 7.0em;
	margin: 1.2em auto .2em auto;
	font-weight: bold;
	color: #399ce0;
}

h4
{
	font-size: 2.0em;
	margin: 0 5% 25px 5%;
	font-weight: 400;
	color: #073763;
}

h5
{
	font-size: 2.2em;
	margin: 1.2em auto .5em auto;
	font-weight: 500;
	color: #369de1;
}

img 
{
	border: 0;
	/* opacity: 0; */
	/* transition: opacity .5s ease-in; */
}

hr
{
	float: left;
	width: 100%;
	height: 1px;
	border: none;
	background-color: #ececec;
}

/* ------ ELEMENTS ------ */

#web-design, #creatives, #biz-cards
{
	background: #f5f5f5;
}

.in-between
{
	float: left;
	width: 100%;
	height: 300px;
	background: rgb(57,156,224);
	background: linear-gradient(0deg, rgb(57 156 224) 0%, rgb(7 55 99) 100%);
	overflow: hidden;
	margin: 0;
 	justify-content: center;
    align-items: center;
    display: flex;
}

.in-between .pic 
{
	position: absolute;
	float: left;
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	
}

.in-between .steve
{
	position: absolute;
	float: left;
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-image: url('/img/in-pic-steve-jobs.png');
}

.in-between .albert
{
	position: absolute;
	float: left;
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-image: url('/img/in-pic-albert-einstein.png');
}

.in-between .douglas
{
	position: absolute;
	float: left;
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-image: url('/img/in-pic-douglas-adams.png');
}

.in-between .pablo
{
	position: absolute;
	float: left;
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-image: url('/img/in-pic-pablo-picasso.png');
}

.in-between .edwin
{
	position: absolute;
	float: left;
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-image: url('/img/in-pic-edwin-land.png');
}

.in-between .massimo
{
	position: absolute;
	float: left;
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-image: url('/img/in-pic-massimo-vignelli.png');
}

.in-between .otl
{
	position: absolute;
	float: left;
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-image: url('/img/in-pic-otl-aicher.png');
}


.in-between .quote
{
	text-align: center;
    padding: 0 15%;
}

.in-between .quote p
{
	line-height: 36px;
	font-style: italic;
	font-size: 26px;
	color: #fff;
}

.in-between .quote p b
{

	color: #ffffff80;
	font-weight: 400;
}

.sep
{
	width: 100%;
	margin: 0;
	float: left;
	background: #fff;
}

.sep a
{
	display: block;
	text-align: right;
	background: #fff;
	color: #399ce0;
	padding: 8px 10px;
	
	float: right;
}

.sep a:hover
{
	background: #399ce0;
	color: #fff;
}

.sep .arrow-up
{
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #399ce0;
}


#content
{
	float:left;
	width: 100%;
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f6f6f6));
	background: -moz-linear-gradient(top, white 0%, white 100%, #f6f6f6%); */
}

.about-holder
{
	width: 100%; 
	margin: 0 auto; 
	text-align: left; 
	overflow: hidden;
	background: #fff;
}

.contact-holder
{
	width: 94%; 
	margin: 0 auto; 
	text-align: center; 
	overflow: hidden;
	background: #fff;
	font-size: 18px;
	line-height: 100%;
}

.contact-holder p
{
	line-height: 1.4em;
}

.clients-holder
{
	width: 100%; 
	margin: 0 auto; 
	text-align: center; 
}

.clients-holder img
{
	opacity: 0.4 !important;
    filter: alpha(opacity=40) !important; /* For IE8 and earlier */
    width: 13%;
	padding: 25px;
}

.clients-holder img:hover
{
	opacity: 1 !important;
    filter: alpha(opacity=100) !important; /* For IE8 and earlier */
}

.clients
{
	border: none !important;
	margin: 20px 0 0 0;
}


.about-holder p
{
	margin: 15px 0 25px 0;
	font-size: 1.5em;
	line-height: 1.3em;
	color: #595959;
}

.info-holder
{
	box-sizing: border-box;
	float: left;
	width: 50%;
	background: ;
	padding: 40px 40px 0px 40px;
}

.skills-holder
{
	box-sizing: border-box;
	float: left;
	width: 50%;
	padding: 40px 40px 20px 40px;
}

.skills-holder h4, .about-holder h4
{
	font-size: 2.5em;
	color: #2C2C2C;
}

.skills-holder .title
{
	margin: 25px 0 5px 0px;
	font-size: 1.5em;
	line-height: 1.5em;
	color: #073763;
	font-weight: 700;
}

.graph-info
{
	box-sizing: border-box;
	margin-bottom: 10px; 
	background: #E4E4E4; 
	padding: 5px; 
	border-radius: 15px;
}


.graph-bar
{
	box-sizing: border-box;
	height: 20px; 
	width: 100%; 
	background: #07376330;
	border: 5px solid #fff;
	border-radius: 10px;
}

.graph-bar .bfill
{
	background: #399ce0;
	display: block;
	float: left;
	height: 10px;
	border-radius: 10px;
}

#about img
{
	
}


/* ------ HEADER ------ */


/* Sizes for the bigger menu 
.bar.large{ height: 70px;}
.bar.large a{height: 70px; line-height: 70px; }
.bar.large img{ width: 320px;}*/

/* Sizes for the smaller menu 
.bar.small{ height: 40px; }
.bar.small a{height: 40px; line-height: 40px; }
.bar.small img{ width: 174px;}
.bar.small .menu-icon {width: 50px; height: 40px;}*/

.bar
{
	position:fixed; 
	top: 0px;
	width: 100%;
	overflow: hidden;
	float: left;
	height: 70px;
	border-top: 5px solid #399ce0;
	border-bottom: 0px solid #c8c8c8;
	background: rgba(255, 255, 255, 0.9); 
	/* background: rgb(234, 234, 234);  The Fallback */
	/* background: #fff; */
	-moz-box-shadow:    3px 0px 5px 0px #00000030;
	-webkit-box-shadow: 3px 0px 5px 0px #00000030;
	box-shadow:         3px 0px 5px 0px #00000030;
	z-index: 999999;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.bar .logo 
{
	/* width: 13%; */
	width: auto;
	height: 90%;
	padding: 3px;
}

.logo-fix
{
	background: transparent !important;
}

.bar .navigation
{
	float: right;
	text-align: right;
}

.bar .navigation a
{
	float: left;
	font-size: 1.4em;
	color: #073763;
	padding: 0 20px;
	height: 70px; line-height: 70px;
	text-decoration: none;
}

.a:hover
{
	color: #fff;
	background-color : #399ce0;
}

.selected, .active
{
	color: #fff !important;
	background-color : #399ce0;
}

.bar .navigation a:hover
{
	background: #399ce0;
	color: #fff;
}

header,nav, a, img, li{
  transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s; /* Opera */
}

.bar .menu-icon
{
	display: none;
	float: right;
	background: #399ce0;
	height: 100%;
	width: 15%;
}

.bar .menu-icon img
{
	height: 100%;
	width: 100%;
}

.bar .menu-list
{
	display: none;
	float: left;
	width: 100%;
	/* background: rgba(255, 255, 255, 0.9); */
	background: #399ce0;
	position: relative;
	margin-top: -3px;
	border-top: 0px solid #1E8BC3;
	z-index: 999;
	-moz-box-shadow:    0px 5px 5px 0px #00000030;
	-webkit-box-shadow: 0px 5px 5px 0px #00000030;
	box-shadow:         0px 5px 5px 0px #00000030;
}

.bar .menu-list ul
{
	float: left;
	box-sizing: border-box;
	/* list-style-type: initial; */
	font-size: 19px;
	width: 100%;
	margin: 10px 0;	
}

.bar .menu-list ul li
{
	padding: 6px 20px;
	width: 50%;
	float: left;
	box-sizing: border-box;
	color: #67809F;
}

.bar .menu-list ul li a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 28px;
}

.bar .menu-list ul li a:hover
{
	color: #116ca1;
	text-decoration: none;
}




/* ------ INTRO ------ */


.home /* changed from INTRO */
{
	background-image: url('/img/intro-pic-2.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	/* height: 100vh; */
	overflow: hidden;
	margin: 0;
	background: rgb(57,156,224);
	background: linear-gradient(0deg, rgb(57 156 224) 0%, rgb(7 55 99) 100%);
}

.intro h1
{
	font-size: 6.0em;
	font-weight: bold;
	color: #333333;
	text-align: center;
	width: 100%;
}

.intro h2
{
	text-align: center;
}

.intro p
{
	box-sizing: border-box;
	font-size: 2em;
	margin: 3.0em auto 0 auto;
	font-weight: 400;
	color: #fff;
	text-align: center;
	width: 80%;
	padding: 50px 50px 0 50px;
	line-height:34px;
	border-radius: 6px;
}

.intro-button
{
	display: block;
	text-align: center;
	width: 240px;
	margin: 40px auto 2.0em auto;
	background: #399ce0;
	color: #fff;
	font-size: 2.0em;
	padding: 20px;
	border-radius: 50px;
}

.intro-button:hover
{
	background: #116ca1;
	color: #fff !important;
}

.button
{
	display: block;
	text-align: center;
	width: 300px;
	margin: 2% auto;
	background: #399ce0;
	color: #d6f3f8;
	font-size: 2.5em;
	padding: 20px;
	border-radius: 0px;
	box-shadow: 0px 0px 0px #000;
	border-bottom: 5px solid #1882A3;
	box-shadow: 5px 5px 0px #fff;
}

.button:hover
{
	/* background: #1882A3;
	border-bottom: 5px solid #dfedef; */
	color: #fff; 
	box-shadow: 5px 5px 0px #d7d7d7;
}

.intro-image
{
	max-width: 90%;
}

.arrow-up-down {
    padding: 30px 0 20px 0;
	text-align: center;
}

.arrow-vert-animation {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.arrow-vert-animation {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}



.content .holder
{
	float: left;
	width: 100%;
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5f5f5 0%,#ffffff 100%); /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); IE6-9 */
	background: #fff;
}

#footer .holder
{
	border-top: 1px solid #c8c8c8;
	background-color: #f5f5f5;
	float:left;
	width: 100%;
}

#footer .holder h1
{
	font-size:4.0em;
	margin: .7em auto .1em auto;
	font-weight: bold;
	color: #399ce0;
	text-align: center;
}

.section .holder
{
	border-top: 1px solid #399ce0;
	background-color: #fff;
	float:left;
	width: 100%;

}

.section .holder h1
{
	font-size:4.0em;
	margin: .7em auto .1em auto;
	font-weight: bold;
	color: #399ce0;
	text-align: center;
}

/* --- TESTIMONIALS --- */

#testimonials {background: #f5f5f5;}

.testimonials-block
{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.testimonial
{
	width: 20%;
	margin: 2.5%;
	float:left;
}

.testimonial .photo
{
	display: block;
	width: 148px;
	margin: 20px auto 10px auto;
}

.testimonial .photo img
{
	padding: 6px;
	background-color: #ECECEC;
	box-shadow: 0px 0px 0px #d7d7d7;
	border: 0px solid #d7d7d7;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	border-radius: 50%;
	height: 100px;
    width: auto;
}

.testimonial .photo img:hover
{
	background-color: #399ce0;
	border: 0px solid #399ce0;
}

.testimonial .info
{
	border-radius: 15px;
	margin-bottom: 25px;
	background: #fff;
	background-image: url('/img/quotes-background.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 15px;
}

.testimonial .info::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ffffff;
    font-size: 0;
    line-height: 0;
    bottom: -32px;
    position: relative;
}

.testimonial .info p
{
	margin: 15px;
	font-size: 1.2em;
	color: #8f8f8f;
	text-align: left;
	line-height: 1.4em;
}

.testimonial .info p i
{
	color: #757575;
}

.testimonial .info p img
{
	margin: 0 0 3px 8px;
    height: 24px;
    vertical-align: middle;
}

.testimonial .info .arrow-bottom
{
	display: block;
	width: 17px;
	margin: 0 auto -9px auto;
	text-align: center;
}

.testimonial p img
{
	opacity: 1;
}


/* --- SHOWCASE --- */

.showcase-block
{
	width: 100%;
	margin: 0 auto 50px auto;
	text-align: center;
}

.showcase
{
	width: 21%;
	margin: 1.5%;
	/* float:left; */
	box-sizing: border-box;
	display: inline-flex;
}

.showcase-full
{
	width: 96%;
	margin: 1.5%;
	/* float:left; */
	box-sizing: border-box;
	display: inline-flex;
}

.showcase-full .info 
{
	box-sizing: border-box;
	border-radius: 0px;
	border: 0px solid #d7d7d7;
	padding: 15px;
	box-shadow: 0px 0px 10px 0px #D5D5D545;
	background: #ffffff;
	width: 100%;
	border-radius: 15px;
}

.showcase-full .info p
{
	margin: 5px 10px 10px 10px;
	font-size: 1.6em;
	text-align: left;
	/* line-height: 1.4em; */
	color: #399ce0;
	font-weight: 700;
}

.showcase-full .info p img
{
	width: 100%;
	height: auto;
}


.showcase .photo
{
	display: block;
	width: 148px;
	margin: 20px auto 10px auto;
}

.showcase .photo img
{
	display: block;
	width: 100%;
	padding: 6px;
	background-color: #fff;
	box-shadow: 0px 0px 15px #d7d7d7;
	border: 1px solid #d7d7d7;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.showcase .photo img:hover
{
	background-color: #399ce0;
	border: 1px solid #399ce0;
}

/* ORIGINAL
.showcase .info
{
	border-radius: 6px;
	border: 1px solid #d7d7d7;
	box-shadow: 0px 0px 5px 0px #b2b2b2;
	background: #ffffff;
	width: 100%;
} */


.showcase .info, .showcase-full .info
{
	box-sizing: border-box;
	border-radius: 0px;
	border: 0px solid #d7d7d7;
	padding: 15px 15px 0 15px;
	box-shadow: 0px 0px 10px 0px #D5D5D545;
	background: #ffffff;
	width: 100%;
	border-radius: 15px;
}

.showcase .info .project-title2
{
    background: #f5f5f5;
    top: -23px;
    position: relative;
    border-radius: 0 0 15px 15px;
    padding: 5px 25px 8px 25px;
    display: inline-block;
	font-size: 1.6em;
    color: #399ce0;
    font-weight: 700;
}

.showcase .info .project-title, .showcase-full .info .project-title {
    position: relative;
    border-radius: 0 0 15px 15px;
    padding: 15px 0px 25px 0px;
    display: inline-block;
    font-size: 1.6em;
    color: #399ce0;
    font-weight: 700;
}

.showcase .info .description2, .showcase-full .info .description2
{
	font-weight: 500;
    background: #f5f5f5;
    padding: 10px 10px 15px 10px;
    border-radius: 10px 10px 0 0;
    bottom: -20px;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #8F8F8F;
    font-size: 10px;
}

.showcase .info .description, .showcase-full .info .description {
    font-weight: 500;
    background: #e4e4e4;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    bottom: -10px;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #949494;
    font-size: 10px;
}

.showcase .info a
{
	font-size: 0.8em;
} 

.showcase .info p
{
	margin: 5px 10px 5px 10px;
	font-size: 1.6em;
	text-align: left;
	color: #399ce0;
	font-weight: 700;
}

.showcase .info p img, .showcase-full .info p img
{
	width: 100%;
	border-radius: 10px;
}

.showcase .info p img:hover
{
	
}

.showcase .info p span
{
	font-weight: 500;
}

.showcase .info .arrow-bottom
{
	display: block;
	width: 17px;
	margin: 0 auto -9px auto;
	text-align: center;
}

#biz-cards img, #wireframes img
{
	max-height: 100%;
}


.copyright
{
	background-color: #f5f5f5;
	text-align: center;
	float: left;
	width: 100%;
}

.copyright p
{
	padding: 20px;
	color: #8f8f8f;
	line-height: 1.5em;
}









/* ------ FADE ANIMATION ------ */
.fade {
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}








/* --- RESPONSIVE DESIGN --- */
@media screen and (max-width: 1350px)
{
	.bar .navigation a
	{
		float: left;
		font-size: 1.3em;
		color: #767676;
		padding: 0 10px;
	}
	
	#about img
	{
		width: 100%;
	}

}

@media screen and (max-width: 1550px)
{
	.bar .navigation a
	{
		float: left;
		font-size: 1.2em;
		color: #767676;
		padding: 0 10px;
	}
	
	.showcase {
    width: 30%;
	}
}

@media screen and (max-width: 996px)
{
	
	
	.info-holder, .skills-holder
	{
		width: 100%;
	}
	
	.hobbies {margin-top: 0;}
	.skills-holder {padding: 20px 40px 20px 40px;}
	
	#about img
	{
		width: 100%;
	}
	
	.testimonial img
	{
		width: initial !important;
	}
	
	.testimonial, .showcase
	{
		width: 45%;
		margin: 2%;
	}
	
	.animated-experience-counter {width: 45%; padding: 10px 10px 10px 0px;}
	.animated-experience-counter-headline {font-size: 15px;}
	.animated-experience-counter-number {font-size: 22px; padding-top: 5px;}
	.horizontal-scroll {display: flex;    overflow-y: hidden;    overflow-x: scroll;    white-space: nowrap; }
	.testimonial .info {white-space: wrap;    width: 300px;}
}

@media screen and (max-width: 970px)
{
	.navigation
	{
		display: none;
	}
	
	.bar
	{
		overflow: visible;
	}
	
	.bar .menu-icon
	{
		display: block;
		width: 90px;
	}
	
	.to-top-btn-new {right: 40px !important; top: 82% !important;}
	
	#menu {right: 0; top: 0; position: absolute; height: 100%;}
}

@media screen and (max-width: 680px)
{

	.bar { height: 50px; }
	.bar .logo{ height: 90%;}
	.bar .menu-icon {width: 50px; height: 50px;}
	
	.bar .menu-list {height: 100vh;}
	.bar .menu-list ul {width: 100%; margin: 10px 0; text-align: center;}
	.bar .menu-list ul li {width: 100%; padding: 12px;}
	
	.info-holder, .skills-holder {padding: 0px 40px 20px 40px;}
	
	.about-holder p, .skills-holder .title {font-size: 1.2em;}
	
	#hello {font-size: 26px;}
	
	.contact-holder p {font-size: 16px; margin: 0 30px;}
	
	.navigation
	{
		display: none;
	}
	
	.not-mobile {}
	
	.in-between {height: 200px;}
	.in-between .quote p {line-height: 26px;font-style: italic;font-size: 16px;color: #fff;}
	.in-between .steve, .in-between .albert, .in-between .douglas, .in-between .edwin, .in-between .pablo, .in-between .massimo, .in-between .otl, .in-between .steve {height: 200px;}
	
	.bar .menu-icon
	{
		display: block;
	}

	h3
	{
		font-size: 4.5em;
	}
	
	h4
	{
		font-size: 1.2em;
		margin: 0 40px 25px 40px;
        line-height: 1.3em;
	}
	
	.testimonial
	{
		width: 96%;
		float: left;
		margin: 2% 2% 8% 2%;
	}
	
	.showcase, .showcase-full
	{
		width: 96%;
		float: left;
		margin: 2% 2% 8% 2%;
	}
	
	.showcase .info p, .showcase-full .info p
	{
		margin: 10px 15px 0px 15px;
	}
	
	.showcase .info img
	{
		max-height: 100%;
	}
	
	.bar.large a {
		height: 60%;
		line-height: 70px;
	}
	
	.home
	{
		/* background: url(/img/intro-pic-1.png) 100% 0 no-repeat fixed;
		background-size: 500%; */
		height: auto;
		min-height: auto;
	}
	
	.intro p
	{
		box-sizing: border-box;
		font-size: 1.2em;
		margin: 5.0em auto 2.2em auto;
		font-weight: bold;
		color: #fff;
		text-align: center;
		width: 90%;
		padding: 15px;
		line-height:22px;
		border-radius: 6px;
	}
	
	.intro-button {
		display: none;
	}
	
	.button
	{
		display: none;
		width: 70%;
		margin: 2% auto 4% auto;
		float: none;
	}
	

}

/* --- RESPONSIVE DESIGN IPHONE --- */
@media screen and (max-width: 480px)
{
	h3
	{
		font-size: 4.2em;
	}
	
	.clients-holder img
	{
		width: 30%;
	}
	
	.testimonial
	{
		width: 96%;
		float: left;
		margin: 2% 2% 8% 2%;
		border-bottom: 0px solid #eeeeee;
		float:left;
	}
	
	.showcase, .showcase-full
	{
		width: 90%;
		float: left;
		margin: 2% 5% 8% 5%;
		border-bottom: 0px solid #eeeeee;
		float:left;
	}

}