/*PAGE + SECTIONS*/

body {
  margin: 0px;
  background-color: #000;
  height: 100vh;
}

.dm-body {
  margin: 0px;
  min-height: 100vh;
  background-image: url("/DM-page-bg-3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.7);
}

.bws-body {
  margin: 0px;
  min-height: 100vh;
  background-image: url("/BWS-page-bg-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.7);
}

.top-nav-section {
  padding: 20px;
}

.welcome-section {
  padding: 10vh 10%;
  background-color: #0c2340;
}

.store-option-section {
}

.row-stores:after {
  content: "";
  display: table;
  clear: both;
}

.store-col {
  float: left;
  width: 50%;
  padding-top: 15%;
  padding-bottom: 15%;
}

.danm-bg {
  height: 40vh;
  background-image: url("/DM-button-bg-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.65);
  background-color: #000;
}

.bws-bg {
  height: 40vh;
  background-image: url("/BWS-button-bg-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.65);
  background-color: #000;
}

.main-section {
  padding: 10% 8vh;
}

/*TEXT STYLING*/

h1 {
  font-family: "Work Sans", sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 150%;
  font-weight: 400;
}

p.state-link {
  font-family: "Work Sans", sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 150%;
  font-weight: 300;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 400;
}

.center-text {
  text-align: center;
}

/*LISTS*/

ul {
  list-style-type: none;
  -webkit-column-count: 4; /* Chrome/Opera, Safari */
  -moz-column-count: 4; /* Mozilla Firefox */
  column-count: 4;
  column-gap: 4em;
}
@media (max-width: 1360px) {
  ul {
    -webkit-column-count: 3; /* Chrome/Opera, Safari */
    -moz-column-count: 3; /* Mozilla Firefox */
    column-count: 3;
  }
}

#left-area ul,
.entry-content ul,
.et-l--body ul,
.et-l--footer ul,
.et-l--header ul {
  list-style-type: none;
}

li {
  font-family: "Work Sans", sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 25px;
}

/*BUTTONS*/

button {
  background-color: transparent;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  padding: 5px 12px;
  border: none;
  outline: 1px solid #fff;
  border-radius: 1px;
  cursor: pointer;
  float: right;
  transition: all 200ms ease-in-out;
}

button:hover {
  background-color: rgba(250, 250, 250, 0.2);
}

/*Search bar*/

.search-section {
  display: block;
  /*  margin-left: 42%;
 margin-right: 38%;*/
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}

input.search-bar {
  background-color: transparent;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  padding: 5px 0px;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 1px;
}

input[type="text"],
input[type="email"],
textarea {
  border-bottom: 1px solid #fff !important;
  color: #fff !important;
}

input#searchbar.search-bar::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  opacity: 1; /* Firefox */
  font-family: "Work Sans", sans-serif;
}

.search-icon img,
button.search-icon {
  display: none;
}

.filters {
  display: list-item;
}

/*IMAGES*/

.center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*LOGOS*/

.edg-logo {
  width: 180px;
  margin-bottom: 30px;
}

.edg-logo-large {
  width: 18vw;
  margin-bottom: 45px;
}

.dm-logo {
  width: 25vw;
  margin-bottom: 30px;
}

.bws-logo {
  width: 15vw;
  margin-bottom: 30px;
}

.logo-link {
  transition: all 200ms ease-in-out;
}

.logo-link:hover {
  transform: scale(1.15);
}
