
.search {
    background-color: black;
    padding: 0px 300px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.search a {
    color: white;
    text-decoration: none;
    font-size: 30px;
    font-family: Roboto-med;
    font-weight: 700;
    padding: 30px;
}

#logo{
    height: 250px;
    width: 250px;
}
.sportvariables {
    display: flex;
    justify-content: space-around;
    height: 600px;
}

.sport img {
    height: 400px;
    width: 400px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.sport img:hover {
    border: 10px solid #99181a;
    /* background-color: #99181a; */
    cursor:pointer;
   }
   
   .searchTopLink:hover{
    color: #99181a;
   }

.sport p {
    text-align: center;
    color: black;
    font-size: 30px;
    font-family: Roboto-med;
    font-weight: 700;
    vertical-align: bottom;
}

.offer {
    display: grid;
}

.offer button {
    color: black;
    border: 5px solid black;
    background-color: white;
    padding: 30px 80px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 50px;
    font-family: Roboto-med;
    font-weight: 700;
}

.offer :hover{
    background-color: #b84c4c;
    cursor:pointer;
}
.text {
    height: 450px;
    /* padding: 0px 200px; */
    font-size: 15px;
    font-family: Roboto-med;
    font-weight: 700;
}

.robotoMedText {
  font-size: 15px;
  font-family: Roboto-med;
  font-weight: 700;
}

.age{
    font-size: 15px;
    font-family: Roboto-med;
    font-weight: 700;
}
#maintext{
    height: 700px;
}

#MMAtext{
    height: 550px;
}

#taitext{
    height: 650px;
}

.back {
    background-image: url(images/finallogo.jfif);
    background-size: 150px 150px;
    background-repeat: no-repeat;
    /* background-position: 3% 97%; */
    background-color: black;
    height: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.addres {
    color: white;
    font-size: 30px;
    font-family: Roboto-med;
    padding-left: 300px;

}

.contacts {
    margin: auto 5px;
    padding-right: 300px;
}

.offerDialog {
    width: min-content;
    max-width: 800px;
    font-size: 30px;
    font-family: Roboto-med;
    font-weight: 700;
}

.offerDialog button{
    color: black;
    border: 5px solid black;
    background-color: white;
    padding: 30px 80px;
    font-size: 30px;
    font-family: Roboto-med;
    font-weight: 700;
}

.ok:hover{
    background-color: #99181a;
    cursor:pointer;
}

.phone {
    font-weight: bold;
}

.trainersContainer {
    display: flex;
    flex-wrap: wrap;
    margin: 0.5em;
    font-size: 15px;
    font-family: Roboto-med;
    font-weight: 700;
    justify-content: center;
    color: black;
}

.trainerContainer {
    display: flex;
    width: 1500px;
    padding: 10px;
    margin: 3px;
    border: #625757 solid 3px;
    text-align: center;
}

.trainerImage{
    /* width: 20%;
    height: 80%; */
    width: 350px;
    height: 430px;
}

.trainerInfo{
    width: 80%;
    height: 70%;
}

/* .navigation-tree{
    font-size: 30px;
    font-family: Roboto-med;
    font-weight: 700;
    padding-left: 200px;
} */

.schedule{
    margin: auto;
    font-family: Roboto-med;
    font-weight: 700;
    text-align: center;
    border: black solid 2px;
    border-collapse: separate;
    empty-cells: show;
    color: black;
}

.schedule th, td{
    padding: 15px;
    border: black solid 2px;
}

.schedule td:hover{
    background-color: #625757;
    color: #ffffff;
}
.schedule th{
    background-color: #625757;
    color: #ffffff;
}

.alltext{
    /* font-size: 30px; */
    font-family: Roboto-med;
    font-weight: 700;
    color: black;
}



* {
  box-sizing: border-box;
}

.menu {
  float: left;
  width: 20%;
  text-align: center;
  font-family: Roboto-med;
}

.menu a {
  background-color: #b84c4c;
  padding: 8px;
  margin-top: 7px;
  display: block;
  width: 100%;
  color: black;
  text-decoration: none;
}

@font-face {
    font-family: Roboto-med;
    src: url(fonts/Roboto/Roboto-Regular.ttf);
  }
/* // src: url(fonts/Roboto/Roboto-BlackItalic.ttf); */
.main {
  float: left;
  width: 60%;
  padding: 0 20px;
  text-decoration: none;
  margin-top: 15px;
  font-family: Roboto-med;
  color: black;
  font-size: 15px;
  font-weight: 700;
}

.right {
  background-color: #e5e5e5;
  float: left;
  width: 20%;
  padding: 15px;
  margin-top: 7px;
  text-align: center;
}

.logo {
    max-width: 100%;
    height: 200px;
}

.header {
    background-color: black;
    padding:5px;
    text-align:center;
    font-family: Roboto-med;
    color: #99181a;
}

@media only screen and (max-width: 620px) {
  /* For mobile phones: */
  .menu, .main, .right {
    width: 100%;
  }
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #99181a;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    border-top: 16px solid red;
    border-right: 16px solid #794b4b;
    border-bottom: 16px solid red;
  }

  /* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  #overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color:#000;
    opacity: .75;
    z-index: 9999999;
}


.callout {
    position: fixed;
    bottom: 35px;
    right: 20px;
    margin-left: 20px;
    max-width: 300px;
  }

  .callout-header {
    padding: 25px 15px;
    background: #9e22228a;
    font-size: 30px;
    color: white;
  }

  .callout-container {
    padding: 15px;
    background-color: #ccc;
    color: black
  }

  .closebtn {
    position: absolute;
    top: 5px;
    right: 15px;
    color: white;
    font-size: 30px;
    cursor: pointer;
  }

  .closebtn:hover {
    color: lightgrey;
  }

  .glow {
    font-size: 28px;
    color: #875252;
    text-align: center;
    animation: glow 4s ease-in-out infinite alternate;
  }

  @-webkit-keyframes glow {
    from {
      text-shadow: 0 0 10px #b61313, 0 0 20px #700b0b, 0 0 30px #8d1f15, 0 0 40px #8d1106, 0 0 50px #5f0303, 0 0 60px #760f05, 0 0 70px #e1d5d5;
    }

    to {
      text-shadow: 0 0 10px #b61313, 0 0 20px #700b0b, 0 0 30px #8d1f15, 0 0 40px #8d1106, 0 0 50px #5f0303, 0 0 60px #760f05, 0 0 70px #e1d5d5;
    }
}