body
{
  background-color:#ffffff;
  font-family: Calibri, Arial, Helvetica, sans-serif;
  font-size:16px;
  line-height:1.5;
  padding:0px;
  margin:0px;
}

.container
{
  /*just to see
  border:3px solid #000000;*/


  width:80%;
  margin:auto;
  overflow:hidden;
}

ul
{
  margin:0;
  padding:0;
}

.topics
{
  color: #009a2d;
  font-weight: bold;
}

.inlineEmphasis
{
  font-weight: bold;
}

.inlineEmphasisBlue
{
  color: #007f9d;
  font-weight: bold;
}

header
{
  background-color:#ffffff;
  color:#000000;
  padding-top:30px;
  min-height:70px;
  border-bottom:#e8491d 3px solid;
}

header a
{
  color:#e8491d;
  font-weight:bold;
  text-decoration:none;
  font-size:18px;
}

header li
{
  float:left;
  display:inline;
  padding:0 20px 0 0;
}

header #branding
{
  display:flex;
  column-gap: 20px;
}

header #branding #box-1
{
  height: 200px;
  width: 271px;
  /*background-color: orange;*/
}

header #branding #box-2
{
  height: 200px;
  width: 600px;
  font-style: italic;
  font-size: 14px;
  overflow: hidden;

  /*background-color: green;*/
}

header #branding #box-1 h1
{
  margin:0;
}

header nav
{
  margin-top:10px;
  float:left;
}

header .highlight, header .current a
{
  color:#e8491d;
  font-weight:bold;
}

header a:hover, #topicsTutorials a:hover
{
  color:#cccccc;
  font-weight:bold;
}

#showcase
{
  min-height:620px;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 10px 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.captions-container
{
	position: absolute;
	width: 100%;
	margin-top: 40px;
}

.dotgroup
{
	margin-top:30px;
	text-align:center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}


.captionText
{
  color: #e8491d;
  font-size: 15px;
  font-style: italic;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.fade {
  animation-name: fade;
  animation-duration: 10s;
}

#topicsTutorials a
{
  color:#e8491d;
  font-weight:bold;
  text-decoration:none;
  font-size:16px;
}

.linkTheme
{
  color:#e8491d;
  font-weight:bold;
  text-decoration:none;
}

p a.linkTheme:hover
{
  color:#cccccc;
  font-weight:bold;
}

footer
{
  padding:20px;
  margin-top:20px;
  color:#ffffff;
  background-color:#e8491d;
  text-align:center;
}

/* media queries*/
@media(max-width; 768px)
{
  header #branding,
  header nav,
  header nav li
  {
    float:none;
    text-align:left;
    width:100%;
  }

  header
  {
    padding-bottom:20px;
  }

  #showcase h1
  {
    margin-top:40px;
  }
}
