
*{
	margin: 0;
	padding: 0;
}

html,
body{
	height: 100%;
}

body{
	/*letter-spacing: 2px;*/
}

.ph-space{
	position: absolute;
	top: 120px;
	display: table;
	width: 100%;
	height: inherit;
	min-height: 1080px;
	color: #fff;
	/*background: url(../uploads/7215847534646788096_n.jpg) no-repeat center center;
	/*-webkit-background-size: cover;
	/*background-size: cover;	*/
}

.ph-item{		
	display: table-cell;
	width: 100%;
	height: inherit;
	text-align: center;
	vertical-align: middle;
}

.pg-content{
	min-height: 768px;
	margin: 10%;
	margin-top: 50px;
	margin-bottom: 0;
	min-width: 600px;
	max-width: 1600px;
	display:flex;
	flex-direction: column;
	justify-self: center;
}

.pg-title{
	width:100%;
	justify-content: left;
	padding-bottom: 10px;
}

.info-topic {
	margin-top: 50px;
}

.pg-main {
	color: #092c47;
	display: flex;
}
.pg-main p {
/*	color: #092c47;
	font-family: 'AvenirNextLTW01-Regular';
	font-size: 18px;
	margin-bottom: 20px;*/
	text-align: justify;
}

.main-content {
	width: 100%;
}

.side_menu {
	min-width: 200px;
	max-width: 200px;
	padding-left: 30px;
	margin-left: 30px;
	/*background-color: blue;*/
	box-shadow: -1px 0px 0px 0px rgb(226, 226, 226)
}

.side_menu ul{
	text-decoration: none;
}

.side_menu li{
	text-decoration: none;
}

.pg-main ul{
	font-family: 'SegoeUI';
	font-weight: bold;
}

.topic-line hr {
	height: .5px;
	background-color: #092c47;
}


.info-text {
	margin-top: 20px;
	color: #092c47;
   }
   

.table {
	font-family:'AvenirNextLTW01-Regular';
}

.show-banner{
	width: 100%;
	height: 400px !important;
	background-image: url(../assets/banners/3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
  }
  .parallax {
	   /*display: flex;
	flex: 1 0 auto;
	position: relative;
	height: 100vh;
	transform: translateZ(-1px) scale(2);
	z-index: -1;*/
	background-position: center -70px;
  }
  

@media only screen and (max-width: 684px) {
	.pg-content {
		min-width: 100px;
		max-width: 100%;
	}
}
