@charset "utf-8";
#research0 {
    width: 65%;
    height: 200px;
    position: relative;
    left: 15%;
    /* [disabled]background-color: rgba(219,219,219,0.30); */
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-top: 30px;
    font-family: "Times New Roman";
}
#research1 {
    width: 85%;
    height: 265px;
    position: relative;
    left: 5%;
    background-color: rgba(255,232,232,0.30);
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 30px;
    border-radius: 20px;
    padding-top: 20px;
}
#research1 #research1pic {
    height: 240px;
    width: 400px;
    float: left;
    background-color: rgba(255,255,255,1.00);
    margin-right: 25px;
    background-image: url(../images/research1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#research2 {
    width: 85%;
    height: 265px;
    position: relative;
    left: 5%;
    background-color: rgba(255,232,232,0.30);
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 20px;
    margin-top: 30px;
    padding-top: 20px;
    float: none;
}
#research2 #research2pic {
    height: 240px;
    width: 400px;
    float: right;
    background-color: rgba(255,255,255,1.00);
    margin-left: 25px;
    background-image: url(../images/research2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#research3 {
    width: 85%;
    height: 265px;
    position: relative;
    left: 5%;
    background-color: rgba(255,232,232,0.30);
    padding-left: 25px;
    border-radius: 20px;
    padding-right: 25px;
    margin-top: 30px;
    padding-top: 20px;
}
#research3 #research3pic {
    height: 240px;
    width: 400px;
    float: left;
    background-color: rgba(255,255,255,1.00);
    margin-right: 25px;
    background-image: url(../images/research3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
