body {
  padding: 0;
  margin: 0;
  background-color: #ffffff;
}

a {
  color: #505050;
  text-decoration: none;
  font-size: 1.1em;
  padding: 10px;
  font-family: Serif;
}

ul {
  list-style-type: none;
}

.container {
  width: 100%;
  margin: 5px auto;
  overflow: hidden;
}

.galleryItem {
  color: #797478;
  font: 10px/1.5 Verdana, Helvetica, sans-serif;
  display: -webkit-inline-box;
  width: 20vw;
  margin: 5px 10px 10px 5px;
}

.galleryItem h3 {
  text-transform: uppercase;
}

.galleryItem img {
  max-width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* MEDIA QUERIES*/
@media only screen and (max-width: 940px),
  only screen and (max-device-width: 940px) {
  .galleryItem {
    width: 21%;
  }
}

@media only screen and (max-width: 720px),
  only screen and (max-device-width: 720px) {
  .galleryItem {
    width: 29.33333%;
  }
}

@media only screen and (max-width: 530px),
  only screen and (max-device-width: 530px) {
  .galleryItem {
    width: 46%;
  }
}

@media only screen and (max-width: 320px),
  only screen and (max-device-width: 320px) {
  .galleryItem {
    width: 96%;
  }
  .galleryItem img {
    width: 96%;
  }
  .galleryItem h3 {
    font-size: 18px;
  }
  .galleryItem p {
    font-size: 18px;
  }
}

.topmenu {
  margin: 20px 0 0 20px;
  float: right;
  display: block;
}

.logo {
  float: left;
  display: block;
  padding: 5px;
  margin: 5px 0px 0px 0px;
}

.letterblock {
  float: left;
  padding: 5px;
  margin: 5px;
  width: 15vmin;
  height: 15vmin;
  border-radius: 10px;
  color: white;
  background-color: #e33a2b;
  font-size: 6vw;
  text-align: center;
}

.letterblock2 {
  float: left;
  padding: 5px;
  margin: 5px;
  width: 10vmin;
  height: 10vmin;
  border-radius: 10px;
  color: white;
  background-color: #33cc00;
  font-size: 4vw;
  text-align: center;
}

.alphabets {
  display: inline-block;
}

.theword {
  display: inline-block;
}
