.intro-text{
	padding-top:8%;
	padding-bottom:32px;
}

.intro-box{
	padding-left:40px;
}

.honeypot {
    display:none;
}

#sidebar nav a {
    color: rgba(255, 255, 255, 0.55) !important;
}

#sidebar nav a:hover {
    color: rgba(255, 255, 255, 0.75) !important;
}

#sidebar nav a.active {
    color: #ffffff !important;
}

.notification {
    display: none;
    text-align: center;
    border: 1px solid;
    opacity: 0.5;
    border-radius: 30px;
    width: 30%;
    height:50%;
    padding: 0.5em 1em !important;
}

.validation{
    border-color: darkred;
    color:darkred;
    background-color: pink;
}

.thankyou {
    border-color: lawngreen;
    color:lawngreen;
    background-color: green;
    width: 50%;
}

#formloading {
    visibility: collapse;
}

#formActionContainer {
    padding-right: 2em !important;
}

input[type="input"]:disabled{
    opacity: 0.5;

    color:black;
}

.contactParagraphOne {
    margin: 0 0 0.9em 0;
}

.contactParagraphTwo {
    margin: 0 0 1.3em 0;
}

#contactForm {
    width: 90%;
}

.menu {
    color: rgba(255, 255, 255, 0.6) !important;
}

/* center captcha challenge */

.text-xs-center {
    text-align: center;
    }

.g-recaptcha {
    display: inline-block;
}

body > div:nth-child(13) > div:nth-child(2) {
    top: -300px !important;
    left: 200px !important;
}

/* pure css spinner  */

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
  }
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*custom media queries*/

@media screen and (min-width: 1920px) {

    .contact {
        padding-top: 3.5em !important;
    }

}

@media screen and (max-width: 1680px) {

    #contactForm {
        width: 100%;
    }

}

@media screen and (max-width: 1280px) {

    .intro-box{
        padding-left:20px;
    }

}

/* @media screen and (max-width: 980px) { } */

@media screen and (max-width: 736px) {

    .hideMobile{
        visibility: collapse;
    }

    .intro-box{
        padding-left:10px;
    }

    .fullscreen {
        min-height: 90vh !important;
    }
}

@media screen and (max-width: 480px) {

    .intro-text{
        padding-top:0;
        padding-bottom:15%;
    }

    .intro-box {
        padding-left: 0;
    }

    /* stack first section on mobile only */
    .mobile-stack {
        width:75% !important;
        margin-right: auto;
        margin-left: auto;
        font-size: larger;
        text-align: center;
        padding-top: 4% !important;
    }

    #logo-image {
        display: inline-block;
        bottom: 15px;
        padding-top: 0;
    }

    #formActionContainer {
        padding-bottom: 1em !important;
        padding-right: 0 !important;
    }

    .lds-dual-ring {
        display:flex;
        justify-content: center;
    }

    /* center google captcha on mobile */

    body > div:nth-child(13) > div:nth-child(2) {
        top: -150px !important;
        left: 0 !important;
    }
}


@media screen and (max-width: 360px) {

    .intro-text{
        padding-bottom:0;
    }

}