
body{
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    
  }

.section_normal{
    padding: 30px 10px 30px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.bgca{
    background: #fff url(../images/bg.jpg)  top center;
    background-size: cover;
}

.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;
}