/* BOX SIZING */
* { box-sizing:border-box;}
/* small reset */
html, body, ul, p {padding: 0px;margin: 0px;list-style-type: none;}

/* remove button focus*/
button:focus {outline:0;}
#portfolio:focus {outline: none !important;border:none;}

/* background color */
body {background: #191919;}

@media print {
    a:after { content:''; }
    a[href]:after { content: none !important; }
}

/* font Circular */
@font-face {
font-family: 'Circular Std Bold';
font-style: normal;
font-weight: normal;
src: local('Circular Std Bold'), url('../fonts/CircularStd-Bold.woff') format('woff');
}

@font-face {
font-family: 'Circular Std Black';
font-style: normal;
font-weight: normal;
src: local('Circular Std Black'), url('../fonts/CircularStd-Black.woff') format('woff');
}

/* font Oxygen */
@font-face {
font-family: 'Oxygen Regular';
font-style: normal;
font-weight: normal;
src: local('Oxygen Regular'), url('../fonts/Oxygen-Regular.ttf') format('woff');
}

/* font Muli */
@font-face {
font-family: 'Muli Regular';
font-style: normal;
font-weight: normal;
src: local('Muli Regular'), url('../fonts/Muli-Regular.ttf') format('woff');
}

@font-face {
font-family: 'Muli Black';
font-style: normal;
font-weight: normal;
src: local('Muli Black'), url('../fonts/Muli-Black.ttf') format('woff');
}


@font-face {
font-family: 'FontAwesome';
font-style: normal;
font-weight: normal;
src: local('FontAwesome'), url('../fonts/fontawesome-webfont.ttf') format('woff');
}


/* font-sizing */
html{ font-size: 62.5%; } 
body{ font-size: 16px; font-size: 1.6rem; line-height: 1.5;} /* =16px */
li{ font-size: 14px; font-size: 1.4rem;} /* =14px */
a{ padding: 0px; margin: 0px; color: #946b91;}

.button a{ text-decoration: none;}

h1 {
    font-family: 'Circular Std Bold';
    font-weight: normal;
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.5;
    padding: 0px;
    margin: 0px;
    color: #f1f1f1;
}

h2 {
    font-family: 'Circular Std Bold';
    font-weight: normal;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.8;
    padding: 0px;
    margin: 0px;
    color: #191919;
}

h3 {
    font-family: 'Circular Std Bold';
    font-weight: normal;
    font-size: 18px;
    line-height: 1.8;
    font-size: 1.8rem;
    padding: 0px;
    margin: 0px;
    color: #191919;
}

h4 {
    font-family: 'Circular Std Bold';
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4;
    font-size: 1.6rem;
    padding: 5px 0px 10px 0px;
    margin: 0px;
    color: #191919;
}

p {
    font-family: 'Oxygen Regular', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #191919;
}

.iteminfobg h3 {
    color: #191919;
}

/* CLEARFIX */
.clearfix:before, 
.clearfix:after{
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;}
.clearfix:after {clear: both;}


/* Gradient background */
#background {
    background-image: url("../img/Gradient-background.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 897px;
}

.cover {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top center;
    width: 100%;
    height: 65vh;
}

#cover1 {
    background-image: url("../img/items/CWZ/cwz_cover.png");
}

#cover2 {
    background-image: url("../img/items/Advice/advice_cover.png");
}

#cover3 {
    background-image: url("../img/items/Connected/connected_cover.png");
}

#cover4 {
    background-image: url("../img/items/Explore/explore_cover.png");
}

#cover5 {
    background-image: url(../img/items/Contest/contest_cover.png)
}

#cover6 {
    background-image: url("../img/items/BII/bii_cover.png");
}

#cover7 {
    background-image: url("../img/items/Festimize/festimize_cover.png");
}

#cover8 {
    background-image: url("../img/items/iNEX/inex_cover.png");
}

#cover9 {
    background-image: url("../img/items/Venividi/veni_cover.png");
}

#navbar {
    height: 100px;
    width: 100%;
    background: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
}

.container {
    width: 1352px;
    margin: 0 auto;
}

#navbar_inner {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100px;
}

.logo {
    height: 70px;
    padding: 0px;
    margin: 0px;
    float: left;
}

/* ---------------------- BEGIN LOGO ANIMATION ON HOVER ----------------------- */ 
.logo img:hover {
    -webkit-animation-name: wobble-to-top-right;
    animation-name: wobble-to-top-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes wobble-to-top-right {
	16.65% {
		-ms-transform: translate(6px, -6px);
		-webkit-transform: translate(6px, -6px);
    	transform: translate(6px, -6px);
	}
	33.3% {
	    -ms-transform: translate(-4px, 4px);
	    -webkit-transform: translate(-4px, 4px);
	    transform: translate(-4px, 4px);
  	}
	49.95% {
	    -ms-transform: translate(2px, -2px);
	    -webkit-transform: translate(2px, -2px);
	    transform: translate(2px, -2px);
  	}
  	66.6% {
	    -ms-transform: translate(-1px, 1px);
	    -webkit-transform: translate(-1px, 1px);
	    transform: translate(-1px, 1px);
  	}
	83.25% {
    	-ms-transform: translate(0.5px, -0.5px);
    	-webkit-transform: translate(0.5px, -0.5px);
		transform: translate(0.5px, -0.5px);
	}
	100% {
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes wobble-to-top-right {
	16.65% {
		-ms-transform: translate(6px, -6px);
		-webkit-transform: translate(6px, -6px);
    	transform: translate(6px, -6px);
	}
	33.3% {
	    -ms-transform: translate(-4px, 4px);
	    -webkit-transform: translate(-4px, 4px);
	    transform: translate(-4px, 4px);
  	}
	49.95% {
	    -ms-transform: translate(2px, -2px);
	    -webkit-transform: translate(2px, -2px);
	    transform: translate(2px, -2px);
  	}
  	66.6% {
	    -ms-transform: translate(-1px, 1px);
	    -webkit-transform: translate(-1px, 1px);
	    transform: translate(-1px, 1px);
  	}
	83.25% {
    	-ms-transform: translate(0.5px, -0.5px);
    	-webkit-transform: translate(0.5px, -0.5px);
		transform: translate(0.5px, -0.5px);
	}
	100% {
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
/* ---------------------- END LOGO ANIMATION ON HOVER ----------------------- */ 

.logo a {
    float: left;
}

.logotext {
    padding: 15px 0px 15px 10px;
    float: right;
}

.logotext h1{
    font-family: 'Muli Black', sans-serif;
    color: #f1f1f1;
    padding: 0px;
    margin: 0px;
    font-size: 18px; 
    font-size: 1.8rem; 
    line-height: 1.5;
}

.logotext h2{
    font-family: 'Muli Regular', sans-serif;
    color: #f1f1f1;
    padding: 0px;
    margin: 0px;
    font-size: 18px; 
    font-size: 1.8rem; 
    line-height: 0.4;
}

.xsmall {
    font-size: 12px !important; 
    font-size: 1.2rem !important; 
    line-height: 0 !important;
}

.small {
    font-size: 12px !important; 
    font-size: 1.2rem !important; 
    line-height: 2.1 !important;
    height: auto !important;
}

#navigation {
    padding: 20px 0px 20px 0px;
    float: right;
}

#navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

#navigation ul li {
    display: inline;
    padding-left: 120px;
    font-family: 'Oxygen Regular', sans-serif;
    color: #f1f1f1;
}

#navigation ul li:nth-child(1) {
    padding-left: 0px;
}

#navigation ul li a {
    color: #f1f1f1;
    transition: 0.2s;
    padding-bottom: 37px;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    transition: 0.2s;
}

#navigation ul li a:hover {
    color: #946b91;
}

.current {
    border-bottom: 3px solid #320f30;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    font-family: 'Muli Black', sans-serif;
}

#header {
    top: 270px;
    position: absolute;
    width: 100%;
}

.row50left {
    float: left;
    width: 50%;
}

.row50right {
    float: left;
    width: 50%;
}

.row100 {
    float: left;
    width: 100%;
}

.capital {
    color: #f1f1f1;
    text-transform: uppercase;
}

.itemtext {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 50px;
}

.itemtext .button {
    margin-top: 15px;
}

.itemtext .button span {
    margin-bottom: 3px;
    color: #f1f1f1;
}

.itemtext .big {
    margin-bottom: 20px;
}

.itemtext p {
    width: 50%;
    color: #f1f1f1;
    margin-bottom: 15px;
}

.itemtext a {
    text-decoration: none;
}

.extern {
    display: inline;
    text-decoration: none;
    border-bottom: 1px solid #f1f1f1;
}

.grey {
    color: #919191 !important;
}

.extern:before {
    content: "\f08e";
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 5px;
}

.itemimage {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 50px;
    position: relative;
    float: left;
}

#portfolioscroll {
    outline: none;
}

.portfolioitemodd {
    width: 100%;
    float: left;
    background: #131313;
    padding-bottom: 20px;
    border-bottom: 1px solid #919191;
}

.portfolioitemodd:last-of-type {
    border-bottom: none;
}

.portfolioitemodd h2{
    color: #f1f1f1;
}

.portfolioitemodd .itemimage {
    float: right;
}

.portfolioitemeven {
    width: 100%;
    float: left;
    background: #464646;
    padding-bottom: 20px;
    border-bottom: 1px solid #919191;
}

.portfolioitemeven h2{
    color: #f1f1f1;
}

.right {
    float: right;
}

#intro {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 50px;
    font-family: 'Oxygen Regular', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #f1f1f1;
}

#contactbutton {
    width: 50%;
}

#contactbutton span {
    font-family: 'Muli Regular', sans-serif;
    font-size: 16px;
    color: #f1f1f1;
}

#morebutton {
    width: 100%;
    margin-top: 35px;
    text-align: right;
}

#morebutton span {
    font-family: 'Muli Regular', sans-serif;
    font-size: 16px;
    float: left;
    color: #f1f1f1;
}

#loadMore p:after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 12px;
    padding-left: 5px;
}

#showLess p:after {
    content: "\f077";
    font-family: FontAwesome;
    font-size: 12px;
    padding-left: 5px;
}

.button {
    float: left;
    height: 45px;
    color: #f1f1f1; 
    padding-left: 35px;
    padding-right: 35px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: normal;
    margin-right: 20px;
    transition: 1s;
    border: none;
    text-align: center;
    display: inline-block !important;
    cursor: pointer;
    font-family: 'Muli Regular', sans-serif;
    font-size: 14px;
    line-height: 0.7;
    background: #320f30; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #5b3e59 , #320f30); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #5b3e59, #320f30); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #5b3e59, #320f30); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #5b3e59, #320f30); /* Standard syntax */
}

.unselect {
    box-shadow: 0 5px 15px rgba(145, 145, 145, .4);
    background: #919191 !important;
}

.button:hover {
    color: rgba(255, 255, 255, 1);
    box-shadow: 0 5px 15px rgba(50, 15, 48, .4);
    transition: 0.2s;
}

.button:active {
    position: relative;
    top: 1px;
    color: rgba(255, 255, 255, 1);
    box-shadow: 0 5px 15px rgba(50, 15, 48, .4);
}

#social {
    padding-top: 8px;
    float: left;
}

#portfoliobg {
    position: relative;
    top: -100px;
    float: left;
    width: 100%;
    outline: none;
}

#headerinfo {
    margin: 0 auto;
}

.iteminfobg {
    position: relative;
    top: -100px;
    width: 100%;
    padding: 20px 20px 0px 20px;
    height: auto;
    float: left;
    background: #f1f1f1;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 5px;
}

#back {
    position: absolute;
    top: -20px;
}

#back .button {
    height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 25px;
}

#back .button span {
    color: #f1f1f1;
    font-size: 12px;
    font-size: 1.2rem;
}

#back .button span:before{
    content: "\f053";
    color: #f1f1f1;
    font-family: FontAwesome;
    font-size: 12px;
    padding-right: 5px;
}

.list li p:before {
    content: '*';
    padding-right: 5px;
}

.item100 {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
    float: left;
}

#seeitems {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

#seeitems .button {
    position: relative;
    bottom: -20px;
    margin: 0px;
    float: none;
}

#seeitems .button span {
    font-family: 'Muli Regular', sans-serif;
    font-size: 15px;
    color: #f1f1f1;
}

#seeitems .button span:after {
    content: "\f078";
    font-family: FontAwesome;
    color: #f1f1f1;
    font-size: 12px;
    padding-left: 5px;
}

#seeitems .button:active {
    position: relative;
    top: 21px;
    margin: 0px;
    float: none;
}

.row33 {
    width: 33%;
    padding: 30px 0px 20px 0px;
    margin-right: 0.5%;
    float: left;
}

.row33:nth-child(3) {
    margin-right: 0;
}

.iteminfobg .row33 {
    background: #e2e2e2;
    border-radius: 5px;
    padding: 20px;
    min-height: 250px;
}

#portfolio {
    width: 100%;
    padding: 20px 20px 30px 20px;
    height: auto;
    float: left;
    background: #141414;
    border-radius: 10px;
}

#portfolio h2, h3 {
    color: #f1f1f1;
}

#portfolio p {
    color: #f1f1f1;
}

.row50right ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: right;
}

.row50right ul li {
    display: inline-flex;
    padding-left: 20px;
    font-family: 'Circular Std Bold', sans-serif;
    color: #f1f1f1;
    line-height: 0;
}

.row50right ul li a {
    color: #f1f1f1;
    padding: 15px 15px 10px 15px;
    text-decoration: none;
    transition: 0.2s;
    margin-left: -1px;
    border-radius: 0px 5px 5px 0px;
}

.row50right ul li a:after {
    content: ' Design';
}

.row50right ul li a.unselected:after {
    content: ' ';
}

.row50right ul li:hover {
    position: relative;
    top: 1px;
}

.row50right a {
    margin: 0;
    padding-left: 0px;
    padding-top: 16px;
    list-style-type: none;
    text-align: right;
    background: #320f30; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #5b3e59 , #320f30); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #5b3e59, #320f30); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #5b3e59, #320f30); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #5b3e59, #320f30); /* Standard syntax */
}

li span img{
    top: 0px;
    left: 0px;
    position: relative;
}

.unselected {
    background: #919191 !important;
}

#portfoliocontent {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 10px 0px 35px 0px;
}

#portfoliocontent ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#portfoliocontent ul li {
    display: inline-flex;
    float: left;
    border-radius: 5px;
    height: 270px;
    width: 33%;
    margin-right: 0.5%; 
    margin-bottom: 0.5%;
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
}

#portfoliocontent ul li:nth-child(3n+0){
    margin: 0px 0px 0.5% 0px !important;
    padding: 0px !important;
}

#portfoliocontent ul li a {
    display: inline-block;
    width: 100%;
    height: inherit;
}

#portfoliocontent ul li a:hover {
    color: #5b3e59;
}

#myList li { 
    display: none;
}

#myList li:nth-child(7), #myList li:nth-child(8), #myList li:nth-child(9) { 
    display: none;
}

/* ---------------------- PORTFOLIO LIST ITEMS ----------------------- */ 

.background1 {
    background-image: url("../img/items/CWZ/cwz_coverfoto.jpg");
}

.background2 {
    background-image: url("../img/items/Advice/advice_coverfoto.jpg");
}

.background3 {
    background-image: url("../img/items/Connected/connected_coverfoto.jpg");
}

.background4 {
    background-image: url("../img/items/Explore/explore_coverfoto.jpg");
}

.background5 {
    background-image: url("../img/items/Contest/contest_coverfoto.jpg");
}

.background6 {
    background-image: url("../img/items/BII/bii_coverfoto.jpg");
}

.background7 {
    background-image: url("../img/items/Festimize/festimize_coverfoto.jpg");
}

.background8 {
    background-image: url("../img/items/iNEX/inex_coverfoto.jpg");
}

.background9 {
    background-image: url("../img/items/Venividi/veni_coverfoto.jpg");
}

li:hover .portfoliotitle {
	visibility: visible;
    bottom: 0;
    opacity: 1;
}

li:hover .category {
	visibility: visible;
    top: 0;
    opacity: 1;
}

/* ---------------------- PORTFOLIO LIST ITEMS END ----------------------- */ 

.portfoliotitle {
    position: absolute;
    transition: 0.5s;
    bottom: -34px;
    width: 100%;
    height: 34px;
    border-radius: 0px 0px 5px 5px;
    background-color:rgba(0,0,0,0.3);
    visibility: hidden;
    opacity: 0;
}

.portfoliotitle p {
    float: left;
    font-size: 13px;
    font-family: 'Circular Std Bold', sans-serif;
    padding: 6px 0px 6px 10px;
    color: #f1f1f1;
}

.portfoliotitle span {
    float: right;
    font-size: 12px;
    font-family: 'Circular Std Bold', sans-serif;
    padding: 6px 10px 6px 0px;
    color: #d6d6d6;
}

.category {
    position: relative;
    transition: 0.5s;
    top: -15px;
    padding: 6px 0px 6px 10px;
    float: left;
    visibility: hidden;
    opacity: 0;
}

.category p {
    font-family: 'Oxygen Regular', sans-serif;
    line-height: 0.2;
    color: #f1f1f1;
    font-size: 8px;
    text-align: center;
    padding-bottom: 15px;
}


/* ---------------------- BIO COMING HERE ----------------------- */ 
#bio {
    float: left;
    width: 100%;
    outline: none;
}

#bio .portfolioitemodd { 
    border-radius: 10px;
}

#bio .itemtext {
    text-align: left !important;
}

/* ---------------------- BIO COMING HERE END ----------------------- */ 

#footer {
    margin-top: 100px;
    float: left;
    width: 100%;
   
}

.footerlist{
    background: #121212;
    float: left;
    width: 100%;
    opacity: 0.999;
}

#footerbackground {
    background-image: url("../img/Footer_artwork4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.9;
    width: 100%;
    height: 320px;
}

.row25 {
    float:left;
    width: 20%;
    margin-right: 6.6666666%;
    min-height: 160px;
    padding-bottom: 50px;
}

.row25 h2 {
    color: #f1f1f1 !important;
    margin-bottom: 20px;
}

.row25 h3 {
    color: #f1f1f1 !important;
    margin-bottom: 20px;
    border-bottom: 0.5px solid rgba(135,135,135,0.5);
}

.row100 a {
    color: #919191;
}

.row100 a p{
    color: #919191;
    padding-left: 10px;
    float: left;
    text-decoration: underline;
}

#services li:before {
    content: "*";
    color: #919191;
    float: left;
    padding-right: 10px;
}

#follow {
    display: inline-flex;
}

#follow li {
    margin-right: 10px;
}

.row25:nth-child(4n+0) {
    margin-right: 0%;
}

.light {
    color: #919191;
    display: inline-block;
    font-size: 1.3rem;
    font-size: 13px;
}

#bottom {
    margin-top: 20px;
}

#copyright {
    width: 100%;
    color: #f1f1f1;
    float: left;
    padding: 5px 0px 3px 0px;
    text-align: center;
    font-size: 1.2rem;
    background: #0f0f0f;
    border-top: 0.5px solid rgba(135,135,135,0.5);
}

iframe {
    border: none;
}

/* ---------------------- MEDIA QUERIES ----------------------- */ 

@media screen and (max-width: 1440px) {
    #navigation ul li a {
    padding-bottom: 12px;
}
}


@media screen and (max-width: 1369px) {
    .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
    #header {
    top: 205px;
}
    #navigation ul li a {
    padding-bottom: 15px;
}
}


@media screen and (max-width: 1024px) {
    h1, span#typed, span.typed-cursor{
    font-size: 3.2rem;
    font-size: 32px;
}
    #header {
    top: 180px;
}
    #navbar {
    background: initial;    
}
    img.right {
    height: 320px;
}
    #background {
    height: 750px;
}
    #portfolio .row50left {
    width: 25%;
}
    #portfolio .row50right {
    width: 75%;
}
    #portfoliocontent ul li:nth-child(2n+0) {
    margin-right: 0px;
}
    #portfoliocontent ul li:nth-child(3) {
    margin-right: 1% !important;
}
    #portfoliocontent ul li {
    width: 49.5%;
    margin-right: 1%;
    margin-bottom: 1%;
    max-height: 270px;
}
    #portfoliocontent ul li a {
    max-height: 270px;
}
    #portfolio {
    height: auto;
    float: left;
    padding-bottom: 30px;
}
    #outro .row50left {
    width: 50% !important;
}
    #outro .row50right {
    width: 50% !important;
}
    #morebutton {
    margin-top: 60px;
}
    .portfoliotitle {
    visibility: visible;
    bottom: 0;
    opacity: 1;   
}
    .category {
    visibility: visible;
    top: 0;
    opacity: 1;    
}
    #footer {
    margin: 0px;    
}
    .portfoliotitle p {
    font-family: 'Oxygen Regular', sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
}
    #navigation ul li a {
    font-size: 12px;
    font-size: 1.2rem;
}
    .logotext h1, .logotext h2 {
    font-size: 16px;
    font-size: 1.6rem;
} 
    h2 {
    font-size: 20px;
    font-size: 2.0rem;
}
    h3 {
    font-size: 16px;
    font-size: 1.6rem;
}
    p {
    font-size: 13px;
    font-size: 1.3rem;
}
    #intro {
    font-size: 14px;
    font-size: 1.4rem;
}
    #contactbutton span {
    font-size: 15px;
    font-size: 1.5rem;
}
    #morebutton span {
    font-size: 15px;
    font-size: 1.5rem;
}
    .row50right ul li a {
    font-size: 14px;
    font-size: 1.4rem;
}
    ul #services {
    display: inline-grid;
}
}


@media screen and (max-width: 962px) {
    .portfolioitemodd .row50left {
    width: 100%;
    text-align: center;
}
    .portfolioitemodd .row50right {
    width: 100%;
    text-align: center;
}
    .portfolioitemeven .row50left {
    width: 100%;
    text-align: center;
}
    .portfolioitemeven .row50right {
    width: 100%;
    text-align: center;
}
    .itemtext p{
    width: 100%;
}
    .itemtext{
    float: none !important;
    text-align: center !important;
}
    .portfolioitemodd .itemimage{
    float: none;
}
    .portfolioitemeven {
    display: flex;
    flex-direction: column; 
}
    .portfolioitemeven .row50left{
    order: 2;
}
    .portfolioitemeven .row50right{
    order: 1;
}
    .itemtext .button {
    float: none;
}
    #bio .itemtext {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
}
} 


@media screen and (max-width: 912px) {
    .iteminfobg .row33 {
    width: 100%;
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
}
    

@media screen and (max-width: 768px) {
    h1, span#typed, span.typed-cursor{
    font-size: 2.4rem;
    font-size: 24px;
}
    #header {
    top: 160px;
}
    img.right {
    height: 300px;
}
    .logotext {
    padding: 8px 0px 15px 10px;
}
    .logo img {
    width: 60px;
}
    #background {
    height: 700px;
}
    #morebutton {
    margin-top: 80px;
}
    .row50right ul li a {
    font-size: 12px;
    font-size: 1.2rem;
}
    #portfolio .row50right {
    width: 85%;
}
    #portfolio .row50left {
    width: 15%;
}
    .row50right ul li {
    padding-left: 5px;
}
    .logo.small img {
    width: 40px;
}
    .row25 {
    width: 40%;
    margin-right: 10%;
    padding-bottom: 0;
    margin-bottom: 0;
}
    .footerlist {
    height: auto;
}
    .row25:nth-child(2n+0) {
    margin-right: 0%;
}
    #services li:before {
    content: '';
}
    #bio .portfolioitemodd .itemimage img {
    height: 350px;
    width: auto;
}
}


@media screen and (max-width: 667px) {
    h1, span#typed, span.typed-cursor{
    font-size: 2.0rem;
    font-size: 20px;
}
    #intro{
    font-size: 1.3rem;
    font-size: 13px;
    padding-bottom: 40px;
}
    .logo img{
    width: 50px;
}
    .logotext h1, .logotext h2 {
    font-size: 1.3rem;
    font-size: 13px;
}
   .logotext {
    padding: 11px 0px 11px 8px;
}
    .current {
    border-bottom: 0px;    
}
    #header {
    top: 120px;
}
    img.right {
    height: 225px;    
}
    .button {
    height: 37px;
    padding-left: 30px;
    padding-right: 30px;
}
    #contactbutton span {
    font-size: 13px;
    font-size: 1.3rem;
}
    #morebutton span {
    font-size: 13px;
    font-size: 1.3rem;
}
    #navbar_inner {
    padding-top: 10px;
}
    #social {
    display: flex;  
    padding-top: 7px;
    float: none;
}
    #social img {
    height: 25px;
}
    h2 {
    font-size: 18px;
    font-size: 1.8rem;
}
    h3 {
    font-size: 16px;
    font-size: 1.6rem;
}
    li span img {
    height: 27px;
}
    .row50right ul li a {
    padding: 13px 15px 10px 15px;
}
    #portfoliocontent ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 1%;
}
    #portfoliocontent ul li:nth-child(3n+0) {
    margin-right: 0% !important;
    margin-bottom: 1% !important;
}
    #footerbackground {
    height: 150px;    
}
   .footerlist {
    height: 360px;
}
    #morebutton {
    margin-top: 90px;
}
    #background {
    height: 550px;
}
}


@media screen and (max-width: 620px) {
    #navigation ul li{
    padding-left: 75px;
}
}


@media screen and (max-width: 614px) {
    .itemimage img{
    width: 400px;
    height: auto;
}
    .itemimage iframe{
    width: 400px;
    height: auto;
}
}
    

@media screen and (max-width: 520px) {
    #navigation ul li{
    padding-left: 50px;
}
}


@media screen and (max-width: 500px) {
    .itemimage img{
    width: 100%;
    height: auto;
}
    .itemimage iframe{
    width: 300px;
    height: auto;
}
    #morebutton .button {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 5px;
}
}


@media screen and (max-width: 425px) {
    .cover {
    height: 410px; 
}
    .iteminfobg {
    top: -40px;
    margin-bottom: 50px;
}
    #cover1 {
    background-image: url("../img/items/CWZ/cwz_cover_mobiel.jpg");
    background-size: cover;
}

    #cover2 {
    background-image: url("../img/items/Advice/advice_cover_mobiel.jpg");
    background-size: cover;
}

    #cover3 {
    background-image: url("../img/items/Connected/connected_cover_mobiel.jpg");
    background-size: cover;
}

    #cover4 {
    background-image: url("../img/items/Explore/explore_cover_mobiel.jpg");
    background-size: cover;
}

    #cover5 {
    background-image: url(../img/items/Contest/contest_cover_mobiel.jpg);
    background-size: cover;
}

    #cover6 {
    background-image: url("../img/items/BII/bii_cover_mobiel.jpg");
    background-size: cover;
}

    #cover7 {
    background-image: url("../img/items/Festimize/festimize_cover_mobiel.jpg");
    background-size: cover;
}

    #cover8 {
    background-image: url("../img/items/iNEX/inex_cover_mobiel.jpg");
    background-size: cover;
}

    #cover9 {
    background-image: url("../img/items/Venividi/veni_cover_mobiel.jpg");
    background-size: cover;
}
    #portfolioshow .container {
    padding: 0px;    
}
    .portfoliotitle p {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2;
}
    .portfoliotitle span {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2;
}
    #navigation ul li {
    display: table-row;
    line-height: 2;
    text-align: right;
}
    #navigation ul li a {
    padding: 0px 1px 3px 0px;
}
    #navigation {
    padding: 5px 0px 5px 0px;
}
    #header .row50left {
    width: 100%;
}
    #header .row50right {
    width: 100%;
}
    #background {
    background-image: url(../img/Gradient-background-mobile.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 675px;
}
    #header {
    top: 130px;
}
    img.right {
    height: 185px;
}
    .current {
    padding-bottom: 5px !important;
    border-bottom: 2px solid #320f30;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
    #portfolio {
    padding: 10px 20px 20px 20px;
}
    #portfoliobg .container {
    padding-left: 0;
    padding-right: 0;
}
    #portfoliocontent ul li {
    max-height: 220px;
}
    #portfoliocontent ul li a {
    max-height: 220px;
}
    
    #portfolio .row50right {
    width: 100%;
}
    .row50right ul li a {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 13px 10px 10px 10px;
}
    li span img {
    height: 25px;
}
    #portfolio .row50right ul {
    text-align: left;    
}
    #portfolio .row50right {
    margin-top: 10px;
}
    h3 {
    line-height: 1.5;    
}
    #morebutton {
    margin-top: 0px;
}
    .unselect {
    box-shadow: 0 5px 15px rgba(145, 145, 145, .4);
    background: #919191 !important;
    margin-top: 5px;
    margin-right: 0px !important;
}
    .footerlist .row25 {
    width: 100%;
}
    .footerlist .row25:nth-child(1) {
    margin-top: 20px;    
}
    .footerlist .row25:nth-child(4) {
    margin-bottom: -20px;    
}
    .footerlist {
    height: auto;
}
    #bio .container { 
    padding-left: 0px;
    padding-right: 0px;
}
    #bio .itemtext .button span {
    font-size: 1.3rem;
    font-size: 13px;
}
    #copyright {
    padding: 2px 0px 5px 0px;
}
}   


@media screen and (max-width: 320px) {
    h1, span#typed, span.typed-cursor{
    font-size: 1.8rem;
    font-size: 18px;
}
    img.right {
    height: 165px;    
}
    #social {
    display: none;
    }
}