body{
    margin-top: 10px;
}
.container{
    margin-top: 26px;
}
#logo{
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-right: 10px;
}
#github{
    width: 35x;
    height: 35px;
    margin-top: 6px;
}
@media screen and (max-width:780px){
    .stars{
        position: relative;
        left: 55%;
        padding-left: 15px;
        margin-left: 5px;
        letter-spacing:5px;
    }
    
    .btn-default{
        width: 100%;
    }
    #logo{
        width: 40px;
        height: 40px;
        margin-top: 5px;
        margin-right: 10px;
        margin-left: 10px;
    }
    .social-sites{
        position: relative;
        left: 45%;
    }
    }
    .about{
        width: 100%;
        height: 50px;
        background: #333;
        margin-top:220px;   
    }
}
#youtube {
    width: 35px;
    height: 35px;
    margin-top: 6px;
}
.carousel-caption .btn-primary{
    margin-bottom: 15%;
    width: 150px;
    height: 50px;
}
#slide3{
    width: 100%;
    height: 415px;
    clear: both;
}
#slide-box {
    position: absolute;
    width: 100%;
    min-height: 0px;
    border: 5px solid white;
    box-shadow: 0px 0px 20px grey; 
}


.about{
    width: 100%;
    height: 50px;
    background: #333;
    margin-top:220px;   
}
#h2 {
    color: white;
    line-height: 50px;
}
#blog {
    position: relative;
    left: 5px;
    top: 2px;
}
.social-sites{
    position: relative;
    bottom: 0   px;
}
.navbar-default{
    height: 50px;
}
.stars{
    transform: rotateY(180deg);
    display:flex;
    margin-right: 85px;
}
.stars input{
    display: none;
    direction: rtl;
}
.stars label {
    display: block;
    cursor: pointer;
    width: 50px;
}
.stars label:before{
    content: '\f005';
    font-family: fontAwesome;
    position: relative;
    display: block;
    font-size: 25px;
    color: #101010;
}
.stars label:after{
    content: '\f005';
    font-family: fontAwesome;
    position: absolute;
    display: block;
    font-size: 25px;
    color: gold;
    top: 0;
    opacity: 0;
    transition: .5s;
    text-shadow: 0 2px 5px rgba(0,0,0,0.5);

}
.stars label:hover:after,
.stars label:hover ~ label::after,
.stars input:checked ~ label::after{
    opacity: 1;
}
.stars {
    position: relative;
    right: 30%;
}
