p, a, td, input, password, textarea, select {
  font-family: 'open sans';
  font-size: 14pt;
  color: #333;
}

a {
  color: #c33;
  font-weight: bold;
}

.container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 3000px) {
  .contentwidth {
    width: 1000px;
  }
  .logowidth {
    width: 300px;
  }
  .picwidth {
    width: 500px;
  }
  .gallerypic {
    width: 192px;
  }
  .video {
    width: 960px;
    height: 540px;
  }
}

@media screen and (max-width: 1500px) {
  .contentwidth {
    width: 750px;
  }
  .logowidth {
    width: 240px;
  }
  .picwidth {
    width: 300px;
  }
  .gallerypic {
    width: 142px;
  }
  .video {
    width: 720px;
    height: 405px;
  }
}

@media screen and (max-width: 900px) {
  .contentwidth {
    width: 600px;
  }
  .logowidth {
    width: 200px;
  }
  .picwidth {
    width: 220px;
  }
  .gallerypic {
    width: 112px;
  }
  .video {
    width: 576px;
    height: 324px;
  }
}

@media screen and (max-width: 620px) {
  .contentwidth {
    width: 350px;
  }
  .logowidth {
    width: 180px;
  }
  .picwidth {
    width: 160px;
  }
  .gallerypic {
    width: 62px;
  }
  .video {
    width: 320px;
    height: 180px;
  }
}
