body {
    background-color: rgba(255, 255, 255, 0.726);
    margin: 0px;
}

#img {
    display: block;
    width: 100%;
}

#fbImg {
    width: 50px;
    height: auto;
}

.frame {
    height: 25px;
    /* equals max image height */
    width: 160px;
    white-space: nowrap;
    text-align: center;
    margin: 1em 0;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.contentComponent-50 {
    width: 100%;
    display: inline-flex;
}
.contentComponent-100 {
    width: 100%;
    display: inline-flex;
}

.mainContent-50 {
    width: 50%;
    padding: 80px;
    /* border: cornflowerblue;
    border-style: inset; */
    display: block;
}

.mainContent-15 {
    width: 20%;
    padding: 80px;
    /* border: cornflowerblue;
    border-style: inset; */
    display: block;
}

.mainContent-85 {
    width: 85%;
    padding: 80px;
    /* border: cornflowerblue;
    border-style: inset; */
    display: block;
}
.mainContent-100 {
    width: 100%;
    padding: 80px;
    justify-content: center;
    /* border: cornflowerblue;
    border-style: inset; */
    flex-wrap: wrap;
    display: inline-flex;
    flex-direction: row;
}

.header {
    display: inline-flex;
    justify-content: center;
    overflow: hidden;
}

.header img {
    overflow: hidden;
    padding-top: 50px;
    margin-right: 50px;
    float: left;
    height: 100px;
    width: auto;
}

.header h1 {
    overflow: hidden;
    padding: 50px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: rgb(255, 255, 255);
    position: relative;
}

.header ul {
    display: inline-block;
    padding-top: 50px;
    background-color: transparent;
}

.header li {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: rgb(255, 255, 255);
    background-color: transparent;
}

p {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: justify;
    text-justify: inter-word;
}

h2 {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: rgb(255, 255, 255);
    text-align: center;
}

.quotation {
    font-size: 15px;
    /* margin: 0 auto; */
    quotes: "\201C""\201D""\2018""\2019";
    padding: 10px 20px;
    line-height: 1.4;
}

.quotation:before {
    content: open-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: -10px;
    position: relative;
    top: 15px;
    color: #ccc;
    font-size: 3em;
}

.quotation::after {
    content: close-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: 10px;
    position: relative;
    top: 15px;
    color: #ccc;
    font-size: 3em;
}

.quotationb {
    font-size: 15px;
    /* margin: 0 auto; */
    quotes: "\201C""\201D""\2018""\2019";
    padding: 10px 20px;
    line-height: 1.4;
}

.quotationb:before {
    content: open-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: -10px;
    position: relative;
    top: 15px;
    color: rgb(71, 71, 71);
    font-size: 3em;
}

.quotationb::after {
    content: close-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: 10px;
    position: relative;
    top: 15px;
    color: rgb(65, 65, 65);
    font-size: 3em;
}

.topNav {
    display: flex;
    justify-content: space-evenly;
    background-color: rgba(255, 255, 255, 0);
    top: 0;
    width: 100%;
    backdrop-filter: blur(2px);
}


/* Style the links inside the navigation bar */

.navBtn {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    float: left;
    color: rgb(255, 255, 255);
    background-color: rgba(199, 199, 199, 0.404);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 15px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    margin-bottom: 2px;
    /* margin-left: 1px;
    margin-right: 1px; */
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    outline: none !important;
}

.navBtn:hover {
    background-color: rgba(180, 244, 255, 0.87);
    color: rgb(53, 53, 53);
    border-color: #d0eaff;
    box-shadow: 0px 3px 0px #008cff;
}

.navBtn.active {
    background-color: rgb(122, 213, 255);
    color: white;
    border-top: 1px;
    border-color: #9ecaed;
    box-shadow: 0px 3px 0px #008cff;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky+.content {
    padding-top: 60px;
}

.curicBtn {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    float: left;
    color: rgb(255, 255, 255);
    background-color: rgba(24, 130, 179, 0.61);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 15px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    margin-bottom: 2px;
    /* margin-left: 1px;
    margin-right: 1px; */
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    outline: none !important;
}

.curicBtn:hover {
    background-color: rgba(180, 244, 255, 0.87);
    color: rgb(53, 53, 53);
    border-color: #d0eaff;
    box-shadow: 0px 3px 0px #008cff;
}

.curicBtn.active {
    background-color: rgb(122, 213, 255);
    color: white;
    border-top: 1px;
    border-color: #9ecaed;
    box-shadow: 0px 3px 0px #008cff;
}

footer {
    text-align: center;
    padding: 3px;
    background-color: rgb(255, 255, 255);
    color: white;
    height: 50px;
}

footer p {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: justify;
    text-justify: inter-word;
}