
body,
html,
main
{
  height: 100%;
  margin: 0;
  background-attachment: fixed;
}


.content-area {
  overflow: auto;
  height: 100%;
}

.mvrt {
    float:right;
}

.topmapelement {  /* all maps */
    width:  100%;
    height: var(--mappadtop);
    position: fixed;
    margin-bottom: var(--mappadtop);
}

.mymap {  /* all maps */
    width:  100%;
    padding: 0;
    margin: 0;
    /*height: var(--mapheight);*/
    /*height: 100%;*/
    overflow: auto;
    position: fixed;
    /*margin-top: var(--mapaddtop);*/
    /*margin-top: 0px;*/
    /*margin-bottom: var(--mapaddbottom);*/


/*    font-size: 12px;*/
    /* top: 0; */
    z-index: 0;
}
.inviscont {
    box-sizing: border-box;
    visibility: hidden;
    width:  100%;
    height: var(--invisheight);
}
#specialbigmap {
    height: 800px;
}

#mymap .ol-zoom {
    right: auto;
    top: 10px;
    left: 10px;
    padding: 1px;
    font-size: 14px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}
#mymap .ol-zoom-in {
}
#mymap .ol-zoom-out {
    position: absolute;
    margin-top: 132px;
    width: 50px;
}

#mymap .ol-zoomslider {
    position: absolute;
    right: auto;
    top: 42px;
    left: 10px;
    height: 120px;
    width: 26px;
    padding: 1px;
    font-size: 13px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 105;
}
#mymap .ol-zoomslider-thumb {
    filter: none;
    /* font-size: 14px; */
    height: 24px;
    width: 22px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 106;
}
#mymap .ol-zoom-extent {
    position:absolute;
    top: 10px;
    left: 44px;
    margin: 0;
    z-index: 100;
    font-size: 14px;
    font-weight: normal;
    padding: 1px;
    font-family: Arial, Helvetica, sans-serif;
}
#mymap .get-extents-local {
    position:absolute;
    top: 44px;
    left: 44px;
    margin: 0;
    z-index: 101;
    font-size: 14px;
    font-weight: normal;
    padding: 1px;
    font-family: Arial, Helvetica, sans-serif;
}
#mymap .my-extents-local {
    position:absolute;
    top: 78px;
    left: 44px;
    margin: 0;
    z-index: 102;
    font-size: 14px;
    font-weight: normal;
    padding: 1px;
    font-family: Arial, Helvetica, sans-serif;
}
#mymap .searchelement {
    position:absolute;
    top: 116px;
    left: 44px;
    margin: 0;
    z-index: 103;
    font-size: 14px;
    font-weight: normal;
    padding: 1px;
    font-family: Arial, Helvetica, sans-serif;
}

#mymap .drawelement {
    position:absolute;
    top: 154px;
    left: 44px;
    margin: 0;
    z-index: 107;
    font-size: 14px;
    font-weight: normal;
    padding: 1px;
    font-family: Arial, Helvetica, sans-serif;
}


#mymap .ol-full-screen{
    height: 14px;
    width: 14px;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.tooltip-inner {
    background-color: #FFFFF0;
}

.ui-tooltip-content::after, .ui-tooltip-content::before {
    content: "";
    position: absolute;
    border-style: solid;
    display: inline-block;
    left: 90px;
}
.ui-tooltip-content::before {
    bottom: -10px;
    border-color: #AAA transparent;
    border-width: 10px 10px 0;
}
.ui-tooltip-content::after {
    bottom: -7px;
    border-color: white transparent;
    border-width: 10px 10px 0;
}

.tooltip {
    position: relative;
    padding: 0px;
    background: rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    opacity: 0.7;
    white-space: nowrap;
    font-size: 10px;
    font: sans-serif;
}

.ol-mypopup1 {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 2px;
    padding-right:10px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    line-height: 1;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.ol-mypopup1-text {
    /*font-size: 10px; */
    padding-right: 10px;
}

.ol-mypopup1-topbar {
    color: #000000;
    padding: 6px 0px 6px 0px;
    margin-left: 0px;
    margin-right: 16px;
    border: 1px solid #9fa3a7;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255,255,255,0.3);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #008fcf;
    box-shadow:
        0 1px 0 rgba(0,0,0,.08),
        inset 0 1px 2px rgba(255,255,255,.67),
        inset 0 -1px 0 rgba(0,0,0,.14);
    background-image: -moz-linear-gradient(90deg, #a3a9ad 0%, #c5c9cd 100%);
    background-image: -o-linear-gradient(90deg, #a3a9ad 0%, #c5c9cd 100%);
    background-image: -webkit-linear-gradient(90deg, #a3a9ad 0%, #c5c9cd 100%);
    background-image: linear-gradient(90deg, #a3a9ad 0%, #c5c9cd 100%);
}

.ol-mypopup1-topbar:hover,
.ol-mypopup1-topbar:focus {
    color: #eaeaea;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}

.ol-mypopup1-topbar:active {
    color: #000000;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    box-shadow:
        0 1px 0 rgba(255,255,255,.08),
        inset 0 1px 2px rgba(0,0,0,.67),
        inset 0 -1px 0 rgba(255,255,255,.14);
}


.ol-mypopup1 .show {
    visibility: visible;
}


.ol-mypopup1-closer {
    text-decoration: none;
    position: absolute;
    top: 0px;
    right: 0px;
}

.ol-mypopup1-closer::after {
    content: "✖";
}

/* My Tooltip container - can be anything you want */
.mytooltip {
    position: absolute;
    /*left: var(--xpos);
    top: var(--ypos);*/
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.mytooltip .mytooltiptext {
      visibility: hidden;
      /*font-size: var(--textsize);*/
      /*width: var(--boxwidth);*/
      background-color: #FFFFF0;
      color: #00000F;
      text-align: center;
      border-radius: 0px;
      border-style: solid;
      border-color: #00000F;
      border-width: 0.5px;
      padding: 2px;
      /*box-shadow: 2px 2px grey;*/
      position: absolute;
      z-index: 200;
      bottom: 100%;
      left: 50%;
}

.mytooltip .mytooltiptext2 {
      /*font-size: var(--textsize);*/
      text-align: center;
}


/* Toggle this class - hide and show the popup */
.mytooltip .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    33% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fadeIn {
    0% {opacity: 0;}
    33% {opacity: 0;}
    100% {opacity: 1;}
}

.myscalemenu {
    position: absolute;
    /*left: var(--xpos);*/
    /*top: var(--ypos);*/
    display: inline-block;
    cursor: pointer;
    /*-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}

/* The actual popup */
.myscalemenu .myscalemenutext {
    /*line-height: 120%;*/
    visibility: hidden;
    /*font-size: var(--textsize);*/
    /*width: var(--boxwidth);*/
    background-color: #FFFFF0;
    color: #00000F;
    text-align: left;
    border-radius: 0px;
    border-style: solid;
    border-color: #00000F;
    border-width: 0.5px;
    padding: 4px;
    /*box-shadow: 2px 2px grey;*/
    position: absolute;
    z-index: 201;
    bottom: 100%;
    left: 50%;
}

.myscalemenu .myscalemenutext2 {
      /*font-size: var(--textsize);*/
      text-align: left;
}

/* Toggle this class - hide and show the popup */
.myscalemenu .reveal {
    visibility: visible;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    33% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fadeIn {
    0% {opacity: 0;}
    33% {opacity: 0;}
    100% {opacity: 1;}
}

.ol-myscalemenu-closer {
    text-decoration: none;
    position: absolute;
    bottom: 2px;
    right: 2px;
}
.ol-myscalemenu-closer:after {
    content: "Select";
}

.ol-myscalemenux-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 0px;
}
.ol-myscalemenux-closer:after {
content: "✖";
}
.ol-mouse-position2 {
    position:absolute;
/*    top: 70px;
    right: 10px;
    */
    background: transparent;
    /*font-size: var(--postextsize);*/
    text-align: right;
    display: block;
}
/*
.ol-zoom-out2 {
    position:absolute; */
    /*top: 45px;
    right: 0px;
    font-size: var(--textsize);*/
   /* background: transparent;
    text-align: right;
    display: block;
} */

.mymodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2000; /* Sit on top */
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}




/* Modal Content/Box */
.mymodal-content {
    position: relative;
    /*display: block;*/
    background-color: #fefefe;
    margin: auto; /* 15% from the top and centered */
    padding: 0px;
    top: 5%;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
      -webkit-animation-name: animatetop;
      -webkit-animation-duration: 0.4s;
      animation-name: animatetop;
      animation-duration: 0.4s

}
/* The Close Button */
.mymodalclose {
    color: #aaa;
    display: inline-block;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.mymodalclose:hover,
.mymodalclose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.mymodalheadtext {
    color: black;
    float: none;
    font-size: 18px;
    line-height: 110%;
}
.mymodheadh4 {
    color: black;
    float: none;
    font-size: 24px
    font-weight: bold;
    line-height: 110%;
}

/* Modal Header */
.mymodal-header {
    display: block;
    position: relative;
    background-color: #edecea;
    padding: 2px 16px;
    border: 0px solid #888;
    border-radius: 15px 15px 0px 0px;
}

.mymodal-body {
    /*display: block;*/
    position: relative;
    padding: 2px;
}

.mymodal-form {
    position: static;
    display: block;
    margin: auto auto auto 2%;

    /* margin-right: -50%;
    transform: translate(-50%, -50%); */
}

/* Modal Header */
.mymodal-footer {
    display: block;
    position: relative;
    background-color: #edecea;
    padding: 2px;
    border: 0px solid #888;
    border-radius: 0px 0px 15px 15px;
    position: relative;
}

.mymodalImage {
    width: auto;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:0%; opacity:0}
  to {top:25%; opacity:1}
}

@keyframes animatetop {
  from {top:0%; opacity:0}
  to {top:25%; opacity:1}
}

.invisible {
    display: none;
}

.up-button {
    color: #000000;
    float: left;
    padding: 4px 8px 5px;
    margin-left: 13px;
    border: 1px solid #9fa3a7;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255,255,255,0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #008fcf;
    box-shadow:
        0 1px 0 rgba(0,0,0,.08),
        inset 0 1px 2px rgba(255,255,255,.67),
        inset 0 -1px 0 rgba(0,0,0,.14);
    background-image: -moz-linear-gradient(90deg, #a3a9ad 0%, #c5c9cd 100%);
    background-image: -o-linear-gradient(90deg, #a3a9ad 0%, #c5c9cd 100%);
    background-image: -webkit-linear-gradient(90deg, #a3a9ad 0%, #c5c9cd 100%);
    background-image: linear-gradient(90deg, #a3a9ad 0%, #c5c9cd 100%);
}

.up-button:hover,
.up-button:focus {
    color: #eaeaea;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}

.up-button:active {
    color: #000000;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    box-shadow:
        0 1px 0 rgba(255,255,255,.08),
        inset 0 1px 2px rgba(0,0,0,.67),
        inset 0 -1px 0 rgba(255,255,255,.14);
}

.buttonrow:after {
    content: "";
    display: table;
    clear: both;
}

.buttoncolumn {
    float: left;
    width: 50%;
    padding 10px;
}

.headcolumn-left {
    float: left;
    width: 90%;
    padding 0px;
}

.headcolumn-right {
    float: left;
    width: 10%;
    padding 0px;
}

.prev-button {
    /*position: relative;*/
    left: 0px;
    top: 0px;
    float: left;
    color: #000000;
    padding: 4px 8px 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    border: 1px solid #9fa3a7;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255,255,255,0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #008fcf;
    box-shadow:
        0 1px 0 rgba(0,0,0,.08),
        inset 0 1px 2px rgba(255,255,255,.67),
        inset 0 -1px 0 rgba(0,0,0,.14);
    background-image: -moz-linear-gradient(90deg, #a3a9ad 0%, #c5c9cd 100%);
    background-image: -o-linear-gradient(90deg, #a3a9ad 0%, #c5c9cd 100%);
    background-image: -webkit-linear-gradient(90deg, #a3a9ad 0%, #c5c9cd 100%);
    background-image: linear-gradient(90deg, #a3a9ad 0%, #c5c9cd 100%);
}

.prev-button:hover,
.prev-button:focus {
    color: #eaeaea;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}

.prev-button:active {
    color: #000000;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    box-shadow:
        0 1px 0 rgba(255,255,255,.08),
        inset 0 1px 2px rgba(0,0,0,.67),
        inset 0 -1px 0 rgba(255,255,255,.14);
}

.next-button {
    position: absolute;
    top:0px;
    right: 10px;
    /*float: right;*/
    color: #000000;
    padding: 4px 8px 5px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 10px;
    border: 1px solid #9fa3a7;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255,255,255,0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #008fcf;
    box-shadow:
        0 1px 0 rgba(0,0,0,.08),
        inset 0 1px 2px rgba(255,255,255,.67),
        inset 0 -1px 0 rgba(0,0,0,.14);
    background-image: -moz-linear-gradient(90deg, #a3a9ad 0%, #c5c9cd 100%);
    background-image: -o-linear-gradient(90deg, #a3a9ad 0%, #c5c9cd 100%);
    background-image: -webkit-linear-gradient(90deg, #a3a9ad 0%, #c5c9cd 100%);
    background-image: linear-gradient(90deg, #a3a9ad 0%, #c5c9cd 100%);
}

.next-button:hover,
.next-button:focus {
    color: #eaeaea;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}

.next-button:active {
    color: #000000;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    box-shadow:
        0 1px 0 rgba(255,255,255,.08),
        inset 0 1px 2px rgba(0,0,0,.67),
        inset 0 -1px 0 rgba(255,255,255,.14);
}

.next-button2 {
    position: relative;
    top:0px;
    right:0px;
    float: left;
    color: #000000;
    padding: 4px 8px 5px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 24px;
    border: 1px solid #9fa3a7;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255,255,255,0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #008fcf;
    box-shadow:
        0 1px 0 rgba(0,0,0,.08),
        inset 0 1px 2px rgba(255,255,255,.67),
        inset 0 -1px 0 rgba(0,0,0,.14);
    background-image: -moz-linear-gradient(90deg, #a3a9ad 0%, #c5c9cd 100%);
    background-image: -o-linear-gradient(90deg, #a3a9ad 0%, #c5c9cd 100%);
    background-image: -webkit-linear-gradient(90deg, #a3a9ad 0%, #c5c9cd 100%);
    background-image: linear-gradient(90deg, #a3a9ad 0%, #c5c9cd 100%);
}

.next-button2:hover,
.next-button2:focus {
    color: #eaeaea;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}

.next-button2:active {
    color: #000000;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    box-shadow:
        0 1px 0 rgba(255,255,255,.08),
        inset 0 1px 2px rgba(0,0,0,.67),
        inset 0 -1px 0 rgba(255,255,255,.14);
}


/* found items close Button */
.itemclose {
    color: #aaa;
    font-size: 9px;
    font-weight: bold;
    margin-top: 5px;
    float: 0px;
}
.itemclose:hover,
.itemclose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}



#plotmodal {
    display: none; /* Hidden by default */
    position: relative; /* Stay in place */
    z-index: 2001; /* Sit on top */
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /*background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
    z-index: 2998;
}

/* Modal Content/Box */
#plotmodalcontent {
    position: absolute;
    background-color: #fefefe;
    margin: auto; /* 15% from the top and centered */
    padding: 0px;
    border: 1px solid #888;
    border-radius: 0px;
    z-index: 2999;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
      -webkit-animation-name: plotmodalanimatetop;
      -webkit-animation-duration: 0.4s;
      animation-name: plotmodalanimatetop;
      animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes plotmodalanimatetop {
  from {top:0%; opacity:0}
  to {top:25%; opacity:1}
}

@keyframes plotmodalanimatetop {
  from {top:0%; opacity:0}
  to {top:25%; opacity:1}
}

/* Modal Header */
#plotmodalheader {
    position: absolute;
    background-color: #edecea;
    border: 0px solid #888;
    border-radius: 15px 15px 0px 0px;
    z-index: 3000;
      -webkit-animation-name: plotmodalanimatetop;
      -webkit-animation-duration: 0.4s;
      animation-name: plotmodalanimatetop;
      animation-duration: 0.4s;
}

#plotmodalfooter {
    position: absolute;
    background-color: #edecea;
    border: 0px solid #888;
    border-radius: 0px 0px 15px 15px;
    z-index: 3005;
      -webkit-animation-name: plotmodalanimatetop;
      -webkit-animation-duration: 0.4s;
      animation-name: plotmodalanimatetop;
      animation-duration: 0.4s;
}



/* The Close Button */
.plotmodalclose {
    position:absolute;
    top:0px;
    right:0px;
    margin-right:5px;
    color: #aaa;
    /*float: right;*/
    font-size: 18px;
    font-weight: bold;
}
.plotmodalclose:hover,
.plotmodalclose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.plotmodalheadtext {
    color: black;
    position: absolute;
    /*float: none;*/
    left:0px;
    top:0px;
    bottom:0px;
    margin-left: 4px;
    margin-top: 4px;
    font-size: 18px;
    line-height: 110%;
    /*height: var(--plotmodalheadheight);*/
}

.plotmodheadh4 {
    color: black;
    float: none;
    font-size: 24px
    font-weight: bold;
    line-height: 110%;
}


.plotmodal-body {
    /*position: absolute;
    width: 100%;
    top: 0%;
    /*height: var(--plotmodalbodyheight)*/
    padding: 2px 16px;
}



.plotmodalImage {
    width: auto;
}


.plotbuttonrow:after {
    content: "";
    display: table;
    clear: both;
    /*position: absolute;
    /*width: var(--plotmodalwidth);*/
    /* top: 100%; */
}

.plotbuttoncolumn {
    float: left;
    width: 50%;
    padding 0px;
}

.blogbuttonrow:after {
    content: "";
    display: table;
    clear: both;
    position: relative;
    width: 100%;
}


.plotbuttoncolumnleft {
    float: left;
    width: 20%;
    padding 0px;
    text-align: left;
}

.plotbuttoncolumnright {
    float: right;
    width: 20%;
    padding 0px;
    text-align: right;
}

.blogbuttoncolumnleft {
    float: left;
    width: 50%;
    padding 0px;
    text-align: left;
}

.blogbuttoncolumnright {
    float: right;
    width: 50%;
    padding 0px;
    text-align: right;
}

.myattribution {
    font-size: 14px;
}

.theadrow {
    vertical-align:bottom;
}

.donate-button {
    /*position: relative;
    top:0px;
    /right:0px;
    /*float: left;*/
    color: #000000;
    padding: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 0px;
    border: 1px solid #9fa3a7;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255,255,255,0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #008fcf;
    box-shadow:
        0 1px 0 rgba(0,0,0,.08),
        inset 0 1px 2px rgba(255,255,255,.67),
        inset 0 -1px 0 rgba(0,0,0,.14);
    background-image: -moz-linear-gradient(90deg, #a3a9ad 0%, #c5c9cd 100%);
    background-image: -o-linear-gradient(90deg, #a3a9ad 0%, #c5c9cd 100%);
    background-image: -webkit-linear-gradient(90deg, #a3a9ad 0%, #c5c9cd 100%);
    background-image: linear-gradient(90deg, #a3a9ad 0%, #c5c9cd 100%);
}

.donate-button:hover,
.donate-button:focus {
    color: #eaeaea;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}

.donate-button:active {
    color: #000000;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    box-shadow:
        0 1px 0 rgba(255,255,255,.08),
        inset 0 1px 2px rgba(0,0,0,.67),
        inset 0 -1px 0 rgba(255,255,255,.14);
}

.blogcontainer{
    position:relative;
    top: 60px;
}


.topstrip {
    position: relative;
    background-color: transparent;
    color: transparent;
    min-width: 100%;
    background-size: cover;
    overflow: hidden;
    padding: 0px;
    /* margin-bottom: 60px; */
    z-index: -1;
}

.fixed-bg {
    min-height: 100%;
    background-size: cover;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover;
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    z-index: -1;
    opacity: 0.65;
    }

.bg-1 {
  background-image: url("https://images.unsplash.com/photo-1501621667575-af81f1f0bacc?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80");
}
.bg-1-1 {
  background-image: url("https://images.unsplash.com/photo-1442406964439-e46ab8eff7c4?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80");
}
.bg-2 {
  background-image: url("https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80");
}
.bg-2-1 {
  background-image: url("https://images.unsplash.com/photo-1521227439113-619913356230?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80");
}
.bg-3 {
  background-image: url("https://images.unsplash.com/photo-1455165814004-1126a7199f9b?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80");
}
.bg-3-1 {
  background-image: url("https://images.unsplash.com/photo-1532186773960-85649e5cb70b?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1351&q=80");
}
.bg-4 {
  background-image: url("https://images.unsplash.com/photo-1496065187959-7f07b8353c55?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80");
}


