@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------Regular Tag Section--------------------------------------------------------------------------------------------------------- */
body{
	background-color: #E3E9F3;
	margin-top:50px;
}
h1{
	font-family: 'Roboto', sans-serif!important;
	color:black;
	font-size:4.8em!important;
	letter-spacing:.1em;

	line-height:3em;
	margin-bottom: 1em;	
}
h2{
	font-family: 'Roboto', sans-serif!important;
	color:black;
	font-size:1em;
}
h3{
	font-family: 'Roboto', sans-serif!important;
	margin-left: 15px;
}
p{
	font-family: 'Noto Sans', sans-serif!important;
	line-height:26px;
	font-size:1em;
	color:black;
	margin-left:1em;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------Regular Tag Section ENDS-------------------------------------------------------------------------------------------------- */






/*--------------------------------------------------------------------------------------------------------------------------------------------------------------MASTERDIV Section--------------------------------------------------------------------------------------------------------- */
.masterdiv{
	width:70%;
	padding:5%;
	border:solid .6px rgba(185,121,227,1.00);
	height:100%;
	margin:auto;
	margin-top: 1.5em;
	border-radius:15px;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------MASTERDIV Section ENDS----------------------------------------------------------------------------------------------------- */






/*--------------------------------------------------------------------------------------------------------------------------------------------------------------NAV Section--------------------------------------------------------------------------------------------------------------- */
.nav-container{
	width:40%;
	background-color:white;
	margin: auto;
	margin-top: 3.5em;
	margin-bottom: -2em;
	left:0;
	top:0;
	cursor:pointer;
}
.nav-container ul{
	margin:0 25% 0 25%;
	padding:0;
	list-style-type:none;
}
.nav-container li{
	float:left;
}
.nav-container a{
	font-family: 'Roboto', sans-serif!important;
	font-size:1.5em;
	display:block;
	box-sizing:border-box;
	width:100px;
	border:thin 1px;
	padding:4px 0 4px 5px;
	text-decoration:none;
	text-align:center;
	margin: auto;
}
.nav-container a:link{
	color:#5D5D5D;
	text-decoration:none;	
}
.nav-container a:visited{
	color:#5D5D5D;
	text-decoration:none;
}
.nav-container a:hover{
	color:rgba(185,121,227,1.00);
	text-decoration:none;
}
.nav-container a:active{
	color:gray;
	text-decoration:none;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------NAV Section ENDS------------------------------------------------------------------------------------------------------------ */










/*--------------------------------------------------------------------------------------------------------------------------------------------------------------Image Section--------------------------------------------------------------------------------------------------------------- */
.stretchingPhoto{
	max-width: 100%;
	height: auto;
	float: left;
}

figure{
	float:left;
	display:table;
	border:thin 2px;
	margin:0 1.5em 0 1.5em;
	margin-top: -2.5em;
}

figure img{
	max-width:100%;
	height:auto;
	padding:0;
}

figcaption{
	display: table-caption;
	caption-side: bottom;
	background-color: white;
	font-size:1em;
	color:black;
	padding:10px;
	font-family: 'Noto Sans', sans-serif;
	box-shadow:3px 3px 3px #C6C6C6;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------Image Section ENDS---------------------------------------------------------------------------------------------------------- */


a{
	font-family: 'Noto Sans', sans-serif;
	font-size:40px;
}
a:link{
	color:black;
	text-decoration:none;	
}
a:visited{
	color:black;
	text-decoration:none;
}
a:hover{
	color:rgba(185,121,227,1.00);
	text-decoration:none;
}
a:active{
	color:black;
	text-decoration:none;
}




.pname{


}

.imgfloat{
	border: thin 1px;
	float: left;
}
.namefloat{
	font-family: 'Roboto', sans-serif!important;
	color:black;
	font-size:3.5em;
	box-sizing:border-box;
	border: thin 1px;
	float:left;
	margin: 0 0 0 0;
	margin-left: 1em;
}

.mcontact{
	font-size: 3em!important;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: .6em;
}

.mlinkfloat{
	float: left;

	margin-left: .5em;
}

.mdivision{
	margin-right: 2em;
	border: hidden 2px;
}
.mmarginn{
	margin-top:2em;
}

.mdivision h2:hover{
	color:rgba(185,121,227,1.00);
	text-decoration:none;
}
.mdivision h2{
	font-family: 'Noto Sans', sans-serif;
	font-size: .68em;
	margin-right:1em;
}
.mfixtype{
	margin-right: 2.05em;
}

.mgallery{
 margin-top: 1em;
}

.mydivnav{
	border: thin 2px black;
	text-align: center;

}
.ptag{
	margin-left:2.5em;
}

.mydiv{
	border: thin 2px black;
	text-align: center;
}
.bgb{
	background-color: #ccc;
	padding:.5em 0 .5em .5em;
}

.invis{
	visibility: hidden;
	border: solid 1px;
}
.row{
	border: thin 2px;
}