body, .container {
  background-color: #000;
  color: #fff;
}

body, h1, p {
font-family: 'Playfair Display', serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
}

.container {
  margin-left:  auto;
  margin-right:  auto;
  margin-top: 0;
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

h1 {
  font-size: 48px;
  font-weight: 300;
  margin: 0 0 20px 0;
}

.lead {
  font-size: 21px;
  font-weight: 200;
  margin-bottom: 20px;
}

p {
  margin: 0 0 10px;
}

a {
  color: #3282e6;
  text-decoration: none;
}

a.btn {
    background-color: #284174;
    color: #fff;
    font-size: 200%;
    font-weight: bold;
    padding: 15px 50px;
    margin: 25px;
    border-radius: 25px;
    line-height: 85px;
}

h1 {
    font-size: 55px;
    font-weight: bold;
    color: #fff;
    width: fit-content;
    margin: auto;
}

.under-header {
    font-size: 30px;
    width: fit-content;
    text-align: left;
    margin: 35px auto;
}

.orange {
    color: #EB5757;
}

.under-header {font-size:30px;} 

div.footer {background-color:#000; background-image:url("/images/footer-background.jpg?V=2"); color:#fff; padding-bottom:100px; border-top:#1d263d solid 1px; margin-top:25px;}

.footer h2 {
    text-align: left;
    padding-left: 100px;
}

.under-button {margin-bottom:50px;}

ul.footer {
    text-align: left;
    width: fit-content;
    margin: auto;
}

ul.footer li {
    list-style: none;
    margin-bottom: 15px;
}

ul.footer li a {
    color: #fff;
    line-height: 32px;
    text-decoration: underline;
    font-size: 25px;
    
}

.logo {margin: auto; width:400px;}

.logo-section {background-color:#000;}

.back-to-top {position: fixed; bottom: 10px; right:10px; color:#fff;}

.catalog-page img {width:95%;}

@media only screen and (max-width: 600px) {

h1 {
    font-size: 45px;
}



.img-responsive {width: 100%;}


a.btn {
    font-size: 25px;
    font-weight: bold;
    padding: 15px 24px;
    margin: 0;
    line-height: 85px;
    width: 70%;
}

.under-header {
    font-size: 25px;
}

.logo {margin: auto; width:300px;}

}
