body {
	overflow: scroll;
}

/*************************************************/
/*************************************************/
/**************NAVIGATION MOBILE******************/
/*************************************************/
/*************************************************/
nav {
	width: 100%;
	height: 670px;
	margin-left: 0px;
	border-left: none;
	border-right: none;
	position: relative;
}

nav a, nav a:visited {
	font-size: 32pt;
}

nav li {
	height: 100px;
	line-height: 100px;
}

.logo {
	height: 367px;
	opacity: 1;
}

nav img {
	margin-top: 25px;
	height: 310px;
}
/*************************************************/

/*************************************************/
/*************************************************/
/*****************WORKS MOBILE********************/
/*************************************************/
/*************************************************/

.works_content {
	width: 100%;
	margin: 0;
	height: 1635px;
}

.works_content .blank, .works_content .blank_big {
	display: none;
}

.works_content div, .works_content .big {
	clear: none !important;
	width: 33.33%;
	border: none;
	margin: 0;
	opacity: 1;
}

.works_content img {
	width: 100%;
}

.works_content .big {
	margin-bottom: 0px;
	height: 20%; 
}

/*************************************************/

/*************************************************/
/*************************************************/
/***************CONTACT MOBILE********************/
/*************************************************/
/*************************************************/

input, textarea {
   	height: 75px;
   	font-size: 36px;
   	padding:  20px;
   	width: 100%;
   	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
	height: 250px;
}

#submit {
	height: 75px;
	width: 25%;
}

.contact_form {
	margin: 0;
	padding: 5%;
	display: block;
	background-color: rgba(0,0,0,0.5);
	padding-bottom: 12%;
}

/**********************************************************/

/*************************************************/
/*************************************************/
/****************ABOUT MOBILE*********************/
/*************************************************/
/*************************************************/

.about_content {
	position: relative;
	top: 0px;
	left: 0px;
	text-shadow: none;
	font-size: 12pt;
	padding: 70px;
	background-color: rgba(0,0,0,0.5);
}

.about_content p {
	width: 100%;
	left: 0;
}

html {
	background-image: url(../images/bg.png)/*tpa=http://dijaki.smgs.si/VrazicLovro/images/bg.png*/ !important;
}

.about_content img {
	display: block !important;
	margin: auto;
	margin-bottom: 100px;
	margin-top: 50px; 
}

/**********************************************************/