  /*padding-top: 250px;*/



/* Main body of the webpage: centered */
body {
    height: 100%;
    /*width: 800px;*/
/*    font-family: Roboto;  / * Verdana,sans-serif;*/
    font-size: 100%;  /* needed for IE */
    color: black;
    background-color: #FFF;  /*#FFFAFA; /*white; /*rgb(216, 245, 247);*/
    margin-top: 20px;
    margin-right: 30px; /*auto;*/
    margin-bottom: 0;
/*    margin-left:auto;*/
    margin-left:  240px;
}


/* Adapt "h2": make it as small as the "h3" in "w3.css" and also make it bold. */
h2 {
    font-size: 24px;
/*    font-weight: bold;*/
    font-style: italic;
}


/*
.headbar {
    overflow: hidden;
    background-color: rgb(0,0,33);
        margin-top: 0;
            position: fixed;
    width: 100%; /* Full width * /
    height: 30;

}*/


/* The navigation bar */
.navbar {
    overflow: hidden;
/*    background-color: #333;*/
    background-color:  #444; /*rgb(64,64,64);*/
    margin-top: 0;
    position: fixed; /* Set the navbar to fixed position */
    left: 0; 
    top: 0;
   /* top: 0; /* Position the navbar at the top of the page */
    width: 200px; /* 10em; /* 10%; / * Full width */
    height: 100%;  /* Full height */
}

.navbar img {
    margin: 12px;
    margin-top: 24px;
    /*padding-top: 12px;*/
   /* padding: 12px;*/
    width: 120px;
    margin-bottom:  -4px;
}

.profile {
    color: #f2f2f2;
    text-align: center;
    font-size: 120%;
    font-weight: lighter;
    margin-top: 10px;
    margin-bottom: 50px;
} 

/* Links inside the navbar */
.navbar a {
       background-color: #444;
/*    float: left;*/
    display: block;  /* Make the links appear below each other */
    color: #f2f2f2;
/*    text-align: center;*/
    padding: 12px; /*14px 16px;*/
    text-decoration: none;  /* Remove underline from links */

    transition: all 0.3s ease; /* Add transition for hover effects */
}

/*
.vertical-menu a {
    background-color: #eee; /* Grey background color *
    color: black; /* Black text color *
    display: block; /* Make the links appear below each other *
    padding: 12px; /* Add some padding *
    text-decoration: none; /* Remove underline from links *
}*/

.navbar a:hover {
    background-color: #ccc; /* Dark grey background on mouse-over */
}

.navbar a.active {
    background-color: #555;
/*    background-color: #666; /*rgb(180,80,80);  /*#4CAF50; /* Add a green color to the "active/current" link */
    color: #AAF; /*#FAA; /*white;*/
/*    font-weight: bold;*/
}


/* Main content */
/*.main {
    margin-top: 30px; /* Add a top margin to avoid content overlay * /
} */ 

.roundrect {
    margin: 30px;
    border-radius: 30px;
}

.label {
    background-color: #00BFFF;     /* rgb(255,0,0);*/
    color: white;
    font-weight: bold;
    font-size: 80%;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
}


.label-blue { /* NOTE: same as "label" */
    background-color: #00BFFF;     /* rgb(255,0,0);*/
    color: white;
    font-weight: bold;
    font-size: 80%;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.label-orange {
    background-color: #FFBF00;
    color: white;
    font-weight: bold;
    font-size: 80%;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.label-red {
    background-color: #BF0000;
    color: white;
    font-weight: bold;
    font-size: 80%;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
}



/*.section {
    margin-top: 0px;
    margin-bottom: 0px;
}*/


/*
#cv {
        position: absolute;
            top: 1200px;
        }
*/


