@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap");
body{
    /*background-color:#e8f4f8;*/
/*filter:saturate(200%);*/
}

@media screen and (max-width: 600px) {
.header-logo{
    width:65px;
}

.header-text{
    font-size:11px;
}
}



.card { 
  box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  
}

table,
th,
td {
    border: 1px solid rgb(158, 158, 158);
   
}

th,
td {
    padding: 6px;
}

th {
    font-size: 13px;
    font-weight: 500;
    
}

td {
    font-size: 13px;
    font-weight: 400;
    font-family: sans-serif;
}

#myImg {
    border-radius: 6px;
    vertical-align: middle;
    width: 300px;
    /*border: 1px solid #a49b50;*/

    
}

.inmobile {
    display: none;
}

#mobwebpic {
    width: 270px;
    /*border: 1px solid #a49b50;*/
    border-radius: 6px;
    vertical-align: middle;


    
}

@media only screen and (max-width: 1199px) {

    .noneinmobile {
        display: none;
    }

    .inmobile {
        display:block;
        position:sticky;
    }
}

