.main{
    font-size: 1.2vw;
    padding-bottom: 2.5rem;
}
.content{
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin:10px;
}


h3{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: italic;
}

.startButton button{
    cursor: pointer;
    border: none;
    background-color:rgb(22 113 167);
    color: #e2e2d8;
    font-size: 15px;
    width: 120px;
    box-shadow: 1;
    /* font-weight: bold; */
    padding: 5px;
    /* box-shadow: 3px 3px 3px 0px #a1a3ad96; */
    border-radius: 20px; 
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    /* margin: 25px; */
    transition: 0.3s;
}

.startButton button:hover{
    background-color: rgb(227, 230, 235);
    color: black;
}
.UserActB{
    display: flex;
    flex-direction:row;
}
.getStartedButton{
    text-align: center;
    margin:25px;
    min-width: 50px;
    /* margin-bottom: 10px; */
    min-height: 20px;
}


.startButton{
    /* position: absolute; */
    /* top:50vh; */
    
    
    

}
/* Description properties */


.about{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin:2%;
    width:99%;
    /* flex-wrap: wrap; */
    /* height: 460px;
    width: 90vw; */
    
}

.adn-info{
    width:40%;
    max-height: 95%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.card-type2{
    font-size: 75%;
    padding: 0.5%;
    background-color: rgb(245 246 247 / 69%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



.about p{
    text-align: center;
    box-sizing: border-box;
    /* align-content: center; */
    /* justify-content: center; */
    
}

/* information wrapper properties */
.info-wrapper{
    width:100%;
    margin: 2%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

/* schematic properties */
.schematic{
    text-align: center;
    width: 48%;
    max-height:95%;
    
}
/* .schematic img{
    border: 1px solid #ddd;
    height:auto;
    min-height: 127px; 
    min-width: 100px;
    border-radius: 10px; 
}  */
.other-info{
    width:99%;
    margin:2%;
}


/* Style the button that is used to open the sidepanel */
.openbtn {
    position: fixed;
    font-size: 20px;
    cursor: pointer;
    background-color: rgba(62, 62, 63, 0.548);
    color: white;
    padding: 10px 15px;
    border: none;
    right:0;
    transition: 0.5s;
  }
  
  .openbtn:hover {
    background-color: #444;
    position: fixed;
  }

  @media screen and (max-width : 800px),screen and (min-width:2000px),screen and (min-height:1000px){
    #page-container{
        /* height:100vh; */
    }
    .main{
        font-size: 12px;
        max-width: 1000px;
    }
    .info-wrapper{
        height:70vh;
        flex-direction: column;
    }

    .schematic{
        width:99%;
        margin: auto;
    }
    .adn-info{
        width:99%;
        height: 60%;
        margin: auto;
    }
}

@media screen and (max-height : 650px) and (max-width:800px){
    .main{
        /* font-size: 8px; */
        /* height:180vh; */
    }
    .info-wrapper{
        height:640px;
    }
}
.str-btn{
    cursor: pointer;
    border: none;
    background-color:rgb(22 113 167);
    color: #e2e2d8;
    font-size: 17px;
    box-shadow: 1;
    padding: 5px;
    border-radius: 20px; 
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    transition: 0.3s;
    width: 186px;
    float: right;
padding-left: -11px;
margin-right: 10px;
}
.str-btn:hover{
    background-color: rgb(227, 230, 235);
    color: black;
  }
 