.tableX:before {
  content: " BEFORE ";
  color: white;
}

.tableX:after {
  content: " AFTER ";
  color: yellow;
}

.coral {
    color: #ff7f50;
}
.td1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: coral;
  background-color: black;
  background: rgba(0,0,0,0.6);
  text-align: center;
  border-radius: 1px 1px 10px 10px;
}

.td2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: orange;
  background-color: transparent;
  text-align: center;
}

.td3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: white;
  background-color: transparent;
  text-align: center;
}

.td1c {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-align: center;
  color: white;
  background-color: #222;
  background: rgba(0,0,0,0.6);
  border-radius: 10px;
}

.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 90%;
}

.menu {
  top: 0;
  left: 0;
    margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 90%;
}

.centered_middle {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 90%;
  vertical-align: middle;
}

.centered_menu {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 90%;
}


.tdimg {
  border: 2px inset;
  border-color: coral;
  padding: 4px;
  border-radius: 10px;
}

.tdimg:hover {
    border-width: 2px;
    border-color: #ccc;
}

.button {
  transition-duration: 0.4s;
  padding: 10px 24px;
  width: 120px;
  color: black;
  background-color: #ccc;
  border-radius: 4px;
}

.button1 {
  font-size: 16px;
  transition-duration: 0.4s;
  padding: 10px 24px;
  width: 120px;
  color: black;
  background-color: #ccc;
  border-radius: 4px;
}

.button:hover, .button1:hover {
  background-color: black;
  color: white;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.40), 0 17px 50px 0 rgba(0,0,0,0.20);
}

body {
  margin: 200;
  height: 100%;
  background-image: conic-gradient(black, black, black, black, black, black, white, black, white, black, white, black, black, black, black, black, black);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.imgspace1 {
    border: none;
    max-width: 75%;
    height: 641px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.imgspace2 {
    border: none;
    max-width: 75%;
    height: 351px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.imgspace3 {
    border: none;
    max-width: 75%;
    height: 56px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.imgreleases {
    border: 2px inset;
    border-color: coral;
    border-radius: 10px 10px 1px 1px;
}

.imgreleases:hover {
    border-width: 2px;
    border-color: #ccc;
}

.imgmain {
    border: 10px;
    max-width: 100%;
    width: 800px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.imgbanner {
    border: none;
    max-width: 100%;
    width: 400px;
}

.img100 {
    border: none;
    max-width: 100%;
    height: auto;
    width: auto;
}

.img_contact {
    border: none;
    max-width: 100%;
    height: auto;
    width: auto;
}

.imghover {
    border-color: coral;
    border-width: 3px;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.imghover:hover {
    border-width: 3px;
    border-color: #ccc;
}

.iframe1 {
    border-width: 2px;
    border-color: coral;
    width: 560px;
    height: 315px;
    border-radius: 10px;
}

.iframe1:hover {
    border-width: 2px;
    border-color: #ccc;
}

.iframe2 {
    width: 100%;
    height: 352px;
    border-width: 2px;
    border-color: coral;
}

.iframe2:hover {
    border-width: 2px;
    border-color: #ccc;
}

.anext {
  text-decoration: none;
  font-weight: bold;
  font-size: 150%;
  display: inline-block;
  padding: 8px 16px;
}

.anext:hover {
  background-color: #ccc;
  color: black;
}

.previous {
  background-color: coral;
  color: white;
}

.next {
  background-color: coral;
  color: white;
}

.round {
  border-radius: 50%;
}
