.col-container {
  display: table;
  /*width: 100%;*/
}
.col {
  display: table-cell;
}

.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out 1s;
}

.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;

}
.carousel-indicators{
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px; /* change width */
    height: 10px; /* change height */
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 100%; // /* add border-radius */
}
blockquote {
border:none;
font-family:Georgia, "Times New Roman", Times, serif;
/*margin-bottom:-30px;*/
position: relative; 
max-width: 35vw; 
margin: 0 auto; 
padding-left: 0.4em; 
}

blockquote  {
    font-size:2vh;
}

blockquote :before { 
    content: "\201C";
    font-weight: bold;
    font-size:7vw;
    color:#000;
    position: absolute; 
top: -0.2em;
    left: -1.5em; 
    font-family: 'Georgia'; 
} 
blockquote :after { 
    content: "\201D";
    font-weight: bold;
    font-size:7vw;
    color:#000;
    position: absolute; 
top: -0.2em;
    right: -1.5em; 
    font-family: 'Georgia'; 
}
@media all {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

@media only screen and (max-width: 800px) {
    .corps{
        font-size: 2vw;
    }
}