* {
    font-family: 'Roboto', sans-serif;
    transition: all 0.3s;
}

#zzsplash {
    margin-top: 6vh;
}

.accontent {
    display: none;
    height: 0px;
}

nav {
    z-index: 9999999999999999;
    height: 6vh;
    width: 100%;
    top: 0;
    position: fixed;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #5388a6;
}

.showacco {
    display: block;
    height: auto;
    transition: all 0.3s;
    margin-bottom: 39px;
}

nav a {
    color: white;
    text-transform: uppercase;
}

.ontop h3 {
    display: none;
}

.pinkbig {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    background-color: rgb(243, 157, 150);
    font-size: 3rem;
    text-align: center;
}

.pinkbig p {
    font-size: 1.4rem;
}

.slogandate h2,
.slogandate h3 {
    font-size: 1.4rem;
}

.pinkbig button {
    background-color: white;
    color: rgb(243, 157, 150);
}

.slide {
    background-size: cover;
    background-repeat: no-repeat;
}

.black-half {
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
    border-radius: 0;
}

.cbar {
    padding: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.cbar h1 {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

#br article p {
    color: white;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
}

.col1 {
    background-color: #b4dcdb;
}

.col2 {
    background-color: #d7723d;
}

.col3 {
    background-color: #5388a6;
}

.accordeon {
    margin-top: 39px;
    margin-bottom: 39px;
}

.accordeon h2 {
    font-weight: 600;
}

.accol3 h2 {
    color: #5388a6;
    border-bottom: 2px solid #5388a6;
    font-weight: 300;
    padding-bottom: 13px;
    margin-bottom: 26px;
    cursor: pointer;
}

.accol3 .accontent h3 {
    color: #d7723d;
    text-align: left;
    font-weight: 400;
    padding-left: 0;
    font-size: 1.5rem;
}

.accol3 .accontent a {
    color: #b4dcdb;
}

.accol1 h3 {
    color: #b4dcdb;
    border-bottom: 3px solid #b4dcdb;
}

#br article {
    cursor: pointer;
}

.accol1 h4 {
    color: #b4dcdb;
    border-bottom: 1px solid #b4dcdb;
}

.accol1 .accontent h4 {
    color: #b4dcdb;
    border-bottom: 1px solid #b4dcdb;
}

.accontent h5 {
    color: #b4dcdb;
}

.accontent a {
    padding-right: 6.5px;
    display: inline-block;
    color: #5388a6;
    font-weight: 300;
}

#br {
    padding: 39px;
}

#br article {
    margin: 39px;
}

#br article {
    flex-direction: column;
}

#br i {
    font-size: 2.3rem;
    padding: 13px;
}

.accontent * {
    font-weight: 300;
}

.accordeon h1,
.accordeon h3 {
    cursor: pointer;
    text-align: center;
    padding: 13px;
    font-weight: 500;
}

.accontent p {
    line-height: 1.4rem;
    font-size: 1.2rem;
    padding-bottom: 13px;
    padding-top: 13px;
}

.accontent li {
    font-size: 1.2rem;
}

.accontent h4 {
    font-size: 2rem;
    font-weight: 300;
    padding-top: 13px;
}

.accontent h5 {
    padding-top: 13px;
    font-size: 1.6rem;
}

.accontent ul {
    margin-left: 20px;
}

#showresult article {
    padding: 39px;
    border-radius: 16px;
    background-color: #d7723d;
    text-align: center;
    margin: auto;
    margin-bottom: 39px;
}

#showresult article p {
    color: white;
    font-size: 1.2rem;
    font-weight: 400;
}

.advantages article {
    border: 1px solid #d7723d;
    padding: 13px;
    margin-bottom: 13px;
}

.advantages article .links {
    display: flex;
}

.advantages article .links a {
    padding: 3.5px;
    padding-left: 13px;
    padding-right: 13px;
    display: inline-block;
    margin-right: 6px;
    background-color: #d7723d;
    color: white;
    border: 1px solid #d7723d;
    border-radius: 6.5px;
}

.prices {
    background-color: #bdddd8;
}

#pricelist {
    background-color: #5e88a3;
}

.ecourse-info h3 {
    color: #5e88a3;
}

.buybtn {
    background-color: #d7723d;
    color: white;

    display: inline-block;
    padding: 13px;
}

.getit {}

.paneltip {
    background-color: #5e88a3;
    color: white !important;
    padding: 13px;
    margin-top: 13px;
    margin-bottom: 13px;
}

.paneltip p {
    color: white;
}

.wr {
    font-weight: bolder;
    color: #5e88a3;
}

@media (max-width:900px) {
    .slogandate {
        height: 70vh;
    }
}