@charset "UTF-8";
/* CSS Document */

img, object, embed, video {
	max-width:100%;
}
.ie6 img {
	width:100%;
}


/*||||||||||||||Mobile Layout: 399px and below|||||||||||||||||||||||||||||||*/
/*||||||||||||||Mobile Layout: 399px and below|||||||||||||||||||||||||||||||*/
body {
	margin:0;
	font-family: 'Roboto', sans-serif;
}
.gridContainer {
	margin:0 auto;
	width:100%;
	padding:0;
	clear:none;
	float:none;
}
.clearfix:after {
	content:".";
	visibility:hidden;
	height:0;
	display:block;
	clear:both;
}
.home {
	background-color:rgba(153,153,153,1);
	letter-spacing:3px;
	font-size:14px;
	height:75px;
	top:0;
	width:100%;
	max-width:1280px;
	position:fixed;
	padding:0;
}
.logo-mobi {
	float:left;
	clear:none;
	margin:15px;
	visibility:visible;
	display:block;
}
.logo-tab {
	float:left;
	clear:none;
	margin:25px 20px;
	visibility:hidden;
	display:none;
}
/*:::::::::::MOBI-TAB MENU::::::::::::::::::::*/
.dropbtn {
    background-color:rgba(153,153,153,1);
	letter-spacing:3px;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.mobi-menu {
	visibility:visible;
    position:fixed;
    display:block;
	top:10px;
	right:0;
}
.dropdown-content {
    display: none;
    position: absolute;
	right:0;
    background-color: #f9f9f9;
	width:160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
	background-color: #f1f1f1;
}
.mobi-menu:hover .dropdown-content {
    display: block;
}
.mobi-menu:hover .dropbtn {
    background-color:rgba(153,153,153,1);
}

/*:::::::::::DESK MENU::::::::::::::::::::::::::*/
.menu {
	visibility:hidden;
	position:relative;
	float:right;
	display:none;
	margin:20px;
}
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.menu li {
    float:left;
}
.menu li a {
    display: inline;
	color:rgba(255,255,255,1.00);
    text-align: center;
	line-height:30px;
    padding:10px;
    text-decoration: none;
}
.menu li a:hover {
	background-color:rgba(153,153,153,1);
	color:rgba(153,0,0,1);
}

/*:::::::::::work::::::::::::::::::::::::::*/
.work {
	height:auto;
}
.logo-header {
	text-align:center;
	margin:160px 10% 100px 10%;
	padding:0;
	border:none;
}
.logo-header h1 {
	text-align:center;
	font-size:medium;
	font-weight:100;
	letter-spacing:3px;
}
h3 {
	width:100%;
	font-weight:100;
	font-size:small;
	letter-spacing:2px;
	color:rgba(153,153,153,1);
	text-align:center;
}
.works {
	float:left;
	clear:none;
	text-align:center;
	padding:1% 0;
}
.works img {
	width:98%
}
.works:hover {
	opacity:0.6;
}
/*.text-works {
	padding:10px;
	position:absolute;
    font-size:small;
	opacity:0;
	text-decoration:none;
	z-index:10;
	background-color:white;
}
.text-works:hover {
	opacity:1;
	color:black;
}
/*:::::::::::About::::::::::::::::::::::::::*/
.about {
	text-align:center;
	margin:200px 0;
}
h1 {
	color:rgba(153,0,0,1);
	letter-spacing:7px;
	margin-bottom:50px;
}
.about p {
	text-align:left;
	width:80%;
	margin:50px 10% 0;
	line-height:20px;
	font-size:small;
}
/*:::::::::::Contact::::::::::::::::::::::::::*/
.contact {
	height:auto;
}
.contact h1{
	margin-bottom:0;
}	
h2 {
	font-style:italic;
	font-weight:200;
	color:rgba(102,102,102,1);
	margin:30px 0;
}

.form {
	text-align:center;
	width:80%;
	margin:50px 10%;
}
input {
	width:100%;
	height:30px;
	margin:0 0 20px;
}
textarea {
	width:100%;
	height:100px;
	margin:0 0 20px;
}
.button {
	width:100px;
}

/*:::::::::::FOOTER::::::::::::::::::::::::::*/
.footer {
	position:relative;
}
.ss {
	float:right;
	text-align:center;
	width:100%;
}
.ss img {
	margin:0 10px;
}
.footer-text p {
	color:rgba(153,153,153,1);
	float:right;
	width:100%;
	font-size: 9px;
	text-align:center;
}
/* ||||||||||||||Tablet Layout: 400px to 699px. |||||||||||||||||||||||||||||||*/
/*||||||||||||||Inherits styles from: Mobile Layout||||||||||||||||||||||||||||*/
@media only screen and (min-width: 400px) {
.logo-mobi {
	visibility:hidden;
	display:none;
}
.logo-tab {
	visibility:visible;
	display:block;
}
.mobi-menu {
	visibility:visible;
	display:block;
}
.menu {
	visibility:hidden;
	display:block;
}
/*:::::::::::(Tab) work::::::::::::::::::::::::::*/
.logo-header {
	margin:260px 10% 200px 10%;
}
.works {
	width:50%;
}
/*:::::::::::(Tab) About::::::::::::::::::::::::::*/
.about p {
	font-size:medium;
	line-height:30px;
}
h1 {
	margin-bottom:70px;
}


}



/*||||||||||||||||||| Desktop Layout: 700px to a max of 1280px. |||||||||||||||||||||||||||*/
/*||||||||||||||||||| Inherits styles from: Mobile Layout and Tablet Layout.||||||||||||||||||||*/
@media only screen and (min-width: 700px) {
body {
	margin:0;
}
.mobi-menu {
	visibility:hidden;
	position:relative;
	display:block;
}
.menu {
	visibility:visible;
	position:relative;
	float:right;
	display:block;
}
.gridContainer {
	max-width:1280px;
	margin:0 auto;
	width:100%;
	padding:0;
	clear:none;
	float:none;
}
/*:::::::::::(desk) About::::::::::::::::::::::::::*/
.about img,.about p {
	width:40%;
	margin:0 5%;
	float:left;
	clear:none;	
}
/*:::::::::::(desk) Contact::::::::::::::::::::::::::*/
.form {
	width:50%;
	margin:50px 25%;
}


}