@import url('https://fonts.googleapis.com/css2?family=PT+Serif&family=Playfair+Display&display=swap');
.btn-purple {
    color:  #fff;
    background-color: #120826;
    border-color: #120826;
}

.btn-purple:hover {
    color: #fff;
    background-color: black;
    border-color: black;
}

h2, .h2 {
    font-size: 45px;
    font-family: playfair display;
}

.bg-dark {
    background-color: #120826 !important;
}

.jumbotron {
    padding: 100px;
    margin-bottom: 2rem;
    background: url('../images/white.png');
    border-radius: 0.3rem;
    font-family: playfair display;
    background-position: center;
    text-align: center;
}

.jumbotronbasics {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background: url('../images/denim.jpg');
    border-radius: 0.3rem;
    font-family: playfair display;
    background-size: cover;
}


.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    font-family: playfair display;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-family: playfair display;
}


}

h2, .h2 {
    font-size: 45px;
    font-family: playfair display;
    text-align: center;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    padding-top: 30px;
    text-align: center;
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
    color:#120826;
}

.carousel-inner {
    position: relative;
    width: 50%;
    overflow: hidden;
    display: block;
  margin-left: auto;
  margin-right: auto;
}

.clothespics{width: 100%;

}

.left{
    float: left;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
}

p{
    font-size: 20px;
}

ul{
    text-align: left;
    list-style-type: none;
}

.foot
{
    background-color: #120826;
    color: white;
    font-family: playfair display;
    margin-top: 50px;


}


.bold
{
  font: italic small-caps bold 12px/30px playfair display, serif;
}

.lefty{
     text-align: left;
    list-style-type: none;
}

.thriftpics{
    width: 50%;
}

.vid{
     margin-bottom: 20px;
     padding-bottom: 20px;
}

.photo{
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.it{
    font-style: italic;
}
