@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Montserrat&display=swap');
@import url('https://blogfonts.com/css/aWQ9MTI3OTExJnN1Yj05MTEmYz1lJnR0Zj1FZHdhcmRpYW5TY3JpcHRJVEMudHRmJm49ZWR3YXJkaWFuLXNjcmlwdC1pdGM/Edwardian Script ITC.ttf');
@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Ultra&display=swap');
@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:300);

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
}
html {
  font-family: 'Montserrat', sans-serif;
  background-color: white;
}
.nav {
  border-bottom: 1px solid #EAEAEB;
  text-align: right;
  height: 70px;
  line-height: 70px;
  background-color: black;
}
.nav h1 {
  color: white;
  float: left;
  display: table-cell;
  vertical-align: middle;
  font-size: 50px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 5%;
  animation: fadeIn 1s;
  font-family: "Edwardian Script ITC";
}
.menu {
  margin: 0 2% 0 0;
  animation: fadeIn 1s;
  font-family: 'Montserrat', sans-serif;
  padding: 0px 2px 0px 0px;
}
.menu a {
  clear: right;
  text-decoration: none;
  color: white;
  margin: 0 20px;
  line-height: 70px;
}
.hover {
  transition: .3s ease;
  display: inline-block;
}
.hover:hover {
  transform: scale(1.1);
}
span {
  color: white;
}
label {
  margin: 0 40px 0 0;
  font-size: 26px;
  line-height: 70px;
  display: none;
  width: 26px;
  float: right;
}
#toggle {
  display: none;
}
.main {
  background-color: black;
}
.container15{
  color: white;
  text-align: center;
  padding: 10px;
  background-color: #111111;
}

.container15 h1{
  font-size: 40px;
  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}

.container15 p{
  font-size: 20px;
  width: 100%;
  padding: 0 20px 10 20px;
}

.button{
  border-radius: 20px;
  border-style: solid;
  width: 150px;
  height: 50px;
  color: white;
  background-color: #838383;
  cursor: pointer;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-size: 20px;
  transition-duration: .4s;
}

.button span{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.holdingcontainer {
  max-width: 100%;
  display: flex;
  background-color: black;
  box-sizing: border-box;
  flex-direction: row;
  color: white;
  text-align: center;
  padding-bottom: 20px;
}
.holdingcontainer h1 {
  font-size: 40px;
}
.holdingcontainer p {
  font-size: 16px;
}
.internalcontainerL, .internalcontainerM, .internalcontainerR {
  flex: 1;
 
  font-family: 'Roboto', sans-serif;
  margin: 3px;
}

.internalcontainerL p, .internalcontainerM p, .internalcontainerR p{
  flex: 1;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  margin-left: 10px;
  margin-right: 10px;
}
.dasimages {
  border-radius: 30px;
  border-style: solid;
  border-color: white;
  width: 100%;
  height: auto;
  max-width: 480px;
  max-height: 300px;
}

@media screen and (max-width: 1000px) {
  .holdingcontainer {
    flex-direction: column;
    align-items: center; /* Center align items */
  }
  .dasimages {
    width: 300px;
  }
}

@media screen and (max-width: 600px) {
  .holdingcontainer {
    flex-direction: column;
    align-items: center; /* Center align items */
  }
  .dasimages {
    width: 260px;
  }
}

body {
    font-family: 'Alegreya Sans', sans-serif;
}

.footer {
  display: flex;
  flex-flow: row wrap;
  padding: 0px 30px 0px 30px;
  background-color: gray;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  color: white;
}

.footer > * {
  flex:  1 100%;
}

.footer__addr {
  margin-right: 1.25em;
  margin-bottom: 2em;
}

.footer__logo {
  font-weight: 400;
  font-size: 1.5rem;
}

.footer__addr h2 {
  margin-top: 1.3em;
  font-size: 15px;
  font-weight: 400;
}

.nav__title {
  font-weight: 400;
  font-size: 15px;
}

.footer address {
  font-style: normal;
}

.footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  max-width: max-content;
  background-color: rgb(33, 33, 33, 0.07);
  border-radius: 100px;
  line-height: 0;
  margin: 0.6em 0;
  font-size: 1rem;
  padding: 0 1.3em;
}

.footer ul {
  list-style: none;
  padding-left: 0;
}

.footer li {
  line-height: 2em;
}

.footer a {
  text-decoration: none;
}

.footer__nav {
  display: flex;
  flex-flow: row wrap;
}

.footer__nav > * {
  flex: 1 50%;
  margin-right: 1.25em;
}

.nav__ul a {
  color: white;
}

.nav__ul--extra {
  column-count: 2;
  column-gap: 1.25em;
}

.legal {
  display: flex;
  flex-wrap: wrap;
}

.legal__links {
  display: flex;
  align-items: center;
}

.heart {
  color: #2f2f2f;
}

@media screen and (min-width: 24.375em) {
  .legal .legal__links {
    margin-left: auto;
  }
}

@media screen and (min-width: 40.375em) {
  .footer__nav > * {
    flex: 1;
  }
  
  .nav__item--extra {
    flex-grow: 2;
  }
  
  .footer__addr {
    flex: 1 0px;
  }
  
  .footer__nav {
    flex: 2 0px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 750px) {
  label {
    display: block;
    cursor: pointer;
  }
  .menu {
    width: 100%;
    display: none;
    text-align: center;
  }
  .menu a {
    width: 100%;
    margin: 1px;
    background-color: black;
    float: left;
  }
  #toggle:checked + .menu {
    display: contents;
  }
}
