body2{
    margin:0;
    padding: 0;
    height: auto;
    display: flex;
    justify-content:center;
    align-items: center;
    min-width: 1000px;
    /* min-height: 92.5vh; */
    background:turquoise;
    overflow:hidden;
    text-align: center;
    animation: transitionIn 1.5s;
}
.frontpanel{
    margin: 30px 30px 30px 30px;
    height:auto;
    padding: 20px 30px 20px 30px;
    width: 1400px;
    border-radius: 5px;
    justify-content:center;
    /* align-items: center; */
    background-color: lightgray;
    overflow:hidden;
    animation: transitionIn 1.5s;
    /* box-sizing: border-box; */
    padding: 30px;
}
.content{
    margin-left: 500px;
    margin-right: 50px;

}

.bottombar{
    width: 100%;
    min-width: 1000px;
    text-align: center;
    background-color: black;
    padding: 30px 0;
    overflow:hidden;
    bottom: 0;
    animation: transitionIn 1.5s;
    
}

ion-icon{
    color: white;
    width: 70px;
    height: 70px;
    padding: 20px;
    transition: .75s;
}
ion-icon:hover{
    color: gray;
}

.frontpanel h2 {
    text-align: center;
    margin-top: 40px;
    font-size: 50px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    line-height: 10px;
}

.bottombar h6{
    margin-top: 15px;
    font-size: 15px;
    color: white;
    
}
.frontpanel hr { 
    display: block;
    margin-top: 40px; 
    background-color: black;
    color: black;
    overflow: hidden; 
    /* width:80vw; */
    /* min-width: 800px; */
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    height: 2px;
    border:none !important;
}
a:hover{
    text-decoration: underline;
    color: magenta;
}
a{
    text-decoration: none;
    color: blue;
}

@keyframes transitionIn {
    from{
        opacity: 0;
        transform: rotateX(-10deg);
    }
    to{
        opacity: 1;
        transform: rotateX(0);
    }
}
img{
    /* border-radius: 50%; */
    border-radius: 10px;
}

/* @media screen and (max-device-width: 500px) {
    .header,.content,.footer{
        display: block;
        position: fixed;
        width: 100%;
        overflow: hidden;
        
    }
    body2{
        margin:0;
        padding: 0;
        height: auto;
        display: flex;
        justify-content:center;
        align-items: center;
        min-width: 1000px;
        /* min-height: 92.5vh; 
        background:turquoise;
        overflow:hidden;
        text-align: center;
        animation: transitionIn 1.5s;
    }
    body5{
        margin:0px;
        padding: 0px;
        height: 3vh;
        display: flex;
        justify-content:center;
        align-items: center;
        background-color: black;
        overflow:hidden;
    }
} */


/* @media screen and (max-device-width: 500px) {
    body2{
        margin:0;
        padding: 0;
        height: auto;
        display: flex;
        justify-content:center;
        align-items: center;
        min-width: 1000px;
        min-height: 100vh;
        background:turquoise;
        overflow:hidden;
        text-align: center;
        animation: transitionIn 1.5s;
    }
    /* .header,.content,.footer{
        display: block;
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    body2{
        margin:0;
        padding: 0;
        height: 85vh;
        display: flex;
        justify-content:center;
        align-items: center;
        min-width: 1000px;
        min-height: 30vh;
        background:turquoise;
        overflow:hidden;
        text-align: center;
        animation: transitionIn 1.5s;
    }
    .frontpanel{
        margin: 10px 10px 10px 10px;
        height: 80vh;
        width: 1400px;
        border-radius: 5px;
        justify-content:center;
        background-color: lightgray;
        overflow:hidden;
        animation: transitionIn 1.5s;
        box-sizing: border-box;
        padding: 30px;
        font-size: 20px;
    }
    .frontpanel hr { 
        display: block;
        margin-top: 40px; 
        background-color: black;
        color: black;
        width:80vw;
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
        align-items: center;
        height: 2px;
        border:none !important;
    }
    .IMGPatch{
       margin: auto; 
    } 
}
 */
