body {
    padding-top: 50px;
    background-color: #3c3f41;
    color: #505050;    
}

.starter-template {
  padding-top: 40px;
  text-align: center;
    color: #e4e4e4;
}

.logo{
 width: 250px;
}

.navbar-logo{
 width: 30px;
 margin-right: 10px;
 margin-top: -3px;
}

.panel {
    margin-top: 50px;
}

.box {
    width: 40px;
    padding: 13px 10px;
    margin-bottom: -10px;
    margin-top: -10px;
    margin-left: -15px;
    margin-right: 10px;
    text-align: center;
    border-right: 1px solid #ddd;
}

.publicsites .box {
	color: #5398F3;
}

.listtext {
    font-kerning: auto;
    font-weight: 500;
} 


@media only screen and (max-width : 768px) {
    
    .logo{
        display:none;
/*
     width: 100px;
     padding: 10px;
*/
    }
    
    .starter-template {
        padding: 5px 5px;
    }
    
    .slogan{
        display: none; 
    }
    }

@media only screen and (min-width : 768px) {
    .navbar-logo{
    display: none;
    }
}


.tut-img{
    width: 100%;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
    border: 7px solid #CCCCCC;
}