@charset "UTF-8";
/* CSS Document */


@media screen and (max-width: 599px) {

/* ========================FONTS======================== */



/* ========================GENERAL======================== */


#container {
	width: 100%;
}

#works {
	width: 90%;
	margin-bottom: 100px;
}

#intro {
	width: 90%;
	margin: 0px auto 50px;
}


.button {
	width: 100%;
	padding: 20px 0px 15px;
	margin: 10px auto;
	clear: both;
	opacity: 1;
	border: 1px solid #3083a7;
	color: #fff;
	background-color: #3083a7;
} 


.button:hover{
	text-decoration: none;
	}



.right-button-align {
	float: none;
}





.work-entry-overlay{
	opacity: 1;
}


.header1 {
	font-size: 72px;
    line-height: 82px;
}


a {
	text-decoration: underline;
}


    

/* ========================NAV======================== */


#nav {
	height: 50px;
}

#nav-container {
	width: 100%;
}

#header-logo {
	margin: 20px auto;
	background-position: center center;
	width: 100px;
	float: none;
	display: none;
}


#header-menu {
	width: 300px;
	float: none;
	margin: 20px auto;
}


/* ========================TEXT======================== */





/* ========================WORKS======================== */

.work-entry-title {
	width: 90%;
	padding: 80px 0 0 0;
	margin: 0 auto;
	text-align: center;
	font-size: 28px;
}

.work-entry-line {
	margin: 10px auto;
}

.work-entry-caption {
	line-height: 20px;
}
    
.work-entry-link {
    text-decoration: none;
}
    
.see, .balik, .parksense, .minion, .socialchorus {
    background-size: cover;
    }
    
.see:hover, .balik:hover, .parksense:hover, .minion:hover, .socialchorus:hover {
    background-size: cover;
    }


/* ========================ABOUT======================== */


#about-block {
	margin: 100px auto;
	width: 90%; 
}

#about-left {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    }    
    
    
    
#about-picture {
    width: 100%;
    margin: 0 auto 50px;    
    background-size: 50%;
    }    
    
#about-right {
	width: 100%;
}
 
#about-right .button {
	margin: 60px auto;
}

#about-right a {
	text-decoration: underline;
}


.about-description {
	font-size: 16px;
	line-height: 24px;
}

.about-details {
	font-size: 16px;
	line-height: 24px;
}

.about-position {
	font-size: 24px;
	line-height: 32px;
}

.about-time {
	font-size: 16px;
	line-height: 24px;
}

.about-group {
	padding: 0px 0px 0px 20px;
}


.about-column {
	width: 100%;
	padding-bottom: 50px;
}



#about-right .button-link {
	text-decoration: none;
}
 
    
.no-padding {
    padding-bottom: 0px;
}    



    
/* ========================CONTENT======================== */    
    

#work-block, #archive-block {
    width: 90%; 
    margin: 50px auto 0;
    }
    
#side-details {
    display: none;
    }    
    
#main-content {
    width: 100%;
    float: none;
    }
    
    
#main-content a {
        text-decoration: none;
    }
    
.top-image {
    margin-top: 50px;
    background-attachment: scroll;
    background-position:center center;
    height: 200px;
    }    
    
    
    
/* ========================ARCHIVE======================== */     
    
.archive-item {
    margin: 0 auto 50px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 40px;
    }
    
.archive-image {
    width: 100%;
    float: none;
    padding: 0 0 0 0;
    }    
    
.archive-image img {
    border-right: none;
    margin: 0;
}    
    
.archive-details {
    float: none;
    width: 100%;
    }
    
    
/* ========================CONTACT======================== */


#contact-block {
	width: 90%;
	margin-top: 100px;
}


#contact-left {
	width: 100%;
	margin-bottom: 50px;
}


#contact-right {
	width: 100%;
	margin: 0 auto 100px;
	float: left;
}


input[type="submit"] {
	width: 100%;
	
	opacity:1;
	border: 1px solid #3083a7;
	color: #fff;
	background-color: #3083a7;
	}


.contact-message {
    height: fit-content;
    }    
    

/* ========================FOOTER======================== */

#footer {
	width: 90%;
	margin: 0 auto 100px;
	min-height: 200px;
}


.footer-column {
	width: 100%;
	float: none;
	margin: 0 auto 30px;

}

.footer-column a {
	text-decoration: underline;
}


#footer .button-link {
	text-decoration: none;
}





}