body{
    font-family:Verdana, Geneva, sans-serif;

}
.buttonHeader{
    color:#294b7;
    display:block;
    /* align-items: baseline;*/
    justify-content: center;
    height: 40px;
    width: 200px;
    text-transform: uppercase;
    text-align:center;
}
.part{font-weight:600;
    display:block;
    border-radius:15px;
    background-color:#005282;
    padding:10px;
    margin:10px;
    color:#fff;
    text-align:center;
    font-size:1.2rem;
    font-style:italic;
}

section li{
    margin:0 0 1.2em 0;
}

section{
    padding:0 10px;

}
.buttonTop{
    border:1px solid #2b669a;
    border-radius:50%;
    width:70px;
    height:70px;
    background-color:#2b669a;

}


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #b3d7ff;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50px;
    font-size: 18px;
}

#myBtn:hover {
    background-color: #555;
}

.nav-link{
    font-size:0.9rem;
    color:#fff;
    text-transform:uppercase;

}
.nav-link:hover{
    color:#fff;
    text-decoration: underline;

}

h1 {
    font-size: 4.1rem;
    font-weight: 600;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

h2{
    color:#005282;
    text-transform: uppercase;
    padding:0.5rem 0;
    text-align:center;
    font-weight:600;
    font-size: 2rem!important;
}
.card_left{
    font-size:0.9rem;
    padding:0.5rem 0;
    text-transform:uppercase;
}
.textMain{
    font-style:italic;
    font-size:1.2rem;
    color:#005282;
    font-weight:600;
}

.detailsText{
    font-size:1rem;
    text-transform:uppercase;
    color:#000;
}
.sectionHeader{
    border-top:1px solid #2a0a67;
    border-bottom:1px solid #127546;
}