* {
  outline: none !important;
}

.center {
  text-align: center
}

.centering{
  margin: 0 auto;
}

#header{
  display: flex;
  justify-content: center;
  padding: 100px 0 350px 0;
  position: relative;
  background: url("http://panthersinsight.com/souvenir/img/banner.jpg");
  height: 300px;
  width: 100%;
  background-size: contain;
  background-attachment: fixed;
  background-position: top center;
  margin-bottom: 45px;
  margin-top: 90px;
}

.app-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 90px;
  background: #ffffff;
  z-index: 9999999;
  width: 100%;
  padding: 20px;
  box-shadow: 0 0 4px 0px grey;
}

#header:before{
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
}

#denoteWrapper{
  /* position: absolute; */
  z-index: 2;
  color: #333;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 25px;
  min-height: 250px;
}

#denoteWrapper li{
  list-style: number;
  line-height: 2em;
}

#contactSection {
  /* border: 1px solid; */
  width: 25%;
  position: fixed;
  top: 150px;
  right: 30px;
}

#contactSectionTop{
  display: none;
  width: 100%;
  margin-bottom: 100px;
}

.wrapContact{
  background: #eaeaea;
  padding: 20px 0px 10px 0;
  border-radius: 10px;
  margin-top: 20px;
  

}
#contact-form {
  width: 90%; 
}

.bottom-right{
  position: absolute;
  bottom: -64px;
  right: 0;
  color: #fff;
  background: #272727;
  padding: 15px;
  border-radius: 0 0 15px 15px;
}

.bottom-right .fa{
  color: #fff;
  
}

a.bottom-right1{
  right: 140px;
  background: blue;
  background: #adc837;
}

a.bottom-right2{
  background: #3f729b;
}

#parent {
  display: flex;
  width: 90%;
  margin: 0 auto;
}


#contactSection button{
  width: 50%;
}

.showContact{
  margin: 0 autp;
}


/*Contact Form*/

body {
  font-family: 'Lato', sans-serif;
  padding-bottom: 150px;
}

h1 {
  margin-bottom: 40px;
}

label {
  color: #333;
}

.btn-send {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  background: #adc837;
  color: #272727;
  font-weight: 400;
  border: 0;
}

.help-block.with-errors {
  color: #ff5050;
  margin-top: 5px;
}

.designTable table{
    margin: 0 auto;
    text-align: center;
}

.designTable th,
.designTable h2{
    text-transform: uppercase;
}

.designTable.normal{
    margin: 30px 0;
}

.designTable td,
.designTable th{
  width: 200.85pt;
  border: 1px solid;
}

.edit-footer {
  background-color: #ffffff;
  margin-top: 20px;
  box-shadow: -1px -5px 15px #91919145;
}

.item-modal {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 20px;
}

.item-modal-body {
  height: 400px;
  max-height: 70vh;
  overflow: hidden;
  overflow-y: auto;
}

.item-modal-cta {
  box-shadow: 0px -7px 6px 0px #91919145;
  margin-top: 40px;
}

/* Media Query */
@media only screen and (max-width: 980px) {
  .WordSection1 {
      /* border: 2px solid; */
      width: 65%;
  }

  #contactSection{
    width: 30%;
  }
}

@media only screen and (max-width: 853px) {
  .WordSection1 {
      /* border: 2px solid; */
      width: 100%;
      overflow: auto;
  }

  #parent{
      display: block;
  }

  #contactSection{
    position: relative;
    width: 100%;
    top: unset;
    right: unset;
    margin-top: 50px;
  }

  #contactSectionTop{
    display: block;

  }

}

@media only screen and (max-width: 600px) {
  .v-table .v-table__wrapper>table>tbody>tr>td {
    padding: 0
  }

  .item-modal {
    padding: 40px 14px;
  }
  .item-modal .modal-title {
    font-size: 1.5rem;
  }

  h5.item-titling {
    font-size: 1rem;
  }

  .v-field--active input {
    padding: 0;
    opacity: 1;
    margin-top: 9px;
    margin-bottom: -4px;
  }  

  .v-field--active .v-label.v-field-label {
    padding: 0;
    margin: 0;
  }  
  .v-data-table__th i.v-data-table-header__sort-icon {
    display: none;
  }  
}

