:root {
  --main: white;
  --card-title: #3e4047;
  --card-content: black;
  --card-other: #292a2d;
}

.dark-theme {
  --main: #292a2d;
  --card-title: white;
  --card-content: white;
  --card-other: #c2bebe;
}

body {
  background-color: var(--main);
  padding-top: 70px;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

table {
    border-collapse: collapse;
    width: 100%;
}
th, td {
    text-align: left;
    padding: 8px;
    border: 1px solid #ddd;
}
tr:nth-child(even){background-color: #f2f2f2}

img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.screenshot {
  border-radius: 20px;
  margin: 10px;
  display: inline-block;
  width: 282px;
}

.screenshot1 {
  border-radius: 28px;
  margin: 10px;
  display: inline-block;
  width: 282px;
}

#images{
    text-align:center;
}

#main {
  flex: 1;
  margin-bottom: 24px;
}

.jumbotron {
  background-color: #2a7ae2;
  color: white;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.jumbotron p {
  font-size: 18px !important;
}

p,
li {
  font-size: 16px;
  line-height: 1.5;
}

a:hover {
  text-decoration: none;
}

.heading {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0);
}

.card-content-1 p,
.card-content-1 li {
  font-size: 16px;
  line-height: 1.5
}

.card-title {
  font-weight: 400;
  margin: 0;
}

.card-title a {
  color:  var(--card-title);
  transition: all 0.3s ease-out;
}

.card-title a:hover {
  color: #2a7ae2 !important;
}

.card h6 {
  color:  var(--card-other);
  margin-bottom: 0;
}

.container .text-muted {
  margin: 14px 0;
  font-size: 14px !important;
}

.navbar {
  transition: box-shadow 0.2s ease-out;
}
.navbar-transparent {
  background: var(--main) !important;
  color: black !important;
  padding-top: 10px !important;
}

.navbar-shadow {
  box-shadow: 0 1px 8px rgba(0,0,0,.3) !important;
}

.nav li {
  transition: all 0.2s ease-out;
}

.nav li:hover {
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 2px;
}

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
  background-color: rgba(0, 0, 0, 0.04);
}

.navbar-brand-img img {
  height: 25px;
  margin-bottom: 2px;
}

.icon-bar {
  color: #2a7ae2;
}

.btn-white {
  color: #2a7ae2 !important;
}

.card {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  background-color: var(--main);
  margin-bottom: 24px;
  word-wrap: break-word;
}

.card-content-1 {
  color: var(--card-content);
  padding: 24px;
}

.card p.index {
  color: var(--card-other);
  margin: 0;
}

.card-button {
  padding: 0 8px;
  border-top: 1px solid rgba(0,0,0,0.12);
}

.card-button .btn {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: 0;
  margin-left: 0;
}

.footer-icons {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 32px;
  float: right;
  height: 100%;
}

.fa {
  transition: .5s;
}

.fa:hover {
  color: black;
}

.footer {
  width: 100%;
  background-color: #EEEEEE;
}

.footer-img {
  height: 18px;
  margin-top: 16px;
}

.post .jumbotron {
  padding: 28px 0;
  box-shadow: none;
}

.post h1 {
  font-size: 3.9em;
}

@media (max-width: 768px) {
  .post h1 {
    font-size: 3.5em;
  }

  .footer-icons,
  .footer {
    text-align: center;
    float: none
  }

  .container.post {
    padding: 0;
  }

  .container.post .card {
    border-radius: 0;
  }

  .card-content-1 {
    padding: 24px 16px;
  }
}

.hide {
    font-size:0;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  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 */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/*
 Only custom marker for summary/details
 For cross browser compatible styling hide Firefox's marker by setting summary { display: block }
 and Chrome and Safari's marker by setting ::-webkit-details-marker {display: none;}
*/
summary {
  display: block;
  cursor: pointer;
  outline: 0; 
}

summary::-webkit-details-marker {
    display: none;
  }

.list {
  display: block;
  white-space: nowrap;
  position: relative;
}

.list.expandable[open] > .list-title::before {
  font-family: "ionicons";
  transform: rotate(90deg);
}
.list.expandable > .list-title {
  padding-left: 2.4rem;
}
.list.expandable > .list-title::before {
  position: absolute;
  will-change: transform;
  transition: transform 300ms ease;
  font-family: "ionicons";
  font-size: 1.1rem;
  content: "\f125";
  left: 0;
  display: inline-block;
  width: 1.6rem;
  text-align: center;
}
