
body{
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    margin: 0px;
    padding:0px;
}

.section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    
  }



.coloured{
    background:  rgb(2,130,181, 0.90);
    width: 100%;
    
}

.section_normal{
    padding: 30px 10px 30px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shad_img{
    border: 8px solid #fff;
    filter: drop-shadow(1px 0px 4px rgba(0,0,0,0.4));
}

.bgca{
    background: #fff url(../images/display/1.jpg)  top center;
    background-size: cover;
    background-size: cover;
    background-position: center center;
}

.named{
    font-size: 3.5em;
}

.intro{
    text-shadow: 5px 1px 2px #000000;
    text-align: center;    
    
}

.intro h3{
    font-weight: 700;
    text-shadow: 5px 2px 2px #000000;
}

.intro h4{
    text-shadow: 2px 2px 2px #000000;
    font-weight: 700;
}


.full_h{
    height: 100vh;
    width: 100%;
}

.centered-image {
    display: flex;
    justify-content: center;
    align-items: center;
  }

.justified{
    text-align: justify;
}

.circ{
    width:70%;
    border-radius: 50%;
    border: 10px solid rgba(255,255,255,0.2);
    box-shadow: 0px 0px 10px 2px black;
}