@import url("https://fonts.googleapis.com/css?family=Acme|Lobster|Patua+One|Rubik|Sniglet");

header,
section {}

:root {
    --Sniglet-font: "Sniglet", cursive;
    --Rubik: "Rubik", cursive;
    --Patua: "Patua One", cursive;
    --Lobster: "lobster", cursive;
}

header a {
    font-family: var(--Sniglet-font);
    font-size: 0.9em;
    color: whitesmoke;
}

/********** section 1 **************/
main {
    background: rgba(206, 206, 206, 1);
}


.section-1 .panal-content {
    background: white !important;

}

 .corner{
	border-radius: 25px !important;
}

.section-1 .h2 {
    text-align: left !important;
}

.section-1 .row .panel {
    text-align: left !important;
    /* background-color: white; */
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}


.section-2 {
    background: rgba(255, 255, 255, 1);
}

.section-6 {
    background: rgba(255, 255, 255, 1);
}

.section-2 a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.section-2 #accordion .panel {
    border: none;
    border-radius: 5px;
    box-shadow: none;
    margin-bottom: 10px;
    background: transparent;
}

.section-2 #accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 5px;
    background: transparent;
    position: relative;
}

.section-2 #accordion .panel-title a {
    display: block;
    padding: 20px 30px;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 5px;
    position: relative;
}

.section-2 #accordion .panel-title a.collapsed {
    border: none;
}

.section-2 #accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 30px;
    transform: rotate(180deg);
    transition: all .4s cubic-bezier(0.080, 1.090, 0.320, 1.275);
}

.section-2 #accordion .panel-title a.collapsed:before {
    color: rgba(255, 255, 255, 0.5);
    transform: rotate(0deg);
}

.section-2 #accordion .panel-body {
    padding: 20px 30px;
    background: rgba(0, 0, 0, 0.3);
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: none;
    border-radius: 5px;
}

.section-3 {
    background: rgba(206, 206, 206, 1);
    /* background-image: url("https://images.unsplash.com/photo-1453090927415-5f45085b65c0?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1331&q=80");
    background-position: center center;
    background-size: cover; */
}

.section-5 {
    background: rgba(206, 206, 206, 1);
}