body {
  font-family: "Monsieur La Doulaise", sans-serif;
  background-image: url('https://content.codecademy.com/courses/learn-css-selectors-visual-rules/hypnotize_bg.png');
}

header {
  padding: 20px 0;
}

.bloghead {
  font-family: "Times New Roman", cursive;
  text-decoration: underline;
  font-size: 20px;
}

header .row,
footer .row {
  display: flex;
  align-items: center;
}

h1 {
  font-weight: 700;
  margin: 0;
}

nav {
  font-size: 25px;
  display: flex;
  justify-content: flex-end;
}

.passions {
  font-style: "Passions Conflict";
}

a {
  padding: 0 20px;
  margin: 0;
}

.jumbotron {
  display: flex;
  align-items: center;
  /*background-image: url(https://media.istockphoto.com/id/171148148/photo/row-of-antique-books.jpg?s=1024x1024&w=is&k=20&c=GSgypLel-ktI2gTXRO37yiRKhq0Z0HGnsma7nNCUhGw=);*/
  background-image: url(../photos/louis_beer.PNG);
  /*https://images.squarespace-cdn.com/content/v1/6063581e3e356f4ceeed1b02/1627036697246-YORO052CTIGAWMI60QK6/image-asset.jpeg*/
  background-size: cover;
  color: #ffffff;
  height: 400px;
}

.jumbotron h2 {
  font-size: 80px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

.jumbotron h3 {
  margin: 0 0 20px;
  color: #fff;
}

section .row img {
  margin: 0 0 30px;
  width: 100%;
}

.col-md-6 {
  margin: 0 0 30px;
}

.para {
  font-family: "Times New Roman", cursive;
  font-size:15px;
}

.parai {
  font-family: "Times New Roman", cursive;
  font-size:15px;
  font-style:italic;
}

.parab {
  font-size:25px;
  font-weight:700;
}

.btn.btn-primary {
  border-radius: 2px;
  border: 0px;
  color: #fbd1d5;
  background-color: #ffffff;
}

.btn.btn-primary:hover {
  color: #ffffff;
  background-color: #fbd1d5;
}

.btn-secondary {
  background-color: #2a70e0;
  color: #ffffff;
  margin: 0 0 30px;
}

.portrait {
  width:  350px;
  height: 300px;
}

figure img {
  width: 100%;
  height: auto;
}

figure {
  margin-bottom: 30px;
}

footer {
  font-family: 'Times New Roman';
  font-size: 10px;
  padding: 20px 0;
  margin-top:0
}

footer .col-sm-8 {
  display: flex;
  align-items: inline;
}

footer ul {
  list-style: none;
}

.copyright {
  float:left
}