.row-header{
    margin:0px auto;
    padding:0px;
}
a:hover{
	text-decoration: none;
}

.row-content {
    margin:0px auto;
    padding: 50px 0px 50px 0px;
    border-bottom: 1px ridge;
    min-height:400px;
}

.footer{
    background-color: #D1C4E9;
    margin:0px auto;
    padding: 20px 0px 20px 0px;
	border-top: 0.5px solid gray ;
}
.jumbotron {
    padding:70px 30px 70px 30px;
    margin:0px auto;
    background: #9575CD ;
    color:floralwhite;
}

address{
    font-size:80%;
    margin:0px;
    color:#0f0f0f;
}

body{
  padding: 50px 0px 0px 0px;
  z-index: 0
}
.navbar-dark{
  background-color: #512DAB
}
.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
.carousel {
    background:#512DA8;
}

.carousel-item {
  height: 300px;
}

.carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 300px;
}

#carouselButton {
    right:0px;
    position: absolute;
    bottom: 0px;
    z-index: 1;
}
.modal-header {
  background-color: #512da8;
  .modal-title {
    color: floralwhite;
  }
  .close {
    color: floralwhite;
  }
}

.modal-body {
  background-color: #d1c4e9;
}

.map-container-5{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container-5 iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

.swal-button {
    background: #9575CD;

    box-shadow: none !important;

}
.swal-button:hover {
    background: #D1C4E9 !important;
}

.swal-icon--success__ring{
    border-color: #d1c4e9;

}
.swal-icon--success__line--tip{
    background: #512da8
}
.swal-icon--success__line--long{
    background: #512da8
}
