/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Inkwell Images & Design
VERSION:	2021 updated 2023
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
.picture2 {
    display: none;
}
.thumbnail:hover .picture1 {
    display: none;
}
.thumbnail:hover .picture2 {
    display: block;
}


/* back to top arrow*/

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 16px;
  border:none;
  outline:none;
  background-color:#494748;
  color: white; /* Text color */
  cursor: pointer;
  padding: 12px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #15A8B0;
}


/*back to top arrow*/
        #backtop {
	        position: fixed;
            left:auto;right: 20px;
			top:auto;bottom: 20px;
	        outline: none;
            overflow:hidden;
            color:#fff;
            text-align:center;
            background-color:#494748;
            height:40px;
            width:40px;
            line-height:40px;
            font-size:14px;
            border-radius:2px;
            cursor:pointer;
            transition:all 0.3s linear;
            z-index:999999;

            opacity:1;
            display:none;
        }
        #backtop:hover {
            background-color:#15A8B0;
        }
        #backtop.mcOut {
            opacity:0;
}
#more {
	display: none;
	background-color: teal;
}
.moreBtn {
	background-color: teal;
	font-weight: bold;
}
	
/*  container */
.container-white {
  width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-bottom: 15px;
margin-top: 15px;
margin-right: auto;
 margin-left: auto;
}

@media (min-width: 576px) {
  .container-white {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-white {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-white {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-white {
    max-width: 1140px;
  }
}
.row{
 margin:15px;
}

body {
  margin: 0;
/*font-family: 'Hind Madurai', sans-serif;*/
font-family: 'Raleway', sans-serif;
  font-size: 1.15rem;
	font-weight: 400;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

.card-NB {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
}
.card-shadow {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 4px 8px #2626261a;
  background-color: #FFF;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 0.25rem;
 padding: 0.5rem;	
}
.bkg-gray{
	background: #cccccc;
	border-radius: 0.1rem;
}
.bkg-beige{
	background:#F9F4E9;
	padding-left: 10px;
	border-radius: 0.1rem;
}
.text-info {
    color: #12A7B0; /*inkwell teal*/
}
.title-bar{
	font-family: 'Raleway', sans-serif;
	font-size: 12pt;
}
.Copyright{
	font-size: 12px;
	color: #CCC;
	text-align:center;
	margin-left:auto;
	padding-right:10px;
}
.responsive {
   width: 100%;
  height: auto;
}
	
	/*links*/
a:link {
	color: #15A8B0;
	text-decoration: none;

}
a:visited {
	text-decoration: none;
	color: #15A8B0;

}
a:hover {
	text-decoration: none;
	color: #366;
}
a:active {
	text-decoration: none;
	color: #15A8B0;
	
}
a.blktxt:link {
	color:#000000;
}
a.blktxt:visited {
	color:#000000;
}
a.blktxt:hover {
	color:teal;
}
a.blktxt:active {
	color:#000000;
}	
/*buttons*/

.btn-more {
    color: #000;
	text-align: center;
    background-color: #fff;
 	padding: 0.375rem 0.75rem;
    font-size: 1rem;
	font-weight: bolder !important;
    line-height: 1.5;
	border-radius: 0.25rem;
	outline: auto;
}
.btn-more:hover {
    color: #fff;
    text-decoration: none;
	 background-color: teal;
}
.btn-more.focus,
.btn-more:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn-more.disabled,
.btn-more:disabled {
    opacity: 0.65;
}
.btn-more:not(:disabled):not(.disabled) {
    cursor: pointer;
}

