

/* basic */



/* navbar */
.navbar-default {
    background-color: white;
    border-color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: bold;
    
}





/* Title */
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5E5E5E;
}
/* Link */
.navbar-default .navbar-nav > li > a {
    color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #E7E7E7;
  

}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: white;
}
/* Caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: white;
    border-bottom-color: white;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}
/* Mobile version */
.navbar-default .navbar-toggle {
    border-color: white;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color:whitesmoke;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: dodgerblue;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
          color: #333;
    }
}

#icons img{
    
    display: block;
    margin: 0 auto;


}

#icons h1{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    
}

#icons h2{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-align: center;
    color:dimgrey;
  
   line-height: 2em;
   margin: 10px 0 20px; 
    
}

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


#four{
    background-color: #BBDEFB;
}



#four h1{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    
}

#four h2{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-align: left;
    color:dimgrey;
  
   line-height: 2em;
   margin: 10px 0 20px; 
    
}



#four .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 10px 16px;
}
  
 #five .btn-lg {
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

 #four .btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

/***********************
  RAISED BUTTONS
************************/
 #four .btn-primary.raised {
    box-shadow: 0 3px 0 0 #007299;
}
.btn-primary.raised:active, .btn-primary.raised.active {
    background: #33a6cc;
    box-shadow: none;
    margin-bottom: -3px;
    margin-top: 3px;
}

/***********************
  CUSTON BTN VALUES
************************/

 #four .btn {
    padding: 14px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
 #four .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

#four .btn-primary {
    background: #0099cc;
    color: #ffffff;
}
#four .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #33a6cc;
}
#four .btn-primary:active, .btn-primary.active {
    background: #007299;
    box-shadow: none;
}



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


#five h1{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    
}


#five h2{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-align: center;
    color:dimgrey;
  
   line-height: 2em;
   margin: 10px 0 20px; 
    
}

#five h3{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    
}

#five .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 10px 16px;
}
  
 #five .btn-lg {
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

 #five .btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

/***********************
  RAISED BUTTONS
************************/
 #five .btn-primary.raised {
    box-shadow: 0 3px 0 0 #007299;
}
.btn-primary.raised:active, .btn-primary.raised.active {
    background: #33a6cc;
    box-shadow: none;
    margin-bottom: -3px;
    margin-top: 3px;
}

/***********************
  CUSTON BTN VALUES
************************/

 #five .btn {
    padding: 14px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
 #five .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

#five .btn-primary {
    background: #0099cc;
    color: #ffffff;
}
#five .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #33a6cc;
}
#five .btn-primary:active, .btn-primary.active {
    background: #007299;
    box-shadow: none;
}

/*
 SIX ======================================================================================
*/
#six{
    
    background-color:#efeff3;
  
}

#six h1{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    
}

#six P{
    
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-align: center;
    color:dimgrey;
  
   line-height: 2em;
 
    
}

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

/*SEVEN ======================================================================================
*/
#seven h1{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    
}

#seven p{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    
}


/*
 SEVEN ======================================================================================
*/



/*EIGHT ======================================================================================
*/
#eight{
    background-color: #060d0e;
}
#eight h2{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-align: center;
    color:dimgrey;
}
/*
 EIGHT ======================================================================================
*/
#course h3{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    
}
