/* THEME BLACK AND WHITE PHOTOGRAPHY
=========================================
Developed by Debejyo Chakraborty
debejyo@gmail.com
http://wwww.debejyo.com
Uses CSS3 properties for HTML5

Dt. 6/21/09
Updt. 3/20/2013
Updt. 1/19/2025
Updt. 9/14/2025
=========================================
This theme uses my favorite orange theme
=========================================*/

/*========= base classes ===============*/
.sectionfont {
	font-family: Constantia;
	font-size: 16pt;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;/*font-style: italic; */
}
/*========= Divs ===========*/

body {
	background-color: #666666;
}
#parent_div {
	width: 800px;
	margin: auto;
	overflow: hidden;
}
#parent_div_floating {
	width: 100%;  
	max-width: 1280px;
	margin: auto;
	overflow: hidden;
}
@media (max-width: 480px) {
  #parent_div_floating {
    padding: 0.5rem;
    max-width: 100%;  /* Let it fill the screen */
  }
}
#leftcontainer_div {
	float: left;
	width: 206px;
	background-color: #CCCCCC;
	background-image: url(../home/vertical_strip_new_bw.jpg);
	box-shadow: -2px -2px 5px #444444 inset;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
}
#leftcontainer_div_floating {
	float: left;
	width: 15%;
	background-color: #CCCCCC;
	background-image: url(../home/vertical_strip_new_bw.jpg);
	box-shadow: -2px -2px 5px #444444 inset;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
}
#leftcontainerthin_div {
	float: left;
	width: 50px;
	background-color: #CCCCCC;
	background-image: url(../home/other_pages.jpg);
	box-shadow: -2px -2px 5px #444444 inset;
	padding-bottom: 5000px;
	margin-bottom: -5000px;
}
#leftbanner_div {
	float: left;
	width: 12%;
	padding-left:1%;
}
#rightbanner_div {
	float:none;
	width: 88%;
	text-align:center;
}
#gallery_div {
	float:none;
	width: 100%;
	text-align:center;
}
#bottomcontainer_div {
	float:none;
	width: 100%;
	text-align: justify;
  text-justify: inter-word;
}
#leftlinkscontainer_ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
#leftlinkscontainer_ul li {
	height: 50px;
}
#rightcontainer_div {
	background-color: #a7a7a7;
	float: right;
	width: 594px;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
}
#rightcontainer_div_floating {
	background-color: #202020;
	float: right;
	width: 85%;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
}
#rightcontainerother_div {
	background-color: #d1d1c4;
	float: right;
	width: 750px;
	padding-bottom: 5000px;
	margin-bottom: -5000px;
}
#namecard_div {
	text-align: center;
	background-color: #e1e1e1;
	width: 90%;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	box-shadow: 2px 2px 5px #444444;
	border-radius: 15px;
}
#google_div {
	float: right;
	width: 70%;
	margin-bottom: 75px;
	text-align: center;
	margin-top: 20px;
}
#weather_div {
	float: left;
	width: 30%;
	text-align: right;
	margin-top: 20px;
}
#quotation_div {
	text-align: center;
	font-style: italic;
	padding-top: 40px;
	padding-bottom: 40px;
}
#section_div {
	background-color: #333333;
	background-image: url(../home/horizontal_strip_new.jpg);
	padding-top: 2px;
	padding-bottom: 2px;
	width: 98%;
	margin: auto;
	background-repeat: repeat-x; /* Repeat horizontally */
  background-position: center top; /* Center the image horizontally */
}
#imginfo_div {
	text-align: left;
	font-style: bold;
	padding-top: 40px;
	padding-bottom: 40px;
}
/*------------- ul --------------------*/
/*
ul {
  list-style: none; // Remove default bullets 
  padding-left: 10px;  // Optional: Adjust padding
}

li {
  display: flex;
  align-items: center; // Aligns the image vertically
  background-image: url('../home/aperture_bullet.gif');
  background-repeat: no-repeat;
  background-position: left center;
	padding: .5em;
}*/

#items_ul {
	margin: 10px;
	padding-top: 10px;
	list-style: none;
	text-align: left;
	list-style-image: url(../home/aperture_bullet.gif);
}
#items_ul li {
	margin: auto;
	padding-bottom: 10px;
	vertical-align: middle;
	width: 97%;
}

#items_subul {
	margin: 0px;
	list-style: none;
	text-align: left;
	list-style-image: url(../home/aperture_bullet_tiny.png);
}
#newline_ul {
	margin: 0px;
	padding-top: 20px;
	list-style: none;
	text-align: left;
	list-style: none;
}
#newline_ul li {
	padding-bottom: 20px;
}


#footer_div {
	text-align: center;
	font-family: Forte;
	font-size: 11pt;
	font-weight: lighter;
	color: #393939;
}
#servertime {
	float: left;
	text-align: center;
	color: #CCCCCC;
	font-size: 12pt;
	font-family: Constantia, Verdana;
	width: 200px;
}
#footer_div {
	padding-top: 10px;
	width: 800px;
	margin: auto;
}
#text_div {
	width: 98%;
	margin: auto;
	float: none;
	background-color:#e7e7e0;
	padding-bottom:10px;
	padding-top:10px;
}
.clear {
	clear: both;
}/*clear all the floats*/
#portrait_div {
	width: 202px;
	margin: auto;
	margin-top: 40px;
}
#portrait_div img {
	box-shadow: -2px -2px 5px #444444 inset; /*CSS3 shadow*/
	-webkit-box-shadow: -2px -2px 5px #444444 inset; /*Safari shadow version*/
	-moz-box-shadow: -2px -2px 5px #444444 inset; /*Mozilla shadow version*/
	opacity: 1;
}/* my face decoration*/
#homeicon_div {
	width: 50px;
	margin: auto;
	margin-top: 20px;
}
#homeicon_div img {
	width: 47px;
}
#thumnailscroll {
	width: 95%;
	height: 800px;
	text-align: center;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
}
#thumnailscroll img {
	width: 95%;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	padding:5px;
}
#full_pic {
	margin: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*=============== The Classes ================*/
.section {
	text-align: justify;
	text-width: "75%";
	vertical-aligh: bottom;
}
.subsectionfont {
	font-family: Constantia;
	font-size: 14pt;
	color: #AAAAAA;
	text-decoration: none;
	font-style: italic;
	text-align: center;
}
.textmain {
	font-family: Constantia;
	font-size: 14pt;
	/*color:#000000;*/
	text-decoration: none;/*font-weight: bold;*/
	/*font-style: italic; */
}
.textiny {
	font-family: Constantia;
	font-size: 10pt;
	font-weight: lighter;
	color: #595959;
	text-decoration: none;
}
.textnormal {
	font-family: Constantia;
	font-size: 14pt;
	color: #000000;
	text-decoration: none;
	padding-left:30px;
	padding-right:40px;
}
.texttabletopic {
	text-decoration: none;
	font-style: italic;
}
.texttitle {
	color: #000080;
	font-weight: bold;
	text-decoration: none;
}
/*============Image styling===============*/
.image-container {
	position: relative;
	text-align: center;
	padding-bottom:10px;
}
.click-area {
	position: absolute;
	top: 0;
	bottom: 0;
	cursor: pointer;
	background: transparent;
}
.left-click-area {
	left: 0;
	right: 50%;
	width: 50%;
}
.right-click-area {
	left: 50%;
	right: 0;
}
img {
	margin: 0px;
	border: 0px;
}/*takes care of all the images in the whole site */
img.slide {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
	background: white;
	border: 5px solid black;
	filter: drop-shadow(5px 5px 5px #222);
}
img.linked:hover {
	box-shadow: 0px 0px 10px 10px white; /*CSS3 shadow: 30px blurred shadow all around image*/
	-webkit-box-shadow: 0px 0px 10px white; /*Safari shadow version*/
	-moz-box-shadow: 0px 0px 10px white; /*Mozilla shadow version*/
	opacity: 1;
}
/*============================================*/

a.navlink {
 transition: color .2s ease-in;
 -moz-transition: color .2s ease-in; /* Firefox 4 */
 -webkit-transition: color .2s ease-in; /* Safari and Chrome */
 -o-transition: color .2s ease-in; /* Opera */
 -webkit-transition:color .2s ease-in;
}
a.navlink:link {
	color: #000000;
	text-decoration: underline;
}     /* unvisited link */
a.navlink:visited {
	color: #999999;
	text-decoration: underline;
}  /* visited link */
a.navlink:hover {
	color: #FFFFFF;
	text-decoration: none;
}   /* mouse over link */
a.navlink:active {
	color: #C1C1C1;
	text-decoration: underline;
}   /* selected link */
/*==============================================*/

a.sectionnavlink {
	transition: color .2s ease-in;
	-moz-transition: color .2s ease-in; /* Firefox 4 */
	-webkit-transition: color .2s ease-in; /* Safari and Chrome */
	-o-transition: color .2s ease-in; /* Opera */
	-webkit-transition: color .2s ease-in;
}
a.sectionnavlink:link {
	font-family: Constantia;
	font-size: 16pt;
	color: #FFFFFF;
	text-decoration: underline;
}     /* unvisited link */
a.sectionnavlink:visited {
	font-family: Constantia;
	font-size: 16pt;
	color: #FFFFFF;
	text-decoration: underline;
}  /* visited link */
a.sectionnavlink:hover {
	font-family: Constantia;
	font-size: 16pt;
	color: #EEEEEE;
	text-decoration: none;
}   /* mouse over link */
a.sectionnavlink:active {
	font-family: Constantia;
	font-size: 16pt;
	color: #FFFFFF;
	text-decoration: underline;
}   /* selected link */
/*=============================================*/

a.navemail {
	transition: color .2s ease-in;
	-moz-transition: color .2s ease-in; /* Firefox 4 */
	-webkit-transition: color .2s ease-in; /* Safari and Chrome */
	-o-transition: color .2s ease-in; /* Opera */
	-webkit-transition: color .2s ease-in;
}
a.navemail:link {
	color: #555555;
	text-decoration: underline;
}     /* unvisited link */
a.navemail:visited {
	color: #555555;
	text-decoration: underline;
}  /* visited link */
a.navemail:hover {
	color: #FFFFFF;
	text-decoration: none;
}   /* mouse over link */
a.navemail:active {
	color: #555555;
	text-decoration: underline;
}   /* selected link */
/*=============================================*/

/* Larger font size navigation link */
a.navlink_large {
	transition: color .2s ease-in;
	-moz-transition: color .2s ease-in; /* Firefox 4 */
	-webkit-transition: color .2s ease-in; /* Safari and Chrome */
	-o-transition: color .2s ease-in; /* Opera */
	-webkit-transition: color .2s ease-in;
	transition: font-size .2s ease-in;
	-moz-transition: font-size .2s ease-in; /* Firefox 4 */
	-webkit-transition: font-size .2s ease-in; /* Safari and Chrome */
	-o-transition: font-size .2s ease-in; /* Opera */
	-webkit-transition: font-size .2s ease-in;
}
a.navlink_large:link {
	font-family: Constantia;
	font-size: 16pt;
	color: #FFFFFF;
	text-decoration: underline;
}     /* unvisited link */
a.navlink_large:visited {
	font-family: Constantia;
	font-size: 16pt;
	color: #CCCCCC;
	text-decoration: underline;
}  /* visited link */
a.navlink_large:hover {
	font-family: Constantia;
	font-size: 20pt;
	color: #FFFFFF;
	text-decoration: none;
}   /* mouse over link */
a.navlink_large:active {
	font-family: Constantia;
	font-size: 16pt;
	color: #FFFFFF;
	text-decoration: underline;
}   /* selected link */
/*======= Form Styles ================*/
.form-group {
 label {
 color:#AAAAAA;
}
}
/*================================================*/
