@import "bootstrap";

div.card.border-success
{
    margin: 1px;
    padding: 2px;
}

video#thumbnailVideo
{
    padding: 2px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height:auto;
} 

img#thumbnailImage.card-img-top1
{
    padding: 2px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* #thumbnailImage {
    display: inline-block;
    width: 90%;
    height: 90%;
    padding: 3px;
    margin: 2px;
  }
 */
 #thumbnailImage {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 1px;
  margin: 1px;
}

.card-img-top {
   max-width: 100%;
   /*border-radius: 0 !important;*/
   border-radius: .25rem;
   margin: 100px;
} 
  
.card {
    /*box-shadow: 1px 1px 1px 1px;*/
    box-shadow: 0px 3px 0px 0px;
    /*box-shadow: 2px 2px 2px 2px #aaaaaa;*/
    text-align: center;
    margin: 2px;
    padding: 0px 0px 0px 0px;
}

.card-body
{
    padding : 1px;
}

img {
    max-width: 100%;
    height:auto;
}

#tagLine
{
     line-height: 15px;
     font-size: 14px;
     color: black;
}

#logoImage {
    max-width: 100%;
    margin: 2px;
    padding: 10px 10px 10px 10px;
}

#domainName {
    text-align: center;
    color: darkgreen;
    font-family: 'Molle', cursive;
    font-size: 25px;
    line-height: 10px;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 200;
    color: #888;
    line-height: 30px;
    text-align: center
}


.card-about
{
    color: black;
    font-size: 22px;
}

#noteId
{
    color: black;
    font-size: 21px;
    white-space: pre-wrap;
    font-family: 'Roboto';
    quotes: '\201C' '\201D' '\2018' '\2019';
}

h1, h2 {
    margin-top: 1px;
    font-size: 38px;
    font-weight: 500;
    color: darkgreen;
    line-height: 30px;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    /*font-style: italic;*/
    color: forestgreen;
    line-height: 1px;
}

a, a:hover, a:focus {
    color: #19b9e7;
    text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}


::-moz-selection { background: #19b9e7; color: #fff; text-shadow: none; }
::selection { background: #19b9e7; color: #fff; text-shadow: none; }


.btn-link-1 {
    display: inline-block;
    height: 50px;
    margin: 5px;
    padding: 16px 20px 0 20px;
    background: #19b9e7;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-1.btn-link-1-facebook { background: #4862a3; }
.btn-link-1.btn-link-1-twitter { background: #55acee; }
.btn-link-1.btn-link-1-google-plus { background: #dd4b39; }

.btn-link-1 i {
    padding-right: 5px;
    vertical-align: middle;
    font-size: 20px;
    line-height: 20px;
}

.btn-link-2 {
    display: inline-block;
    height: 50px;
    margin: 5px;
    padding: 15px 20px 0 20px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus,
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }

.btn-link-2 i {
    padding-right: 5px;
    vertical-align: middle;
    font-size: 20px;
    line-height: 20px;
}


/***** Top content *****/
/*
.inner-bg {
    padding: 1px 0 1px 0;
}
*/
.top-content .text {
    color: #fff;
}

.top-content .text h1 { color: #fff; }

.top-content .description {
    margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .description a {
    color: #fff;
}
.top-content .description a:hover,
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.form-box {
    margin-top: 5px;
    border : 1px solid black;
    display: block;
}

.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background: #444;
    /*background: rgba(0, 0, 0, 1.35);*/
    -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
    text-align: left;
}

.form-top-left {
    float: left;
    width: 75%;
    padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; color: #fff; }
.form-top-left p { opacity: 0.8; color: #fff; }

.form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 66px;
    color: #fff;
    line-height: 100px;
    text-align: right;
    opacity: 0.3;
}

.form-bottom {
    padding: 25px 25px 30px 25px;
    /*background: #444;*/
    background: rgba(0, 0, 0, 0.03);
    -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
    text-align: left;
}

.form-bottom form textarea {
    height: 100px;
}

.form-bottom form button.btn {
    width: 100%;
}

.form-bottom form .input-error {
    border-color: #19b9e7;
}

.social-login {
    margin-top: 35px;
}

.social-login h3 {
    color: #fff;
}

.social-login-buttons {
    margin-top: 25px;
}

.middle-border {
    min-height: 300px;
    margin-top: 170px;
    border-right: 1px solid #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
}


/***** Footer *****/

footer {
    padding-bottom: 70px;
    color: #fff;
}

footer .footer-border {
    width: 200px;
    margin: 0 auto;
    padding-bottom: 30px;
    border-top: 1px solid #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
}

footer p { opacity: 0.8; }

footer a {
    color: #fff;
}
footer a:hover, footer a:focus { color: #fff; border-bottom: 1px dotted #fff; }

/*
.card-columns {
    @include media-breakpoint-only(xl) {
        column-count: 6;
    }

    @include media-breakpoint-only(lg) {
        column-count: 5;
    }

    @include media-breakpoint-only(md) {
        column-count: 3;
    }

    @include media-breakpoint-only(sm) {
        column-count: 2;
    }
}
*/

  .quotation{
    font-size: 30px;
    quotes: '\201C' '\201D' '\2018' '\2019';
    padding: 10px 20px;
    line-height: 1.4;
  }
  
  .quotation:before {
    content: open-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: -10px;
    position: relative;
    top: 30px;
    color: #ccc;
    font-size: 3em;
  }
  .quotation::after {
    content: close-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: 10px;
    position: relative;
    top: 35px;
    color: #ccc;
    font-size: 3em;
  }
  
  /*https://www.kirstencassidy.com/css-fancy-quotes/*/
  q{
    font-size: 18px;
    quotes: "\201C" "\201D" "\2018" "\2019";
    padding: 10px 20px;
    line-height: 1.4;
  }
  
  q:before {
    content: open-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: -10px;
    position: relative;
    top: 5px;
    color: #000;
    font-size: 1.5em;
  }
  q:after {
    content: close-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: 10px;
    position: relative;
    top: 5px;
    color: #000;
    font-size: 1.5em;
  }
  
  #socialMediaDiv {
      text-align: right;
      margin-top: 10px;
      margin-right: 10px
  }
  
  .clearfix {
    overflow: auto;
  }
  
  saidbyDiv{
  }
  
  div
  {
      height: auto;
      padding: 5px;;
      align-content: center;
  }
  
  #allaboutmylifeimage {
    /*opacity: 1.5;*/
    /*filter: alpha(opacity=50); /* For IE8 and earlier */
  }
  
  i
  {
    font-family: Roboto;
    font-size: 17px;
  }
  
  #disclaimer
  {
    font-family: Roboto;
    font-size: 17px;
    font-style: italic;
    margin: 100px;
    border: 1px solid red;
  }
  #copyright
  {
    font-family: Roboto;
    font-size: 17px;
    font-style: italic;
    text-align: left;
    margin: 100px;
    border: 1px solid red;
  }
  
  .sendEmailForm {
    margin: 20 80 80 80px;
    display: none;
  }
  
  .sendEmailFormDiv {
      display: none;
  }
  
  #sendEmaildiv
  {
    text-align: right;
    width: 85%;
    margin: 0px auto;
    margin-top: 5px;
    /*padding: 10px, 10px, 10px, 10px;*/
    display: block;
    font-family: 'Roboto';
    font-size: 15px;
  }
  
  .loginForm {
    margin: 20 80 80 80px;
    display: none;
  }
  
  #loginsignupdiv {
    text-align: right;
    /*width: 95%;
    margin-top: 1px;
    padding: 1px, 1px, 1px, 1px;
    display: block;
    font-family: 'Roboto';
    font-size: 15px;*/
  }
  
  #memberLogin {
    color: green;
    display: block;
    text-align: right;
    box-sizing: border-box;
    padding: 25px;
  }
  
  
  /*
  img, #thumbnailImage {
    border-radius: 49%;
    box-shadow: 2px 2px 2px 2px #aaaaaa;
    width: 105px;
    height: 105px;
    padding: 3px;
    margin: 10px;
  }
  
  */
  
  #thumbnailImage:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8*/
    transform: scale(1.5);
  }
  
  article {
    float: left;
    padding: 10px;
    width: 1050px;
    max-width:100%;
    background-repeat: repeat-y;
    text-align: center;
    margin: 10px;
  }
  
  #articlediv
  {
    /* width:100%;*/
    max-width:100%;
    text-align: center;
    text-justify: distribute-all-lines;
  }
  
  table { box-sizing: border-box; margin:1px;}
  /*td, th { padding-left: 16px; min-width: 170px; text-align: left; }*/
  /*td { min-width: 700px; -webkit-box-align: center; vertical-align: middle;}*/
  #rowshadow { display: block; height: auto; }
  /*tr { display: block; }*/
  
  /*#rowshadow, tr:hover { box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.5); cursor: pointer; }*/
  /*#rowshadow { box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.5); cursor: pointer; }*/
  
  #articleshadow, #noteShadow
  {
    padding: 10px;
    margin: 10px;
     width: 100%;
     max-width:100%;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .copyright_breadcrumb {
    color: green;
  }
  
  .blockquote-footer {
    color: black;
  }
  
  ul.breadcrumb {
    padding: 1px 1px;
    list-style: none;
    /*background-color:#eee; */
    background-color: transparent;
    color: green;
    /*color:green; grey background of subfooter*/
    font-style: italic;
  }
  
  ul.breadcrumb li {
    display: inline;
  }
  
  ul.breadcrumb li+li:before {
    padding: 1px;
    color: black;
    content: "/\00a0";
  }
  
  ul.breadcrumb li a {
    background-color: transparent;
    color: green;
  }
  
  #pfooter {
    font-style: bold;
  }
  
  #dashboard {
    margin: 10px;
  }
  
  #maintable {
    /*border : 1px solid ghostwhite;*/
  }
  
  .dropdown-toggle::after {
    display: none;
  }
  
  div.dropdown-menu a {
    cursor: pointer;
  }
  
  td.deleteAllAboutMyLife {
    cursor: pointer;
  }
  
  td.editAllAboutMyLife {
    cursor: pointer;
  }
  
  /*body {
      font-family: 'Roboto', sans-serif;
      font-size: 10px;
      font-weight: 300;
      color: #888;
      line-height: 30px;
      text-align: center;
  }*/
  
  
  /* Style the header */
  header {
    /* background-image: url("Images/Header.jpg"); */
    background-repeat: repeat-y;
  
    /*background-color: green;*/
    padding: 30px;
    text-align: center;
    font-size: 20px;
    color: Green;
  }
  
  /* Style the footer */
  footer {
    /*background-color : green;*/
    /*background-image: url("Images/Footer.jpg");*/
    background-repeat: repeat-x;
    padding: 10px;
    text-align: center;
    color: black;
  }
  
  /* Create two columns/boxes that floats next to each other */
  nav {
    float: left;
    width: 10%;
    /*height: 200px;  only for demonstration, should be removed */
    /*background: whitesmoke;*/
    padding: 2px;
  }
  
  /* Style the list inside the menu */
  nav ul {
    list-style-type: none;
    padding: 10;
  }
  
  /*Clear floats after the columns */
  section:after {
    /* content: "Nav Content Goes Here"; */
    display: table;
    clear: both;
  }
  
  /* Responsive layout - makes the two columns/boxes stack on top of each other instead of next to each other, on small screens */
  @media (max-width: 600px) {
    nav,
    article {
      width: 100%;
      height: auto;
    }
  }
  
  .thead-inverse th {
    background-color: #37474f;
    /* goldenrod;*/
    color: gold;
  }
  
  .thclass {
    border: 2em;
    background-color: white;
    height: 100%;
  }
  
  .searchBar#totalRetrieved {
    text-align: "center";
  }
  
  
  
