﻿#header {
  padding-bottom: 1px;
  margin-bottom: 0px;
  border-bottom: 1px solid #01011b;
}
.divider {
  /*border:1px solid @primColor);*/
}
footer.page-footer {
  background-color: #01011b;
}
.menuContent {
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 4px;
  margin: 2px;
}
.menuContent > a {
  color: #01011b;
}
.subMenuItem {
  text-align: left;
}
.subMenuItem > a {
  color: #01011b;
}
.mainMenu {
  cursor: pointer;
  background-color: white;
  color: #01011b;
  transition: all 1s;
}
.mainMenu:hover {
  transition: all 1s;
}
.mainMenu > .menuLine {
  width: 0%;
  transition: width 1s;
}
.subMenuItem > .menuLine {
  width: 0%;
  transition: width 1s;
}
.mainMenu:hover > .menuLine {
  width: 100%;
  transition: width 1s;
}
.menuLine {
  background-color: #01011b;
  height: 2px;
}
.activeMenu > .menuContent {
  background-color: #01011b;
}
.activeMenu > .menuContent > a {
  color: white;
}
.activeMenu > .menuLine {
  background-color: #b53203;
  width: 100%;
}
.mainMenu:hover > .subMenu {
  display: block;
}
.subMenu {
  width: 100%;
  position: absolute;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 4px;
  margin: 0px;
  background-color: white;
  display: none;
}
.subMenuItem:hover > .menuLine {
  width: 100%;
  transition: width 1s;
}
.fixed {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0px;
  background-color: white;
  -webkit-backface-visibility: hidden;
}
.myStrength {
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  border: 2px solid #01011b;
  font-size: 15px;
  font-weight: bold;
  transition: all 1s;
  margin-bottom: 10px;
}
.myPhoto {
  cursor: pointer;
  margin: 10px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  transition: all 1s;
  width: 200px;
  height: 200px;
  border-radius: 25%;
  border: none;
}
.myStrength:hover {
  border: 3px solid #b53203;
  background-color: #01011b;
  color: white;
  transition: all 1s;
}
.sectionHeader {
  border: 3px solid gray;
  border-radius: 8px;
  font-size: 20px;
  color: gray;
  padding: 5px 25px 5px 25px;
}
.sectionHeaderSideLine {
  position: relative;
  top: 15px;
}
.footer {
  background-color: #01011b;
  color: white;
  padding: 10px;
  font-size: 12px;
}
.primBGColor {
  background-color: #01011b;
}
.secBGColor {
  background-color: #b53203;
}
.primFontColor {
  color: #01011b;
}
.revPrimFontColor {
  color: white;
}
.secFontColor {
  color: #b53203;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  background-color: #01011b;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: white;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover,
.offcanvas a:focus {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.myWords {
  padding-top: 50px!important;
  color: gray;
}
.myWords span {
  font-style: italic;
  color: #01011b;
}
.homeImg {
  border-radius: 5px;
  /*border-radius:50%;*/
  width: 100%;
}
.carousel-slider {
  /*height: 500px !important;*/
}
.item {
  font-weight: bold;
  color: #01011b;
}
.title {
  font-style: italic;
}
/*.subTitle{
    font-weight:bold;
    color:@secColor;
}*/
.subTitle,
.projectTitle {
  font-weight: bold;
  color: #b53203;
}
.projectTitle {
  text-transform: uppercase;
}
.aboutMe {
  /*font-size:18px;*/
}
/*.carousel .indicators .indicator-item {
    margin: 0 5px;
}
.carousel.carousel-slider .carousel-item {
    top: 100%;
}*/
.carousel .carousel-item > img {
  border-radius: 10px;
}
.movePrev,
.moveNext {
  background-color: #01011b;
  position: absolute;
  top: 50%;
  transform: translate(0, -20px);
}
.movePrev {
  left: 0px;
}
.moveNext {
  right: 0px;
}
.emailPhone {
  position: relative;
  bottom: 10px;
  border: 1px solid;
  border-radius: 2px;
  padding: 2px;
}
.descHeader {
  color: #01011b;
  font-weight: bold;
  font-style: normal;
  border-bottom: 1px solid #b53203;
}
.logoTitle {
  background-color: #b53203;
  text-align: center;
  color: white;
  font-size: x-small;
  padding: 2px;
  margin-top: 2px;
  font-weight: bold;
  /*font-family: 'Arial Narrow', 'Nimbus Sans L', sans-serif;*/
  border-radius: 2px;
}
#moveUp {
  position: fixed;
  right: 23px;
  bottom: 23px;
  background-color: #b53203;
}
.mobContactInfo {
  margin-bottom: 20px;
  color: #01011b;
}
.mobileScreen {
  position: relative;
  width: 350px;
  left: 50% !important;
  transform: translateX(-175px);
}
#eAccountNoteMobApp .carousel-item img {
  border-radius: 5px;
  border: 1px solid black;
}
@media screen and (max-width: 800px) {
  .fixed {
    position: static;
  }
  .myWords {
    padding-top: 5px!important;
  }
  .btn-floating.btn-large {
    width: 40px;
    height: 40px;
  }
  .btn-floating.btn-large i {
    line-height: 30px;
  }
  .movePrev,
  .moveNext {
    position: static;
    transform: translate(0, 0px);
    height: 26px;
    line-height: 26px;
  }
  .mobileScreen {
    width: 100%;
    left: 0% !important;
    transform: translateX(0px);
  }
  #snakeGame {
    display: none;
  }
}