@\import "https://fonts.googleapis.com/css2?family=Playpen+Sans&display=swap";
:root{
    --mainMenu-h : 70px;
    --font: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    --font-size: 20px;

    --bg-color: 210, 240, 243 ;
    --bg-opac: 0.9;
    /* --bg-color: hsl(360, 77%, 64%); */
    --bg-dark: 7, 35, 68;
    --text-alt: rgb(87, 112, 224);
    --text-alt: #C52E10;

    --link-color: rgb(110, 247, 247);
    --carousel-w: 900px;
    background: rgb(54, 218, 251);
    background-size: contain;
}

.container {
    margin: 0 20px;
}

body {    
    background-color: rgba(var(--bg-dark), 0.7) !important;
    font-family: var(--font);
    background: rgba(204,204,204, 0.5)  center center no-repeat fixed;
    margin: 0 0;
    width: 100%;
    background-size: contain;
    /* border-radius: 60px; */
}
body #container{
    background-color: rgba(var(--bg-color), var(--bg-opac));
    margin: 20px 150px;
    padding: 20px 100px;
    /* background-color:; */
    border-radius: 40px;
    box-shadow: rgb(var(--bg-dark)) 0 0 10px 15px;
    width: 70%;
}

body a{
    color: var(--text);
    font-size: var(--font-size);
    text-decoration: none; 
}
body a:hover{
    opacity: 0.8;
    color: var(--link-color);
    
    text-decoration: underline;
    text-decoration-color: #5d5b5e;
}

#mainMenu{
    background-color: #36dafb;
    height: 130px;
    /* position: absolute; */
    top: 0;
    right: 0;
}

#mainMenu div{
    margin-left: 160px
}

#menu-list {
    display: inline-block;
    position: relative;
    top: -10px;
    left: -120px;
}

#menu-list a{
    margin: 0 60px 40px -20px;
}
#menu-list a:hover{
    text-decoration: none;
    color: rgb(195, 52, 195);
    font-weight: bold;
}

/* #mainMenu {
    position: fixed;
    top:0;
    right: 0;
    height: var(--mainMenu-h);
    background-color: rgba(var(--bg-color), var(--bg-opac));
    width: 100%;
    
    z-index: 999;
    padding: 5px;

    border-bottom: 2px solid black;
    box-shadow: rgb(var(--bg-dark)) 0 10px 15px;
    border-radius: 0  0 40px 40px;
}

#mainMenu h1{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
    line-height: 60px;
    margin-left: 180px;
    
    display: inline-block;
    position: inherit;
    margin: 0 auto;
    padding: 0 10px;
    width: calc(100% - 180px);
    text-align: left;
} */

h2,h3,h4,h5,h6{
    font-family: Playpen Sans;
}
h2 {
    margin: 5px 5px 20px 5px;
    color: var(--text-alt);
}

p{
    margin: 9px 0;
}
hr{
    opacity: 0.6; margin-bottom: 20px;
}
.gap{
    margin-top: 180px;
}

table, tr{
    border: #5d5b5e solid 1px ;
    /*! margin-bottom: 20px; */
    border-spacing: 0 1.5em;
    width: 100%;
}

tr:hover{
    background-color: rgba(87, 112, 224, 0.7);
}
td, th{
    vertical-align: middle;
    padding: 10px;
    border: none;
    border-spacing: 0 0;
    /* display: inline-block; */
}
th{
    text-align: left;
}


#logo{
    margin: 0 5px;
    border: #C52E10 2px solid;
    border-radius: 30px;
    position: absolute;
    top: 2%;
    left: 0%;

    /* display: block; */
    width: 130px;
    backdrop-filter: blur(3px);

}


.userImg {
    width: 260px;
    height: 260px;
    border-radius: 10%;
    /* display: inline-flex; */
    border: 2px solid rgb(var(--bg-dark));
    box-shadow: rgb(var(--bg-dark)) 5px 5px 10px 5px;
}

.userInfo {
    height: 250px;
    width: 400px;
    min-width: calc(100% - 200px);
    max-width: calc(100% - 200px);
    padding-left: 20px;
    padding-bottom: 5px;
    border-radius: 10%;

    display: inline-flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
}



video {
    width: 100%;
    max-width: 500px;
}
.camFeed{
    /* display: fixed !important; */
    width: 47%; 
    max-width:500px;
    /* min-height: 375px; */
    height: auto;
    /* height: fit-content; */
    /* margin: 0px calc((var(--carousel-w) - 500px)/2); */
    margin: 10px;
    border-radius: 20px;
    border: 2px solid grey;
    background-color: grey;
    background: #8e8e90 url("Icons/cam_down-icon.png") center center no-repeat;
}

#video-container {
    position: relative;
    max-width: 500px;
    padding: 5px;
}

#text-overlay {
    position: absolute;
    top: 85%;
    left: 2%;
    width: 100%;
    text-align: center !important;
    text-shadow: var(--text-dark) 2px 2px 3px;
    /* transform: translate(-50%, -50%); */
    color: rgb(158, 158, 158);
    font-size: 24px;
    text-align: center;
}

.space{
    margin: 150px;
}
.tab{
    margin-left: 30px;
}
.alert{
    font-size: 1.40em;
    font-weight: bold;
    color: hsl(0, 74%, 51%);
    margin: 2px 10px;
    border: 1px rgba(255, 0, 0, 0.59) solid;
    padding: 5px;
}
.alert p{
    font-size: var(--font-size);

}

.alert icon{
    color: transparent;  
    text-shadow: 0 0 0 #ff0000b3
}

#menu a{
    padding: 5px;
    display: inline-block;
    cursor: pointer;
    transition: all .2s ease-in-out;
}