html, body {
  width: auto!important;
  overflow-x: hidden !important;
}

.mainpage {
  /* background: url("media/swipes.jpg"); */
  background-color: bisque;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top center;
}

.secondary {
  background-color: bisque;
  color: black;
}

.navbar-toggler .navbar-toggler-icon{
  background-color: #ffb300d9;
}

#send {
  /* width: 400px; */s
  box-shadow: rgb(0, 0, 0) 12px 15px 2px 0px;
  background-color: #ec0d0d;
  width: 90%;
}

#main-banner {
  text-shadow: 0.5px 0.5px #ffef00;
  /* height: 450px; */
  padding: 0% 9%;
}

#debate-banner {
  height: 450px;
  background-color: rgb(255, 80, 80);
}

#example {
  background-color: #0e0052;
  color: #ecca71;
}

#exampleImg {
  max-width: 100%;
  max-height: 100%;
  padding: 0px;
  margin: 0px;
  box-shadow: rgb(0, 0, 0) 12px 15px 2px 0px;
}

#publicExample {
  background-color: #3a0000;
  text-shadow: 0.5px 0.5px #f7ff00;
}

#commentExample {
  text-shadow: 0.5px 0.5px #f7ff00;
}

#exampleCommentIMG {
  max-width: 85%;
  max-height: 80%;
  padding: 0px;
  margin: 0px;
  box-shadow: rgb(0, 0, 0) 12px 15px 2px 0px;
}

#indexBanner {
  box-shadow: 10px;
  height: 250px;
  /* background-color: #0e0052; */
}

#CreateBanner {
  background-color: rgba(0, 0, 0, 0);
  background-color: bisque;
  /* box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px; */
  height: inherit;
}

#RegisterBanner {
  background-color: bisque;
  /* box-shadow: rgba(0, 0, 0, 0.15) 12px 2px 8px 4px; */
  height: inherit;
}

#LoginBanner {
  background-color: bisque;
  /* box-shadow: rgba(0, 0, 0, 0.15) 12px 2px 8px 4px; */
  height: inherit;
}

#username {
  width: 60%;
  padding-bottom: 3px;
  margin: 5px auto;
}

#LoginBanner .form-control {
    border-radius: 0;
}

.titleInput {
  width: 300px;
}

#password {
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

#argList-item,
#argList-title {
  background-color: #ffe69c;
  color: #0e0052;
}

.jumbotron {
  display: flex;
  flex-wrap: wrap;
  font-family: "Playfair Display", serif;
  overflow: hidden;
}

.font {
  font-family: "Playfair Display", serif;
  /* text-shadow: 0.5px 0.5px #f7ff00; */
  color: #ecca71 !important;
}

.font2 {
  font-family: "Playfair Display", serif;
  color: black;
  text-shadow: 0.5px 0.5px #ac9900;
}

.headers {
  background-color: #0e0052;
  box-sizing: border-box;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px,
    rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px,
    rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

textarea {
  width: 99%;
  border: transparent;
  /* box-shadow: rgba(99, 99, 99, 0.2) 5px 5px 5px 5px; */
  box-shadow: rgb(0, 0, 0) 4px 5px 3px 0px;
}

.counterMobile {
  /* background-color: rgb(255, 130, 130); */
  box-shadow: rgb(255, 80, 80) 6px 5px 3px 0px;
}

.supportMobile {
  /* background-color: rgb(142, 255, 90); */
  box-shadow: rgb(0, 165, 165) 6px 5px 3px 0px;
}

.support {
    box-shadow: rgb(0, 165, 165) 6px 5px 3px 0px;;
}

.viewBox {
  height: 250px;
  background-color: white;
  text-align: left !important;
  padding: 4px;
  font-size: 15px;
  text-shadow: none;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: pre-wrap;

}

.viewCounter {
  box-shadow: rgb(255, 80, 80) 6px 5px 3px 0px;
}

.viewArg {
  box-shadow: rgb(0, 0, 0) 4px 5px 3px 0px;
}

.viewSupport {
    box-shadow: rgb(0, 165, 165) 6px 5px 3px 0px;
}

.counter {
  /* background-color: rgb(255, 130, 130); */
  box-shadow: rgb(255, 80, 80) 6px 5px 3px 0px;
}



.login {
  height: 200px;
  width: 300px;
  background-color: #0e0052;
  box-shadow: rgb(0, 0, 0) 6px 5px 3px 0px;

}

.register {
  height: 230px;
  width: 315px;
  background-color: #0e0052;
  box-shadow: rgb(0, 0, 0) 6px 5px 3px 0px;

}
input {
  text-align: center;
}

nav.navbar.navColor {
  background-color: #0e0052;
}

.navbar-brand {
  margin-left: 10px;
}

div.stars {
  display: inline-block;
}

input.star {
  display: none;
}

label.star {
  float: right;
  padding-right: 5px;
  font-size: 26px;
  color: #444;
  transition: all 0.2s;
}

input.star:checked ~ label.star:before {
  content: "\f005";
  color: #0e0052;
  transition: all 0.25s;
}

input.star-5:checked ~ label.star:before {
  color: #fe7;
  text-shadow: 0 0 20px #952;
}

input.star-1:checked ~ label.star:before {
  color: #f62;
}

label.star:hover {
  transform: scale(1.3);
}

label.star:before {
  content: "\f006";
  font-family: FontAwesome;
}

a:hover {
  transform: translate3d(1.5px, 1.5px, 0px);
}

a:active {
  transform: translate3d(4px, 4px, 0px);
  box-shadow: rgb(235, 211, 0) 2px 2px 2px 0px;
}

.buttons {
  background-color: #070f85;
  color: #ffeab4;
  padding: 3px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  box-shadow: rgb(0, 0, 0) 5px 5px 0px 0px;
  border: none !important;
  border-radius: 0 !important;
  font-family: "Playfair Display", serif;

}

.buttons:hover {
  transform: translate3d(1.5px, 1.5px, 0px);
  box-shadow: rgb(0, 0, 0) 3.5px 3.5px 0px 0px;
}

.buttons:active {
  transform: translate3d(4px, 4px, 0px);
  box-shadow: rgba(255, 0, 0, 0.692) 2.5px 2.5px 2px 0px;
}

#argButton2 {
  background-color: rgb(7, 15, 133);
}

.argSwitch {
  background-color: #ffb300d9;
  color: black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  box-shadow: rgb(0, 0, 0) 10px 10px 0px 0px;
  border: none;
  font-family: "Playfair Display", serif;
  padding: 10px;
  text-shadow: none !important;

}

.argSwitch:hover {
  transform: translate3d(1.5px, 1.5px, 0px);
  box-shadow: rgb(0, 0, 0) 3.5px 3.5px 0px 0px;
}

.argSwitch:active {
  transform: translate3d(4px, 4px, 0px);
  box-shadow: rgba(255, 0, 0, 0.692) 2.5px 2.5px 2px 0px;
}

li {
  font-size: 20px;
  padding: 4px;
  margin: 1rem 9%;
}

.create {
  margin-top: 30px;
  text-align: center;
}

#flexCheckDefault {
  margin-top: 12px;
}

select#select {
  outline: 0 !important;
  box-shadow: rgb(0, 0, 0) 5px 5px 0 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
}

@media (max-width:480px)  {
    select {
        max-width: 90%;
    }
}

.selector {
  text-align: center;
  font-family: "Playfair Display", serif;
  box-shadow: rgb(0, 0, 0) 5px 5px 0px 0px;
  border: 0;
}

/* div {
  margin-top: -10px;
} */

.row {
  padding: 15px;
  padding-left: 9%;
  padding-right: 9%;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.comment-section {
  margin-left: 15px;
  font-family: "Playfair Display", serif;
}

.comment {
  font-size: smaller;
  margin: 10px;
  white-space: pre-wrap;
}

.home {
  text-align: left bottom;
  color: white;
  width: 130px;
  height: 35px;
  border: 0;
  cursor: pointer;
  background-color: #070f85;
  position: absolute;
  bottom: 0;
  margin-left: -10;
  padding-left: -10;
}
