/*The CSS below is made by Daniel Sales*/

.nav {
    font-family: "monaco","arial","sans-serif";
    font-size: 130%;
    color: black;
    border:0;
}

.nav:hover {
  background-color:#006BA6;
  color: white;
}
.nav1 {
    border:0;
}

body {
    font-size:150%;
    color: black;
    font-family:verdana;
}

.plain {
    color: inherit;
  background-color: inherit;
  text-decoration: inherit;
}

table {
    border-collapse: collapse;
    width: 100%;
}



.first {
    background-color:#006BA6 ;
    background-color: rgba(0, 107, 166, 0.6);
    border-radius:10px;
}

 .second {
    background-color:#0496FF;
   background-color: rgba(4, 150, 255, 0.6);
   border-radius:10px;
}

.third {
    background:#FFBC42;
    background: rgba(255, 188, 66, 0.6);
    border-radius:10px;
}

.fourth {
    background-color:#D81159;
    background-color: rgba(216, 17, 89, 0.6);
    border-radius:10px;
}

.fifth {
    background:#8F2D56;
    background: rgba(143, 45, 86, 0.6);
    border-radius:10px;
}

.libtable {
    width:50%;
}

.libimg{
    Width:95%;
    margin-left: auto;
    margin-right: auto;
    display:block;
    margin-bottom:20px;
    border-radius:10px;
}

.libmap {
   margin-left: auto;
    margin-right: auto;
    margin-bottom:20px;
    min-width:90%;
    display: block;
    border-radius:10px;
}

.llt {
    height:1000px;
    width:50%;
    
}

.portalimg{
    height:650px;
    margin-left: auto;
    margin-right: auto;
    display:block;
    margin-bottom:20px;
    margin-top:20px;
    border-radius:10px;
}


/*The css below is made by Mayooran Sathyendra*/

.one{
    background-color:#006BA6;
    background-color: rgba(0, 107, 166, 0.6);
}

.two{
    background-color:#0496FF;
    background-color: rgba(4, 150, 255, 0.6);
}

.three{
    background:#FFBC42;
    background: rgba(255, 188, 66, 0.6);
}

.four{
    background-color:#D81159;
    background-color: rgba(216, 17, 89, 0.6);
}

.five{
    background:#8F2D56;
    background: rgba(143, 45, 86, 0.6);
}

.banner{
    background-image: url('keycontactsimage.webp');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
}