
.dd_wrapper {
  padding-top: 150px;
  height: 100vh;
  font-size: 60px;
}

.typo {
  font-size: 2rem;
  font-weight: 400;
  /*font-family: 'Source Sans Pro', sans-serif;*/
  /*color: #585858;*/
  text-decoration: none;
}
.typo option, .list a option {
  /*font-size: 30px;*/
}
.list {
    display: inline-block;
    position: relative;
    margin-left: 0px;
}
.list a {
    font-size: 1.5rem;
    font-weight: 400;
    /*font-family: 'Source Sans Pro', sans-serif;*/
    /*color: #585858;*/
    text-decoration: none;
}
.list ul {
  text-align: left;
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  /*margin-top: -1rem;*/
  display: none;
}
.list ul .active {
  display: block;
}
.list li {
  list-style: none;
  line-height: 1;
  min-width: 250px;
  width:auto;
}
.list li:first-child a {
  /*color: #7d40bf;*/
}
.list a {
  -webkit-transition: all .4s;
  transition: all .4s;
  /*color: #7b00ff;*/
  position: relative;
}
    .list a:after {
        position: absolute;
        content: '';
        height: 2px;
        width: 0;
        left: 0;
        background: #d99f6d;
        bottom: 0;
        -webkit-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }
.list a:hover {
  cursor: pointer;
  /*color: #b066ff;*/
}
.list a:hover:after {
  width: 100%;
}
.placeholder {
    border-bottom: 2px solid;
    cursor: pointer;
}

    .placeholder:hover {
        color: #888888;
    }
.transition {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
/*select {
  display: inline;
  border: 0;
  width: auto;
  margin-left: 10px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-bottom: 2px solid #555;
  color: #7b00ff;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
select:hover {
  cursor: pointer;
}
select option {
  border: 0;
  border-bottom: 1px solid #555;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
}*/


