/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 #main color:##242124;
 */

 * {
  background-color: #343434;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}

body {
  color: #ddd;
}

h1 {
  display: block;
  color: #ffe135;
}

h2 {
  font-size: 2rem;
  color: #ffe135;
}

a {
  color: #ffe135;
  background-color: #343434;
  text-decoration: none;
}

a:hover{
  font-weight: 700;
  color: light-yellow;
}

button {
  color: #ffe135;
  padding: 0.25rem;
  border-radius: 5px;
}

button:hover {
  cursor: pointer;
}

.show-image {
  border-radius: 20px;
}

input,
select {
  color: #ddd;
}

input {
  border: solid 2px #555;
}

input.button,
.delete-button {
  color: #ffe135;
  background: none;
  background-color: #555;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 5px;
}
p.notice{
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  margin: 0 2rem;
}
p.alert{
  text-align: center;
}
div #error_explanation h2{
  font-size: 1rem;
}
li::marker{
  list-style-type: none;
}


.header-div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  position: relative;
  text-align: center;
  grid-gap: 10px;
  align-items: center;
  height: 9rem;
  padding: 0;
  margin-top: -2rem;
}

.reg-div {
  position: absolute;
  right: 0;
  text-align: right;
  height: 70%;
}

.reg-div input,
select {
  color: #ffe135;
}
.signed-in, .signed-out{
  margin-right: 1rem;
}
.signed-in {
  color: #ffe135;
  font-weight: 700;
}

.signed-out {
  position: relative;
  top: 4rem;
}

.title {
  align-self: end;
  grid-row: 1;
  grid-column: 3;
  margin: 0;
  text-align: center;
  margin: 0;
}

.title-name {
  font-family: "Sigmar", cursive;
  text-shadow: 0.025px 2px;
  font-weight: 100;
  font-size: 3rem;
  margin-bottom: 1.32rem;
}

.userlogin {
  color: #ffe135;
  text-align: right;
}
.logout{
  outline: none;
  background: none;
  border: none;
  padding: none;
 
}

.logout,
.delete-show {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
}

.logout:hover,
.delete-show:hover {
  font-weight: 700;
  color: light-yellow;
}

.edit-profile,
.logout {
  color: #ffe135;
  background-color: #343434;
  text-decoration: none;
  font-weight: 400;
}

.greeting {
  margin-bottom: 0;
  font-weight: 700;
}

.reg-label {
  color: #ffe135;
}

.edit-user a {
  color: #ffe135;
}

input[type="text"] {
  width: 200px;
}

select {
  width: 215px;
}

input[type="text"],
select {
  padding: 5px;
  border-radius: 5px;
}

textarea {
  width: 20rem;
  height: 10rem;
}

.link-to-page {
  font-weight: 700;
  font-size: 1.5rem;
}

.link-to-page:hover {
  font-size: 1.62rem;
  color: lightyellow;
}

.footer {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: #ddd;
  background-color: #555;
  text-align: center;
  position: fixed;
  bottom: 0;
  height: 3rem;
  width: 100%;
  font-weight: 700;
}
.copyright{
  margin: 0;
}

.copyright, a .mail-icon, a .help-icon, .footer a{
  margin: 0.5rem 0;
  font-weight: 300;
  color: #ddd;
  background-color: #555 !important;
}


.tc-list{
  text-align: left;
}
.tc-list li{
  margin: 0.5rem;
}
.tc-title{
  color: #ffe135;
}

a .mail-icon:hover, a .help-icon:hover{
  color: #eee;
  font-weight: 700;
}
.terms-and-conditions:hover, .mail-icon:hover{
  color: #eee;
  text-shadow: 0.025px 0.025px 15px;
}
.terms-and-conditions-form{
  text-decoration: underline;
}
.terms-and-conditions-form:hover{
  color: #ffe135;
  text-shadow: 0.025px 0.025px 15px;
}

.nav-container {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  background-color: #555;
  padding: 0.5rem;
  margin-bottom: -2rem;
}

.nav-container a {
  display: flex;
  align-items: center;
  width: vw;
  color: #ddd;
  background-color: #555;
  font-weight: 400;
  text-decoration: none;
  height: 2rem;
}

.nav-item:hover {
  color: #eee;
  text-shadow: 0.025px 0.025px 15px;
}

p.notice{
  margin-bottom: 2rem;
}
.overall-container {
  display: grid;
  grid-template-columns: 4fr 1.2fr;
  grid-template-rows: auto;
  grid-gap: 15px;
  margin-top: -0.5rem;
  margin-left: 1rem;
  justify-items: center;


}

.right-container {
  grid-column: 4 / 5;
  padding: 0.5rem;
  border-radius: 5px;
}

.search {
  text-align: right;
  margin-top: -1rem;
}

.search-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.search-instruction {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 400;
  width: 14rem;
}
.adverts{
  grid-column: 4 / 5;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
}
.advert{
  margin-top: 1rem;

}
.adverts-mobile{
  display: none;

}
.hydesign{
  width: 13rem;

}
.hydesign-mobile{
  width: 20rem;

}

.show-container {
  grid-row: 1;
  grid-column: 1 / 4;
  text-align: center;
  border-radius: 5px;
  margin-left: 3rem;
  margin-right: 3rem;
}

.index-container-outer {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-gap: 10px;
  margin: 0;
}

.index {
  color: #ddd;
  font-size: 0.75rem;
  width: 100%;
  display: inline;
}

.index .index-show-title {
  color: #ffe135;
  font-size: 1rem;
  font-weight: 700;
  width: 10rem;
  text-align: center;
}

.index-item {
  color: #ddd;
  font-size: 0.75rem;
}



.view-show {
  height: 2rem;
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: -0.3rem;
}

.genre {
  color: #aaa;
  font-size: 0.75rem;
}

.label {
  color: #ffe135;
  font-weight: 700;
  font-size: 1.25rem;
}
.show-details{
  text-align: center;
}
.description-container{
  display: flex;
  justify-content: center;
}
.description {

  width: 45rem;
  margin-right: 4rem;
  margin-left: 4rem;

}
.ticket-link{
  color: #ddd;
  font-weight: 700;
}
.ticket-link:hover {
  color: #eee;
  text-shadow: 0.025px 0.025px 15px;
}

.display-container {
  margin-top: -1.5rem;
  margin-bottom: 1rem;
  text-align: center;
}

.display-container img {
  width: 30rem;
  height: 20rem;
}
.about-text{
  text-align: center;
  margin: 0 3rem;

}
.faq{
  text-align: center;
}
.shows-link, .back-link{
  text-align: center;
}
.about p {
  margin: 0 auto;
  width: 50rem;
}
.question-container{
  margin-left: 2rem;
  margin-right: 2rem;
}
.question{
  font-style: italic; 
  font-weight: 700;
}

.display-container .display-title {
  display: block;
  color: #ffe135;
  background-color: #777;
  border-radius: 5px;
  font-size: 1.5rem;
  padding: 0.25rem;
}

.review-area {
  color: #ffe135;
}

.rating {
  font-size: 1.5rem;
  font-weight: 777;
}

.review {
  margin: 0 auto;
  width: 50%;
  border: 2px solid #777;
  padding: 0.5rem;
  border-radius: 5px;
}

.input-field {
  color: #ddd;
  text-align: center;
  padding: 0.25rem;
  border-radius: 5px;
}

.edit-review {
  color: #ffe135;
  font-family: "Geologica", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}



@media (max-width: 1370px) {
  .index-container-outer {
    grid-template-columns: 3fr 1fr;
  }
}

@media (max-width: 1125px) {
  .index-container-outer {
    grid-template-columns: 5fr;
  }
  .show-container {
    grid-template-columns: 5fr;
  }
  .overall-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* justify-items: stretch; */
    align-items: center;
    margin-top: 2rem;
  }
  .right-container{

    margin: 0;
    max-height: 15rem;
  }

  .search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: -2.5rem;
  }
  .search-buttons {
    justify-content: center;
   }
   
  .cat-input,
  .search-instruction {
    margin: 0 auto;
    padding: 0.25rem;
  }
  .search-instruction {
    font-size: 0.75rem;
  }
  .advert{
    visibility: hidden;
  }
  .adverts-mobile{
    display: inline-block;
  }
  .show-container{
    margin-bottom: -4.5rem;
  }
}
@media (max-width: 850px) {
  .nav-container {
    flex-direction: column;
    justify-content: center;
  
    background-color: #555;
    padding: 0.5rem;
  }
  .nav-item{
   display: flex;
   justify-content: center;
  }

  .nav-container a {
    padding: 0.25rem;
    font-weight: 700;
  }

}
@media (max-width: 740px) {


  .cat-reset {
    margin: 0;
  }
  .cat-search {
    margin: 0;
  }
}
@media (max-width: 650px) {
  .header-div{
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .reg-buttons{
    background-color:none;
    margin-bottom: 1.5rem;

    text-align: right;
  }


  .reg-div{

    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;

    position: absolute;
    background: transparent;

    left: 50%;
    transform: translate(-50%, -50%);
    height: 2rem;
    margin: 0;
  }
  .user-login{

    background: transparent;
    height: 2rem;
    margin: 0;
  }
  .signed-out{

    display: flex;
    justify-content: center;
    background: transparent;
    width: vw;
    margin: 0;
    padding-top: 0.5rem;
  }
  .signed-out a{
    background: transparent;
  }

  .signed-in{
    position: absolute;
    top: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-items: bottom;
    gap: 2rem;
    padding: 0.25rem;

    background: transparent;
    height: 1.2rem;
    margin-right: 0;
    margin-bottom: 0.75rem;
  }
  .greeting{
    text-align: center;
    position: absolute;
    top: -1.25rem;
    margin-bottom: 1rem;
  }
  .userlogin{
    display: flex;
    justify-content: center;

    background: transparent;
    height:1.2rem;
    margin-bottom: -0.5rem;
  }
  .edit-profile{
    display: inline-block;
    text-align: center;
   }
   .nav-container{
    margin-top: 0.75rem;
   }
  .nav-container a {
    padding: 0rem;
    font-weight: 700;
  }

  
}
@media (max-width: 600px) {
  .signed-in{
    height: 2rem;
    display: flex;
  }
  .nav-container{
    position: relative;
    height: auto;
    margin-top: 2rem;
  
    width: vw;
  }
  /* .nav-container a:last-child{
    padding-bottom:0.25rem;
  } */
  .logout{
    margin-bottom: 0.25rem;

  }
 
  p.notice{
    display: block;
    width: vw;
    margin: 1 0;
    z-index: 1;

  }
  .search-instruction{
  margin-top: 0.5rem;
    top:20rem;
    height: auto;
    width: 100%;
    background: transparent;
  }
  .display-container img{
    width: 300px;
    height: 200px;
  }
}
@media (max-width: 460px) {
  .edit-profile{
    width: 5rem;
    margin-top: -0.3rem;
  }
}
  

