/* Mobile */

@media screen and (orientation: portrait) {
  .mobile-block{
    display: block !important;
    flex-basis: 100%;
    height: 0;
  }
  .navbar-brand-class{
    margin-left: 25px !important;
  }
  .navbar-toggler{
    margin-right: 25px !important;
  }
  .navbar-top{
    padding-bottom: 10px !important;
    margin-right: 50px !important;
  }
  .navbar-top .nav-item{
    text-align: right !important;
  }
  .get-started-class{
    float: right !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .get-started-class-investor{
    float: right !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  /*index*/
  .front-text-box{
    padding-left: 50px !important;
  }
  .title{
    font-size: 1.8rem !important;
  }
  .subtitle{
    font-size: 0.7rem !important;
    max-width: 80vw !important;
  }
  #second-section{
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  #second-section .grid-item-1{
    font-size: 2rem !important;
  }
  #second-section .grid-item-3{
    justify-content: flex-start !important;
    margin-top: 20px !important;
  }
  #fourth-section{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #fourth-section .subbox-header{
    font-size: 1.2rem !important;
  }
  #fourth-section .fourth-section-header{
    margin-right: 0vw !important;
    width: 100% !important;
  }
  #fourth-section .section-subbox{
    margin-left: 1vw !important;
    margin-right: 1vw !important;
    min-height: 30vh !important;
    padding: 10px !important;
    padding-top: 15vh !important;
    margin-bottom: 10px !important;
  }
  #fourth-section .subbox-subheader{
    max-width: 30vw !important;
  }
}

.mobile-block{
  display: none;
}

/* General */

body{
  background-color: rgba(20,10,50, 1);
  color: #DDDDDD !important;
  font-family: "Poppins" !important;
}

a:link, a:visited, a:hover, a:active{
  color: #13A3C3;
  text-decoration: none !important;
}

.flex-new-line{
  flex-basis: 100%;
  height: 0;
}

/* Footer */

.footer-class {
  width: 80vw;
  margin-left: 10vw;
}

.footer-class-left{
  float: left;
  height: 7vh;
  align-items: center;
  display: flex;
}

.footer-class-right{
  float: right;
  margin-right: 2vw;
}

.footer-logo{
  height: 50px;
}

.footer-brand-text{
  border-image-source: linear-gradient(to left, #13A3C3, #33E0E3);
  border-style: solid;
  border-bottom-width: 2px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-image-slice: 1;
  font-size: 1rem;
}

.footer-disclaimer {
  font-size: 0.2rem;
  margin-right: 10vw;
  margin-left: 10vw;
  margin-bottom: 20px;
}

#footer-section{

  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: flex-end;
  width: 100%;
  padding: 10px;
  padding-top: 30px;
  background-color: rgba(20,10,50, 1) !important;
}

/* Navbars */

.base-navbar{
  background-color: rgba(20,10,50, 1) !important;
  font-family: 'Poppins' !important;
  min-height: 100px;
  transition: 0.5s;
}

.navbar-brand-class{
  color:rgba(255,255,255, 1) !important;
  background-color: rgba(0, 0, 0, 0) !important;
  margin-left: 100px;
}

.navbar-brand-class:hover{text-decoration:none}

.navbar-logo{
  height: 75px;
}

.navbar-brand-text{
  border-image-source: linear-gradient(to left, #13A3C3, #33E0E3);
  border-style: solid;
  border-bottom-width: 2px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-image-slice: 1;
  font-size: 1.5rem;
}

.navbar-underline{
  border-image-source: linear-gradient(to left, #13A3C3, #33E0E3);
  border-style: solid;
  border-bottom-width: 2px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-image-slice: 1;
}

.navbar-toggler{
  margin-right: 100px;
}

.navbar-top{
  margin-left: auto !important;
  margin-right: 100px;
}

.navbar-top .nav-link{
  color: rgba(255, 255, 255, 1) !important;
}

.navbar-top .nav-item{
  margin-left: 10px !important;
}

.current-page-nav{
  background: -webkit-linear-gradient(270deg, #13A3C3, #33E0E3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.get-started-class{
  background: linear-gradient(to top left, #13A3C3, #33E0E3);
  margin-left: 10px;
  border-radius: 5px;
}

.get-started-text{
  color: black !important;
}

.algo-sidebar{
  padding-top: 100px !important;
  background-color: #222443;
}

.sidebar{
  background-color: #222443 !important;
}

.algo-sidebar-li{
  padding-left: 30px;
}

.navbar-side-ul .nav-link{
  color: #DDDDDD !important;
  font-family: "Poppins";
}

.current-page-side{
  background-color: rgba(255,255,255, 0.1);
}

/* Main Content */

.main-class{
  padding-left: 100px;
  padding-top: 100px;
  padding-right: 100px;
  background-color: rgba(20,10,50, 1);
  min-height: 50vh;
  margin-bottom: 0px;
}

.main-class-algo{
  padding-top: 100px !important;
  background-color: rgba(20,10,50, 1);
  min-height: 50vh;
}

.div-within-main{
  background-color: #222443;
  margin: 25px;
  padding: 25px;
  color: #DDDDDD;
  border-radius: 25px;
  font-family: "Poppins";
  box-shadow: 2px 2px #000000;
}

/* Tables */

.table-wrapper{
  margin-top: 0px;
  overflow-y: auto;
  max-height: 70vh;
  margin-bottom: 50px;
}

.table-wrapper table {
  border-collapse: separate;
  border-spacing: 0 1em;
  width: 100%;
}

.table-wrapper td {
  text-align: left;
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #222443;
  color: white;
}

.table-wrapper th{
  background-color: rgba(20,10,50, 1);
  color: rgba(150,150,150, 1);
  font-weight: normal;
  position: sticky;
  top: 0; /* Don't forget this, required for the stickiness */
}

.table-wrapper tr{
  margin-bottom: 0px;
}

.table-wrapper td:first-child { 
  border-top-left-radius: 10px; 
  border-bottom-left-radius: 10px; 
}
.table-wrapper td:last-child { 
  border-top-right-radius: 10px; 
  border-bottom-right-radius: 10px; 
}

.table-wrapper a:link, .table-wrapper a:visited {
  color: #33E0E3;
}

/*.table-wrapper tr:nth-child(odd){background-color: #343664;}*/

/* Index */

#front-section {
  display: flex;
  align-items:baseline;
  justify-content:baseline;
  min-height: 90vh;
  width: 100%;
  text-align: left;
  background-color: rgba(20,10,50, 1);
  background-size: cover;
  background-position: center -0px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image: url("/static/img/enularbg.jpg");
}

#front-section .front-text-box{
  background: linear-gradient(315deg, rgba(20,10,50, 0.5), rgba(20,10,50, 1) 50%);
  width: 100%;
  min-height: 90vh;
  padding-top: 25vh;
  text-align: left;
  color: rgba(255,255,255, 1);
  padding-left: 100px;
  font-family: "Poppins";
}

#front-section .pretitle{
  background: -webkit-linear-gradient(270deg, #13A3C3, #33E0E3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1rem;
  font-weight: normal;
  margin-right: 10px;
}

#front-section .title{
  display: block;
  font-weight: bolder;
  font-size: 3.5rem;
  margin-top: 2vh;
}

#front-section .subtitle{
  display: block;
  font-size: 1rem;
  margin-top: 0px;
  font-family: Arial, Helvetica, sans-serif;
  max-width: 50vw;
  margin-top: 5vh;
}

#front-section .get-started-class-index{
  display: block;
  background: linear-gradient(to top left, #13A3C3, #33E0E3);
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  width: 125px;
  margin-top: 5vh !important;
}

#front-section .get-started-text-index{
  color: black !important;
}

#front-section .typed-wrapper{
  font-size: 2rem;
  font-weight: bold;
}

#front-section .typed-text{
  font-size: 1.5rem;
  font-weight: lighter;
}

#second-section{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: middle;
  min-height: 50vh;
  width: 100%;
  padding: 100px;
  padding-left: 200px;
  padding-right: 200px;
  background: linear-gradient(130deg, #DDDDDD, #DDDDDD);
}

#second-section .grid-class{
  display: grid;
  grid-gap: 10px;
  padding: 10px;
  padding-top: 10vh;
  min-height: 50vh;
  min-width: 100%;
  grid-template-areas:
  'first first first first second second second second'
  'first first first first second second second second'
  'first first first first second second second second'
  'first first first first second second second second'
  'first first first first third third third third';
  grid-template-rows: repeat(5,1fr) ;
  grid-template-columns: repeat(8,1fr);
}

#second-section .grid-item-1{
  display: flex;
  align-items: baseline;
  justify-content: baseline;
  grid-area: first;
  font-size: 3rem;
  color: #140A32;
}

#second-section .grid-item-2{
  display: flex;
  align-items: baseline;
  justify-content: baseline;
  grid-area: second;
  color: #140A32;
  font-size: 1rem;
}

#second-section .grid-item-3{
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  text-align: middle;
  grid-area: third;
}

#second-section .button-class{
  display: block;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  width: 250px;
  margin-top: 0 !important;
}

#second-section .button-text{
  background: -webkit-linear-gradient(270deg, #13A3C3, #33E0E3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1rem;
}


#third-section{
  display: flex;
  align-items: baseline;
  justify-content: baseline;
  min-height: 30vh;
  width: 100%;
  text-align: left;
  background-color: rgba(20,10,50, 1);
  background-size: cover;
  background-position: center -0px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image: url("/static/img/intthree.jpg");
}

#fourth-section{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 80vh;
  width: 100%;
  text-align: left;
  padding: 50px;
  background: linear-gradient(130deg, rgba(20,10,50, 1), rgba(20,10,50, 1));
}

#fourth-section .fourth-section-header{
  text-align: center;
  margin-right: 50vw;
  font-size: 2rem;
  margin-bottom: 5vh;
  color: white;
}

#fourth-section .section-subbox{
  min-width: 20vw;
  margin-left: 3vw;
  margin-right: 3vw;
  background-color: #222443;
  border-radius: 10px;
  min-height: 50vh;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.25);
  padding: 20px;
  padding-top: 20vh;
}

#fourth-section .subbox-header{
  border-image-source: linear-gradient(to left, #13A3C3, #33E0E3);
  border-style: solid;
  border-bottom-width: 2px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-image-slice: 1;
  font-size: 1.5rem;
}

#fourth-section .subbox-subheader{
  display: block;
  font-size: 0.8rem;
  padding-top: 50px;
  max-width: 15vw;
}

#fifth-section{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 10vh;
  width: 100%;
  text-align: middle;
  padding: 50px;
  background: linear-gradient(130deg, #13A3C3, #33E0E3);
  flex-wrap: wrap;
}

#fifth-section .header-wrapper{
  text-align: center;
  margin-right: 5vw;
  margin-left: 5vw;
}

#fifth-section .header-text{
  color: white;
  font-size: 4rem;
}

#fifth-section .subheader-text{
  color: white;
  font-size: 1rem;
}



#third-section-developer{
  background: linear-gradient(to top, #DDDDDD, #DDDDDD);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 100px;
  padding-top: 0;
}

#third-section-developer .dotted-subbox{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 10vh;
  padding: 50px;
  color: #333;
  background-color: rgb(250, 250, 250);
  border-width: 3px;
  border-style: dashed;
  border-color: #C4C4C4;
  border-radius: 25px;
}

#third-section-developer .inner-ui-box{
  background-image: url("/static/img/developer_one.png");
  background-size: contain;
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  min-height: 60vh;
  min-width:  55vw;
}

#third-section-developer .inner-ui-box-two{
  background-image: url("/static/img/developer_two.png");
  background-size: contain;
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  min-height: 60vh;
  min-width:  55vw;
}

#third-section-developer .inner-text-box{
  width: 20vw;
  text-overflow: hidden;
  padding: 20px;
  text-align: justify;
  text-justify: inter-word;
}


#benefits-section-developer{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 20vh;
  width: 100%;
  text-align: center;
  padding: 50px;
  padding-top: 15vh;
  color: #333;
  background: linear-gradient(180deg, #ffffff, #DDDDDD);
}

#benefits-section-developer .left-box{
  min-height: 100px;
  min-width: 40%;
  background-color: transparent;
}

#benefits-section-developer .right-box{
  min-height: 100px;
  min-width: 40%;
  background-color: transparent;
}

#benefits-section-developer .box-row{
  min-height: 50px;
  min-width: 100%;
  max-width: 45vw;
  display: flex;
  background-color: transparent;
  margin: 5px;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

#benefits-section-developer .box-left{
  min-height: 50px;
  width: 25%;
  background-color: transparent;
  margin: 5px;
}

#benefits-section-developer .box-right{
  min-height: 50px;
  width: 65%;
  background-color: transparent;
  margin: 5px;
  justify-content: baseline;
}

#benefits-section-developer .title{
  text-align: center;
  font-size: 2rem;
  margin-bottom: 5vh;
  flex-basis: 100%;
  color: black;
}

#benefits-section-developer .section-subbox{
  min-width: 20vw;
  margin-left: 3vw;
  margin-right: 3vw;
  background-color: transparent;
  border-radius: 10px;
  min-height: 50vh;
  box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.25);
  padding: 20px;
  padding-top: 0vh;
  padding-bottom: 0vh;
}

#benefits-section-developer .subbox-img{
  height: 70px;

}

#benefits-section-developer .subbox-header{
  border-image-source: linear-gradient(to left, #13A3C3, #33E0E3);
  border-style: solid;
  border-bottom-width: 2px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-image-slice: 1;
  font-size: 1.5rem;
  text-align: left;
  float: left;
}

#benefits-section-developer .subbox-subheader{
  display: block;
  font-size: 0.8rem;
  padding-top: 50px;
  max-width: 100%;
  text-align: left;
  
}

#fifth-section-developer-wrap{
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 50px;
}

#fifth-section-developer{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: middle;
  min-height: 60vh;
  width: 100%;
  padding: 0px;
  background-image: url("/static/img/inp.png");
  background-size:cover;
  background-origin: content-box;
  background-position:bottom;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: #C7DFD1;
  color: #333;
  border-top: #00AD45 solid 0px;
  border-bottom: #00AD45 solid 0px;
  border-radius: 25px;
}

#fifth-section-developer .section-wrap{
  border-radius: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: middle;
  min-height: 70vh;
  width: 100%;
  padding: 25px;
  background-color: rgba(136, 206, 165, 0.85);
  color: #333;
  -moz-box-shadow:    inset 0px 0px 8px -10px #333, inset 0px -0px 8px -0px #333; 
  -webkit-box-shadow: inset 0px 0px 8px -10px #333, inset 0px -0px 8px -0px #333; 
  box-shadow: inset 0px 0px 8px -0px #333, inset 0px -0px 8px -0px #333;
}

#fifth-section-developer .inner-flex{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: middle;
}

#fifth-section-developer .section-title{
  font-size: 2rem;
  font-weight:700;
}

#fifth-section-developer .section-button{
  background: linear-gradient(to top left, #00AD45, #21c269);
  border-radius: 5px;
  padding: 10px;
  font-size: 1.5rem;
  text-align: center;
  width: 250px;
  margin-top: 5vh !important;
}

#fifth-section-developer .get-started-text-index-investor{
  color: #000 !important;
}

#register-section-developer{
  background: linear-gradient(130deg, rgb(255, 255, 255), rgb(255, 255, 255));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 100px;
}

#register-section-developer .dotted-subbox{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 10vh;
  padding: 50px;
  color: #eee;
  background-color: rgba(20,10,50, 1);
  border-width: 0px;
  border-style: solid;
  border-color: #000;
  border-radius: 25px;
}

#register-section-developer .inner-title-box{
  font-size: 2rem;
  margin-bottom: 20px;
}

#register-section-developer .left-box{
  display: inline-block;
  width: 50%;
}

#register-section-developer .right-box{
  position: relative;
  display: inline-block;
  min-height: 40vh;
  width: 45%;
}

#register-section-developer .right-box-abs{
  position: absolute;
  top: -100px;
  right: -100px;
  background-image: url("/static/img/developer_register.png");
  background-size: contain;
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 65vh;
  padding: 0px;
  width: 35vw;
}

#register-section-developer .register-email-form-wrap{
  margin-top: 50px;
}

#register-section-developer #soon-button{
  margin-top: 20px;
  display: block;
  background: linear-gradient(to top left, #13A3C3, #33E0E3);
  border-radius: 5px;
  border: none;
  cursor: pointer;
  padding: 10px;
  text-align: center;
  width: 125px;
}

#register-section-developer #fieldEmail{
  width: 100%;
  height: 35px;
  text-align: left;
  background-color: rgb(255, 255, 255);
  color: grey;
  font-size: 18px;
  border-radius: 5px;
  border: none;  
}



#evaluate-section-developer{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 60vh;
  width: 100%;
  text-align: center;
  padding: 50px;
  padding-top: 5vh;
  color: #fff;
  background: linear-gradient(130deg, rgb(20, 10, 50), rgb(20, 10, 50));
}

#evaluate-section-developer .left-box{
  min-height: 100px;
  width: 50%;
  background-color: transparent;
  background-image: url("/static/img/developer_three.png");
  background-size: contain;
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 70vh;
  padding: 0px;
  margin-left: 100px;
}

#evaluate-section-developer .right-box{
  min-height: 100px;
  width: 35%;
  background-color: transparent;
}

#evaluate-section-developer .box-row{
  min-height: 50px;
  min-width: 100%;
  max-width: 45vw;
  display: flex;
  background-color: transparent;
  margin: 5px;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

#evaluate-section-developer .box-left{
  min-height: 50px;
  width: 25%;
  background-color: transparent;
  margin: 5px;
}

#evaluate-section-developer .box-right{
  min-height: 50px;
  width: 65%;
  background-color: transparent;
  margin: 5px;
  justify-content: baseline;
}


#evaluate-section-developer .fourth-section-header{
  text-align: left;
  font-size: 2rem;
  margin-bottom: 5vh;
  margin-left: 100px;
  flex-basis: 100%;
  color: #fff;
}


#evaluate-section-developer .subbox-img{
  height: 50px;
  margin-top: 50px;
}

#evaluate-section-developer .subbox-header{
  border-image-source: linear-gradient(to left, #00AD45, #21c269);
  border-style: solid;
  border-bottom-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-image-slice: 1;
  font-size: 1.5rem;
  text-align: left;
  float: left;
}

#evaluate-section-developer .subbox-subheader{
  display: block;
  font-size: 0.8rem;
  padding-top: 50px;
  max-width: 100%;
  text-align: left;
}



#sixth-section{
  display: none;
  align-items: center;
  justify-content: baseline;
  min-height: 50vh;
  width: 100%;
  text-align: left;
  padding: 100px;
  background: linear-gradient(130deg, #CCCCCC, #CCCCCC);
}

#seventh-section{
  display: none;
  align-items: center;
  justify-content: baseline;
  min-height: 50vh;
  width: 100%;
  text-align: left;
  padding: 100px;
  background: linear-gradient(130deg, rgba(20,10,50, 1), rgba(20,10,50, 1));
}

/* Algos */

.show-algo-title{
  font-size: 2rem;
}

.show-algo-subtitle{
  float: right;
  font-size: 1rem;
}

.algo_divider{
  background: linear-gradient(to top left, #13A3C3, #33E0E3);
  width: 100%;
  height: 1px;
  display: block;
  margin-top: 0rem;
  margin-bottom: 1rem;
}

/* Fields */

.myfieldclass{
  background-color: white !important;
}

.url-wrapper{
  background-color: #FFFFFF;
  min-height: 50px;
  border-radius: 10px;
  width: 700px;
  display: flex;
  align-items: center;
  cursor: text;
}

.url-header{
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  color: #c3c4e7;
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}

.url-divider{
  display: block;
  min-width: 2px;
  min-height: 40px;
  border-radius: 1px;
  background-color: #c3c4e7;
}

.url-readonly{
  display: block;
  cursor: text;
  color: #222443;
  border: solid 0px #EEEEEE;
  margin-left: 20px;
  margin-right: 20px;
  height: 45px;
  width: 500px;
}

.url-copy{
  display: block;
  color: #ffffff;
  background-color: #c3c4e7;
  padding: 10px;
  border-radius: 5px;
  float: right;
  cursor: pointer;
  margin-left: auto;
  margin-right: 20px;
  order: 2;
}

/* Info  */

.info_wrapper{
  margin-left: 2rem;
  margin-top: 2rem;
  max-width: 90%;
}

.info_subheading{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.info_heading{
  margin-bottom: 1rem;
  border-image-source: linear-gradient(to left, #13A3C3, #33E0E3);
  border-style: solid;
  border-bottom-width: 2px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-image-slice: 1;
  font-size: 1.3rem;
}

.info_divider{
  background: linear-gradient(to top left, #13A3C3, #33E0E3);
  width: 100%;
  height: 1px;
  display: block;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.info_header .search-container {
  float: right;
}

.info_header input[type=text] {
  padding: 6px;
  margin-top: 8px;
  margin-bottom: 1rem;
  font-size: 16px;
  border: none;
}

.info_header .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.info_header .search-container button:hover {
  background: #ccc;
}

@media screen and (max-width: 600px) {
  .info_header .search-container {
    float: none;
  }
  .info_header a, .topnav input[type=text], .topnav .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .info_header input[type=text] {
    border: 1px solid #ccc;  
  }
}