html{
    scroll-behavior: smooth;  
}

.intrest{
    border-color: #fff;
    color: #fff;
    border-width: 5px;
    background-color: blue;
    font-weight: bolder;
    font-size: larger;
   
}


.overlay{
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,0.4),rgb(0,0,0,0.4));
    position: absolute;
    top: 0;
    color: white;
    text-align: center;

 }
@media  (min-width:1070px) and (max-width:1900px) {
    .head{
        padding-top: 25px;
        font-size: 3rem;
      }
      body{
        border-style: solid;
        border-color: #e2eafc;
        border-width:0px 30px 0px 30px;
    }
      .logo{
        height: 110px;
        display: flex;
        justify-content: center;
    }
    li a{
        font-size: 20px;
        margin-right: 25px;
    }
    .colour{
    
        background-color:blue;
        color: white;
    }
    .int{
        display: flex;
        justify-content:center;
        height: 50px;
        
    }
    .dia{
        margin: 80px 0px 50px 0px;
        height: 190px;
    }
    .sil{
        margin-top: 80px;
        margin-bottom: 50px;
        height: 150px;
    }
    .bronz{
        margin-top: 80px;
        margin-bottom: 50px;
        height: 150px;
    }
    .bron{
        height: 150px;
        margin-bottom: 50px;
    }
 }
 @media  (min-width:750px) and (max-width:1069px) {
    .head{
        padding-top: 25px;
        font-size: 2rem;
      }
      body{
        border-style: solid;
        border-color: #e2eafc;
        border-width:0px 30px 0px 30px;
    }
      .logo{
        height: 75px;
        display: flex;
        justify-content: center;
    }
    li a{
        font-size: 15px;
        margin-left: 15px;
    }
    .colour{
    
        background-color:blue;
        color: white;
    }
    .int{
        display: flex;
        justify-content:center;
        height: 50px;
        
    }
    .dia{
        margin: 80px 0px 50px 0px;
        height: 120px;
    }
    .sil{
        margin-top: 80px;
        margin-bottom: 50px;
        height: 100px;
    }
    .bronz{
        margin-top: 80px;
        margin-bottom: 50px;
        height: 150px;
    }
    .bron{
        height: 150px;
        margin-bottom: 50px;
    }
 }
 @media  (min-width:435px) and (max-width:749px) {
    .head{
        padding-top: 25px;
        font-size: 1rem;
      }
      body{
        border-style: solid;
        border-color: #e2eafc;
        border-width:0px 30px 0px 30px;
    }
      .logo{
        height: 45px;
        display: flex;
        justify-content: center;
    }
    li a{
        font-size: 15px;
        margin-right: 15px;
    }
    .colour{
    
        background-color:blue;
        color: white;
    }
    .int{
        display: flex;
        justify-content:center;
        height: 70px;
        
    }
    .dia{
        margin: 80px 0px 50px 0px;
        height: 110px;
    }
    .sil{
        margin-top: 80px;
        margin-bottom: 50px;
        height: 80px;
    }
    .bronz{
        margin-top: 80px;
        margin-bottom: 20px;
        height: 90px;
    }
    .bron{
        height: 100px;
        margin-bottom: 50px;
    }
 }
 @media  (min-width:250px) and (max-width:434px) {
    .head{
        padding-top: 25px;
        font-size: 0.5rem;
      }
      body{
        border-style: solid;
        border-color: #e2eafc;
        border-width:0px 10px 0px 10px;
    }
      .logo{
        height: 30px;
        display: flex;
        justify-content: center;
    }
    li a{
        font-size: 12px;
        margin-right: 5px;
    }
    .colour{
        font-size: x-small;
        background-color:blue;
        color: white;
    }
    .int{
        display: flex;
        justify-content:center;
        height: 80px;
        
    }
    .dia{
        margin: 80px 0px 50px 0px;
        height: 110px;
    }
    .sil{
        margin-top: 80px;
        margin-bottom: 50px;
        height: 80px;
    }
    .bronz{
        margin-top: 80px;
        margin-bottom: 50px;
        height: 100px;
    }
    .bron{
        height: 100px;
        margin-bottom: 50px;
    }
 }
.navbar{
    background-color: #FF8800;
}
li{
    list-style: none;
    display: inline;
}
li a{
   
    list-style: none;
    color: aliceblue;
    font-weight: bold;
}
.content{
    padding: 4px;
}
table{
    margin-left: auto;
    margin-right: auto;
}
.theme{
    color: blue;
}
.org{
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
    font: 300 18px "Open Sans", Arial, sans-serif;
    font-size: 1.17em;
    font-weight: bold;
    unicode-bidi: isolate;
}
.blue{
    color: #0077B6;
    font-family: serif;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.blues{
    color: #0077B6;
    font-family: serif;
    margin-top: 15px;
    font-size:xx-large;
    border: none;
    align-items:start;
    
}
.inst{
    border: none;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
    font: 300 18px "Open Sans", Arial, sans-serif;
    font-size: 1.17em;
    font-weight: bold;
    unicode-bidi: isolate;
}

td{
    border: 2px solid;
    padding: 2px;
    justify-content: center;
    margin-left: auto;
}
.IMP{
    background-color: blue;
    color: #fff;
    margin-bottom: 20px;
}

footer{
    text-align: center;
    background-color:#e2eafc;
}
.papers{
    padding-left: 15cap;
    font-size: larger;
    color:yellow;
    background-color:blue;
    border-color:#fff;
}
.butt{
    text-align: center;
    background-color: green;
    color: yellow;
    font-size: 20px;
}
p{
    font-size: larger;
    font-family: 'Times New Roman', Times, serif;
}
.cont{
    background-color: blue;
    color: white;
    border-color: grey;
    margin-top: 20px;
}
.brochure{
    
    padding: 7px;
    background-color: #06d6a0;
    color: #fff;
}
.diamond{
    border: 5px solid red;
    border-radius: 40px;
    background-color: #e2eafc;
    position: absolute;
    padding: 0px 15px;
    margin-top: 15px;
}
.box{
    display: flex;
    justify-content: center;
}
.silver{
    border: 5px solid red;
    border-radius: 40px;
    background-color: #e2eafc;
    position: absolute;
    padding: 0px 15px;
}
.Bronze{
    border: 5px solid red;
    border-radius: 40px;
    background-color: #e2eafc;
    position: absolute;
    padding: 0px 15px;
}