@charset "utf-8";

body {
    margin-top: 2px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: -10px;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
    text-align: center;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: cover;
    background-attachment: fixed;
    background-image: none;
}

.bg-dark {
    background-color: #000 !important;
	
}
.site-navbar {
	  color: #313131;

}


a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
p, .p {
    margin-bottom: 1em;
	  color: #313131;
	font-size: 1em;
  
}

h1, .h1 {

  color: #313131;
	
}

h2, .h2 {
    font-size: 2.0rem;
  color: #313131;
	
  
}
h3, .h3 {
    font-size: 1.75rem;
	  color: #313131;

}
h5, .h5 {
    font-size: 1.2em;
    margin-top: .5em;
	margin-bottom: 1em;
    font-weight: bold;
  color: #313131;
}

h6, .h6 {
    font-size: 1.2em;
    margin-top: .5em;
	margin-bottom: .5em;
	font-weight: normal;
  color: #313131;
}

.front-text {

   color: #313131;
    margin-top: 130px;
	
}


a {
 
   color: #313131;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: grey;
  text-decoration: underline;
	font-style: italic;
	
}


 footer a {

   color: #313131;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
    color:  #8A8A8;
    text-decoration: underline;
    font-weight: bold;
}
footer a:hover {
    color:  #8A8A8;
    text-decoration: underline;
    font-weight: bold;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}


.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: white;
}

.navbar-light .navbar-nav .nav-link {

    font-weight: bold;
    font-size: 20px;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.navbar-light .navbar-toggler {
  color: transparent;
  border-color: transparent;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #FFFFFF;
    font-weight: bolder;
    font-style: italic;
    text-decoration: underline;
	 
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: white;
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  
    font-weight: bold;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: none;
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
	color: white;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
	color: rgba(255,255,255,1.00);
    font-weight: bolder;

}


.btn-gold {
    color: #fff;
    background-color: #000;
    border: thick groove darkgoldenrod;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px rgba(218,165,32,1.00);
    box-shadow: 0px 0px rgba(218,165,32,1.00);
}

.btn-gold:hover {
  color: #000;
  background-color: darkgoldenrod;
  border-color: #000;
	    font-weight: bolder;
    font-style: italic;
    text-decoration: underline;
}

.btn-gold:focus, .btn-gold.focus {
    color: #fff;
    background-color: goldenrod;
    border-color: #000;
	border-width: thick;
	border-style: groove;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(218,165,32,1.00);
	 box-shadow: 0 0 0 0.1rem rgba(218,165,32,1.00);
}

.btn-gold.disabled, .btn-gold:disabled {
    color: #fff;
    background-color: #DAA520;
    border-color: #DAA520;
}



/* About Us Section
--------------------------------*/
#about {
  background: #fff;
  padding: 80px 0;
}

#about .about-container .background {
  min-height: 300px;
  background: url(../img/about-img.jpg) center top no-repeat;
  margin-bottom: 10px;
}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

@media (max-width: 768px) {
  #about .about-container .title {
    padding-top: 15px;
  }
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #2dc997;
}

#about .about-container .icon-box .icon i {
  color: #2dc997;
  font-size: 24px;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#about .about-container .icon-box .title a {
  color: #111;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

.about-image {
	max-height: 200px;
}
.front {
	background-color: black;
	
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #000;
    background-clip: border-box;
    border: solid thick rgba(184,134,11,1.00);
    border-radius: 0 0 1.5rem 1.5rem / 1.5rem;
    margin: 12px;
    background-image: url(../img/cardbackground.jpg);
    max-width: 90%;

}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
  
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.site-footer {
    width: 110%;
    background-color: white;
    margin-left: -10px;
  color: #313131;

}
.artist  {
    background-color: white;
    margin: auto; 
	margin-bottom: 4em;
    text-align: center;

	
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.artist.container {
    margin-top: 125px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 60px;
    margin-bottom: 40px;

}

.figure-caption {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
	
}
.section2 {
	text-align: left;
}

.maptable {
    margin-top: 155px;
    background-color: white;
    width: 90%;
	

}
.new {
    background-color: rgba(0,0,0,1.00);
    text-align: center;
    border: thick groove rgba(184,134,11,1.00);
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
	padding-top: 20px;
    padding-bottom: 20px;
	padding-left: -30px;
	padding-right: -30px;
    border-radius: 10px; 
	
}
.gallery {
    padding-top: 130px;

	
}
.tablinks {
    background-color: black;
	
	
	
}
.btn-abc {
	   background-color: white;
	   padding-left: 0px;
	   padding-right: 0px;
	   border-style: none; 
	
}

.tabcontent {
    height: 100vh;
}
.bookstore {
    background-image: url(../img/artbooks/artbooksbackground.jpg);
	padding-left: 10px;
	padding-right: 10px;
	
}
.text-center {
}
