/* Text Elements */

p.paragraph {
  font-family: Georgia, Times, 'Times New Roman', serif;
}

p.paragraph.paragraph-1 {
  font-weight: 600;
  font-size: 22px;
}

a.link-button {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size:14px;
  font-weight: 600;
}

/* Layout Elements */

body > .row.row-1 {
  background-color: #1892f0;
}

body > .row {
  background-color: #1892f0;
}

body {
  background-color: #1892f0;
}

/* Form Elements */

form p.name{
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size:18px;
  font-weight: 600;
  margin:0 auto;
  width:600px;
  padding:1px; 
}

form p.email{
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size:18px;
  font-weight: 600;
  margin:0 auto;
  width:600px;
  padding:1px; 
}

form p.website{
  display:none; 
}

form p.message{
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size:18px;
  font-weight: 600;
  margin:0 auto;
  width:600px;
  padding:1px; 
}

form input[type="text"]{
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size:14px;
  font-weight: 600;
  margin:0 auto;
  width:400px;
  padding:1px;
}

form textarea{
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size:14px;
  font-weight: 600;
  margin:0 auto;
  width:400px;
  padding:1px;
}

form input[type="submit"]{
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size:14px;
  font-weight: 600;
  margin:7px 0;
  padding:5px;
}

form input[type="reset"]{
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size:14px;
  font-weight: 600;
  margin:7px 0;
  padding:5px;
}
