

html,body{
    margin:0px;
    font-family: 'Signika', sans-serif;
    font-size: 1em;
}


.moodpic{
    width:100%;


}

.moodpic img{
    max-width: 960px;
    width: 100%;
}


#footer{
    background:#990066;

}

#footer  a{
    color: white ;
    transition: color 0.5s ease;
}

#footer a:hover {
color: #DB7093 ;

}

#footer > .container {
    background:#990066;

    color: white;
    text-align: center;
    font-size: 1.2em;
}


.footer-details {
    padding-top: 15px;
}

.copyright {
    padding-top: 30px;
    color: palevioletred;
    padding-bottom: 50px;
}


.logo img{
    max-width: 320px;
    width: 40%;

}

.sub-title{
    font-size: 1.7em;
    color:#999999 ;
    border-bottom: 1px solid #cccccc;

    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 48px;
    padding-top: 48px;
    width: 50%;
	

}

.navbar{
    margin-top: 10px;
    background-color: #ffffff;
    border: none;
    text-align: center;

}

.navbar-default .navbar-nav > li > a {
    color: #990066;
    font-size: 1.5em;
}

.container{
    width: 100%;

}

@media (min-width: 768px){
    .navbar-nav{
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        float:none;
    }

}


@media only screen
and (min-device-width : 320px)
and (max-device-width : 768px) {
    /* Styles */
  .sub-title{
    width: 100%;
	

}}



.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #999999;
    background-color: white;
}

.content{
    margin-right: auto;
    margin-left: auto;
    width:70%;
    min-width:300px;
    max-width: 700px;
    color: #666666;
    padding-bottom: 5em;
}

.content strong{
    color: black;
}

.content h1 {
    color: #666666;
    font-weight: bold;
    padding-top: 1em;
}

article{

    font-size: 1.2em;
    line-height: 1.4;
}

.header{
    text-align: center;
}