@charset "UTF-8";

header {
    width: 100%;
    border-bottom: 10px solid #000;
    border-top: 10px solid #000;
    height: 100%;
}

.page_title {
    max-width: 100%;
    margin-top: 75px;
    margin-bottom: 50px;
    font-size: 30px;
    font-family: "Courier New", Courier, monospace;
	text-align:center;
	background-color:#C0FFFA;
	}
	
	body {
		height:100%;
		width:100%;
	}
	
	
	#element-1{
     display: none;
	}
	
	

	#home {
    clear: both;
    position: absolute;
    z-index: 10;
    height: 3em;
    margin-top: 3em;
	text-align:center;
	font-size: 20px;
	font-weight: 300;
	bottom:0;
	left: 45%;
	margin-bottom:0;
	font-family:"Courier New", Courier, monospace;
	text-decoration:none;
	color:#000000;
}

	p {
		font-family:"Courier New", Courier, monospace;
		font-size:20px;
	}

	.overlay {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  height: 100%;
	  width: 100%;
	  opacity: 0;
	  transition: .5s ease;
	  background-color: black;
	}

	.box:hover .overlay {
	  opacity: .7;
	}

	.text {
	  color: white;
	  font-size: 30px;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	  text-align: center;
	}

@media (max-width: 600px) { 
/* Styles for screen with max width of 600px */
    header {
        height: auto;
    }
    .page_title {
        margin: 0;
        font-size: 25px;
        text-align: center;
    }
	
	    footer {
        height: 100%;
    }
	
	    .foot {
        margin: 0;
        font-size: 10px;
        text-align: center;
		}
    }
}
@media (max-width: 320px) { 
/* Styles for screen with max width of 320px */
    
		  #home {
        left: 20%;
		bottom: 85%;
		}
	
	header {
        height: auto;
    }
    .page_title {
        margin: 0;
        font-size: 25px;
    }
	
	    footer {
        height: auto;
    }
	    .foot {
		background-color:transparent;
        margin: 0;
        font-size: 8px;
    }
}
    body {
      margin: 0;
      padding: 0;
      background:#00000;
      font: 13px/16px "Courier New", Courier, monospace;
    }
    .wrap {
      overflow: hidden;
      margin: 10px;
    }
    .box {
      float: left;
      position: relative;
      width: 20%;
      padding-bottom: 20%;
    }
    .boxInner {
      position: absolute;
      left: 10px;
      right: 10px;
      top: 10px;
      bottom: 10px;
      overflow: hidden;
    }
    .boxInner img {
      width: 100%;
	  height: 100%;
    }
    .boxInner .titleBox {
      width: 100%;
	  height: 100%;
	  position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin-bottom: -500px;
      background: #000;
      background: rgba(0, 0, 0, 0.5);
      color: #FFF;
	  padding-top: 200px;
	  padding-bottom: 200px;
      text-align: center;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
	  font-size: 2em;
    }
	
		
	
			
    body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
      margin-bottom: 0;
    }
    @media only screen and (max-width : 480px) {
      /* Smartphone view: 1 tile */
      .box {
        width: 100%;
        padding-bottom: 100%;
      }
			  #home {
        left: 34%;
        top: 25px;
	    font-size: 15px;

		}
    }
    @media only screen and (max-width : 650px) and (min-width : 481px) {
      /* Tablet view: 2 tiles */
      .box {
        width: 100%;
        padding-bottom: 100%;
      }
	  #home {
        left: 40%;
		top: 25px;
		font-size: 15px;
		}
    }
    @media only screen and (max-width : 1050px) and (min-width : 651px) {
      /* Small desktop / ipad view: 3 tiles */
      .box {
        width: 50%;
        padding-bottom: 50%;
      }
		
		      #home {
        left: 60%;
		}
		
		.text {
			font-size: 3vw;
		}
    }
    @media only screen and (max-width : 1290px) and (min-width : 1051px) {
      /* Medium desktop: 4 tiles */
      .box {
        width: 33.3%;
        padding-bottom: 33.3%;
      }
	  #home {
        left: 40%;
		}
				.text {
			font-size: 3vw;
		}
    }

    @media only screen and (max-width : 4000px) and (min-width : 1000px) {
      /* Medium desktop: 4 tiles */
      .box {
        width: 33.3%;
        padding-bottom: 33.3%;
      }
				.text {
			font-size: 3vw;
		}
    }
