:root {
  --scalefactor: 1.5;
}

@font-face {
    font-family: 'sector 034';
    src: url("sector_034.ttf");
}
@font-face {
    font-family: 'Mechsuit';
    src: url("Mechsuit.otf");
}
html {
    height: 60vh;
	 position: relative;
}
a,  a:visited{ 
 color: white;
 text-decoration: none;
}
.ui-page-theme-b a:visited, html .ui-bar-b a:visited, html .ui-body-b a:visited, html body .ui-group-theme-b a:visited {
	color: red;
}
a:hover{
	color:gray;
}
button,a, li {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
#header{
	background: red;
	width: 100%;
	height: 4vh;
	z-index: 3;
}
#title{
	font-size: 1.3em;
	text-align: center;
	color:red; 
	/*margin-top:2em;*/
	height:1.9em;
	font-family: 'sector 034';
}
#title span{
	font-family: 'Mechsuit';
}

#profile{
	background-color: black;
	padding-bottom: 0%;
}


li , li p{
	font-size: 1.6em;
}
.ui-content {
	padding:0%;
}

.introPage{
	width: 100%;
	height: auto;
	overflow: hidden;
	position:relative;
}
.introPage img{
	
	height: auto;
	object-fit: cover;
	max-height: 400px; 
	
	
}
.introPage div{
	position:absolute;
	/* background-color: red;
	opacity:0.76;
	padding-left: 10%; */
	
	/*font-size: 1em;*/
	width:100%;
	top: 40%;
	text-align: center;
	text-shadow: 0 0 3px black, 0 0 5px black;
	/*text-shadow: 2px 2px black;*/
	
	
	
	
}
.introPage h3 {
	font-size: 20px; 
}
.introPage h1 {
	font-size: 25px;
	font-family: 'sector 034';
}
.introPage p{
	font-size:14px;
}
#introVideo{

    width: 100%;
    overflow:hidden;
    display:block;
    height: 360px;
}



.parallax {
    /* The image used */
    background-image: url("../img/CityView.jpg");

    /* Set a specific height */
    height: 440px; 
	
	
    /* Create the parallax scrolling effect */
    
	position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: repeat;
    background-size: auto, 70vh; 
	animation: breath 25s infinite;
	/* padding-top: 4em; */
	
	
}
.introBanner{
	animation: breathR 25s infinite;
	background-image: url("../img/banner1.png");
	
	position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
	height: 460px; 
	display: grid;
	grid-auto-rows: 150px;
}
.intro{
	/*animation: breathR 25s infinite;*/
	text-align:center;
    padding-top: 8em;
	/* padding-right: 3.4vw; */
	
	/*background-color: rgba(255, 0, 0, 0.5);*/
	grid-area: 1 / 3 / 2 / 4;
	text-transform: capitalize;
	
}
.intro h1{
	font-family: 'sector 034';
	
	color:red;
	
}
.intro p{
	font-size: 2vw;
	text-shadow: 0 0 3px black, 0 0 5px black;
}


@keyframes breath {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.1);}
  100% {transform: scale(1);  }
}
@keyframes breathR{
  0%   { transform: scale(1); }
  50%  { transform: scale(0.9090909);}
  100% {transform: scale(1);  }
}
.hidden{
	display: none !important;
	visibility: hidden !important;
}

.nav {
	
    list-style-type: none;
    margin: 0;
	top: 1em;
	left: -0.1em;
    padding: 0;
    overflow: hidden;
    background-color: #333;
	width: 100%;
}
.nav img{
	width: 10em;
	height:auto;
}
.nav a, .nav a:visited {
	float: left;
    display: block;
	font-size: 25px;
    text-align: center;
    padding: 10px 12px;
    text-decoration: none;
	color: white;

}


/* Change the link color to #111 (black) on hover */
.nav a:hover {
	color: white;
    background-color: #111;
}
/*#panel{
	width: 20em;
	margin: 0%;
	padding-bottom: 0%;
	padding-top: 0%;
}*/


.ui-content.home{
   height: 80%;
	margin: 0%;
	padding: 0%;
	width: 100%;
}​
.ui-grid-a, .ui-block-a, .ui-block-b, .ui-block-b{
	margin: 0%;
	padding: 0%;
	max-width: 100%;
}

.ui-block-a img, .ui-block-b img, .ui-block-c img {
    max-width: 100%;
}
.ui-bar {
    padding: 2px;
	
}
.ui-block-a a, .ui-block-b a, .ui-block-c a {
    padding: 6px;
}
.ui-grid-a h1, .ui-grid h1, .ui-grid-solo h1{
	font-size: 1.7em;
}
.ui-page-theme-b a, html .ui-bar-b a,{
	color:white;
}
.ui-focus , .ui-btn:focus, .ui-btn:active {
 -moz-box-shadow: none !important;
 -webkit-box-shadow: none !important;
 box-shadow: none !important;
}
.contact-container{
	margin-top:20px;
	margin-left:10vw; 
	margin-right:2vw;
	
}
#contact .ui-input-text{
	min-width: 80vw;
	max-width: 80vw;
}
.previewContent{
	
	padding:1em;
	overflow: visible;
	
}
.previewContent h1{
	font-size:1.7em;
}
.previewContent div:parent{
	height:70%;
}


.flex-container {
	position: relative;
	display: flex;
	width: 90%;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	margin-left:5vw;
	margin-top:2em;
	
}



.post{
		
		height:440px;
		
		max-width: 350px;
		min-width: 320px;
		
		float: right;
		margin: 10px;
		position: static;
		float: left;
		flex: 1;
		box-shadow: 10px 10px 5px rgba(0, 0, 0, .4);
		transform: scale(0.9);
		
		
}
.post-a{
		
		max-width: 350px;
		min-width: 320px;
		
		float: right;
		margin: 10px;
		position: static;
		float: left;
		flex: 1;
		box-shadow: 10px 10px 5px rgba(0, 0, 0, .4);
		transform: scale(0.9);
		
		
}
.post-date{
	position:absolute;
	top:5px;
	left:5px;
	
	
}
.post p{
	font-size-adjust:0.58;
}

.reveal{
	visibility: hidden;
}

.reveal-img{
	visibility: hidden;
	color:white;
	left : 20px;
	min-height: 300px;
}

.reveal-img img{
	max-height:100%;
	max-width:100%;
	min-width:50%;
	min-width: auto;
	min-height:460px;
	transition: all .2s ease-in-out;
	/* -webkit-transition: transform 2s ease-in-out; */
}
.reveal-img:hover img{
	transform: scale(1.08); 
	background-color: rgba(47,79,79, 0.85);
}
.reveal-img:hover{
background-color: rgba(47,79,79, 0.85);
}
/*
.reveal span{
	 position:absolute; 
  width:100%;
  height:80%;
  top:0;
  left: 0;

  z-index: 1;
}*/
.centered {
    position: absolute;

	
	top:35%;
	left:50%;
    transform: translate(-50%, -50%);
	text-align: center; 
	/* max-height: 100px; */
	width: 40%;
	padding: 1em;
	line-height: 1.6;
	/* border: 8px solid red; */
	/*  -webkit-clip-path: polygon(61% 0, 95% 36%, 83% 100%, 0 100%, 0 0);
clip-path: polygon(61% 0, 95% 36%, 83% 100%, 0 100%, 0 0);*/
	/* background-color: rgba(47,79,79, 0.45); */
	font-size: 2.8vw;
	z-index: 2;
}

.centered:hover{
	background-color:  linear-gradient(red, black);
}
.centered h1{
	font-size: 26px;
	text-transform: capitalize;
}
.centered h2{
	font-size: 2.2vw;
	text-transform: capitalize;
	color: white;
	text-shadow: 4px 4px 11px black;
}

.centered + .centered{
	
	top: 50%;
}
#link-button{
	border-color: white !important;
}
.zoomed {
	cursor: pointer;
	transition: transform .2s;
}
.zoomed:hover {
	/*transform: scale(1.5); */
}
/*Paginations */
.pagination{
			
	display: inline-block;
}
.pagination a {
	font-size: 1.2em;
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}
.pagination a.active {
  background-color: red;
  color: white;
}
.pagination a:hover:not(.active) {background-color: black; color: white;}

.footer{
	text-align: center;
	
}
.footer a{
	text-decoration: none;
	color: white;
}
.block-a{
		/* height: 15em; */
	}
	.block-b{
		height: 20em;
	}
	.block-c{
		height: 12em;
	}
/*
@media screen and (min-width: 400px) {
  /*Tablet
  
  
}*/
/* Medium devices (landscape tablets, 768px and up) */

@media (min-width: 600px) {
 /*Phone*/
	.block-a{
		/* height: 15em; */
	}
	.block-b{
		height: 20em;
	}
	.block-c{
		min-height: 12em;
	}
	
	.post{
		transform: scale(1);
	}
	
	
	
}
@media (min-width: 768px) {
	.centered {
		top:16vw;
		font-size: 1.5vw;
	}
	.block-a{
		/* height: 20em; */
	}
	.block-b{
		height: 20em;
	}
	.block-c{
		min-height: 16em;
		
	}
	.post{
		transform: scale(1);
	}
	
	
} 
@media(min-width: 1025px) {
	.centered {
		top:29vh;
		font-size: 1.5vw;
	}
	.block-a{
		/* height: 22em; */
	}
	.block-b{
		 height: 26em; 
	}
	.block-c{
		min-height: 18em;
		
	}
	.post{
		transform: scale(1);
	}
	
} 
@media (min-width:1281px) {
	.centered {
		top:22vh;
		font-size: 1.5vw;
	}
	.block-a{
		/* height: 46vh; */
	}
	.block-b{
		/* height: 35vh; */
	}
	.block-c{
		min-height: 42vh;
	}
	.post{
		transform: scale(1);
	}
}


.display-container {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	align-items: center;
	justify-content: center;
  }

  .display-container > div {
	
	max-width: 500px;
	
	min-height:100px;
	max-height: 550px;
	
	margin-bottom: 50px;
	margin: 25px;
	font-weight: 700;
	line-height: 1.8rem;
	
	
	
	
  }
  
	@media only screen and	(min-width: 1075px){
	display-container > div {
	margin-top: 10px;
	margin-bottom: 50px;
	margin: 40px;
	}
	.display-container > div:nth-child(even){
	
		margin-left:6vw;
	}
  }
  .paralax-image {
	min-height: 45vh; 
	top:0px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	text-align:center;
			  
}
  


