@import url('https://fonts.googleapis.com/css?family=Dosis|Oswald');
body{
    font-family: 'Dosis', sans-serif;
}
header.masthead {
    padding: 5px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    /*background-color: #ffffffb3;*/
    background-color: #ffffff;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}
.font2black {
    font-family: 'Oswald', sans-serif;
}
.about-blackstar {
    line-height: 24px;
    padding: 40px 0;
    font-size: 18px;
}
.blackstar-titles{
    padding:0 0 20px 0;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color:#000;
}
.blackstar-titles hr {
    width: 10%;
    border-bottom: 7px solid #ff0000;
    color: #000;
}
.portfolio-sect {
    padding: 60px 0 0;
    background: #000;
    color: #fff;
}
.portfolio-sect a{
    color: #fff;
}
blackstar-titles-light {
    padding: 0 0 20px 0;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
a:hover {
    color: #999;
}
footer.mastfoot {
    padding: 100px 0;
    border-bottom: solid 50px #f1f1f1;
    border-top: solid 1px #ccc;
}