.style1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#ffffff;
	text-decoration: none;
	letter-spacing: 1px;
	opacity: 1;
}
.contentheaders {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#ffffff;
	text-decoration: none;
	font-weight: 650;
	line-height: 20px;
	letter-spacing: 2px;
	opacity: 1;
}
.style1yellow {
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#fff000;
	text-decoration: none;
	letter-spacing: 1px;
	opacity: 1;
}
.contentsub {
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#424242;
	text-decoration: none;
	letter-spacing: 1px;
}
.contentsubbig {
	font-family: Helvetica, Arial, sans-serif;
	font-size:22px;
	color:#424242;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight:700;
}
.footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-decoration: none;
	letter-spacing: 1px;
}
.stylenav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#ffffff;
	text-decoration: none;
	text-align:left;
}

a:link {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration: underline;
}

a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration: underline;
}
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#8be952;
	text-decoration: underline;
}
a:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration: underline;
}

a.content:link {
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#dd1b00;
	text-decoration: none;
	letter-spacing: 1px;
}

a.content:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#dd1b00;
	text-decoration: none;
	letter-spacing: 1px;
}
a.content:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#fff94e;
	text-decoration: none;
	letter-spacing: 1px;
}
a.content:active {
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#dd1b00;
	text-decoration: none;
	letter-spacing: 1px;
}

a.contentrightlink:link {
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#dd1b00;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: right;
}

a.contentrightlink:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#dd1b00;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: right;
}
a.contentrightlink:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#fff94e;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: right;
}
a.contentrightlink:active {
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#dd1b00;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: right;
}

a.contentsublink:link {
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#424242;
	text-decoration: none;
	letter-spacing: 1px;
}

a.contentsublink:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#424242;
	text-decoration: none;
	letter-spacing: 1px;
}
a.contentsublink:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#cccccc;
	text-decoration: none;
	letter-spacing: 1px;
}
a.contentsublink:active {
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#424242;
	text-decoration: none;
	letter-spacing: 1px;
}

#header{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	color: #000000;
	height: 64px;
	position: fixed;
	width: 100%;
	text-align: right;
	z-index: 99999999;
}
#header2{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	color: #000000;
	height: 64px;
	position: fixed;
	width: 100%;
	background: #FFF;
	opacity: .9;
	text-align: left;
	box-shadow: 0px 0px 15px #000000;
	z-index: 99999999;
}
#contenttable{
	background-image:url(images/contentbg_opacity.png);
	background-repeat: repeat;
	text-align: left;
	box-shadow: 0px 00px 10px #000000;
	float: none;
}
#imageshadow{
	box-shadow: 1px 1px 5px #121111;
}
body {
	background-image: url(images/pnx_logo_bg.jpg);
	background-size: 80% auto;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000000;
	margin: 0px 0px 0px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #ffffff;

	text-align: center;
}

#portfolio {  
    margin: 1rem 0;
    -webkit-column-count: 3; 
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}
.tile { 
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;

}
.tile:hover { 

}

.scale-anm {
  transform: scale(1);
}



.tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  
}
.toolbar {
	text-align: center;
}

.btn {
    font-family: Lato;
    font-size: 1.5rem;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: 3rem 2rem;
    margin: auto;
    height: auto;
    border: 1px solid #555;
    vertical-align: middle;
    -webkit-appearance: none;
    color: #9C9C9C;
    background-color: rgba(0, 0, 0, 0);
}

.btn:hover {
  text-decoration: none;
	color: #fef30e;
}

.btn:focus {
  outline: none;
  border-color: var(--darken-2);
  box-shadow: 0 0 0 3px var(--darken-3);
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.btnill {
	background-image: url("images/di_button_new.jpg");
	background-size: cover;
	background-position: center;
}
.btnport {
	background-image: url("images/dp_button_new.jpg");
	background-size: cover;
	background-position: center;
}
.btngd {
	background-image: url("images/gd_button_new.jpg");
	background-size: cover;
	background-position: center;
}
.btnwd {
	background-image: url("images/wd_button_new.jpg");
	background-size: cover;
	background-position: center;
}
.btnall {
	background-image: url("images/dp_button_all.jpg");
	background-size: cover;
	background-position: center;
}

.tables{
	width: 75%;
	height: 55%;
}.tables2{
	width: 75%;
	height: 30%;
}
.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

@media only screen and (max-width: 600px)  {
	.tables{
	width: 100%;
	height: 5%;
}
}