/* 
    Created on : Jun 20, 2020, 4:19:07 PM
    Author     : Narlin
*/
h2 {
    margin-top: 100px;
    text-align: center;
}
h3 {
    margin-top: 100px;
}
a:visited {
  color: #ff00ff;
}

a.myButton-link{
    color: #007bff;
    text-decoration: none;
    background-color: #fff000;
    border-radius: 12px;
    padding-left: 5px;
}
img {
    border-radius: 8px;
}
.nav-tabs {
    border: solid 1px;
    width: 50%;
}
.modest{
    border: 1px solid #4CAF50;
    max-width: 1500px;
    margin: 1em;
    padding: 1em;
}
footer {
    background: #fff;
    clear: both;
    height: 15px;
    margin-top: 0px;
    padding-top: 0;
    position: relative;
    width: 100%;
    text-align: center;
}
#footer {
    background: #fff;
    clear: both;
    height: 15px;
    margin-top: 0px;
    padding-top: 0;
    position: relative;
    width: 100%;
    text-align: center;
}
footer.sticky {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    padding: 0px;
    /*  background-color: #ffffff; 
      border-color: #000062;
      border-top-style: solid;
      border-left-style: solid;
      border-right-style: solid;
      border-bottom-style: none;
      border-width: 1px; */
    color: #000062;
    text-align: center;
    line-height: 1.2;
}
footer.sticky > a{
    color: #000062;
    text-align: center;
}
.myCode { /* used to display code snippets */
    font-family: monospace;
    font-size: 15px;
    color: darkgreen;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
}
.fixed{
    max-width: 900px;
    font-size: 1.2em;
    margin: auto;
}
.red{
    color: #ff0000;  
}
figure {
    border: 2px #000062 solid;
    padding: 4px;
    margin: 4px;
    max-width: 50%;
    text-align: center;
    float: right;
}
figure.rightsmall {
    border: 2px #000062 solid;
    padding: 4px;
    margin: 4px;
    max-width: 25%;
    text-align: center;
    float: right;
}
figure.L {
    border: 2px #000062 solid;
    padding: 4px;
    margin: 4px;
    max-width: 50%;
    text-align: center;
    float: left;
}
figure.full {
    border: 2px #000062 solid;
    padding: 4px;
    margin: 4px;
    max-width: 100%;
    text-align: center;

}

figcaption {
    background-color: #000062;
    color: white;
    padding: 2px;
    text-align: left;
}
.img-responsive { /* overides a bug in bootstrap */
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.example {
    border: 2px #000062 solid;
    padding: 4px;
    margin: 4px;
    overflow: hidden;
}
.ex2 {
  max-width: 500px;
  margin: auto;
  border: 2px #000062 solid;
  font-size: large;
  color: #000062;
}

