body {
  margin-top: 50px;
  background-color: #fff;
  font-family: Ubuntu;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #39464e;
  overflow-x:hidden;
}

.navbar-default {
  background-color: #FFF;
  margin-left: 200px;
}

.msb {
  width: 260px;
  background-color: #000;
  position: fixed;
  left: 0;
  top: 20;
  right: auto;
  min-height: 100%;
  overflow-y: scroll;
  /*white-space: nowrap;*/
  word-wrap:break-word;
  height: 100%;
  z-index: 1;
  border-right: 1px solid #ddd;
  
}

@media (max-width:550px){
    .sidebar{
        width:55%;
    }
}


.msb .navbar {
  border: none;
  margin-left: 0;
  background-color: inherit;
}

.msb .navbar-nav {
  background: black;
  width:100%;
}
.msb .navbar-nav li {
  display: block;
  
}
.msb .navbar-nav li a {
  color: white;
}
.msb .navbar-nav li .active {
  background-color: red;
  
}
.msb .navbar-nav li:hover {
  background-color: red;
  
}

ul.nv,
ul.ns {
  position: relative;
  padding: 0;
  list-style: none;
}

.nv {
  /*ns: nav-sub*/
}
.nv li {
  display: block;
  position: relative;
}
.nv li::before {
  clear: both;
  content: "";
  display: table;
}
.nv li a {
  color: #444;
  padding: 10px 25px;
  display: block;
  vertical-align: middle;
}
.nv li a .ic {
  font-size: 16px;
  margin-right: 5px;
  font-weight: 300;
  display: inline-block;
}
.nv .ns li a {
  padding: 10px 50px;
}

.kiran
{
    padding-top: 30px;
}
/*globals*/
a,
a:focus,
a:hover {
  text-decoration: none;
}
.msb, .mnb {
  -moz-animation: slidein 300ms forwards;
  -o-animation: slidein 300ms forwards;
  -webkit-animation: slidein 300ms forwards;
  animation: slidein 300ms forwards;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.mcw {
  -moz-animation: bodyslidein 300ms forwards;
  -o-animation: bodyslidein 300ms forwards;
  -webkit-animation: bodyslidein 300ms forwards;
  animation: bodyslidein 300ms forwards;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

body.msb-x .mcw, body.msb-x .mnb {
  margin-left: 0;
  -moz-animation: bodyslideout 300ms forwards;
  -o-animation: bodyslideout 300ms forwards;
  -webkit-animation: bodyslideout 300ms forwards;
  animation: bodyslideout 300ms forwards;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
body.msb-x .msb {
  -moz-animation: slideout 300ms forwards;
  -o-animation: slideout 300ms forwards;
  -webkit-animation: slideout 300ms forwards;
  animation: slideout 300ms forwards;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* Slide in animation */
@-moz-keyframes slidein {
  0% {
    left: -200px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes slidein {
  0% {
    left: -200px;
  }
  100% {
    left: 0;
  }
}
@keyframes slidein {
  0% {
    left: -200px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes slideout {
  0% {
    left: 0;
  }
  100% {
    left: -200px;
  }
}
@-webkit-keyframes slideout {
  0% {
    left: 0;
  }
  100% {
    left: -200px;
  }
}
@keyframes slideout {
  0% {
    left: 0;
  }
  100% {
    left: -200px;
  }
}
@-moz-keyframes bodyslidein {
  0% {
    left: 0;
  }
  100% {
    margin-left: 200px;
  }
}
@-webkit-keyframes bodyslidein {
  0% {
    left: 0;
  }
  100% {
    left: 0;
  }
}
@keyframes bodyslidein {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 200px;
  }
}
@-moz-keyframes bodyslideout {
  0% {
    margin-left: 200px;
  }
  100% {
    margin-right: 0;
  }
}
@-webkit-keyframes bodyslideout {
  0% {
    margin-left: 200px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bodyslideout {
  0% {
    margin-left: 200px;
  }
  100% {
    margin-left: 0;
  }
}
.page-section {
  height: auto;
  width: 100%;
  /*margin-left: 10%;*/
  margin-top: 5%;
  padding: 2em;
  display:inline-block;
  /*background: linear-gradient(45deg, #43cea2 10%, #185a9d 90%);*/
  color: white;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  font-size:20px;
  color:black;
  text-align:justify;
  font-family: Ubuntu;
  
}
@media (max-width:560px){
    .page-section{
        /*text-align:left;*/
        padding: 1.2em;
    }
}
/*.syntax{*/
/*  height:50px;*/
/*  width: 75%;*/
  /*margin-left: 10%;*/
/*  display:inline-block;*/
  /*background: linear-gradient(45deg, #43cea2 10%, #185a9d 90%);*/
/*  color: white;*/
/*  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);*/
/*  font-size:20px;*/
/*  color:black;*/
/*  text-align:center;*/
/*  font-family: Ubuntu;*/
  
/*}*/

.syntax{
    font-size:22px;
    /*padding:20px;*/
    margin:25px;
    border-radius:20px;
    font-weight:700;
    color:black;
    background-color:#ddd;
}
@media (max-width:550px){
    .syntax{
        font-size:18px;
        margin:0px;
        text-align:left;
        margin-top:15px;
        margin-bottom:15px;
    }
}
.command{
    font-size:25px;
    font-weight:900;
}

.page-section img
  {
    /*height:400px;*/
    /*width:600px;*/
    
    margin:20px;
   
  }
  @media screen and (max-width:780px)
  {
.page-section img
  {
    /*height:200px;*/
    /*width:200px;*/
   margin:0px;
   margin-top:10px;
   margin-bottom:10px;
  }
  .command{
      font-size:22px;
  }
}
.navigation__link {
  display: block;
  color: #ddd;
  text-decoration: none;
  padding: 1em;
  font-weight: 400;
}

.navigation__link:hover {
  background-color: grey;
}
.title{
  color: #2F80ED;
  font-family: 'AlphaMaleModern';
  font-size: 35px;
    text-transform: uppercase;
    font-weight: 800;
    text-align:center;
} 
.subtitle{
   
  font-family: 'Quantify Bold';
  font-size: 25px;
  color:black;
  padding-top:20px;
}
@media  (max-width: 560px) {
    .title{
        font-size:25px;
    }   
     .subtitle{
        font-size:20px;
    }
}
.navigation__link.active {
  color: white;
  background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width:1000px)
{
    .msb
    {
        display:none;
    }
   
    .openbtn
    {
        padding-top:20px;
        margin-top:20px;
        display:block;
        position:fixed;
        z-index:10;
    }
    .sidebar{
        z-index:11;
    }
}
@media (min-width:1000px) and (max-width:1600px)
{
   
    .kiran
    {
         margin-left:140px;
    }
}