@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html, body {

  height: 100%;
  margin: 0;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
}

@font-face {
  font-family: Seravek;
  src: url('../fonts/seravek.ttf');
}



.wrapper {
  min-height: 100%;
  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -100px;
}
.footer, .push {
  height: 100px;
}


h1 {
	font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: bold;
	color: #023e84;
}

h1.extra {
	margin-top: 50px;
}

h1#heading {
  position: absolute;
  left: -999px;
}

h2, h3 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: bold;
}

h2 {
  margin-top: 16px;
  color: #023e84;
  margin-bottom: 8px;
}

h3 {
  margin-bottom: 16px;
  margin-top: 12px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: bold;
}

p {
	line-height: 1.6em;
}

header {
	position: relative;
	width: 100%;
}

img#site-logo {
	height: 20vw;
	left: 4vw;
	top: 4vw;
	position: absolute;
}

img#site-logo-large {
	height: 20vw;
	left: -9999px;
	top: 4vw;
	position: absolute;
}

img#mail-logo {
	height: 6vw;
	position: absolute;
	top: 4vw;
	right: 4vw;
}

img#splash {
	width: 100%;
	padding: 0;
	display: block;
}

div.divider {
	display: block;
	height: 2px;
	background: #fdb717;
	width: 100%;
}

main {
	width: 92%;
	padding-left: 4vw;
	padding-right: 4vw;
		max-width: 720px;
	margin: 0 auto;
}

  img.our-work {
	width: 100%;
	max-width: 200px;
  }

  img.stock-images {
	width: 100%;
  }

    .examples-grid {
        margin-bottom: 48px;
    }

  .examples-grid img {
    border-style: solid;
    border-width: 1px;
    border-color: #023e84;
  }
  
  .logo-grid {
      display: grid;
      grid-template-columns: 30% 1% 30% 5% 30%;
      margin-top: 48px;
  }

    .logo-grid img {
        height:16vw;
        max-height: 120px;
    }



form {
	width: 100%;
max-width: 500px;
margin-bottom: 50px;
  }

  form label {
	display: block;
	width: 100%;
	color: #023e84;
	font-weight: bold;
  }

  form input[type=text] {
	width: 94%;
	border: solid;
	border-width: 1px;
	border-color: #fdb717;
	background: #f7f6f2;
	padding: 10px;
	margin: 0;
	height: 30px;
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
  }

  form textarea {
	width: 94%;
	border: solid;
	border-width: 1px;
	border-color: #fdb717;
	background: #f7f6f2;
	resize: none;
	height: 100px;
	padding: 10px;
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
  }

  form input[type=submit] {
	width: 100px;
	border: none;
	height: 42px;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	background: #023e84;
	color: white;
  }
  form input[type=submit]:hover {
    background: #fdb717;
    color: #023e84;
  }

  footer {
	  width: 100%;
	text-align: center;
	background: #fdb717;
	height: 100px;
  }

  footer p {
	line-height: 100px;
	margin: 0;
  }


/* Small screens */
@media only screen and (max-width: 576px) {
  /* Add styles for small screens here */
}

/* Medium screens */
@media only screen and (min-width: 576px) and (max-width: 768px) {
  /* Add styles for medium screens here */



}

/* Large screens */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* Add styles for large screens here */

  img#site-logo {
	height: 154px;
}

img#mail-logo {
	height: 47px;
}

.examples-grid {
  display: grid;
  grid-template-columns: 50% 50%;
}



}

/* Extra-large screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* Add styles for extra-large screens here */

img#site-logo {
	height: 154px;
}

img#mail-logo {
	height: 47px;
}

.examples-grid {
  display: grid;
  grid-template-columns: 50% 50%;
}

}

/* Extra-extra-large screens */
@media only screen and (min-width: 1200px) {
  /* Add styles for extra-extra-large screens here */

img#site-logo {
	height: 154px;
	left: -9999px;
}

img#mail-logo {
	height: 47px;
}

img#site-logo-large {
	height: 102px;
	left: 4vw;
}



	h1#contact-header {
		position: absolute;
		left: -999px;
	}

  h1#heading {
    position: absolute;
    left: 300px;
    top: 2.5vw;
  }

  .examples-grid {
    display: grid;
    grid-template-columns: 30% 30% 40%;
    gap: 24px;
  }


	#form-float {
		position: absolute;
		left: calc(4vw);
		top: 15vw;
		background: url('../images/form-bg.png');
		padding-left: 20px;
		padding-right: 20px;
	}

	form {
		margin-bottom: 0px;
	}

	form input[type=text] {
	height: 16px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
     border-radius: 5px;
  }

  form textarea {
	width: 94%;
	height: 60px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
     border-radius: 5px;
  }




}
