body {
  font: normal 16px/24px "Montserrat", "Helvetica Neue", sans-serif;
}

.setup {
  background-color: silver;
}

#container {
    width:100%;
    text-align:center;
	border-spacing: 10px;
	display: table;
	table-layout: fixed;
	position: relative;
}
#container > div {
    width: calc(100% / 6);  
    display: inline-block;
    vertical-align: top;   
    border:1px solid silver;
    text-align:center;
    margin:2%;    
    padding:20px;
	min-height: 200px;
	display: table-cell;
	padding: 50px;
}
#container > div > h2 {
	height: 100px;
}

#vote > ol {
  counter-reset: section;
}

#vote > ol > li { 
  list-style-type: none;
  position: relative;
  font-size: 1.5rem;
  padding: 15px;
  margin-bottom: 15px;
  background: #222;
  color: #fff;
}

h4 {
  position: relative;
  padding-bottom: 10px;
}

h4:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 2px;
  background: white;
}

p {
  font-size: .9rem; 
  line-height: 1.4rem;
  margin-top: 15px;
}

#vote > ol > li::before {
    counter-increment: section;
    content: counter(section);
    text-align: center;
    display: inline-block;
    color: #000;
    border-radius: 50%;
    position: absolute;
    left: -65px;
    top: 50%;
    transform: translateY(-50%);
    padding: 12px;
    font-size: 2rem;
    width: 25px;
    height: 25px;
    border: 2px solid #000;
}

#header {
	text-align: center;
}

#expand {
  font-weight: bold;
}

#create {
	
}

#create > input[type = "button"] {
	background-color: #222;
	color: white;
}

#vote > p {
	text-align: center;
  font-size: 16pt;
}

.notify {
  background-color: khaki;
}

#form-body {
  background-color: #FFF;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  /*height: 60%;*/
  margin: auto;
  display: block;
  max-width: 640px;
  background: #fff;
  border-radius: 2px;
  padding: 66px 115px 59px 115px;
  position: relative;
}

.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

input {
  outline: none;
  border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

.setup-card-list {
  display: flex;
  width: 80%;
  flex-flow: row;
}

.setup-card {
  background-color: #EEE;
  height: 180px;
  width: 200px;
  border-radius: 10px;
  margin: 10px;
  padding: 10px;
}

.setup-card:hover {
  background-color: silver;
  position: relative;
}

.setup-card-caption {
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  text-decoration: none;
  width: 100%;
  margin-left: -10px;
  margin-right: -10px;
  text-align: center;
  font-weight: bold;
  font-size: 16pt;
}

.setup-card:hover .setup-card-caption {
  display: inline-block;
  position: absolute;
  top: 30%;
}

.setup-card img {
  height: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wrap-input100 {
  width: 100%;
  position: relative;
  background-color: transparent;
  margin-bottom: 35px;
}

.rs1-wrap-input100 {
  width: calc((100% - 30px) / 2);
}

.label-input100 {
  font-family: Raleway-SemiBold;
  font-size: 14px;
  color: #555555;
  line-height: 1.5;
}

.input100 {
  display: block;
  width: 100%;
  background: #f2f2f2;
  border-radius: 2px;

  font-family: Raleway-SemiBold;
  font-size: 20px;
  color: #686868;
  line-height: 1.2;
  padding: 0 28px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  margin-top: 10px;
}


/*---------------------------------------------*/
input.input100 {
  height: 62px;
}


textarea.input100 {
  min-height: 162px;
  padding-top: 19px;
  padding-bottom: 13px;
}

.input100:focus {
  background: #e6e6e6;
}

.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5px;
}

.wrap-contact100-form-btn {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}

.contact100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: black;

  /*background: -webkit-linear-gradient(right, #2f91ff, #00c513, #2f91ff, #00c513);
  background: -o-linear-gradient(right, #2f91ff, #00c513, #2f91ff, #00c513);
  background: -moz-linear-gradient(right, #2f91ff, #00c513, #2f91ff, #00c513);
  background: linear-gradient(right, #2f91ff, #00c513, #2f91ff, #00c513);*/
  top: 0;
  left: -100%;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 150px;
  height: 62px;

  font-family: Raleway-Bold;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
}

.wrap-contact100-form-btn:hover .contact100-form-bgbtn {
  left: 0;
}

#landing-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: black;
  color: white;
}

#landing-header > img {
  height: 50px;
  float: left;
}

#landing-header > h1 {
  padding-left: 150px;
}

.flip {
  display: block;
  position: absolute;
  top: 200px;
  left: 10%;
  margin: auto;
  background-color: #EEE;
  width: 80%;
  height: 60%;
  border-radius: 10px;
  backface-visibility: hidden;
  transform-origin: 50% 50% 0px;
  transition: all 1s;
}

#landing-action {
  transform: rotateY(0deg);
}

#landing-about {
  transform: rotateY(180deg);
  z-index: -1;
  /*padding: 20px;*/
  /*overflow: hidden;*/
}

#landing-about .about-content > img {
  float: left;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 50%;
  margin-right: 20px;

}

#landing-about .about-content {
  overflow: hidden;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

#landing-about .about-content .about-content-text {
  padding: 20px;
}

#landing-about .about-content .about-content-text > p.signature {
  text-align: right;
  font-style: italic;
  margin-top: 40px;
}

.flip-front {
  transform: rotateY(0deg) !important;
  z-index: 1 !important;
}

.flip-back {
  transform: rotateY(180deg) !important;
  z-index: -1 !important;
}

#upper-corner {
  position: absolute;
  top: -20px;
  right: 5;
  color: gray;
  cursor: pointer;
}

#landing-setup {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background-color: #DDD;
}

.setup-action {
  position: relative;
  width: 98%;
  text-align: center;
  height: 100px;
  margin: -100px 0;
  top: 40%;
}

#landing-setup a {
  background-color: black;
  color: white;
  width: 200px;
  height: 20px;
  border-radius: 20px;
  font-size: 16pt;
  padding: 15px 30px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  /*position: relative;
  margin: -50px -100px;
  top: 50%;
  left: 50%;*/
}

#landing-setup a:visited {
  text-decoration: none;
}

#landing-search {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 50%;
  z-index: 1;
}

#landing-search .search-form {
  position: relative;
  width: 100%;
  text-align: center;
  height: 100px;
  margin: -100px 0;
  top: 40%;
}

#landing-search .search-form input[type="text"] {
  width: 400px;
  height: 50px;
  border-radius: 20px;
  font-size: 16pt;
  padding-left: 20px;
}

.search-ul {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 350px;
  display: block;
  margin: auto;
}

.search-ul > li {
  display: none;
}

.search-ul > li a {
  border: 1px solid #ddd; /* Add a border to all links */
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6; /* Grey background color */
  padding: 12px; /* Add some padding */
  text-decoration: none; /* Remove default text underline */
  font-size: 18px; /* Increase the font-size */
  color: black; /* Add a black text color */
  display: block; /* Make it into a block element to fill the whole list */
}

.search-ul > li a:hover:not(.header) {
  background-color: #eee; /* Add a hover effect to all links, except for headers */
}

@media (max-width: 500px) {
  #landing-action {
    top: 100px;
    height: 80%;
  }
  #landing-setup {
    visibility: hidden;
  }
  #landing-search {
    position: absolute;
    top: 50;
    left: 0;
    height: 50%;
    width: 100%;
    display: block;
    margin: auto;
  }
  #landing-search .search-form input[type="text"] {
    width: 90%;
    height: 50px;
    border-radius: 20px;
    font-size: 12pt;
    padding-left: 20px;
  }
  .search-ul {
  /* Remove default list styling */
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 230px;
    display: block;
    margin: auto;
  }
  #landing-about {
    top: 100px;
    height: 80%;
  }
  #landing-about .about-content > img {
    width: 100%;
    object-fit: cover;
    height: 25%;
    margin-bottom: 20px;
  }
}