header {
  /* background: #00123A; */
  background: #003fcb; 
  height: 125px;
  //width: 2000px;
  width: 100%;
  padding: 0;
  overflow: hidden;  
  opacity: 0.8;
}

footer{
  background: #003fcb; 
  height: 125px;
  width: 2000px;
  padding: 0;
  overflow: hidden;

  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;    
  opacity: 0.8;
}

body {
  color: #00123A;
  /* background: #a0bdff; */
  /* background-image: url('../images/earth.png'); */
  /* background-image: url('../images/World-Map.png'); */
  background-image: url('../images/R.jpg');
  background-size: 100%;
  /* background-repeat: no-repeat;   */
  background-position: center;
}

a {
  color: darkblue;
}

.tdImgPortrait {
  width: 120px;
}

.imgHeader, .imgLandscape, .imgPortrait {
  /* height: 165px; */
  height: 117px;
  border: solid black 1px;
}

.imgPortrait {
  width: 117px;
}

.favoritesTable {
  width: 80%;
}
.navbar {
  background: #001a54;
  opacity: 0.8;
}
.navbar li {
  margin: 0;
  padding: 0;
  margin-left: 10px;
}
.navbar li a {
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: block;
  color: white;
}
.navbar li.active {
  background: #003fcb;
}
.navbar li:hover {
  background: #2166ff;
}

.table {
  width: 95%;
}

.imgList {
  list-style-type: none;
  
}
.imgList li {
  /* float: right; */ 
  float: left; 
  margin-left: 3px;
  margin-top: 3px;
  margin-bottom: -10px;
}

#myNavigation {
  display: block;
}

.card {
  color: white;
  background: #001a54;
  padding-left: 10px;
  padding-right: 10px;
  width: 80%;
  opacity: 0.8;  
}
.card a {
  color: white;
}

#programing .card {
  color: #00123A;
  background: #a0bdff;
  /* padding-left: 10px; */
  /* padding-right: 10px; */
}

#programing .card-header {
  color: #00123A;
  background: #a0bdff;  
}

#programing a {
  color: darkblue;
}

#blogRow {
  animation-name: animationBlog;
  animation-duration: 0s;
  animation-fill-mode: forwards;
}

@keyframes animationBlog {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.card-header {
  background: #00123A;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: -10px;
}

.card-text {
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn {
  border: 1px solid black;
}

.btn-lg {
  background: #002577;
  opacity: 0.5;  
}
.btn-lg:hover:enabled {
  background: #0041d3;
}

.kachel {
  margin: 2px;
  width: 218px;
  height: 110px;
  border: 0px solid black;
}
.kachel img {
  border: 0px solid black;
}
.kachel:hover {
  /* border-top: 2px solid #d3e1ff; */
  background: #d3e1ff;
}

#blogRow {
  margin-top: 50px;
}

#myTitle {
  margin-left: -500px;
  animation-name: animationMyTitle;
  animation-duration: 0s;
  animation-fill-mode: forwards;
}

#myTitle a {
  text-decoration: none;
}

#myTitle pre {
  color: red;
  font-size: 57%;
  font-weight: bold;
  line-height: 1em;
  overflow: hidden;
  margin-left: 10px;
  margin-top: 30px;
}

@keyframes animationMyTitle {
  0% {
    margin-left: -500px;
  }
  100% {
    margin-left: 0px;
  }
}
.titleImg {
  animation-name: animationTitleImg;
  animation-duration: 0s;
  animation-fill-mode: forwards;
  /* opacity: 1; */
}

.titleImg:hover {
  background-color: #2166ff;;
}

@keyframes animationTitleImg {
  0% {
    margin-right: -200px;
  }
  100% {
    margin-right: 0px;
  }
}

/*# sourceMappingURL=app.css.map */
