@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,500,700&subset=latin-ext');
  
body {margin:0; padding: 0; font-size: 8px; 
  font-family: 'Ubuntu', sans-serif; 
  font-weight: 300;}
h1 {
  margin: 0;
  font-size: 12em;
  font-weight: 700;
  text-transform: capitalize;
  overflow-x: hidden;
}
h1#title2 {
  font-size: 5em;
  font-weight: 300;
  width: 50%;
  float: right;
}
h2 {font-size: 4em;
    padding-left: 70px; }
p { font-size: 1.25em; }
section {
  float: left;
  width: 100%;
  clear: both;
}
section.text {
  padding: 70px;
  width: 60%
}
a {
  color: #000;
  text-decoration: underline;
}

.alert #title1,
.alert #title2 { display:none ; }


@media only screen and (min-width: 768px) {
  body {
	font-size: 16px;
  }
}