

@font-face {
    font-family: 'acki';
    src: url('AckiPreschool.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



body, html {
    padding: 0;
    margin: 0;
    height: 100%;
    font-size: 12px;
    line-height: 1.4rem;
    font-family: Times New Roman;
}



body:not(.page) {
    background-image: url('');
    background-attachment: fixed;
    background-color: black;
}

.page {
    background-color: grey;
    padding: 12px;
}

img {
    max-width: 100%;
}
iframe.content {
    border: 0;
    width: 100%;
    height: 100%;
}

.wrapper {
    border: 10px ridge;
    width: 500px;
    margin-left: 10px;
    /* If you want the box to be centered, turn this line on instead */
    /* margin: auto; */
    margin-top: 10px;
    box-sizing: border-box;
}

.header {
    border-bottom: 10px ridge;
    height: 125px;
    box-sizing: border-box;
    background-image: url('img/fog2.gif');
    background-size:100px;
    position: relative;
}

.main {
    display: flex;
}

.side {
    border-right: 10px ridge;
    width: 150px;
    padding: 12px;
    box-sizing: border-box;
    background: url('img/bluestarz.gif');
    background-size: 100px;
    color: white;
    min-height: 500px;
}

.content {
    flex-grow: 1;
    background: #FFF;
}

.button {
    display: block;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 17px;
    background-image: url('img/button.png');
    background-size: contain;
    border-radius: 5px;
    color: #FFF;
    text-decoration: none;
    text-shadow: 0 0 3px #FFF;
    letter-spacing: 1px;
    font-family: "acki";
}

.button:hover {
    background-image: url('img/button2.png');
}

.title {
    padding-top: 20px;
    padding-left: 20px;
}

h1 {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    color: white;
}

h2 {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: white;
}

h2:before {
    content: "\0021B3";
    color: blue;
    padding-right: 6px;
}

a {
    color: blue;
}

table {
    border-collapse: collapse;
}

th, td {
    padding: 6px 12px;
    vertical-align: top;
    border: 1px solid #000;
}

th {
    background: cyan;
    color: #ff0097;
}

.width-50 {
    width: 50%;
}



::-webkit-scrollbar {
    width: 10px;
}

.scroll-gallery {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 10px;
  padding: 10px;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
}

.scroll-gallery::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

.scroll-gallery img {
  height: 200px;
  border-radius: 8px;
  flex-shrink: 0;
  object-fit: cover;
}
