body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

h1,h2 {
  text-align: left;
  padding-top: 40px;
  font-weight: bold;
}

h2 {
  padding-bottom: 20px;
}

td {
    padding: 15px;
}

.sublead {
    font-size: 120%;
}

.intro-section {
    text-align: justify;
    padding: 120px 0px;
    text-align: justify;
    background: #fff;
}

.screen-section {
/*    height: 100%; */
    padding: 10px 20px;
    background: #eee;
}

.doc-section {
/*    height: 100%; */
    padding: 10px 20px;
    background: #fff;
}


.contact-section {
    height: 50%;
    padding: 10px 20px;
    background: #eee;
}

