/*
CUSTOM BACKGROUND AND WEBSITE SIZING
*/
body {
    min-height:100vh;
    background-image: url("/rss/images/website-background.jpg");
    background-repeat: no-repeat;
    background-size: 100vw 100%;
    background-size:cover;
    background-color:white;
    text-align:center;
    min-width:420px;
    position:relative;
}
#content {
    width:100%;
    max-width:1200px;
    display: inline-block;
}
.modal-content {
    background-image: url("/rss/images/website-background.jpg");
}


/*
USED FOR FORMATTING
*/
.clear {
    clear: both;
}
#errorMessage {

}
.clearNavBar{
    margin-top:55px;
}
#errorMessageCancelButton{
    float:right;
    width:30px;
    text-align:center;
    border-radius:5px;
}

/*
CUSTOM BUTTON CSS
*/
.defaultLink {
    text-decoration:none;
    color:inherit;
}
.defaultLink:hover {
    text-decoration:none;
    color:inherit;
}
.customButton:hover {
    font-size:1.1em;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    transform: translate(0px, -2px);
    border:none;
}
.customButton:active {
    box-shadow:0;
    -moz-box-shadow:0;
    -webkit-box-shadow:0;
    transform: translate(0px, 2px);
    border:none;
}
.customButton:focus {
    box-shadow:0;
    border:none;
    outline:none;
}
.customButton:visited {
    border:none;
    outline:none;
}

/*
HAMBURGER ICON CSS
*/
.hamburgerIcon {
    width: 50px;
    height: 50px;
    text-align:center;
    padding:0;
    border:0;
    background:rgba(0,0,0,0);
    border-radius:7px;
}
.hamburgerComponent {
    width: 85%;
    height: 5px;
    background-color: #ed7e0a; /*orange*/
    margin:0;
    padding:0;
    margin-left:7.5%;
    margin-top:6px;
    border-radius:3px;
}
.hamburgerComponent1 {
    margin-top:0;
}

/*
NAVIGATION MODAL
*/
#navList {
    width:100%;
    text-decoration:none;
    list-style-type:none;
    text-align:left;
    font-weight:bold;
}
.navListItem {
    min-height:20px;
    border-radius:3px;
    padding:3px;
    margin-bottom:2px;
}
.subNavList {
    width:100%;
    text-decoration:none;
    list-style-type:none;
    text-align:left;
    font-weight:normal;
}
.navListSubItem {
    min-height:20px;
    border-radius:3px;
    padding:3px;
    margin-bottom:2px;
}
.navSelectable:hover {
    font-size:1.1em;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    transform: translate(0px, -2px);
    border:none;
}
.navSelectable:active {
    box-shadow:0;
    -moz-box-shadow:0;
    -webkit-box-shadow:0;
    transform: translate(0px, 2px);
    border:none;
}
.navSelectable:focus {
    box-shadow:0;
    border:none;
    outline:none;
}
.navSelectable:visited {
    border:none;
    outline:none;
}
#navListLanguageSelector {
    height:30px;
}
#navListLanguageContainer {
    height:100%;
    width:100%;
}
.navListFlagHolder {
    height:100%;
    width:30px;
    float:left;
    margin-right:15px;
}
.navListFlagImg {
    height:100%;
    width:30px;
    
}
/*Language Selection*/
#indexLanguageSelector {
    height:100%;
    float:left;
}
#navLanguageSelector {
    height:100%;
    float:right;
}
.indexLanguageFlag {
    height:50%;
    padding-top:10%;
    padding-bottom:10%;
    overflow:hidden;
}
.indexLanguageFlagImg {
    height:100%;
    float:left;
}
.floatRight {
    float:right;
}

/*
GENERAL STUFF
*/
.inlineLink {
    font-weight:bold;
    color: #ed7e0a; /*orange*/
}

/*
HEADER NAVBAR
*/
#headerNavContainer {
    margin-bottom:10px;
    height:50px;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    min-width:420px;
    z-index:1;
}
header {
    width:98%;
    margin-left:1%;
    height:100%;
    background-color: #e9ecef; /*grey*/
    color:black;
    line-height:50px;
}

/*
Header div at the top of the carousel
*/
#indexCombo {
    position: relative;
    overflow:hidden;
    width:98%;
    margin-left:1%;
    margin-top:5px;
}
#indexCombo2 {
    position: relative;
    overflow:hidden;
    width:98%;
    margin-left:1%;
    margin-top:60px;
}
.carousel-item {
}
#indexHeaderNavCombo {
    width:100%;
    background: -webkit-linear-gradient(rgba(38,38,38,1),rgba(38,38,38,0.7), rgba(38,38,38,0));
    background: -moz-linear-gradient(rgba(38,38,38,1),rgba(38,38,38,0.7),rgba(38,38,38,0));
    background: -ms-linear-gradient(rgba(38,38,38,1),rgba(38,38,38,0.7), rgba(38,38,38,0));
    background: -o-linear-gradient(rgba(38,38,38,1),rgba(38,38,38,0.7), rgba(38,38,38,0));
    background: linear-gradient(rgba(38,38,38,1),rgba(38,38,38,0.7), rgba(38,38,38,0));
    position:absolute;
    top:0px;
    left:0px;
    max-height:47px;
    margin-left:0;
}
#indexHeader {
    float:left;
    width:70%;
    max-width:70%;
    overflow:hidden;
}
#defaultHeader {
    float:left;
    min-width:50px;
    max-width:70%;
    overflow:hidden;
}
@media (max-width: 800px) {
    #indexHeader {
        display:none;
    }
}
#indexHeaderText {
    color:white;
    font-family:verdana;
    float:left;
    margin-left:5px;
    margin-right:5px;
}
@media (max-width: 540px) {
    #indexHeaderText {
        font-size:1.6em;
        line-height:47px;
    }
}
#indexHeaderImg {
    max-width:47px;
    height:100%;
    max-height:47px;
    margin-top:3px;
    float:left;
}
#defaultHeaderImg {
    max-width:47px;
    height:100%;
    max-height:47px;
    margin-top:3px;
    float:left;
}
#indexNav {
    float:right;
    margin-right:1%;
}
#defaultNav {
    float:right;
    margin-right:1%;
}

/*
Donation panel on lower part of carousel
*/
#indexDonationPanel {
    width:100%;
    height:50px;
    background: -webkit-linear-gradient(rgba(38,38,38,0),rgba(38,38,38,0.7), rgba(38,38,38,1));
    background: -moz-linear-gradient(rgba(38,38,38,0),rgba(38,38,38,0.7),rgba(38,38,38,1));
    background: -ms-linear-gradient(rgba(38,38,38,0),rgba(38,38,38,0.7), rgba(38,38,38,1));
    background: -o-linear-gradient(rgba(38,38,38,0),rgba(38,38,38,0.7), rgba(38,38,38,1));
    background: linear-gradient(rgba(38,38,38,0),rgba(38,38,38,0.7), rgba(38,38,38,1));
    position:absolute;
    bottom:0px;
    left:0px;
}
.indexDonationButtonContainer {
    width:50%;
    text-align:center;
    float:left;
}
.pageCarousel {
    margin-top:60px;
}

/*
FOOTER
*/
#footerContainer {
    margin-bottom:0px;
    height:50px;
    position:fixed;
    bottom:0px;
    left:0px;
    width:100%;
    min-width:420px;
}
footer {
  width:98%;
  margin-left:1%;
  height:100%;
  background-color: #e9ecef; /*grey*/
  color:black;
  line-height:50px;
}
#footerLeftContainer {
    width:55%;
    float:left;
    text-align:left;
    padding-left:5px;
}
#footerRightContainer {
    width:45%;
    float:left;
    text-align:right;
    padding-right:5px;
    height:50px;
}
#footerBetterplaceText {
    width:50%;
    float:left;
}
#footerBetterplaceImage {
    width:50%;
    float:left;
}
#footerBetterplaceImg {
    width:100%;
    height:auto;
    max-height:50px;
}

/*
CARD DONATION BUTTON
*/
.donateButton {
    color:white;
    font-family:verdana;
    font-weight: bold;
    background-color: rgba(38,38,38,0.5);
    border-radius:7px;
    padding-left: 50px;
    padding-right: 50px;
    border:3px solid;
    border-color:#ed7e0a; /*orange*/
    height:45px;
    margin-bottom:5px;
}
.donateButton:hover {
    border:3px solid #ed7e0a; /*orange*/
}
.donateButton:active {
    border:3px solid #ed7e0a; /*orange*/
}
.donateButton:focus {
    border:3px solid #ed7e0a; /*orange*/
}
.donateButton:visited {
    border:3px solid #ed7e0a; /*orange*/
}

/*
PAYPAL DONATION BUTTON
*/
.paypalCustomButton {
    border-color: yellow;
}
.paypalCustomButton:hover {
    border:3px solid yellow;
}
.paypalCustomButton:active {
    border:3px solid yellow;
}
.paypalCustomButton:focus {
    border:3px solid yellow;
}
.paypalCustomButton:visited {
    border:3px solid yellow;
}

/*
DONATION MODALS
*/
.modal-content {
    min-width:410px;
    border:solid 2px #ed7e0a; /*orange*/
    background-color: #e9ecef; /*grey*/
}
.modal-content-paypal {
    border:solid 2px yellow;
}
.modal-body {
    border:none;
}
.modal-header {
    background: -webkit-linear-gradient(rgba(38,38,38,1),rgba(38,38,38,0.7), rgba(38,38,38,0));
    background: -moz-linear-gradient(rgba(38,38,38,1),rgba(38,38,38,0.7),rgba(38,38,38,0));
    background: -ms-linear-gradient(rgba(38,38,38,1),rgba(38,38,38,0.7), rgba(38,38,38,0));
    background: -o-linear-gradient(rgba(38,38,38,1),rgba(38,38,38,0.7), rgba(38,38,38,0));
    background: linear-gradient(rgba(38,38,38,1),rgba(38,38,38,0.7), rgba(38,38,38,0));
    color:white;
}
.cardDonationClose {
    color: white;
    font-weight:bold;
}
.paypalDonationClose {
    color:white;
    font-weight:bold;
}
.modal-title {
    float:left;
}
.modal-title-image {
    float:left;
    max-height:30px;
    margin-left:5px;
}
.modal-amount {
    font-weight:bold;
}
.modalClose {
    background-color: rgba(38,38,38,0.5);
    border:3px solid;
    border-color:#ed7e0a; /*orange*/
}
.modalClose:hover {
    border:3px solid;
    border-color:#ed7e0a; /*orange*/
}
.modalClosePaypal {
    border-color: yellow;
}
.modalClosePaypal:hover {
    border-color: yellow;
}
.modal-footer {

}
.modalX {
    width:20px;
    height:20px;
}
#amountEnglish {
    text-align:center;
    margin-bottom:5px;
}
#dropin-container-english {
    margin-bottom: 5px;
}

/*
PAGE SECTIONS DEFAULT
*/
.pageTitle {
    font-size:2em;
    font-weight:bold;
    color:#ed7e0a; /*orange*/
    background-color: #e9ecef; /*grey*/
    width:98%;
    margin-left:1%;
    margin-top:10px;
    padding:10px 5px;
}
@media (max-width: 580px) {
  .pageTitle {
      font-size:1.5em;
  }
}
.avoidBanner {
    margin-top:60px;
}
.pageSection {
    background-color: #e9ecef; /*grey*/
    width:98%;
    margin-left:1%;
    margin-top:10px;
    overflow:hidden;
}
.pageSectionImage {
    width:50%;
    float:left;
    margin-right:5px;
    padding-top:10px;
    padding-bottom:5px;
}
@media (max-width: 480px) {
  .pageSectionImage {
      width:100%;
  }
}
.pageSectionImg {
    max-height:100%;
    max-width:150px;
    height:auto;
}
.pageSectionTitle {
    font-size: 1.5em;
    font-weight:500;
}
.pageSectionBody {
    padding:5px;
    margin-left:2px;
    text-align:left;
}
.inset {
    margin-left:10px;
}

/*
THUMBNAILS
*/
.thumbnailContainer {
    text-align:center;
}
.thumbnailRow {
    width:100%;
    padding:0;
    margin:0;
}
.customThumbnailContainer {
    margin-bottom:5px;
}
.customThumbnailImage {
    width:100%;
    max-height:250px;
    text-align:center;
}
.customThumbnailImg {
    height:98%;
    max-height:250px;
    margin-top:1%;
    max-width:100%;
}
.customThumbnailCaption {
    padding:5px;
    text-align:center;
}
.customThumbnailCaptionHeading {
    font-weight:500;
    font-size:1.2em;
    color:#ed7e0a; /*orange*/
}
.thumbnailImgBlackBackground {
    background-color:white;
    border:solid 1px #e9ecef; /*grey*/
    padding:1%;
    overflow:hidden;
}
.thumbnailImg {
    min-height:200px;
    max-width:98%;
    max-height:98%;
    margin:auto;
    max-height:250px;
}
.centerImg {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*
END OF PAGE FORMATTING
*/
.finalSection {
    margin-bottom:40px;
}