html,body{
    background-color: white !important;
    margin:0;
    padding:0;
    height:100%;
}
.padding-0 {
    padding: 0;
}

p{
    font-size: 20px;
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
    }
    
    .navbar .navbar-collapse {
        text-align: center;
        
    }
}

#myNavbar{
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    background-color: rgb(0, 0, 0);
}
.navbar-nav > li{
    padding-left:30px;
    padding-right:30px;
    font-size: 20px;
  }

  a:hover { 
    /*background-color: gray !important; */
}
#footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:50px;   /* Height of the footer */
    background:rgb(207, 207, 207)
  }

#body1{
    padding-bottom:50px;   /* Height of the footer */

}
  #container {
   min-height:100%;
   position:relative;
}

.contactTable{
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.emailText{
    font-size: 16px;
}

.smallText{
    font-size: 12px;
}

.skillText{
    font-size: 23px;
}

.workTitles{
    border-top: 2px solid black;
    padding-top: 30px;
    padding-bottom: 10px;
}