@charset "UTF-8";


/* Body */
body {
	font-family: boogaloo;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 825px;
	background-image:url("../Images/background/wood-1700562_1920.jpg");
	
}
/* Navigation */
header {
	width: 100%;
	height: 6%;
	background-color: #444565;
	border-bottom: 1px solid #FCD110;
}
.logo {
    color: ghostwhite;
    font-weight: 400;
    text-align: undefined;
    width: 30%;
    float: left;
    margin-top: 6px;
    margin-left: 25px;
    letter-spacing: 4px;
    font-family: boogaloo;
    font-style: normal;
	font-size: 40px;
	
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: ghostwhite;
	font-size: 20px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
	font-family: boogaloo;
	

}
ul li a {
	color: ghostwhite;;
	text-decoration: none;
}
ul li:hover a {
	color: #FCD110;
}

/* about us page header */

.paget{
    font-family: boogaloo;
	font-size: 60px;
	Height: 1%;
	width: 33%;
	color: ghostwhite;
	position: absolute;
	margin-left: 620px;
	margin-top: 1px;
	text-shadow: -3px -3px 0 #000000,
	-3px 3px 0 #000000,
		3px -3px 0 #000000, 
		3px 3px 0 #000000;
}
	
/* Portfolio grid */

.grid{
  margin-top:120px;
  width:70%;
  position:relative;
  margin-bottom:50px;
  overflow:hidden;
	margin-left: 270px;
}

.grid li{
  width:285px;
  margin:0 15px 15px 0;
  float: left;
  position: relative;
  overflow: hidden;
}

.grid img{
  width:285px;
  float: left;
  position: relative;
}

.grid .text {
  position:absolute;
  width: 285px;
  height:100%;
  background:#444565;
  z-index: 2;
  opacity:0;
    -webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}

.grid .text:hover {
  opacity:1;
}

.grid .no-text {
  position: absolute;
  width: 285px;
  height:100%;
  background: rgba(173,160,116,0.5);
  z-index: 2;
  opacity:0;
  -webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}

.grid .no-text:hover {
  opacity:1;
}
/* about us name alterations-inside the box*/
.grid p {
  font-size: 36px;
  text-align:center;
  line-height:26px;
  margin-top:40px;
  font-weight: bold;
  letter-spacing:1px;
  color: ghostwhite;
}
/* about us inside the picture box description text*/
.grid p.description {
  font-size: 14px;
  width:285px;
  margin-top: 2px;
  text-align:center;
  line-height:15px;
  font-weight: 400;
  color: ghostwhite;
  position:relative;
}

.clear { 
    clear:both; 
}

.copyright {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color:#342B26;
	color: ghostwhite;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}


@media (max-width: 320px){
}

@media (min-width: 320px) and (max-width: 600px){
	
	
	/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height:2000px;
	background-image:url("../Images/background/wood-1700562_1920.jpg");
}
	
	/* Navigation */
header {
	width: 100%;
	height: 4%;
	background-color: #444565;
	border-bottom: 1px solid #FCD110;
	
}	
	
.logo {
    color: ghostwhite;
    text-align: center;
    width: 100%;
    margin-top: 10px;
	margin-bottom: auto;
	margin-left: 0px;
	margin-right: center;
    letter-spacing: 4px;
    font-family: boogaloo;
	font-size: 30px;
}
	
nav {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 4px;
}	
	
	header nav ul {
	
	display: inline-block;
	margin-left:auto;
	margin-right:auto;
    text-align:center;
	width:100%;
	
}	
	
	nav ul li {
	color: ghostwhite;
	font-size: 12px;
	margin-left: auto;
	margin-right:auto;
	display:block;
	letter-spacing: 4px;
	transition: all 0.3s linear;
	font-family: boogaloo;
	text-align:center;
	width:24%;
	align-content: center;
}

	
ul li:hover a {
	color: #FCD110;
}	

.paget{
 color: ghostwhite;
	width:80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	display:inline-block;
    letter-spacing: 6px;
    font-family: boogaloo;
	font-size: 40px;
	text-shadow: 
		-3px -3px 0 #000000,
	     -3px 3px 0 #000000,
		3px -3px 0 #000000, 
		3px 3px 0 #000000;

}
	
/* Portfolio grid */

.grid{
  margin-top:100px;
  width:80%;
  margin-bottom:50px;
  overflow:hidden;
  margin-left: auto;
  margin-right:auto;	display:inline-grid;
}

.grid li{
  width:285px;
  margin-left:auto;
  margin-right:auto;
  display: inline-grid;
  overflow: hidden;
}

.grid img{
  width:285px;
  margin-left:auto;
  margin-right:auto;
  display:inline-grid;

}

.grid .text {
  width: 285px;
  height:100%;
  background:#444565;
  z-index: 2;
  opacity:0;
    -webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}

.grid .text:hover {
  opacity:1;
}

.grid .no-text {
  position: absolute;
  width: 285px;
  height:100%;
  background: rgba(173,160,116,0.5);
  z-index: 2;
  opacity:0;
  -webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}

.grid .no-text:hover {
  opacity:1;
}
/* about us name alterations-inside the box*/
.grid p {
  font-size: 36px;
  text-align:center;
  line-height:26px;
  margin-top:40px;
  font-weight: bold;
  letter-spacing:1px;
  color: ghostwhite;
}
/* about us inside the picture box description text*/
.grid p.description {
  font-size: 14px;
  width:285px;
  margin-top: 2px;
  text-align:center;
  line-height:15px;
  font-weight: 400;
  color: ghostwhite;
  position:relative;
}

.clear { 
    clear:both; 
}

.copyright {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color:#342B26;
	color: ghostwhite;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}	
	
}

@media (min-width: 600px) and (max-width: 760px){
	
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height:1950px;
	background-image:url("../Images/background/wood-1700562_1920.jpg");
}
	
	/* Navigation */
header {
	width: 100%;
	height: 2%;
	background-color: #444565;
	border-bottom: 1px solid #FCD110;
	
}	
	
.logo {
    color: ghostwhite;
    width: 45%;
	text-align: left;
    margin-top: 6px;
    margin-left: 3px;
    letter-spacing: 4px;
    font-family: boogaloo;
    font-style: normal;
	font-size: 25px;
	
}
nav {
	float: right;
	width: 52%;
	text-align: right;
	margin-right: 1px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: ghostwhite;
	font-size: 12px;
	text-align: right;
	margin-right:15px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
	font-family: boogaloo;
	
}
ul li a {
	color: ghostwhite;
	text-decoration: none;
}
ul li:hover a {
	color: #FCD110;
}
	
.paget{
 color: ghostwhite;
	width:90%;
	text-align:center;
    margin-top:20px;	
	margin-bottom:auto;
	margin-left:auto;
	margin-right: auto;
    letter-spacing: 6px;
    font-family: boogaloo;
	font-size: 40px;
	text-shadow: 
		-3px -3px 0 #000000,
	     -3px 3px 0 #000000,
		3px -3px 0 #000000, 
		3px 3px 0 #000000;

}
	
/* Portfolio grid */

.grid{
  margin-top:100px;
  width:80%;
  margin-bottom:50px;
  overflow:hidden;
  margin-left: auto;
  margin-right:auto;	display:grid;
}

.grid li{
  width:285px;
  margin-left:auto;
  margin-right:auto;
  display: inline-grid;
  overflow: hidden;
}

.grid img{
  width:285px;
  margin-left:auto;
  margin-right:auto;
  display:inline-grid;

}

.grid .text {
  width: 285px;
  height:100%;
  background:#444565;
  z-index: 2;
  opacity:0;
    -webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}

.grid .text:hover {
  opacity:1;
}

.grid .no-text {
  position: absolute;
  width: 285px;
  height:100%;
  background: rgba(173,160,116,0.5);
  z-index: 2;
  opacity:0;
  -webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}

.grid .no-text:hover {
  opacity:1;
}
/* about us name alterations-inside the box*/
.grid p {
  font-size: 36px;
  text-align:center;
  line-height:26px;
  margin-top:40px;
  font-weight: bold;
  letter-spacing:1px;
  color: ghostwhite;
}
/* about us inside the picture box description text*/
.grid p.description {
  font-size: 14px;
  width:285px;
  margin-top: 2px;
  text-align:center;
  line-height:15px;
  font-weight: 400;
  color: ghostwhite;
  position:relative;
}

.clear { 
    clear:both; 
}

.copyright {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color:#342B26;
	color: ghostwhite;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}	
	
}

@media (min-width: 760px) and (max-width: 960px){
	
	/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height:1100px;
	background-image:url("../Images/background/wood-1700562_1920.jpg");
}
	
	/* Navigation */
header {
	width: 100%;
	height: 3.5%;
	background-color: #444565;
	border-bottom: 1px solid #FCD110;
	
}	
	
.logo {
    color: ghostwhite;
    width: 45%;
	text-align: left;
    margin-top: 6px;
    margin-left: 3px;
    letter-spacing: 4px;
    font-family: boogaloo;
    font-style: normal;
	font-size: 25px;
	
}
nav {
	float: right;
	width: 52%;
	text-align: right;
	margin-right: 1px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: ghostwhite;
	font-size: 12px;
	text-align: right;
	margin-right:15px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
	font-family: boogaloo;
	
}
ul li a {
	color: ghostwhite;
	text-decoration: none;
}
ul li:hover a {
	color: #FCD110;
}
	
.paget{
 color: ghostwhite;
	width:90%;
	text-align:center;
    margin-top:20px;	
	margin-bottom:auto;
	margin-left:auto;
	margin-right: auto;
    letter-spacing: 6px;
    font-family: boogaloo;
	font-size: 40px;
	text-shadow: 
		-3px -3px 0 #000000,
	     -3px 3px 0 #000000,
		3px -3px 0 #000000, 
		3px 3px 0 #000000;

}
	
/* Portfolio grid */

.grid{
  margin-top:100px;
  width:83%;
  margin-bottom:50px;
  overflow:hidden;
  margin-left: auto;
  margin-right:auto;	
 display:block;
position: relative;
}

.grid li{
  width:285px;
  margin-left:0px;
  margin-right:15px;
  display:grid;
  overflow: hidden;
}

.grid img{
  width:285px;
  margin-left:auto;
  margin-right:auto;
  display:grid;

}

.grid .text {
  width: 285px;
  height:100%;
  background:#444565;
  z-index: 2;
  opacity:0;
    -webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}

.grid .text:hover {
  opacity:1;
}

.grid .no-text {
  position: absolute;
  width: 285px;
  height:100%;
  background: rgba(173,160,116,0.5);
  z-index: 2;
  opacity:0;
  -webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}

.grid .no-text:hover {
  opacity:1;
}
/* about us name alterations-inside the box*/
.grid p {
  font-size: 36px;
  text-align:center;
  line-height:26px;
  margin-top:40px;
  font-weight: bold;
  letter-spacing:1px;
  color: ghostwhite;
}
/* about us inside the picture box description text*/
.grid p.description {
  font-size: 14px;
  width:285px;
  margin-top: 2px;
  text-align:center;
  line-height:15px;
  font-weight: 400;
  color: ghostwhite;
  position:relative;
}

.clear { 
    clear:both; 
}

.copyright {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color:#342B26;
	color: ghostwhite;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}	
	
}


@media ( min-width : 1030px ) and (max-width : 1370px ){
	
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height:830px;
	background-image:url("../Images/background/wood-1700562_1920.jpg");
}
	
	/* Navigation */
header {
	width: 100%;
	height: 6%;
	background-color: #444565;
	border-bottom: 1px solid #FCD110;
	
}	
	
.logo {
    color: ghostwhite;
    text-align: undefined;
    width: 40%;
    float: left;
    margin-top: 6px;
    margin-left: 25px;
    letter-spacing: 4px;
    font-family: boogaloo;
    font-style: normal;
	font-size: 40px;
	
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: ghostwhite;
	font-size: 20px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
	font-family: boogaloo;
	
}
ul li a {
	color: ghostwhite;
	text-decoration: none;
}
ul li:hover a {
	color: #FCD110;
}	
	
.paget{
 color: ghostwhite;
	width:95%;
	text-align:center;
    margin-top:20px;	
	margin-bottom:auto;
	margin-left:auto;
	margin-right: auto;
    letter-spacing: 6px;
    font-family: boogaloo;
	font-size: 50px;
	text-shadow: 
		-3px -3px 0 #000000,
	     -3px 3px 0 #000000,
		3px -3px 0 #000000, 
		3px 3px 0 #000000;

}
	
/* Portfolio grid */

.grid{
  margin-top:100px;
  width:94%;
  margin-bottom:50px;
  overflow:hidden;
  margin-left: auto;
  margin-right:auto;	
 display:block;
}

.grid li{
  width:285px;
  margin-left:15px;
  margin-right:15pxo;
  display:block;
  overflow: hidden;
}

.grid img{
  width:285px;
  margin-left:auto;
  margin-right:auto;
  display:block;

}

.grid .text {
  width: 285px;
  height:100%;
  background:#444565;
  z-index: 2;
  opacity:0;
    -webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}

.grid .text:hover {
  opacity:1;
}

.grid .no-text {
  position: absolute;
  width: 285px;
  height:100%;
  background: rgba(173,160,116,0.5);
  z-index: 2;
  opacity:0;
  -webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}

.grid .no-text:hover {
  opacity:1;
}
/* about us name alterations-inside the box*/
.grid p {
  font-size: 36px;
  text-align:center;
  line-height:26px;
  margin-top:40px;
  font-weight: bold;
  letter-spacing:1px;
  color: ghostwhite;
}
/* about us inside the picture box description text*/
.grid p.description {
  font-size: 14px;
  width:285px;
  margin-top: 2px;
  text-align:center;
  line-height:15px;
  font-weight: 400;
  color: ghostwhite;
  position:relative;
}

.clear { 
    clear:both; 
}

.copyright {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color:#342B26;
	color: ghostwhite;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}	
		
	
}

@media (min-width: 960px) and (max-width: 1030px){
	
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height:1100px;
	background-image:url("../Images/background/wood-1700562_1920.jpg");
}
	
	/* Navigation */
header {
	width: 100%;
	height: 4.5%;
	background-color: #444565;
	border-bottom: 1px solid #FCD110;
	
}	
	
.logo {
    color: ghostwhite;
    text-align: undefined;
    width: 40%;
    float: left;
    margin-top: 6px;
    margin-left: 25px;
    letter-spacing: 4px;
    font-family: boogaloo;
    font-style: normal;
	font-size: 40px;
	
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: ghostwhite;
	font-size: 20px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
	font-family: boogaloo;
	
}
ul li a {
	color: ghostwhite;
	text-decoration: none;
}
ul li:hover a {
	color: #FCD110;
}	
	
.paget{
 color: ghostwhite;
	width:95%;
	text-align:center;
    margin-top:20px;	
	margin-bottom:auto;
	margin-left:auto;
	margin-right: auto;
    letter-spacing: 6px;
    font-family: boogaloo;
	font-size: 50px;
	text-shadow: 
		-3px -3px 0 #000000,
	     -3px 3px 0 #000000,
		3px -3px 0 #000000, 
		3px 3px 0 #000000;

}
	
/* Portfolio grid */

.grid{
  margin-top:100px;
  width:94%;
  margin-bottom:50px;
  overflow:hidden;
  margin-left: auto;
  margin-right:auto;	
 display:block;
}

.grid li{
  width:285px;
  margin-left:15px;
  margin-right:15pxo;
  display:block;
  overflow: hidden;
}

.grid img{
  width:285px;
  margin-left:auto;
  margin-right:auto;
  display:block;

}

.grid .text {
  width: 285px;
  height:100%;
  background:#444565;
  z-index: 2;
  opacity:0;
    -webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}

.grid .text:hover {
  opacity:1;
}

.grid .no-text {
  position: absolute;
  width: 285px;
  height:100%;
  background: rgba(173,160,116,0.5);
  z-index: 2;
  opacity:0;
  -webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}

.grid .no-text:hover {
  opacity:1;
}
/* about us name alterations-inside the box*/
.grid p {
  font-size: 36px;
  text-align:center;
  line-height:26px;
  margin-top:40px;
  font-weight: bold;
  letter-spacing:1px;
  color: ghostwhite;
}
/* about us inside the picture box description text*/
.grid p.description {
  font-size: 14px;
  width:285px;
  margin-top: 2px;
  text-align:center;
  line-height:15px;
  font-weight: 400;
  color: ghostwhite;
  position:relative;
}

.clear { 
    clear:both; 
}

.copyright {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color:#342B26;
	color: ghostwhite;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}	
		
	
}	
	
	
}
