body {
    padding: 0;
    margin: 0;
    background: #f2f6e9;
    font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

.text-center {
    text-align: center !important;
}

.page-section {
    padding: 6rem 0;
    padding-top: 0rem;
    padding-right: 0px;
    padding-bottom: 9rem;
    padding-left: 0px;
}

section:before {
    height: 54px;
    content: "";
    display:block;
}

.goldyyellow {
    color: #ffc800;
}

.min-vh-80 {
    min-height: 80vh !important;
}

.navbar {
    background: #212529;
    opacity: 0.95;
}

.nav-link,
.navbar-brand {
    color: #fff;
    cursor: pointer;
    margin-left: 7%;
}

.nav-link {
    margin-right: 1em !important;
}

.nav-link:hover {
    color: sky-blue;
}

.navbar-collapse {
    justify-content: flex-end;
}

.navbar-logo {
    height: 2em;
    ;
}

.header {
    background-image: url("../img/PVF_front_sun_grass_16_9.jpeg");
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 5rem;
}

a.insidebtn {
    color: #fff;
}

.description {
    left: 50%;
    position: absolute;
    top: 45%;
    transform: translate(-50%, -55%);
    text-align: center;
}

.description h1 {
    color: #212529;
}

.description p {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.5;
}

.description button {
    border: 1px solid #ffc800;
    background: #ffc800;
    border-radius: 0;
    color: #fff;
    font-size: 2rem;
    margin-bottom: 12rem;
    /*portrait*/
}

.carousel {
    overflow: hidden;
}

.carousel-inner {
    height: 100%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 5rem;
    height: 5rem;
}

.item,
.active {
    height: 100%;
}

/*Used in Carousel*/
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
}

/*Maps*/
.map-embed {
    border: 0;
    width: 100%;
}

/*Contact Form*/
/* section#contact {
    background-color: #212529;
    background-image: url("../assets/img/map-image.png");
    background-repeat: no-repeat;
    background-position: center;
  } */

/* section#contact form#contactForm .form-group {
    margin-bottom: 1.5rem;
  } */
section#contact form#contactForm .form-group input,
section#contact form#contactForm .form-group textarea {
    padding: 1.25rem;
}

section#contact form#contactForm .form-group input.form-control {
    height: auto;
}

section#contact form#contactForm .form-group-textarea {
    height: 100%;
}

section#contact form#contactForm .form-group-textarea textarea {
    height: 100%;
    min-height: 10rem;
}

section#contact form#contactForm p.help-block {
    margin: 0;
}

section#contact form#contactForm .form-control:focus {
    border-color: #ffc800;
    box-shadow: none;
}

section#contact form#contactForm ::-webkit-input-placeholder {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    color: #ced4da;
}

section#contact form#contactForm :-moz-placeholder {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    color: #ced4da;
}

section#contact form#contactForm ::-moz-placeholder {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    color: #ced4da;
}

section#contact form#contactForm :-ms-input-placeholder {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    color: #ced4da;
}

.contactFormResult {
    margin-top: 5%;
}

.hideme {
    display: none;
}

.invalid-feedback {
    font-size: large;
}

/*General*/
.marginless {
    margin-right: 0px;
    margin-left: 0px;
}

/*Portrait overrides */
@media (orientation: portrait) {
    .carousel {
        width: 100vw;
        height: 75vw;
    }

    .description button {
        margin-bottom: 20rem;
    }

    .map-embed {
        height: 50vh;
    }
}

/*Landscape overrides */
@media (orientation: landscape) {
    .carousel {
        margin-left: auto;
        margin-right: auto;
        height: 90vh;
        width: 120vh;
    }

    .description button {
        margin-bottom: 20rem;
    }

    .map-embed {
        height: 80vh;
    }
}