body {
    background-color: #2d2b34;
    font-family: 'courier';
}

header {
    background-position: center center;
    position: relative;
    background-image: url("../images/JC%20header.png");
    height: 100px;
    background-repeat: no-repeat;
}

h2 {
  text-align-last: center;
}

img {
  width: 20%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

video {
  padding-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

iframe {
  padding: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

nav {
  background-color: transparent;
}

ul {
  list-style-type: none;
  margin: auto;
  width: 900px;
  overflow: hidden;
  background-color: transparent;
  font-size: 25px;
}

li {
    float: left;
    background-color: #71f0f0;
    border-radius: 20px;
    transition: background-color 1s, font-size 1s;
}

li a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
    border-radius: 20px;
    transition: background-color 1s, font-size 1s;
}

li a:hover {
  background-color: #2b88aa;
    font-size: 30px;
}

/* gallery start */

footer {
  position: relative;
  padding: 10px;
  text-align: center;
  width: 1000px;
  color: #24105c;
  background-color: #71f0f0;
  margin: auto;
  border: 3px solid #2b88aa;
  border-radius: 20px;
}


div.gallery {
  border: 1px solid #6961a5;
  border-radius: 20px;
  margin-top: 20px;
  transition: background-color 1s;
}

div.gallery:hover {
  border: 1px solid #a487cc;
  background-color: #273f81;
}

div.gallery img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

div.desc {
  padding: 15px;
  text-align: center;
  color: #9696f0;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* gallery end */

.center_text {
  position: relative;
  width: 1000px;
  margin: auto;
  margin-top: 20px;
  color: #24105c;
  background-color: #71f0f0;
  padding: 10px;
  border: 3px solid #2b88aa;
  border-radius: 20px;
}

/* contact form */

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=email], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #00768f;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 1s;
}

input[type=submit]:hover {
  background-color: #08355c;
  transition: background-color 1s;
}

.contact_container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

/* end of contact form */

.like{
  position: relative;
  width: 1000px;
  margin: auto;
  color: #691143;
  background-color: #ffa25f;
  padding: 10px;
  border: 3px dashed #691143;
  border-radius: 20px;
}

.SDHF {
  position: relative;
  width: 1000px;
  margin: auto;
  color: #4e7c9f;
  background-color: #baecff;
  padding: 10px;
  border: 3px solid #4e7c9f;
  border-radius: 10px;
  font-family: 'lucida sans';
}

.brave_knight {
  position: relative;
  font-family: 'times new roman';
  width: 1000px;
  margin: auto;
  color: #540808;
  padding: 10px;
  border: 3px solid #540808;
  background-image: url(../images/paper%20texture.jpg);
  background-size: cover;
  background-position: center;
}