@charset "utf-8";
/* CSS Document */
      
   html,
   body {
    height: 100vh;
    display: flex;
    flex-direction: column;
   }

   footer {
    margin-top: auto;
   }

.cinzel-<uniquifier> {
  font-family: 'Cinzel', serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}  

.navbar {
	min-height: 60px;
    font-family: "Roboto Condensed", sans-serif;
}

.navbar-fixed-top.navbar-collapse  {
	border-style: none;
	box-shadow: none;
}
        
.navbar-nav>li>a {
    line-height: normal;
        }        

li {
	letter-spacing: 2px;
    font-size: 15px;
}



   .bg {
    background-image: url("../img/back-image.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   }

   @media (max-width: 768px) {
    .bg {
     background-image: url("../img/bgd.jpg");
    }
   }

   @media (max-width: 768px) {
    #shopButton {
     top: 540px;
    }
   }

   .dotted-line {
    width: 100%;
    height: 4px;
    border-bottom: 4px dotted #000;
   }

   #shopButton {
    height: 40px;
    width: 156px;
    opacity: 0.9;
    float: right;
   }

   #left {
    width: 40px;
    height: 30px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
   }

   #right {
    width: 40px;
    height: 30px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
   }

   .btn {
    width: 140px;
    height: 30px;
    background-color: lightgray;
   }

   .btn:hover {
    cursor: pointer;
    background-color: #555;
   }

   .pd-top {
    padding-bottom: 0px;
   }

   .pd-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
   }

   .pd-navigation {
    display: flex;
    align-items: center;
    background-color: #e6e6e6;
    border: 1px solid #e6e6e6;
    border-radius: 24px;
    overflow: hidden;
    flex: 0 0 auto;
    width: 64px;
    float: right;
   }

   .arrow-left {
    line-height: 0;
    padding: 9px 8px;
    cursor: pointer;
    fill: #757575;
    transition: .3s linear;
   }

   .arrow-right {
    line-height: 0;
    padding: 9px 1px;
    cursor: pointer;
    fill: #757575;
    transition: .3s linear;
   }


   #shop {
    vertical-align: top;
    display: inline-block;
    width: auto;
    height: 40px;
   }

   hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #000;
   }

   hr {
    width: 57%;
    margin: auto;
   }


   .header-home {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 15px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 20px;
   }
      
      
      
.headline h3 {
    display: inline;
    font-family: 'Cinzel', serif;
    font-weight: 400;
    font-size: 24px;
    line-height: normal; 
    color: black;
}
.headline p {
    display: inline;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: normal;  
}   

.page-content {
    max-width: 60%; 
    margin-top: 150px; 
    align-self: center;
}

