﻿#white{
color: #fff;}

@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300);	





.alert-success {
background-color: #522a5b;
color: #fff;
}


div.alert.alert-success p a {
    color: #ffffff;
    text-decoration: underline;
}



.alert-info {
background-color: #39f943;
color: #000;
}


div.alert.alert-info p a {
    color: #000;
    text-decoration: underline;
}


.alert-danger {
background-color: #f9423a;
color: #fff;
}


div.alert.alert-danger p a {
    color: #ffffff;
    text-decoration: underline;
}


.alert-warning {
background-color: #f9d339;
color: #000;
}


div.alert.alert-warning p a {
    color: #000000;
    text-decoration: underline;
}




.sepline {
margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
}


  .backgroundRed{
        background: #F00;
    }

  #navbar{
        -webkit-transition: background 1.0s ease-in-out;
        -moz-transition:    background 1.0s ease-in-out;
        -ms-transition:     background 1.0s ease-in-out;
        transition:         background 1.0s ease-in-out;
    }


body {
  padding-top: 51px;  
}



input[type="text"]{
 font-family: 'josefin_sansregular', sans-serif;
font-weight: 400;

}

input[type="submit"]{
 font-family: 'josefin_sansregular', sans-serif;
font-weight: 400;

}

.form-control {
 font-family: 'josefin_sansregular', sans-serif;
font-weight: 400;

}

button {
 font-family: 'josefin_sansregular', sans-serif;
font-weight: 400;

}

p{
   font-family: 'josefin_sansregular', sans-serif;
font-weight: 400;

}

table{
 font-family: 'josefin_sansregular', sans-serif;
font-weight: 400;

}

.text-center {
  padding-top: 20px;
}
.col-xs-12 {
  background-color: #fff;
}
#sidebar {
  height: 100%;
  padding-right: 0;
  padding-top: 20px;
  font-family: 'citroen';
}
#sidebar .nav {
  width: 95%;
}
#sidebar li {
  border:0 #f2f2f2 solid;
  border-bottom-width:1px;
}

/* collapsed sidebar styles */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -41.6%;
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -41.6%;
  }
  .row-offcanvas-right.active {
    right: 41.6%;
  }
  .row-offcanvas-left.active {
    left: 41.6%;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 41.6%;
  }
  #sidebar {
    padding-top:0;
  }
}


div.span4.text-center h1 {
    color: #ffffff;
    font-size: 200px;
    line-height: 200px;
    text-align: center;
}

div.navbar.navbar-default.navbar-fixed-top {
    background-color: #522A5B;
}

a.navbar-brand {
    color: #522A5B;
    
    }

.badge {
background-color: #522A5B;
}

#homestudy {
background-color: Grey;
}

#behaviour {
background-color: Red;
}

#organisation {
background-color: Orange;
}

li{
 font-family: 'josefin_sansregular', sans-serif;
font-weight: 500;

}


label{
 font-family: 'josefin_sansregular', sans-serif;
font-weight: 400;

}

li a{
  color: #522A5B;
}

