@charset "UTF-8";
@import url("../webfonts/Mount_Hills/stylesheet.css");
@import url("../webfonts/Poppins_Regular/stylesheet.css");
@import url("../webfonts/Jost_Regular/stylesheet.css");
@import url("../webfonts/coolvetica_compressed_rg/stylesheet.css");
@import url("../webfonts/coolvetica_condensed_rg/stylesheet.css");
/* CSS Document */

nav {
  margin: 0;
}
nav ul {
  margin: 0;
  padding: 25px;
  display: flex;
}
nav ul li {
  display: inline-block;
  list-style-type: none;
}
nav ul li a {
    display: block;
    line-height: 1.5em;
    padding: 0px 40px;
    text-decoration: none;
    font-family: "Poppins Regular";
    font-size: 1.3em;
    color: #FFFFFF;
}

nav ul li a:hover {
    display: block;
    line-height: 1.5em;
    padding: 0px 40px;
    text-decoration: none;
    font-family: "Poppins Regular";
    font-size: 1.3em;
    color: #aab437;
}

nav ul li:first-child {
  margin-right: auto;
}


/* FOR NAV
https://stackoverflow.com/questions/35163621/nav-bar-align-logo-on-left-links-on-right */
body {

  /* The image used */
  background-image: url("../images/overview_background.jpg");

  min-height: 770px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
  /* Needed to position the navbar */
  position: relative;
}

.rectangle {
    height: 80px;
    width: 100%;
    background-color: #aab437;
    position: absolute;
    margin-top: 770px;
    -webkit-box-shadow: 0 5px 31px #2E2E2E;
    box-shadow: 0 5px 31px #2E2E2E;
}

.image01 {
    transform: scale(.5);
    width: 100%;
    height: auto;
    position: absolute;
    top: 575px;
    right: 420px;
}
h1{
    position: absolute;
    font-family: "coolvetica condensed rg";
    color: #FFFFFF;
    font-weight: lighter;
    letter-spacing: 10px;
    text-shadow: 4px 4px 5px #000000;
    transform: scaleY(1.2);
    font-size: 14em;
    padding-top: 50px;
    padding-left: 620px;
    bottom: 159px;
}

article p {
    font-family: "Jost Regular";
    color: #000000;
    font-size: 1.55em;
    font-weight: lighter;
    width: 720px;
    text-align: justify;
    position: relative;
    top: 810px;
    right: -55%;
}

footer {
    background-color: #aab437;
    position: absolute;
    height: 100px;
    width: 100%;
    overflow: hidden;
    bottom: -918px;
    right: 0px;
}

footer p {
    text-align: right;
    color: #000000;
    font-size: 1.5em;
    font-weight: lighter;
    width: 600px;
    position: absolute;
    margin-left: 1262px;
    font-family: "Jost Regular";
    margin-top: 17px;
}

.footer_logo{
    transform: scale(.6);
    position: absolute;
    top: 10px;
    left: -30px;
}
@media only screen and (max-width: 1440px){
	nav {
  margin: 0;
}
nav ul {
  margin: 0;
  padding: 30px;
  display: flex;
}
nav ul li {
  display: inline-block;
  list-style-type: none;
}
nav ul li a {
    display: block;
    line-height: 1.5em;
    padding: 0px 30px;
    text-decoration: none;
    font-family: "Poppins Regular";
    font-size: 1.3em;
    color: #FFFFFF;
}

nav ul li a:hover {
    display: block;
    line-height: 1.5em;
    padding: 0px 30px;
    text-decoration: none;
    font-family: "Poppins Regular";
    font-size: 1.3em;
    color: #aab437;
}

nav ul li:first-child {
  margin-right: auto;
}
	
.image01 {
    transform: scale(.5);
    width: 100%;
    height: auto;
    position: absolute;
    top: 650px;
    right: 320px;
}
h1{
    position: absolute;
    font-family: "coolvetica condensed rg";
    color: #FFFFFF;
    font-weight: lighter;
    letter-spacing:10px;
    text-shadow: 4px 4px 5px #000000;
    transform: scaleY(1.2);
    font-size: 12em;
    padding-top: 60px;
    padding-left: 450px;
}

article p {
    font-family: "Jost Regular";
    color: #000000;
    font-size: 1.2em;
    font-weight: lighter;
    width: 600px;
    text-align: justify;
    position: relative;
    top: 800px;
    right: -55%;
}

footer {
    background-color: #aab437;
    position: absolute;
    height: 100px;
    width: 100%;
    overflow: hidden;
    bottom: -750px;
    right: 0px;
}

footer p {
    text-align: right;
    color: #000000;
    font-size: 1.2em;
    font-weight: lighter;
    width: 500px;
    position: absolute;
    margin-left: 900px;
    font-family: "Jost Regular";
    margin-top: 17px;
}

.footer_logo{
    transform: scale(.6);
    position: absolute;
    top: 10px;
    left: -30px;
}
	
	
}

@media only screen and (max-width: 768px){
	nav {
  margin: 0;
}
nav ul {
  margin: 0;
  padding: 20px;
  display: flex;
}
nav ul li {
  display: inline-block;
  list-style-type: none;
}
nav ul li a {
    display: block;
    line-height: 1.5em;
    padding: 0px 15px;
    text-decoration: none;
    font-family: "Poppins Regular";
    font-size: 1.1em;
    color: #FFFFFF;
}

nav ul li a:hover {
    display: block;
    line-height: 1.5em;
    padding: 0px 40px;
    text-decoration: none;
    font-family: "Poppins Regular";
    font-size: 1.1em;
    color: #aab437;
}

nav ul li:first-child {
  margin-right: auto;
}
	
.image01 {
    transform: scale(.5);
    width: 100%;
    height: auto;
    position: absolute;
    top: 750px;
    right: 170px;
}
h1{
    position: absolute;
    font-family: "coolvetica condensed rg";
    color: #FFFFFF;
    font-weight: lighter;
    letter-spacing:10px;
    text-shadow: 4px 4px 5px #000000;
    transform: scaleY(1.2);
    font-size: 10em;
    padding-top: 60px;
    padding-left: 130px;
}

article p {
    font-family: "Jost Regular";
    color: #000000;
    font-size: .65em;
    font-weight: lighter;
    width: 330px;
    text-align: justify;
    position: relative;
    top:800px;
    right: -54%;
}

footer {
    background-color: #aab437;
    position: absolute;
    height: 100px;
    width: 100%;
    overflow: hidden;
    bottom: -500px;
    right: 0px;
}

footer p {
    text-align: right;
    color: #000000;
    font-size: 1em;
    font-weight: lighter;
    width: 390px;
    position: absolute;
    margin-left: 340px;
    font-family: "Jost Regular";
    margin-top: 17px;
}

.footer_logo{
    transform: scale(.5);
    position: absolute;
    top: 10px;
    left: -30px;
}
	
	
}

@media only screen and (max-width: 414px){
	nav {
  margin: 0;
}
nav ul {
    margin: 0;
    padding-top: 0px;
    padding-right: 17px;
    padding-left: 0px;
    padding-bottom: 0px;
    display: flex;
}
nav ul li {
    display: inline-block;
    list-style-type: none;
    transform: scale(.8);
    margin-right: -3px;
}
nav ul li a {
    display: block;
    line-height: 1.5em;
    padding: 10px 0px;
    text-decoration: none;
    font-family: "Poppins Regular";
    font-size: .7em;
    color: #FFFFFF;
}

nav ul li a:hover {
 	display: block;
    line-height: 1.5em;
    padding: 10px 0px;
    text-decoration: none;
    font-family: "Poppins Regular";
    font-size: .7em;
    color: #aab437;
}

nav ul li:first-child {
  margin-right: auto;
}
	
.image01 {
    transform: scale(.5);
    width: 100%;
    height: auto;
    position: absolute;
    top: 800px;
    right: 90px;
}
h1{
    position: absolute;
    font-family: "coolvetica condensed rg";
    color: #FFFFFF;
    font-weight: lighter;
    letter-spacing:10px;
    text-shadow: 4px 4px 5px #000000;
    transform: scaleY(1.2);
    font-size: 6em;
    padding-top: 0px;
    padding-left: 40px;
}

article p {
    font-family: "Jost Regular";
    color: #000000;
    font-size: .35em;
    font-weight: lighter;
    width: 170px;
    text-align: justify;
    position: relative;
    top:820px;
    right: -55%;
}

footer {
    background-color: #aab437;
    position: absolute;
    height: 70px;
    width: 100%;
    overflow: hidden;
    bottom: -350px;
    right: 0px;
}

footer p {
    text-align: right;
    color: #000000;
    font-size: .6em;
    font-weight: lighter;
    width: 200px;
    position: absolute;
    margin-left: 180px;
    font-family: "Jost Regular";
    margin-top: 17px;
}

.footer_logo{
    transform: scale(.5);
    position: absolute;
    top: 0px;
    left: -60px;
}
	
	
}


@media only screen and (max-width: 375px){
		nav {
  margin: 0;
}
nav ul {
    margin: 0;
    padding-top: 0px;
    padding-right: 17px;
    padding-left: 0px;
    padding-bottom: 0px;
    display: flex;
}
nav ul li {
    display: inline-block;
    list-style-type: none;
    transform: scale(.7);
    margin-right: -7px;
}
nav ul li a {
    display: block;
    line-height: 1.5em;
    padding: 10px 0px;
    text-decoration: none;
    font-family: "Poppins Regular";
    font-size: .7em;
    color: #FFFFFF;
}

nav ul li a:hover {
 	display: block;
    line-height: 1.5em;
    padding: 10px 0px;
    text-decoration: none;
    font-family: "Poppins Regular";
    font-size: .7em;
    color: #aab437;
}

nav ul li:first-child {
  margin-right: auto;
}
	
.image01 {
    transform: scale(.5);
    width: 100%;
    height: auto;
    position: absolute;
    top: 815px;
    right: 90px;
}
h1{
    position: absolute;
    font-family: "coolvetica condensed rg";
    color: #FFFFFF;
    font-weight: lighter;
    letter-spacing:10px;
    text-shadow: 4px 4px 5px #000000;
    transform: scaleY(1.2);
    font-size: 5em;
    padding-top: 0px;
    padding-left: 40px;
}

article p {
    font-family: "Jost Regular";
    color: #000000;
    font-size: .35em;
    font-weight: lighter;
    width: 150px;
    text-align: justify;
    position: relative;
    top:820px;
    right: -55%;
}

footer {
    background-color: #aab437;
    position: absolute;
    height: 70px;
    width: 100%;
    overflow: hidden;
    bottom: -350px;
    right: 0px;
}

footer p {
    text-align: right;
    color: #000000;
    font-size: .6em;
    font-weight: lighter;
    width: 200px;
    position: absolute;
    margin-left: 150px;
    font-family: "Jost Regular";
    margin-top: 17px;
}

.footer_logo{
    transform: scale(.4);
    position: absolute;
    top: -5px;
    left: -75px;
}
	
	
}