@import url(/css/bootstrap/css/bootstrap.css);
@import url(/css/webservices.css);

html {
  margin: 0px;
}

body {
  background-color: #303030;
  color: #f0f0f0;
  margin: 0px;
  font-size: 140%;
  position: relative;
}

div.container {
  position: relative;
}

h1 {
  text-align: center;
  font-weight: 400;
  font-size: 400%;
  padding: 0.1em;
}

h1 img {
  width: 100%;
}

h1 em {
  font-style: normal;
  font-weight: 600;
  color: #ee6d34;
}

footer {
  text-align:center;
  border: solid #666; border-width: 1px 0 0;
  margin: 1em 0 0;
  padding: 1em;
}

#webservices ul li {
  margin-left: 0;
}

#information {
  background-color: #202020;
  padding: 2em 1em;
}

#information p {
  text-indent: 0;
  margin-bottom: 0;
}

#information p a img {
  max-width: 100%; max-height: 190px;
}

.section-box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
  justify-content: flex-end;
  min-height: 66vh;
}

.bgimage {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}

.bgimage#lead {
  background-image: url(../image/lead.jpg);
}

.bgimage#about {
  background-image: url(../image/about.jpg);
}

.bgimage#interview {
  background-image: url(../image/interview.jpg);
}

.bgimage#history {
  background-image: url(../image/history.jpg);
}

.article-text {
  min-width: 270px;
  background-color: rgba(0, 0, 8, 0.7);
  line-height: 1.7em;
  padding: 10px;
  border-radius: 10px;
  margin: 10px 10px 20px;
  box-shadow: 0 0 5px 5px rgba(96, 96, 128, 0.33);
}

.article-text > h2 {
  color: #8bf986;
  margin: 0 0 1em;
}

.article-text > h2 small {
  color: #8bf986;
}

.article-text p {
  text-indent: 1em;
}

.article-image-group {
  margin: 10px;
}

.article-image-group p.article-image {
  text-indent: 0;
  margin-bottom: 0;
}

.article-image img {
  width: 100%;
}

.readmore {
  background-color: rgba(48, 48, 48, 0.9);
  border: solid 1px #666666;
  margin: 0;
}

.readmore button {
  width: 100%;
  /*background-color: rgba(0, 0, 0, 0.5);*/
  background-color: rgba(0, 0, 80, 0.45);
  border: none;
  font-size: large;
  text-align: center;
  padding: 1em;
}

.readmore button:hover {
  /*background-color: rgba(255, 255, 255, 0.05);*/
  background-color: rgba(0, 0, 200, 0.2);
  border-top-color: #666666;
}

.readmore button:active {
  color: #cccccc;
  /*background-color: rgba(255, 255, 255, 0.05);*/
  background-color: rgba(0, 0, 200, 0.2);
  border-top-color: #666666;
}

.readmore button .content::before {
  color: #ee6d34;
  font-family: "Glyphicons Halflings";
  content: "\2b\20";
}

.readmore button[aria-expanded="false"] .content {
  color: #ee6d34;
  display: block;
}

.readmore button[aria-expanded="true"] .content {
  display: none;
}

.readmore button[aria-expanded="true"]::before {
  font-family: "Glyphicons Halflings";
  content: "\2212\20\9589\3058\308b";
}

.readmore .readmore-content {
  padding: 1em;
}

.readmore .readmore-content p img.rounded {
  display: inline;
  width: 300px;
  border-radius: 2px;
  margin: 10px;
}

#about .readmore .row > h3 {
  color: #f48942;
  padding-left: 15px;
}

#about .readmore .row > h3::after {
  content: "\20\1F320";
  color: #ffff00;
}

#about .readmore .row h4::before {
  content: "\1F319\20";
  color: #ffff00;
}

#about .readmore .readmore-content .row:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.15);
}

#about .readmore .readmore-content .row:last-child {
  margin-bottom: -14px;
}

#interview .readmore .interview-text h3 {
  color: #f48942;
  font-size: 120%;
  text-indent: -2em;
  margin-left: 2.1em; margin-top: 2em;
  box-shadow: 0 -4px 8px -8px rgba(255, 255, 0, 0.7);
}

#interview .readmore .interview-text h3::before {
  position: relative; top: -.6em;
  content: "\2605\20";
  color: #ffff00;
  font-size: 150%;
  text-shadow: 0 0 6px rgba(255, 255, 0, 0.7);
}

#interview .readmore .interview-text p {
  margin-left: 6rem;
}

#interview .readmore .profile {
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 10px;
  margin: 15px 15px 0;
}

#interview .readmore .profile ul {
  margin-top: 30px;
}

#history .readmore .readmore-content p img.rounded {
  width: 90%;
}

#history .readmore .row + .row {
  padding-top: 10px;
  border-top: dashed 1px #666666;
}

@media (max-width: 1199px) {
  .container {
    padding: 5px;
    width: 100%;
  }
  h1 small {
    display: block;
    margin-top: 0.3em;
  }
}

@media (max-width: 768px) {
  .article-text {
    width: 100%;
  }
  .article-image-group {
    flex-direction: row;
    width: 100%;
  }
}

p.loupe-wrapper {
  position: relative;
}

p.loupe-wrapper::after {
  display: block;
  position: absolute; top: 0; right: 0;
  content: "\1F50D";
  background: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  padding: 4px;
  border-radius: 50%;
  margin-top: 4px; margin-right: 24px;
}

img.loupe-large {
  box-shadow: 0  0 5px 5px #999999;
}



body#interview-list .page-header ul li {
  color: #ee6d34;
  font-size: 120%;
}
