* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'nunito sans';
    font-size: 1.2vw;
    
}
img{
    width:100%;
    height:auto;
}
.text{
    text-align: center;
   color:#0b4da3;
    padding-bottom: 1.5%;
}
.header {
    position: sticky;
    top: 0px;
    width: 100%;
    z-index: 1000;
    background-color: #ffffff;
}
.container {
    max-width: 100vw;
    display: flex;
    background-color: #ffffff;

}
.navbar {
    flex: 1;
    align-items: center;
    display: flex;
}
.logo {
    max-width: 12vw;
    margin: 10%;
}
.text-color{
    background: #0b4da3;
    width:15%; 
    color:#ffffff;
    text-align: center;
}
.bg-color{
    background: #dfdfdf;
}
#resp-table {
    width: 96%;
    display: table;
    margin: 0px auto;
}
#resp-table-body {
    display: table-row-group;
}
.resp-table-row {
    display: table-row;
    
}
.table-body-cell {
    display: table-cell;
    padding:1vh;
    line-height: 1.42857143;
    vertical-align: middle;
}