/*===========================================================
/ 1 - General Styles                                        /
/ 2 - Header                                                /

===========================================================*/

/*======================================
 1  - General Styles
=======================================*/


body {
  width: 100%;
  height: 100%;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
	font-weight: 400;
}
a {
	color: #333333;
}
a:hover {
	color: #007bff;
}
html,body {
    width: 100%;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    height: 100%;
}
a {
	outline: none;
}
a:hover, a, a:focus, a:active {
	text-decoration: none !important;
}
.page-spacing {
  padding: 70px 0;
}
.left-right-hover {
  -webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
  -webkit-transition-property: color;
	transition-property: color;
  -webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.left-right-hover:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #aa8e51;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.left-right-hover:hover, .left-right-hover:focus, .left-right-hover:active {
  color: #fff !important;
  outline: none;
  box-shadow: inherit;
}

.left-right-hover:hover:before, .left-right-hover:focus:before, .left-right-hover:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
a:hover, a:focus {
	text-decoration: none;
}
.pd-none {
  padding: 0px;
}
.pd-left {
  padding-left: 0px;
}
.pd-right {
  padding-right: 0px;
}
.before-animated {
  display: none;
}
.animated {
  display: block !important;
}


/* SIde Bar */
.sidebar-left {
  background-color: rgba(144,188,178,1) !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 350px;
  bottom: 0;
}
.logo-cover {
  text-align: center;
  padding: 50px 0;
}
.logo-cover a img {
  width: 50%;
  margin: 0 auto;
}
.sidebar-left ol {
  padding-left: 80px;
}
.sidebar-left ol li {
  font-size: 16px;
  margin-bottom: 18px;
  padding-left: 15px;
}
.footer-text {
  position: fixed;
  bottom: 0px;
  left: 35px;
  width: 300px;
}
.footer-text p {
  font-size: 12px;
  line-height: 20px;
  color: #333;
}
.rightbat-content {
  margin: 50px 0 0;
}
.rightbat-content h4 {
  font-size: 30px;
  font-weight: bolder;
  margin-top: 0px;
  text-align: center;
}
.cover-font-previwer {
  margin-top: 36px;
  margin-bottom: 20px;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fffff;
}
.cover-font-previwer h1 {
  font-size: 6em;
  text-align: center;
  margin: 1em 0;
  color: #fff;
}
.font-footer {
  margin: 0 0 20px;
}
.font-footer a {
  color: #007bff;
}
.font-footer .small {
  font-size: 16px !important;
}
.select-font-cover {
  margin-top: 36px;
}
.select-font-cover label {
  margin-top: 5px;
}
.img-cover-font {
  text-align: center;
  margin-top: 30px;
}
.img-cover-font img {
  width: 70%;
}
.sidebar-list{
    width:50%;
    margin: 0 auto;
}
.sidebar-list ol{
    padding-left: 0;
}
@media all and (max-width: 1024px) {
    .sidebar-left {
        width:25%;
        height: 100vh;
    }
}

@media all and (max-width: 768px) {

  .sidebar-left {
    width: inherit;
    padding-bottom: 24px;
    position: inherit;
    height: 430px;
  }
  .logo-cover a img{
      width: 25%;
  }
  .sidebar-list{
      width:25%;
      text-align:center;
  }
  .footer-text {
    display: none;
  }
}

@media all and (max-width: 640px) {
  .img-cover-font img {
    width: 100%;
  }
}

@media all and (max-width: 640px) {
    .logo-cover a img{
      width: 50%;
  }
  .sidebar-list{
      width:50%;
      text-align:center;
  }
  .cover-font-previwer h1 {
    font-size: 5em;
  }
}
