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;
}


.doc-section h4 {
	text-align:center;
    font-size: 140%;
    font-weight: bold;
    border-bottom: 1px solid #bbb;
}

td {
	padding: 5px;
}

.param td {
	font-size: 110%;
	vertical-align:middle;
	margin-bottom: 20px;
}

.header td {
	font-size: 120%;
	text-align:center;
}

.fractal {
	margin-bottom: 5px;
	
}
.sublead {
    font-size: 120%;
}

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

.screen-section {
    padding: 10px 20px;
    background: #eee;
}

.doc-section {
    padding: 10px 20px;
    background: #fff;
}


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

#popup {
  background: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left:0;
  display: none;
}
#popup img {
  margin: auto;
  display: block;
  margin-top: 5%;
  border: 5px solid #fff;
  border-radius: 4px;
  transition: all .3s ease-out;
  max-width: 80%;
  max-height: 80%;
}
#popup p {
  text-align: center;
  font-size: 1.5rem;
  line-height: 3rem;
  color: #fff;
}

