
/* Other pages */
#navig {  font-weight : bold; color: #000;} 
#navig a {text-decoration :  underline; color: #000; }

#subtitle  {font-weight : bold;  Font-size: 30px; margin-top : 20px;}
#sub p {Font-size : 20px; text-align: justify;}
#sub {background : #E0E0E0; padding : 30px;}

@media (max-width: 700px) {
    #sub p {Font-size : 15px;}
    #navig a {Font-size : 17px;}
    #subtitle {Font-size : 22px;}
    #sub { padding : 10px;}
} 
