body {
  background-color: #fff;
	color: #000;
}
/*Responsive font sizes with media queries*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) {
h1 {
		font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-size: 25px; 
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
  }
	h3 {
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-size: 35px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 15.4px;
	}
a:link {
    color: black;
	  text-decoration: none;
}
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) {
h1 {
		font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-size: 40px; 
	font-style: normal;
	font-variant: normal;
	font-weight: 250;
	line-height: 32.4px;
  }
	h3 {
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: 100;
	line-height: 10.4px;
	}
a:link {
    color: black;
	  text-decoration: none;
}
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
h1 {
		font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-size: 60px; 
	font-style: normal;
	font-variant: normal;
	font-weight: 250;
	line-height: 26.4px;
  }
	h3 {
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: 100;
	line-height: 15.4px;
	}
a:link {
    color: black;
	  text-decoration: none;
}
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
h1 {
		font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-size: 60px; 
	font-style: normal;
	font-variant: normal;
	font-weight: 250;
	line-height: 26.4px;
  }
	h3 {
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: 100;
	line-height: 15.4px;
	}
a:link {
    color: black;
	  text-decoration: none;
}
}

blockquote {
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
}
pre {
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18.5714px;
}

.parent {
  position: relative;
}
.child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

li {
  text-align: center;
  margin: auto;
  display: inline-block;
}

ul {
  text-align: center;
}

#contact {
  background-color: #000;
  color: fff;
}
/* Style links inside navigation */

#icon {
  display: block;
  margin: auto;
  text-align: center;
  padding: 14px 22px;
  font-size: 28px;
}

