.clearspace{
    padding-top: 10px;
    padding-bottom: 10px;
}
.jumbotron{
    background-color: white;
}
.jumbtext{
    color: red;
    font-family: 'Vollkorn', serif;
    font-size: 18px;
    text-decoration-color: red;
}
/*

.jumbotron{
    background-color: white;
    position: relative;
    background: #000 center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
}
*/

.text{
    font-family: 'Vollkorn', serif;
    font-size: 16px;
    text-align: justify;
}
.textbold{
    font-family: 'Vollkorn', serif;
    font-size: 16px;
    text-align: justify;
    font-weight: bold;
}
.pykeywords {
    font-family: 'Vollkorn' ,serif;
    font-size: 16px;
    text-align: justify;
    color: #e88e40;
}
.pyfunctions {
    font-family: 'Vollkorn' , serif;
    font-size: 16px;
    text-align: justify;
    
    color: #2684d6;
}
.note{
    font-size: 16px;
    color: red;
}
.red{
    color: red;
}
.techtextsub{
    font-family: 'Arvo', serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.headings{
    font-family: 'Vollkorn', serif;
    text-transform: uppercase;
}
.jumbheading{
    font-family: 'Vollkorn', serif;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.1em;
    color: red;
}
.paraheading{
    font-family: 'Vollkorn', serif;
    font-size: 16px;
    text-align: justify;
}
.command{
    font-family: 'Vollkorn', serif;
    color: #ed4042;
    font-size: 16px;
}
.certification{
    font-family: 'Aref Ruqaa', serif;
    font-size: 24px;
    font-weight: bold;
}
.text-heading{
    text-align: center;
}
.startfont{
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    font-weight: 300;
    font-size: 20px;
}
.rating{
    color: darkorange;
    content: "\2605";
    font-size: 18px;
    
    
}
.center{
    text-align: center;
}
.icon{
    color: antiquewhite;
}
.red-square{
    color: red;
}
.padding{
    margin-right: 20px;
    margin-left: 20px;
}
.menufont{
    font-family: 'Roboto','sans-serif';
    text-align: justify;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.navbar-custom{
    background: #4269dd;/*16a0e0 This is color code*/
    font-family: "Montserrat";
    text-transform: uppercase;
    font-weight: 500;
    border: none;
}
.navbar-custom a:focus{
    outline: 10px;
}
.navbar-custom .navbar-brand{
    color: white;
}


.navbar-custom .navbar-nav{
    letter-spacing: 1px;
}

.navbar-custom .navbar-nav li a {
    color: floralwhite;
}
.navbar-custom .navbar-nav li a:hover{
    color: white;
    outline-style: none;
}

.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active{
    color: whitesmoke;
    
}


.navbar-custom .navbar-toggle {
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  border-color: white;
}

@media (min-width: 768px) {
  .navbar-custom {
    padding: 1px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom.affix {
    padding: 1px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}

footer {
  color: white;
}
footer h3 {
  margin-bottom: 10px;
}
footer .footer-above {
  padding-top: 1px;
  background-color: #4269dd;
}
footer .footer-col {
  margin-bottom: 2px;
}
.pagger{
    color: #ed4042;
}