html{
    background-color: #cdcdcd5c;
}

.fas{
    margin-left: 1vw;
}

.container h2{
    margin-left: 15em;
}
.logo {
    position: absolute;
    top: 10px; 
    right: 10px; 
    z-index: 9999; 
  }
.logo img{
    width: 96%;
    height: auto;
}
  h1{
    text-align: center;
    margin-top: 4em;
    font-size: 3em;
  }

  .logo h2{
    margin-left: 16%;
    margin-top: 2%;
  }
  
  .button{
     position: absolute;
    right: 50px;
    z-index: 9999;
  }
  
  .p{
      font-family: 'Open Sans', sans-serif;
      font-size:13px;
      padding-bottom:10px;
      text-align: justify;
  }
  
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
    left:0;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}

.content{
    padding:10px 10px 10px 0px;
    
}

.hover_bkgr_fricc .content p{
    text-align:justify;
    margin-top:0em;
    font-size: 1.5em;
    margin-bottom:1em;
    text-transform: none;
}
.hover_bkgr_fricc .content h1{
    font-size: 2em;
    padding-bottom: 10px;
    margin:auto;
    text-align: justify;
    margin-bottom:0em
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    min-height: 10%;
    vertical-align: middle;
    width: 75%;
    position: relative;
    border-radius: 8px;
    padding: 20px;
    top:5%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}

/* pagination */

.pagination {
    margin: 2em 0 1em 0;
  }
  
  
  .pagination,
  .pagination li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .pagination li {
    background: #f23b26;
    list-style: none;
  }
  .pagination li a {
    text-decoration: none;
    color: #fdfdfd;
    height: 50px;
    width: 50px;
    font-size: 18px;
    padding-top: 1px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-right-width: 0px;
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35);
  }
  .pagination li:last-child a {
    border-right-width: 1px;
  }
  .pagination li a:hover {
    background: rgba(255, 255, 255, 0.2);
    border-top-color: rgba(0, 0, 0, 0.35);
    border-bottom-color: rgba(0, 0, 0, 0.5);
  }
  .pagination li a:focus,
  .pagination li a:active {
    padding-top: 4px;
    border-left-width: 1px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: inset 0px 2px 1px 0px rgba(0, 0, 0, 0.25);
  }
  .pagination li.icon a {
    min-width: 120px;
  }
  .pagination li:first-child span {
    padding-right: 8px;
  }
  .pagination li:last-child span {
    padding-left: 8px;
  }
  
  .page-content {
    display: none;
}

.page-content.active {
    display: block;
}

.page-content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-content {
  text-align: center;
}

.page-content img{
    
    min-width: 700px;
    height:auto;
    border:solid;
}


.graph{
    margin: 2%;
    display: grid;
  justify-content: center;
  align-items: center;
}

.graph img{
    margin: 2%;
    border:solid;
}

.disclaimer{
    background: #202124;
    color: white;
}

.disclaimer h1{
        padding: 1%;
}

.disclaimer p{
    font-size: 1.5em;
    margin: 0% 2% 0% 2%;
    padding-bottom: 1%;
    text-transform: none;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  /*background-color: #fefefe;*/
  margin: 15% auto;
  padding: 20px;
  /*border: 1px solid #888;*/
  width: 80%;
  max-width: 700px;
  position: relative;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.bn632-hover {
  width: 115px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin: 20px;
  height: 55px;
  text-align:center;
  background-size: 300% 100%;
  border-radius: 8px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.bn632-hover:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.bn632-hover:focus {
  outline: none;
}

.bn632-hover.bn28 {
  background-image: linear-gradient(
    to right,
    #eb3941,
    #f15e64,
    #e14e53,
    #e2373f
  );
  box-shadow: 0 5px 15px rgba(242, 97, 103, 0.4);
}
  