body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    background-color: #f4f4f4;
}

/* Global */

.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

ul{
    margin: 0;
    padding: 0;
}

.dark{
    padding: 15px;
    background: #35424a;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}
.light{
    padding: 15px;
    background: #FCE7E1;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Header */

header {
    background: #1931A1;
    color: #ffffff;
    padding-top: 30px;
    min-height: 70px;
    border-bottom: #e8491d 3px solid;
}

header a{
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}



header li{
    float: left;
    display: inline;
    padding: 0 20px 0 20px;
}

header #logo{
    float: left;
}

header #logo h1{
    margin: 0;
    
}

header nav{
    float: right;
    margin-top: 10px;
}

header .highlight, header .current a{
    color: #7EC2FB;
    font-weight: bold;
    font-family: cursive;
    font-size: 40px;
}

header .high1, header .current a{
    color: #e8491d;
    font-weight: bold;
    
    }

header a:hover{
    
    color: gainsboro;
    
    
}


/* poza */

#poza {
    min-height: 380px;
    background: url('../img_robo/ovisite.png') no-repeat 0px -550px;
    text-align: center;
    color: #ffffff;
}

#poza h1{
    margin-top: 100px;
    font-size: 55px;
    margin-bottom: 10px;
}

#poza p{
    margin-top: 100px;
    font-family:cursive;
    font-size: 20px;
    color: #c1c1c1;
    
}

/* boxes */

#boxes {
    margin-top: 50px;
    
}

#boxes .box{
    float:left;
    text-align: center;
    width: 30%;
    padding: 10px;
}

#boxes .box img{
    width: 100px;
}

/* Sidebar */

aside#sidebar{
    float: right;
    width: 30%;
    margin-top: 10px;
    
}

/* main */

article#main-col{
    float: left;
    width: 65%;
}

/* -- lectii -- */
 ul#lectii li{
     list-style: none;
     padding: 20px;
     border: #cccccc solid 1px;
     margin-bottom: 5px;
     background-color:snow;
     
     }
     
/* -- footer -- */
footer{
    padding: 20px;
    margin-top: 20px;
    color: aliceblue;
    background-color: #1931A1;
    text-align: center;
}

footer nav{
    float: center;
    
}

footer a{
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}
footer li{
    float: center;
    display: inline;
    padding: 0 20px 0 20px;
}

footer a:hover{
    
    color: gainsboro;
    
}

/* Media Queries */
@media(max-width:768px){
    header #branding, 
    header nav, 
    header nav li,
    #boxes .box,
    article#main-col,
    aside#sidebar,
    
    {
        float: none;
        text-align: center;
        width: 100%;
    }
    
    header{
        padding-bottom: 20px;
    }
    
}