@charset "UTF-8";
/* CSS Document */

* {
  box-sizing: border-box;
}

@font-face {
  font-family: MuseoSans100;
  src: url(Font/MuseoSans/exljbris\ -\ MuseoSans-100.otf);
}
@font-face {
  font-family: MuseoSans300;
  src: url(Font/MuseoSans/exljbris\ -\ MuseoSans-300.otf);
}
@font-face {
  font-family: MuseoSans500;
  src: url(Font/MuseoSans/exljbris\ -\ MuseoSans-500.otf);
}

@font-face {
  font-family: MuseoSans700;
  src: url(Font/MuseoSans/exljbris\ -\ MuseoSans-700.otf);
}

body,
html {
  font-family: MuseoSans300;
  width: 100%;
  height: 100%;
  margin: 0;
  color: #262629;
}

body {
  position: relative;
  margin-top: calc(3.6rem + 2vw);
}

#navbar {
  padding-top: calc(0.8rem + 0.5vw);
  padding-bottom: calc(0.8rem + 0.5vw);
}

nav {
  font-family: MuseoSans300;
  filter: opacity(95%);
}

.navbar-brand {
  font-size: calc(1rem + 0.6vw);
  margin-left: calc(1rem + 4vw);
}

.nav-item {
  padding-left: 3rem;
  font-size: calc(1rem + 0.3vw);
}

#logo {
  filter: opacity(70%);
  width: 22vw;
  height: auto;
}

#column1 {
  background-image: url(Images/background-blend.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#aboutTextContainer {
  padding-top: calc(2rem + 4vw);
  padding-bottom: calc(1rem + 6vw);
  padding-right: calc(1rem + 6vw);
}

#column2 {
  background-image: url(Images/main_park.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70%;
  padding-top: calc(2rem + 4vw);
  padding-bottom: calc(2rem + 4vw);
}

#column3 {
  background-image: url(Images/shutterstock_1417682420-white.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70%;
}

#column4 {
  background-image: url(Images/pc-planning-image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70%;
  color: white;
  padding-top: calc(2rem + 4vw);
}

#inlineText {
  margin-left: calc(1rem + 4vw);
}

#chris {
  width: 24vw;
  height: 27vw;
}

#aboutUs {
  font-size: calc(1rem + 1vw);
}

p {
  font-size: calc(0.5rem + 0.6vw);
  margin-bottom: 0;
}

h2,
h4,
h5 {
  font-size: calc(1rem + 0.6vw);
}

h5 {
  font-size: calc(0.7rem + 0.6vw);
}

.btn {
  font-size: calc(0.7rem + 0.3vw);
  background-color: #0078c7;
}

.btn:hover {
  background-color: #0098c7;
}

footer {
  background-image: url(Images/pc-pattern-3440px.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: calc(4rem + 7vw);
}

footer img {
  width: calc(1rem + 4vw);
  height: auto;
}

#footerText {
  font-size: 0.7vw;
}

@media only screen and (max-width: 1600px) {
  #column2,
  #column3 {
    height: auto;
  }
}

@media only screen and (orientation: landscape) and (max-width: 1500px) {
  #column2,
  #column3 {
    height: auto;
  }
}

@media only screen and (max-width: 992px) {
  #column2 {
    background-image: none;
    background-color: white;
    height: auto;
  }

  #aboutTextContainer {
    padding-right: 0;
  }

  #column1 #aboutTextContainer {
    padding-top: 0;
  }

  #column3,
  #column1 {
    height: auto;
  }

  #column4 {
    background-image: none;
    background-color: white;
    color: black;
    height: auto;
  }

  #inlineText {
    margin-left: 0;
  }

  #footerText {
    font-size: 1.5vw;
  }
}
