    body{background-color: #9DB8D5; background-image: url("../images/dataflow-bl.png");min-height: 800px;
         max-width: 600px;
  /* Center and scale the image nicely */
  background-position: center;background-repeat: no-repeat;background-size: cover;
  /* Needed to position the navbar */
  position: relative; border: 0px  #000000 ;}
     .c-navbox{ position: fixed;left:0; top: 0;width: 100%;background-color:#9DB8D5 ;
                text-align: left;padding:10px;font-size: 150%; display: inline-block}
               div#dropdown {float: left;overflow: hidden; color:white;text-decoration: none;}
               div#dropdown:hover{display:block ;
                                    float: none; 
                                    position:fixed; left:0; 
                                    background-color:lightgrey;
                                    width: 70%;
                                    height: 90%;}
                div#dropdown-content {display: none;
                                      float: none;
                                      background-color: lightgrey;
                                      height: auto;
                                      font-size: 140%;color:black;text-decoration: none;}
                img#show {display:none;}
                div#dropdown:hover div#dropdown-content {display: block;float: none}
                div#dropdown:hover .ddbtn {background-color: #lightgrey;  }
                div#dropdown:hover img#show {display: inline;float: next  }
               div#dropdown-content a {display:block;color:black; margin: 10px;text-decoration: none;}
                div#dropdown-content a:hover {background-color: graytext;}
            div#footer {position: fixed;left:0; bottom: 0;width: 100%;
                        background-color: black;
                        text-align: justify;           text-align-last:justify;
                        padding:10px;font-size: 150%; 
                        display: inline-block}  
            div#footer a {margin-left: 10px;margin-right: 10px;color:#9DB8D5 ;text-decoration: none;}
            .smlogo {position: fixed;right: 0;top: 0;width: 100%;background-color: transparent;text-align: right;}
             #content{float:none;width:100%; position: relative;top:100px; }
             .c-phd{position:relative;top:70px;width:90%;background-color:darkgray;
                    border-style: solid;padding: 10px;margin: auto;text-align: center;Color:black; }


             .ctext{position: relative;
                    margin-top: 100px;
                    display:inline-block;width:100%; text-align: center;
                    border-style: solid;
                    color:black; 
                    text-align-last: center;
                    margin-bottom: 150px;
                    background-color:darkgray;}
             .ctext p{padding: 20px; }
             .box{border:solid; text-align: center; font-size:120%; width:100%;}
             .topimg{margin-right: 20px;max-height: 200px}
             .toptxt{float: left; text-align: justify;}
             .float {display: inline-block; width: auto;height: auto;padding: 10px; margin: 10px;}
             .tle {width: 80%;height: auto; overflow: auto;text-align: center; vertical-align: top;  background-color: lightsteelblue; }
             .tle img{width:150px;height:100px}
                         .small{display: none}
                table, th, td {border: 1px solid lightgrey;}
                         /*for the contact form */         
                div#tdiv {height: auto;width:auto;  display: inline-block;
                div#ovrtext{display:flex;   width: auto; flex-direction: column;}
                    margin: 10px; text-align: left;
                    color:black; text-align-last: left; font-size: 20px;
                    overflow: auto ; text-decoration: none; }
            div#tdiv input,#msgbx{width: 250px; }
            div#tdiv label {width:90px;  display: inline-block; float: left; color:  slategray }
                @media(max-width: 600px){.big{display:none}}
                @media(max-width: 600px){.small {display:inline}};