/* Mobile styles */
@media only screen and (max-width: 767px) {
	<style>

body {
  font-family: 'Open Sans', sans-serif;
  background-color: #f0f8ff;
  padding-bottom: 20px; /* add 20px of padding to the bottom of the body */
}

header {
  background-color: #285681;
  display: none;
  justify-content: center;
  align-items: center;
  height: 60px;
}

header nav {
  display: flex;
  justify-content: center;
}

header nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

header nav ul li {
  display: inline-block;
  background-color: #285681;
  margin-right: 40px;
  height: 60px;
  line-height: 60px;
  position: relative;
}

header nav a {
  display: block;
  padding: 0 10px;
  color: #FFF;
  font-size: 20px;
  line-height: 60px;
  text-decoration: none;
}

header nav ul ul {
  display: none;
  position: absolute;
  top: 60px;
}

header nav ul ul ul {
  left: 100%;
  top: 0;
}

header nav ul li:hover > ul {
  display:inherit;
}

header nav ul ul ul ul {
  left: 100%;
  top: 0;
}

#hero {
  justify-content: left;
  align-items: flex-start;
  height: 300px;
  margin-top: 0px;

  background-size: cover;
  height: 40vh; /* 50% of the viewport height */
  /* opacity: 0.5;  set the opacity to 50% */
}

#hero img {
  width: 300px;
  height: auto;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 5px 5px 10px #bbb;
filter: brightness(90%); /* increase the brightness by 150% */
}

#hero h1 {
  font-size: 36px;
  color: #333;
  margin-left: 30px;
  text-shadow: 2px 2px 2px #ccc;
}


section h2 {
  font-size: 36px;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
}

#about p, #teleprompting ul, #testimonials blockquote, #contact form {
  width: 80%;
  margin: 0 auto;
}

#about p {
  font-size: 20px;
  color: #444;
  text-align: justify;
  margin-bottom: 40px;
}

#teleprompting ul {
  font-size: 18px;
  color: #444;
  text-align: left;
  margin-bottom: 40px;
}

#teleprompting ul li {
  margin-bottom: 10px;
}

#testimonials blockquote {
  font-size: 18px;
  color: #444;
  text-align: center;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #f0f8ff;
  border-left: 5px solid #ADD8E6;
}

.header-color {
  color: #285681;
}

.form-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
}

input[type="submit"] {
   display: block;
   margin: 0 auto;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 50%;
  margin: 1rem auto;
}

label {
  width: 0px;
  margin-right: 0px;
}

.g-recaptcha {
   display: block;
   margin: 0 auto;
   text-align: center;
}

footer {
  text-align: right;
  margin-top: 50px;
  padding-right: 50px;
}

</style>
}

/* Desktop styles */
@media only screen and (min-width: 768px) {
<style>
   
body {
  font-family: 'Open Sans', sans-serif;
  background-color: #f0f8ff;
  padding-bottom: 20px; /* add 20px of padding to the bottom of the body */
}

header {
  background-color: #285681;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}

header nav {
  display: flex;
  justify-content: center;
}

header nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

header nav ul li {
  display: inline-block;
  background-color: #285681;
  margin-right: 40px;
  height: 60px;
  line-height: 60px;
  position: relative;
}

header nav a {
  display: block;
  padding: 0 10px;
  color: #FFF;
  font-size: 20px;
  line-height: 60px;
  text-decoration: none;
}

header nav ul ul {
  display: none;
  position: absolute; 
  top: 60px; 
} 

header nav ul ul ul {
  left: 100%;
  top: 0;
}

header nav ul li:hover > ul {
  display:inherit;
}

header nav ul ul ul ul {
  left: 100%;
  top: 0;
}

#hero {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  height: 300px;
  margin-top: 0px;

  background-image: url(new_york_city_lights.jpg);
  background-size: cover;
  height: 50vh; /* 50% of the viewport height */
  /* opacity: 0.5;  set the opacity to 50% */
}

#hero img {
  width: 300px;
  height: auto;
  border-radius: 5px;
  box-shadow: 5px 5px 10px #bbb;
filter: brightness(90%); /* increase the brightness by 150% */
}

#hero h1 {
  font-size: 36px;
  color: #333;
  margin-left: 30px;
  text-shadow: 2px 2px 2px #ccc;
}


section h2 {
  font-size: 36px;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
}

#about p, #teleprompting ul, #testimonials blockquote, #contact form {
  width: 50%;
  margin: 0 auto;
}

#about p {
  font-size: 18px;
  color: #444;
  text-align: justify;
  margin-bottom: 40px;
}

#teleprompting ul {
  font-size: 18px;
  color: #444;
  text-align: left;
  margin-bottom: 40px;
}

#teleprompting ul li {
  margin-bottom: 10px;
}

#testimonials blockquote {
  font-size: 18px;
  color: #444;
  text-align: center;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #f0f8ff;
  border-left: 5px solid #ADD8E6;
}

.header-color {
  color: #285681;
}

.form-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
}

input[type="submit"] {
   display: block;
   margin: 0 auto;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 50%;
  margin: 1rem auto;
}

label {
  width: 0px;
  margin-right: 0px;
}

.g-recaptcha {
   display: block;
   margin: 0 auto;
   text-align: center;
}

footer {
  text-align: right;
  margin-top: 50px;
  padding-right: 50px;
}

</style>
}
