	.cen{
		text-align: center!important;
	}
	.rgt{
		text-align: right!important;
	}
	.p-left-5{
		padding-left: 5px;
	}
	.p-left-10{
		padding-left: 10px;
	}
	.m-left-20{
		margin-left:20%;
	}
	.min-hegt{
		min-height: 700px;
	}
	.fnt-8{
		font-size:8px;
	}
	.fnt-12{
		font-size:12px;
	}
	.fnt-14{
		font-size:14px;
	}
	.fnt-16{
		font-size:16px;
	}
	.fnt-22{
		font-size:22px;
	}
	.letter-spc-1{
		letter-spacing:1px; 
	}
	.txt-white{
		color:white;
	}
	.tx-shadow{
		text-shadow:2px 2px black;
	}
	.app-header-home{
		box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
	    border-bottom: 1px solid #e7e9ed;
	    height: 220px;
	    background: #006400!important;
	    color:#FFFFFF;
	    margin-top: -60px;
	}
	.logo-home{
		background-color:white; 
		border-radius:10%; 
		width:150px;
	}
	.tab_align{
		border: 1px solid;
		width:70%;
	}
	.photo_align{
		padding:2%;
		border: 1px solid;
		width:150px;
		height:188px;
		margin-top: -190px;
		float: right;
	}

	.topnav {
  		overflow: hidden;
  		/*background-color: #333333;*/
	}
	.topnav .icon {
  		display: none;
	}
	@media screen and (max-width: 750px) {
		.app-header-home{
			height: 100px;
		}
		.logo-home {
			width:60px;
			display: block;
	  	}
	  	.logo-home-text-head{
	  		font-size:12px!important;
	  		display: block;
	  	}
	  	.logo-home-text-fol{
	  		font-size:5px!important;
	  		display: block;
	  	}
	  	.logo-home-text-sub{
	  		font-size:6px!important;
	  		display: block;
	  	}
	  	.topnav a:not(:first-child) {display: none;}
	  	.topnav a.icon {
			float: right;
			display: block;
	  	}
	}
	@media screen and (max-width: 750px) {
  		.topnav.responsive {position: relative;}
  		.topnav.responsive .icon {
    		position: absolute;
    		right: 0;
    		top: 0;
  		}
  		.topnav.responsive a {
    		float: none;
    		display: block;
    		text-align: left;
  		}
	}

