.mainnav {
    font-size:40px;
    font-family:georgia, serif;
    background-color:Azure;
}
.nav1 {
  position: sticky;
  top: 0;
  background-color:Azure;
}
.newnav {
    font-size:30px;
    background-color:#81bdc7;
    color:white;
}
.newnav1 {
    font-size:18px;
    background-color:#81bdc7;
    color:white;
}
.newnav2 {
    font-size:18px;
    color:#81bdc7;
    background-color:white;
    font-family:'Asset';
}
.newnav3 {
    font-size:18px;
    color:#81bdc7;
    font-weight:bold;
    background-color:white;
    font-family:'Asset';
}
/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}



h1 {
    font-family:georgia, serif;
    text-align:center;
}

.img1 {
    height:350px;
    width:100%;
}
.img1:hover {
    /*find later */
}

.round {
    
    margin-left: auto;
    margin-right: auto;
    display:block;
}
.round:hover {
    box-shadow: 10px 10px rgba(0, 0, 0, 0.7);
}

.cont {
  position: relative;
  max-width:600px;
}
.shoes {
  position: absolute;
  bottom: 40px;
  left: 20px;
  background-color: black;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  font-family:georgia, serif;
}
.text-block {
  position: absolute; /* Position the background text */
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1; /* Grey text */
  width: 100%; /* Full width */
  padding: 20px; /* Some padding */
  color: white;
  text-align:center;
  font-family:georgia, serif;
}

.text-block2 {
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: white;
  font-family:georgia, serif;
}
h4{
    text-align:center;
    font-family:georgia, serif;
}

.label {
    font-size:30px;
    font-family:georgia, serif;
}

.nor {
    font-size:20px;
    font-family:georgia, sans-serif;
    color:DarkSlateGray;
    
}

.price {
    font-size:50px;
    font-family:georgia, serif;
}

/*when I find a good background*/

.backg {
    
}



.loc {
    font-size:30px;
    font-family:georgia, serif;
}




/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 90%;
  height: 20%;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 90%;
  height: 90%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 90%;
  height: 90%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
}


.link {
    color:#81bdc7;
    font-family:Courier;
    font-size:20px;
}

a {
    color:#014d4e;
}

.dif {
    
    font-family:'Asset';
    text-align:center;
    font-size:20px;
}

.logo {
    width:120px;
    height:120px;
}
.mlogo {
    width:50px;
    height:50px;
}
.mainh {
    color:#81bdc7;
    font-family:'Asset';
    font-size:60px;
    text-align:center;
}
.light1 {
    color:#81bdc7;
}