@import url('https://fonts.googleapis.com/css2?family=Newsreader&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');


@font-face {
  font-family: "shakespeare";
  src: url("shakespeare.ttf");
  font-family: "notMyType";
  src: url("notMyType.otf");
}


html, body {
    height: 100%;
}

body {
  padding: 4.5rem;
  margin: 0;
  background-color: #eae6f0;
  background-image: url("../../img/TILEPINK.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.container-sm {
  border-radius: 10px;
  width: 440px;
  margin: 0px auto;
  text-align: center;
  background-image: url("../../img/goldStroke.png");
  background-size: cover;
  background-position: center;
  position: relative;
  padding-left: 5px;
}



.container-sm h1{
   font-size: 51px;
   color: black;
   font-family: 'notMyType';
  }



#sidebar {
  position: absolute;
  width: 19rem;
  height: 100%;
  left: -295px;
  transition: .4s;
  z-index: 1;
  border-radius: 10px;
  top: 0px;
  background: #edc0bf;
  background: url("../../img/burntPaper.png");
  background-size: cover;
  background-position: right;
} 
    
#sidebar.active {
  left: 0;
  height: 100%;
}
  
#sidebar ul li a {
  text-decoration: none;
  font-size: 39px;
  color: black;
  font-family: 'notMyType';
}
  
#sidebar ul li{
  margin-top: 15px;
  list-style: none;
  font-size: 40px;
  padding: 2px 2px;
  margin-right: 9px;
}

  
#sidebar .toggle-btn {
  position: absolute;
  left: 305px;
  top: 10px;
}
  
.toggle-btn span {
  width: 55px;
  height: 7px;
  background: gold;
  display: block;
  margin-top: 4px;
}

.container-s {
  height: 25px;
  width: 150px;
  margin: 0px auto;
  display: block;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.514);
  backdrop-filter: 10px;
}

.container-s a {
  margin-left: 19px;
}



iframe {
  margin: 0px auto;
  display: block;
  width: auto;
  height: 350px;
}


div.clearfix {
  display: block;
  margin: 0px auto;
  width: auto;
}





/* .container-lg {
    border: 2px solid black;
    border-radius: 10px;
    width: 550px;
    margin: 0px auto;
    height: 500px;
    color: whitesmoke;
    margin-top: 10px;
    background-color: rgba(0, 0, 0, 0.705);
    backdrop-filter: 10px;
    text-align: center;
    font-family: 'Newsreader', serif;
    padding-top: 20px;
    margin-bottom: 5px;
} */

.container-lg iframe {
    border: 2px solid black;
    border-radius: 10px;
    width: 550px;
    margin: 0px auto;
    height: 300px;
    color: whitesmoke;
    margin-top: 10px;
    background-color: rgba(0, 0, 0, 0.705);
    backdrop-filter: 10px;
    text-align: center;
    font-family: 'Newsreader', serif;
    padding-top: 20px;
    margin-bottom: 5px;
}



@media screen and (max-width: 729px) {
  div.container-sm {
    width: auto;
  }

  div.container-sm h1{
    font-size: 45px;
  }

  iframe {
    height: 205px;
  }

  div.clearfix {
    display: block;
    margin: 0px auto;
    width: auto;
  }
}

