@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  box-sizing: border-box;
  width: 100vw;
  height:100vh;
}
a {
  cursor: pointer;
  text-decoration: none !important;
}
h1 {
  font-size: 20px;
  line-height: 24px;
}
h2 {
  font-size: 18px;
  line-height: 22px;
}
h3 {
  font-size: 16px;
  line-height: 20px;
}
.text-primary {
  color: #55368d !important;
}
.btn-secondary {
  background-image: #d6d6d6 !important;
  color: #d6d6d6 !important;
  text-decoration: none;
}
.btn-secondary1 {
  background-image: linear-gradient(#55368d, #6c41bc) !important;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
@media (max-width: 400px) {
  /* Adjust the breakpoint to your liking */
  .d-flex .a div,
  .d-flex .a img {
    width: 25px !important;
    height: 25px !important;
  }
  .d-flex .a {
    justify-content: center;
    text-align: center;
    align-items: center;
    align-content: center;
    position: absolute;
    right: 5x;
  }
  
  .nav-mobile{
      /*width:20px;*/
      /*height:20px;*/
  }
  .nav-mobile-img{
      margin-bottom:10px;
  }
}

/* Wrapper Settings */
#wrapper {
  background: #fff;
  border: none;
  padding: 10px 0px;
  margin: 1% auto;
  margin-left: 40px;
  margin-right: 20px;
  width: 90%;
}
.logo-banner {
  border-bottom: #999 3px;
  margin-bottom: 30px;
}

#body {
  margin: 0;
}

#container {
  padding: 0;
  margin: 0;
  margin-left: 40px;
}

/* Other Settings*/

#banner {
  position: relative;
  padding: 4px 4px;
  height: auto;
  border-radius: 0px;
  background: #d6d6d6;
}

#show-menu {
  display: none;
}
.responsive {
  background-color: inherit;
  color: #fff;
  text-align: left;
  font-weight: normal;
  font-size: 1.5em;
  padding: 0;
  position: absolute;
  top: 80%;
  display: none;
}

ul#topnav {
  list-style-type: none;
  margin: 0 0 0 1%;
  display: table;
  padding: 0;
  overflow: hidden;
  width: 50%;
  position: absolute;
  bottom: 0;
}

ul#topnav li {
  display: table-cell;
  text-align: center;
  height: 50px;
  border-top-left-radius: 10px;
  border-top-right-radius: 25px;
  border: none;
  background-color: #d6d6d6;
  cursor: pointer;
}
ul#topnav li:active {
  display: table-cell;
  text-align: center;
  height: 50px;
  border-top-left-radius: 10px;
  border-top-right-radius: 25px;
  border: none;
  background-color: #55368d;
}
ul#topnav li a {
  background: #d6d6d6;
  color: #999;
  border-top-left-radius: 10px;
  border-top-right-radius: 25px;
  border: none;
  display: block;
  margin-right: 0px;
  padding: 5px 0px;
  text-decoration: none;
  font-size: 12px;
}
ul#topnav li a.active,
ul#topnav li a.active:hover {
  background: #55368d;
  color: #55368d;
  text-decoration: none;
}

#content {
  text-align: left;
  padding: 20px;
  margin-right: 20px;
}

#content h1 {
  font: normal 18px Arial, sans-serif;
  padding: 0;
}

#content ul {
  list-style: none;
}

#content ul li {
  padding: 2px 0 2px 10px;
  margin: 0;
}

#content ul li:before {
  content: "\00BB  ";
  color: #996;
}

#content .item {
  line-height: 1.25em;
  margin: 0;
}

#content .item p {
  text-align: justify;
}

#content .item span {
  background-color: inherit;
  color: #999;
  font-size: 11px;
}

/* More responsive styles */
@media screen and (max-width: 700px) {
  body {
    font-size: 12px;
  }

  /* sidebar */
  #sidebar {
    width: 28%;
    padding: 5px;
    font-size: 10px;
    line-height: 1.25em;
  }
  #sidebar h2 {
    font-size: 12px;
  }

  /* content */
  #content {
    margin-right: 0px;
  }
  #content h1 {
    font-size: 14px;
    font-weight: bold;
  }
  #content .item span {
    font-size: 10px;
  }
  #content ul {
    margin-left: 0;
    padding-left: 0;
  }
  #content ul li {
    margin-left: 0;
    padding-left: 0;
  }
  /* footer */
  footer {
    font-size: 10px;
    text-align: center;
    padding-bottom: 20px;
    display: block;
  }
}

.bottom-line {
  margin-top: 20px;
  margin-bottom: 40px;
  border: 0;
  border-top: 0px;
  height: 3px;
  width: 40px;
  background-color: #be9e21;
}
.pic-banner {
  background-image: url(../assets/imgs/bg.png);
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 300px;
}
#body-content {
  width: 100%;
  height: auto;
  margin: 0;
  background-color: #fff;
  color: #333;
  font-family: sans-serif;
  font-size: 16px;
  margin-top: 0px;
}

.file-field {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.file-field input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.file-field img {
  display: block;
  width: 90px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.file-field span {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8rem;
  color: #555;
}

input[type="submit"] {
  display: block;
  width: 30%;
  margin: 1em auto;
  height: 3em;
  background-color: #55368d;
  border-color: #55368d;
  min-width: 300px;
  border-radius: 50px;
  color: #fff;
}
