html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  background: #fdfdff;
}

html {
  line-height: 1;
  height: 100%;

}

* {
  outline: none;
}


body {
  min-height: 100%;
}


#content {
	position:absolute;
	padding: 10px;
    margin-right: auto;
    margin-left: auto;
	margin-top:60px;
    text-align:center;
}


a.line:hover {
	background-image:url(../img/back.png);
	background-repeat:repeat-x;
	padding:0px;
}

.liney {
	width:100%;
	height:7px;
	padding:0px;
}

.progress:hover {
	background-image:url(../img/back.png);
	background-repeat:repeat-x;
	padding:0px;
	}


.linez {
	width:100%;
	height:1px;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom:thin;
	background-color:#0d103f;
}


img {
	height:300px;
	width:auto;
	padding:0px;
}
 
  
#box {
	float:left;
	padding:5px;
	line-height:10px;
	height:324px;
	text-align:left;
  }
  
 
  .header {
	position:fixed;
	padding:20px 15px 20px 20px;
	background:#fdfdff;
	border-bottom:1px solid #0d103f;
	right: 0;
	left: 0;
	top:0px;
	z-index:100;
	height:auto;
}


.logo {
	float:left;
	position:absolute;
	font-family:'Roboto',sans-serif;
	font-size: 15px;
	background-color:#fdfdff;
	color: #0d103f;
	letter-spacing: 2px;
	}

.logo a:hover {
	text-decoration:none;
}

.navi {
	float:right;
	position:relative;
	font-family:'Roboto',sans-serif;
	font-size: 15px;
	width: 30px;
	color: #0d103f;
}

.navi a:hover {
	text-decoration:none;
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/

@media only screen and (min-width: 320px) and (max-width: 800px) {
	.nav-mobile {
		display:block;
	}
	.nav {
	width:100%;
	padding:10px 0px 9px 0px;
	line-height: 20px;	
	font-size: 15px;
	}
	
	.nav-list {
	display:none;
	font-size: 15px;
}
	
	.nav-item {
	width:100%;
	float:none;
	font-size: 15px;
	}
	
	.nav-item a {
	padding:5px 0px;
	font-size: 15px;

	}
	
	.nav-item:first-child a {
	margin-top:10px;
	border-radius:0px 0 0;
	padding-top: 10px;
	font-size: 15px;
	}
	
	.nav-item:last-child a {
	border-radius:0 0 0px 0px;
	margin-bottom: -25px;
	font-size: 15px;
	}
	
	.nav-active {
	display:block;
	padding-bottom: 0px;
	font-size: 15px;
}
	
	.nav-mobile-open {
	border-radius:0px 0px 0 0;
	-webkit-border-radius:0px 0px 0 0;
	-moz-border-radius:0px 0px 0 0;
	font-size: 15px;
	}
	
	
	#box {
	float:left;
	line-height:12px;
	height:auto;
	font-size:14px;
	width:100%;
	text-align:center;
	padding:0px;
  }
	
.info_col {
	width:300px;
	height:auto;
	position:absolute;
	margin-left:15px;
	top:50px;
	z-index:100;

}

#images_col {
	position:absolute;
	width: 100%;
	height:auto;
	top:20px;
	}
	
#content {
	margin: 0px auto;
	font-size: 14px;
	margin-top:60px;
	width: 100%;
	height: auto;
	padding: 0px;
}
	
img {
	width:100%;
	height:auto;		
}

#insta {
	width: 200px;
	height: 300px;
	z-index: 1;
}

/*
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
	
  #box {
	float:left;
	padding:0px;
	line-height:10px;
	height:auto;
	width:98%;
  }

img {
	height:auto;
	width:100%;
	padding:0px;
}
}

*/

@media (min-width: 992px) {
	
.col-1, .col-3, col-2, .col-4, .col-22 {
    float: left;
  }
  
  .col-4 {
    width: 30%;
  }
  
  .col-33 {
    width: 25%;
	float:left;
	margin-left:30px;
	margin-top:80px;
  }
  
    .col-3 {
    width: 20%;
  }
  
  .col-22 {
    width: 25%;
  }
 
    .col-1 {
    width: 15%;
  }
 
}


#gap {
	padding:1%;
	float:left;
	
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.container_about {
  margin-top:200px;
  padding-right: 20px;
  padding-left: 20px;

}



/* PROJECT PAGES */


.info_col {
	width:70%;
	height:auto;
	padding:5px;
	position:fixed;
	float:left;
	margin-left:15px;
	margin-top:20px;
	z-index:100;

}

#bottominfo {
	height: auto;
	bottom:0px;
	left: 0px;
	padding:5px;
}



#images_col {
	position:relative;
	float:left;
	width: 100%;
	height:auto;
	margin-top:20px;
	}