
/*
 * Base structure
 */

 html,
 body {

  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 

  color: #fff;
  text-align: center;
  text-shadow: 0 .05rem .1rem rgba(0,0,0,.5);
  
  font-family: "Lucida Sans Unicode", Courier, monospace;

  scroll-behavior: smooth;
}

a{
  color: #3d3d3d;
}
a:hover{
  color: #2a4e89;
}

.background{
  background-image: url("resources/images/background_binary2\(1\).png");
  background-color: #1D193C;
  position: fixed;

  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 

  z-index: -1;
}

.background-effect{
  background-image: url("resources/images/codeBackgroundDarkEffects.png");
  background-color: transparent;
  background-size: contain;
  background-repeat: repeat-y;
  position: absolute;

  top: 12%;
  left: 0; 
  width: 100%; 
  height: 100%; 

  z-index: -1;
}


/* Extra markup and styles for table-esque vertical and horizontal centering */
.cover {
  width: 100%;
  /*height: 100%; */
  vertical-align: middle;
  display: table;

}
.cover-container{

  margin-top: 10vw;
  margin-bottom: 10vw;
}
.cover-container-text{
  font-size: 2vw;
  text-shadow: -3px 0 black, 0 3px black, 3px 0 black, 0 -3px black;
}



/*
 * Header
 */

 .masthead {
   background-color:  rgba(0,0,0,.8);
 }

 .masthead-brand {
  width:  10%;
  height: 10%;
}

.cover-icon-link{
  border-top: 2vw;
  font-size: 7vw;  /*dependent on the screen size*/ 
  border-bottom-color: transparent;
  color: rgba(255,100,0,1);
}

.cover-icon-link:hover{
  color: rgba(186,100,255,1); 
  cursor: pointer; 
  text-decoration: none;
  text-shadow: 0.1rem;
}
.cover-icon-link:focus {
	color: rgba(186,100,255,1);
	text-decoration:none; 
	cursor: pointer; 
}

.cover-image {
  padding: 2%;
  width: 22.8%;
}

.nav-img {
  width: 50px;
  height: auto;
  float: left;
  margin: 0;
}

.nav-link {
  font-weight: normal;
  color: rgba(150,150,150,1);
  background-color: transparent;
  border-bottom-color:transparent;
  padding-top: 1em;
  /*font-style: normal;
  font-size: 1em; */
  text-decoration: none;
  margin: auto;
}

.nav-text{
  display: inline-block;
  font-weight: normal;
  color: rgba(150,150,150,1);
  background-color: transparent;
  border-bottom-color:transparent;
  font-style: normal;
  font-size: 1em; 
  text-align: center;
  text-decoration: none;
}

.navbar{
  opacity: 0.9;
  border-radius: 1.5em;

  margin:0.5em;

  background-size: cover;
  background-color: transparent;

  border-style: none;
  display: block;
}

.navbar-toggler{
  color: rgba(150,150,150,1);
  float: right;
  border-radius: 1.5em;
  border-style: solid;
  border-color: rgba(150,150,150,1);
}

.nav-link-fancy{
  font-weight: bold;
}


.nav-link:hover{
  color: rgba(255,255,255,1);
  cursor: pointer;
}

.text-row{
  padding-bottom: 1em;
}

/*h2{
	padding-left: 5em;
	padding-right: 5em;
}*/

/*
 * Middle
 */

  .jumbotron{
     margin-left: auto;
     margin-right: auto;

     padding-left: 5%;
     padding-right: 5%;

     background-color: rgb(38, 73, 154);

     background-image: url("resources/images/statisticsBack.png");
     background-size: 100%;

     border-radius: 2em;
     width: 90%;
  }

  .jumbotron  h1{
    font-size: 5vw;  
    color: rgba(20,20,20,1);
  }
  .jumbotron  h2{
    font-size: 3vw; 
    color: rgba(20,20,20,1);
  }
  .jumbotron  h3{
    font-size: 2vw; 
    color: rgba(20,20,20,1);
  }
  .jumbotron  h4{
    font-size: 1.5vw; 
    color: rgba(20,20,20,1);
  }
  /*.jumbotron-heading{
    padding-bottom: 3.5em; 
  }*/

  .p-citation{
    font-size: 1em; 
    color: rgba(20,20,100,1);
  }

  .container{
  }
  .container-link {
    color: black;
    background-color: transparent;
    border-bottom-color:transparent;
    margin: auto;
  }
  .container-link:hover{
    color: rgba(255,255,255,1);
    cursor: pointer;
  }



  @media only screen and (max-width: 768px) {
    .card-image{
      width: 4%;
      visibility: hidden;
    }
    .card {
      width:100%;
      height: auto;
      
      padding: 0.0%;
      margin: 1.0%;
      box-shadow: 0.5em 0.5em 0.5em rgba(60,60,60,1);

      border-style: outset;
      border-radius: 1.0em;
      border-width: 0em;

      border-color: transparent;

      /*background-image: url("resources/images/cardSkin.png");*/
      background-size: 100% 100%;
      float: right;

      max-height: 3em;
    }
  }

  @media only screen and (min-width: 768px) {
    .card-image{
      height: 100%;
      width: 90%; 
      margin: auto;
      display: block;
    }
    .card {
      padding: 10%;
      margin: 2.5%;
      box-shadow: 1em 1em 1em rgba(60,60,60,1);

      border-style: outset;
      border-radius: 1.5em;
      border-width: 0em;

      border-color: transparent;

      background-image: url("resources/images/cardSkin.png");
      background-size: 100% 100%;
      float: right;
    }
  }

.jumbotron  p.card-title{
 font-size: 1em; 
 color: rgba(50,50,50,1);
 text-align: center;
}


.card:hover{
 transform: scale(0.98);
 background-image: url("resources/images/cardSkinHover.png");
}

.card-description-image{
  width: 80%; 
  margin:auto;
  display: block;
}


/*
* Poppups
*/

.modal-content,  .modal-footer{
  background-color: rgba(150,150,150,1);
  box-shadow: none;
  display: block;
  text-align: left;
  border-radius: 1.5em;
}

.modal-footer{
  border-radius: 0 0 1.5em 1.5em;
}

.modal-open {
  /*avoid modal stucking background*/
  overflow: visible;
  /*position: fixed; */
}

.icon {
  height: 100px;
  width: 100px;
  display: block;
  vertical-align: middle;
}

