@import url("https://fonts.googleapis.com/css2?family=Chela+One&ampdisplay=swap");
@import url("https://fonts.googleapis.com/css2?family=Cantarell:ital,wght@0,400;0,700;1,400;1,700&family=Chela+One&display=swap");


/*@media all and (max-width: 768px) {
  /*body{display: inline}
 /* .main iframe{display: flex}
  .main iframe{justify-content: center} }*/
  
@media only screen and (max-width: 1900px) {
    .elkinding {
        display: none;
    }
    .elkinwings {
        display: none;
    }

    .index {
       display: flex;
       flex-flow: column wrap;
    }
}





h1 {
  text-align: center;
  color: #E4DAD3;
  font-family: 'Chela One', system-ui;
  font-size: 50px;
  font-style: italic;
}

h2 {
  font-family: 'Chela One', system-ui;
  font-size: 40px;
  font-style: italic;
}

h3 {
  border-bottom: 1px solid #3C4A53;
  font-style: italic;
}

h4 {
  font-size: 20px;
}

#faves-title {
  font-family: 'Chela One', system-ui;
  font-size: 30px;
  font-style: italic;
}  

.subheading {
 font-style: italic; 
}  
  

.elknews-header {
  text-align: center;
}


.index {
  padding: 0;
  margin: 0;
  background: lightblue url("/Assets/clouds3.jpg");
  color: #3C4A53;
  font-family: 'Cantarell', system-ui;
  font-size: 15px;
}

img {
  max-width: 100%
}

.wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.main iframe {
  border: none;
  position: relative;
  height: 600px;
  width: 700px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  border-style: solid;
  border-width: 3px;
  border-color: #313C45;
}

.sidebar {
  margin-left: 15px;
  margin-right: 15px;
  height: 150px;
  width: 150px;
  border-style: solid;
  border-width: 4px;
  border-color: black;
  position: relative;
  align-self: flex-start;
}

.page {
  padding: 20px;
  background-color: #E4DAD3;
  background-image: url("/Assets/paper.jpg");
  color: #181B1D;
  font-family: 'Cantarell', system-ui;
}

.header-image {
  height:150px;
  margin: 5px auto;
  display: block;
}

.wrapper {
  margin: auto;
  margin-top: 20px;
  width: 800;
}

a {
  text-decoration: none;
  color: #5C6D75;
}

a:visited {
 color: #5C6D75; 
}


.menu {
  text-align: center;
  font-size: 25px;
  display: flex;
  justify-content: center;
  gap: 25px;
}

.menu a {
  color: #181B1D;
  font-family: 'Cantarell', system-ui;
  font-size: 30px;
}

.menu2 {
  display: flex;
  flex-flow: column wrap;
  right: 600;
}

.menu2 a {
  color: #181B1D;
  font-family: 'Cantarell', system-ui;
  font-size: 20px;
}

a:hover {
  color: #E4DAD3;
}

a:active {
  color: #E4DAD3;
}

.links a {
  color: #181B1D;
}

.links a:hover {
  color: #A4B0B7;
}

.links a:active {
  color: #A4B0B7;
}

.links {
  font-family: 'Chela One', system-ui;
  font-size: 20px;
  margin: 30px;
  display: flex;
  justify-content: center;
}

.elkinding {
  position: absolute;
  height: 300px;
  width: 300px;
  left: 300px;
  top: 85px;
}

.elkinwings {
  position: absolute;
  height: 250px;
  width: 250px;
  right: 500px;
  bottom: 80px;
}

.sillyscroll {
  position: relative;
  height: 400px;
  width: 400px;
  right: 100px;
  top: 20px
}

footer {
  text-align: center;
  color: #E4DAD3;
  margin-top: 30px;
  background-color: #313C45;
}

.scroll {
  color: #181B1D;
}



