#logo{
  height: 80px;
}
main{
	background-image: url('../img/bg.png');
	background-repeat: no-repeat;
    background-size: 100% 100%;
}

#wrap{white-space:normal; 
  width:513px;
  height:347px;
  font-size:16px;
  font-family:DINPro-Regular;
  font-weight:400;
  color:rgba(0,0,0,1);
  line-height:30px;}




.rl{
  background-image: url('../img/bg2.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment:fixed;
  background-size:cover;
}

.bns{
  background-image: url('../img/bg3.png');
  background-repeat: no-repeat;
  background-size:cover;
}

nav{
	background-color: #0E1B29;
}

.btn{
  width:180px;
  height:60px;
  background:linear-gradient(90deg,rgba(0,115,255,1),rgba(0,216,223,1));
  border-radius:4px;
}

.bs{
  width:187px;
height:78px;
font-size:40px;
font-family:DINPro-Bold;
font-weight:bold;
color:rgba(255,255,255,1);
}

.lab{
  width:281px;
height:78px;
font-size:40px;
font-family:DINPro-Bold;
font-weight:bold;
color:rgba(255,255,255,1);
}


.section{
	padding-top: 100px;
}
#incu-1{
	margin-bottom: 40px;
}

.footer_link li {
    display: inline;
    margin-left: 30px;
}

.social-icon{
	color: white;
}

svg {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 6vw;
  /* set height to pixels if you want angle to change with screen width */
}

.special-background{
  background-color: white;
  width: 100%;
  height:40em;
}

#special-h2{
  padding-bottom: 2em;
  color: #250d56;
}

input[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

#my-form{
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

#my-form div form div{
  padding: 10px;
}

#my-form div form div input{
  width: 500px;
}

#my-form div form div textarea{
  width: 500px;
  height: 100px;
}

#researchlab{
    margin-bottom: 0.5em;
    /*padding-bottom: 20px;*/
}

#researchlab_p{
    margin-bottom: 2em;
    /*padding-bottom: 20px;*/
}

#joinus_p{
      margin-bottom:2em;
}
#jius{
  margin-bottom: 0em;
  /*padding-bottom: 20px;*/
}

#bs{
  margin-bottom: 2em;
}

.service{
    background-color: white;
}

.inner_service{
    border: white;
    background-color: white;
    margin-top: 2em;
}

#blockchainincubation{
  margin-top: em;
  /*padding-bottom: 20px;*/
}