/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 2, 2022 */



@font-face {
  font-family: 'times_new_sergalregular';
  src: url('timesnewsergal2-webfont.woff2') format('woff2'),
       url('timesnewsergal2-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.sekir {
  font-family: 'times_new_sergalregular';
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.hsekir {
  font-family: 'times_new_sergalregular';
}

body {
  background-image: url(./assets/lesbiribbon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom left;
  background-color: peachpuff;
  color: darkred;
  font-family: 'Comic Sans MS', sans-serif, cursive;
}

header {
  border-style: double;
//  background-image: url(./assets/emissionbanner.jpg);
  background-size: cover;
  background-position: center;
  background-color: maroon;
}

header h1 {
  text-align: center;
  position: relative;
  bottom: 1px;
  color: white;
  font-size:1.5em;
  text-shadow: 2px 2px 4px white, 3px 3px 8px maroon;
}

header h2 {
  text-align: center;
  position: relative;
  top: 1px;
  color: white;
  font-size:1.2em;
  text-shadow: 0px 2px 3px maroon;
}

nav ul li {
  list-style-type: none;
  display: inline;
  margin-right: 1pc;
}

h3 {
  color: orangered;
}

section {
  min-width: 256px;
  max-width: 384px;
  margin-top: 1pc;
  margin-left: 1pc;
  margin-right: 1pc;
  padding: 1pc;
  background-color: rgba(255, 255, 255, 0.75);
  float: left;
}

section h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
}

section ul li {
  list-style-position: inside;
}

#about {
  text-align: left;
}

#buttons {
  text-align: center;
}

#social ul li {
  list-style-type: none;
  display: inline;
  margin-right: 1.5pc;
}

#copynotice {
  text-align: center;
}
