* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}
body {
  height: 100%;
  background: linear-gradient(to left top, #278581, #043634);
  color: #5ca6a3;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p {}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2.5rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1rem;
}
p {
  font-size: 1rem;
}
hr {
     border-top-color: #155e5a;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-color: #0a4643;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin: 20px 0 20px;
}
/*
.container hr {
  border-top-color: #D02124;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-color: #b8eaa7;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin: 20px 0 20px;

}
*/
.main-content {
  padding: 50px 100px;
}
.container {
  background-color: #5CA6A3;
  border-radius: 10px;
  padding: 5% 3%;
  color: #101010;
  margin: 50px 100px;
/*
  display: flex;
  justify-content: center;
  align-items: center;
*/
}
.footer {
  /* background-color: #164a41;*/
  background: linear-gradient(to right top, #043634, #043634);

  padding: 50px;
}
.text-align {
  text-align: center;
}
.text-align {
  text-align: center;
}
@media (max-width:499px) {
  .main-content {
    padding: 30px 30px;
  }
  .container {
    margin: 30px 15px;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  h4 {
    font-size: 1rem;
  }
  p {
    font-size: 0.8rem;
  }
}
/* Sidebar Collapsable menu 
============================*/
#main {
  transition: margin-left .4s;
}
#mySidebar {
  width: 25%
}
.sidebarMenu {
  height: 100%;
  width: 200px;
  background-color: #082E2D;
  position: fixed !important;
  z-index: 1;
  overflow: auto;
  padding-top: 50px;
        background-image: linear-gradient( 
88deg,#01241e 1.9%,#0b463b 71.28%,#066453);
}
.sidebarMenu > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebarMenu hr {
    border-top-color: #051e1d;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-color: #10524f;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin: 20px 0 20px;
}
li.menu-item {
border-color: rgb(24 100 97) rgb(9 66 64) rgb(8 46 45);
    border-style: solid none;
    border-width: 1px 0px;
    background-color: rgb(12 73 70);
    font-size: 16px;
}
li.menu-item:hover {
  background-color: #186561;
/*  color: #ffffff!important;*/
}
li.menu-item.css {
  border-right-color: #9ecaef;
  border-right-width: 5px;
  border-right-style: solid;
}
li.menu-item.js {
  border-right-color: #9dc88d;
  border-right-width: 5px;
  border-right-style: solid;
}
li.menu-item.react {
  border-right-color: #d88b00;
  border-right-width: 5px;
  border-right-style: solid;
}
li.menu-item.home {
  border-right-color: #e6c000;
  border-right-width: 5px;
  border-right-style: solid;
  background-color: #9c8616;
}
li.menu-item.home a {
  color: #efc700;
}
li.menu-item a {
  color: #498f8c;
  display: block;
  padding: 15px 0;
  text-decoration: none;
}
.menu-title {
  padding: 15px;
  text-align: center;
  color: #5ca6a3;
}
.menu-large {
  font-size: 24px !important
}
button#openNav {
  margin-bottom: 25px;
  border-radius: 7px;
}
button.close {
  position: relative;
  right: -80%;
  border-radius: 7px;
}
.menu-btn, .menu-button {
  border: none;
  display: inline-block;
  padding: 10px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  /*  background-color: inherit;*/
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #0c4946;
}
.menu-btn, .menu-button:hover {
  background-color: #0d4c49;
  color: #a1dbd9;
}
.menu-button:disabled {
  cursor: not-allowed;
  opacity: 0.3
}
.sidebar-block .menu-item {
  max-width: 100%;
  display: block;
  padding: 8px 16px;
  text-align: center;
  white-space: normal;
  float: none;
  outline: 0
}
.menuCard {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}
@media (max-width:600px) {
  .menu--bar-item.menu--mobile {
    text-align: center
  }
}
@media (min-width:993px) {
  .sidebarMenu.menu--collapse {
    display: block !important
  }
}
@media (max-width:992px) {
  .sidebarMenu.menu--collapse {
    display: none
  }
  .menu--main {
    margin-left: 0 !important;
    margin-right: 0 !important
  }
}
@media (max-width:600px) {
  #mySidebar {
    width: 100%
  }
}
.menuAnimate-left {
  position: relative;
  animation: animateleft 0.4s
}
@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0
  }
  to {
    left: 0;
    opacity: 1
  }
}