@charset "utf-8";

body {
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: cover;
    background-attachment: fixed;
}


p, .p {
	 color: darkslategray;
	font-size: 1.2em;
	font-weight: normal;
}

h1, .h1 {
    font-size: 2.5rem;
    color: darkslategray;
        text-align: center;
}

h2, .h2 {
    font-size: 2.0rem;
 color: darkslategray;
    text-align: center;
}
h3, .h3 {
    font-size: 1.75rem;
 color: darkslategray;
    margin-top: 5;
	    text-align: center;
}
h4, .h4 {
    font-size: 1.2rem;
 color: darkslategray;
	    text-align: center;
	 

}
h6, .h6 {
  text-align: center;
	color: darkslategray;
	font-size: 1rem;
}

.footer {

	left: 0;
   bottom: 0;
   width: 110%;
}

.footer h3 {
	 color: darkslategray;
}
.front-text {
    color: slategray;
    margin-top: 140px;
	
}

	
.footer p {
 color: darkslategray;
    font-size: small;
	font-weight: bolder;
}
a {
 color: darkslategray;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: dimgray;
    text-decoration: underline;
    font-weight: bold;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none;
    background-color: rgba(220,70,72,1.00);
}


.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {

}

.navbar-dark .navbar-nav .nav-link {
    font-weight: bold;
    font-size: 20px;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    font-weight: bolder;
    font-style: italic;
    text-decoration: underline;
	 
}

.navbar-dark .navbar-nav .nav-link.disabled {

}

.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-dark .navbar-text {

}

.navbar-dark .navbar-text a {

}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    font-weight: bolder;

}
.site-header{
	background: url("../img/hero-bg.jpg");
	
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	
}
.site-header .layout-hero {
	min-height: 50vh;
}
.jumbotron {
    padding-top: 2rem;
    padding-right: 1rem;
    padding-left: 1rem;
    background-color: #FFFFFF;
    border-radius: 0.3rem;
  
    width: auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;


}






.footer {
    background: #ffffff;
	color:black; 
   
}
/* 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;
}

.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 {

	color: rgba(0,0,0,1.00);
	
}
.artist  {
    background-color: white;
    margin-left: 4 px;
    margin-right: 4 px;
    text-align: center;

	
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 90%;
}
.artist.container {
    margin-top: 150px;
    padding-top: 20px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
	padding: 30px;

}

.figure-caption {
	padding-left: 5px;
	padding-right: 5px;
	
}
.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;
	
	
	
}

.newspaper {
    column-count: 5;
    column-gap: 5px;
    column-rule-style: solid;
    column-rule-color: #ff0000;
 

	
	
}

 

.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 {
}
