canvas {
    display: block;
    vertical-align: bottom;
    min-height: 240px;
    max-height: 240px;
}

#particles-js {
    background: #0a141e;
    position: relative;
    top: 0;
    width: 100%;
    height: 240px;

}

/*header stuff*/

.header {
    padding: 20px 10px;
}

.wrapper {
    position: absolute;
    width: 100%;
}

/*menu stuff*/
.slideout-menu {
    position: fixed;
    left: auto;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    padding: 30px;
    width: 320px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
}

.slideout-panel {
    z-index: 1;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

.slideout-heading {
    font-family: "Libre Franklin-Regular", sans-serif;
    color: #0a141e;
    font-size: 35px;
    margin-bottom: 60px;
}

.slideout-close-button {
    margin-top: 10px;
    font-family: "Libre Franklin-Regular", sans-serif;
    color: #0a141e;
    font-size: 42px;
    margin-bottom: 20px;
}

.slideout-link {
    display: block;
    font-family: "Libre Franklin-SemiBold", sans-serif;
    color: #0a141e;
    font-size: 24px;
    padding: 0;
    margin-bottom: 35px;
    background: none;
    border: none;
    outline: none;
}

.slideout-sublink {
    display: block;
    font-family: "Libre Franklin-SemiBold", sans-serif;
    color: #0a141e;
    font-size: 16px;
    padding: 0 5px;
    margin-bottom: 20px;
    background: none;
    border: none;
    outline: none;
}

#demo {
    margin-top: -20px;
}

#menu {
    margin-top: -10px;
}

/*#page-container{*/
/*z-index:4;*/
/*}*/
.slideout-close-button:hover, .slideout-close-button:focus, .slideout-link:hover, .slideout-link:focus, .slideout-sublink:hover, .slideout-sublink:focus {
    text-decoration: none;
    color: #f15a24;
}

.menu-social-link {
    text-decoration: none;
    margin-right: 10px;
}

.menu-social-link:hover, .menu-social-link:focus {
    filter: brightness(50%);
    text-decoration: none;
}

.c-hamburger {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    background: none;
    cursor: pointer;
}

.c-hamburger:focus {
    outline: none;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 20px;
    left: 4px;
    right: 4px;
    height: 3px;
    background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    content: "";
}

.c-hamburger span::before {
    top: -10px;
}

.c-hamburger span::after {
    bottom: -10px;
}

.c-hamburger--htx span {
    transition: background 0s 0.2s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    transition-duration: 0.2s, 0.2s;
    transition-delay: 0.2s, 0s;
}

.c-hamburger--htx span::before {
    transition-property: top, transform;
}

.c-hamburger--htx span::after {
    transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
    display: none;
}

.c-hamburger--htx.is-active span {
    background: none;
}

.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.2s;
}

#menu-trigger:hover, #menu-trigger:focus {
    text-decoration: none;
    color: #f15a24;
}

#menu-trigger {

}

.menu-trigger-container {
    position: relative;
    margin: 10px 0px;
    z-index: 3;
}

.menu-text {
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
    margin-left: 4px;
    font-family: "Libre Franklin-Light", sans-serif;
    color: #ffffff;
    font-size: 16px;
}

.overlay:not(.menu-link) {
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    filter: brightness(40%);

    -webkit-filter: brightness(40%);
    z-index: 7;
}

/*header  */

.page-title {
    color: white;
    margin-top: 50px;
    font-family: "Libre Franklin-Thin", sans-serif;
    font-size: 36px;
}

@media screen and (max-width: 1000px) {
    .page-title {
        font-size: 30px;
    }
}

/*marketing-nav*/
.affix {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.marketing-menu {
    background: white;
    -webkit-box-shadow: -5px 26px 18px -22px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: -5px 26px 18px -22px rgba(0, 0, 0, 0.4);
    box-shadow: -5px 26px 18px -22px rgba(0, 0, 0, 0.4);
    z-index: 5;

}

#magic-navbar > li > a {
    font-family: "Libre Franklin-Regular", sans-serif;
    font-size: 15px;
    color: #0a141e;
}

#magic-navbar {
    padding: 10px 0;

}

#magic-navbar > li > a:hover, #magic-navbar > li > a:focus, #magic-navbar > li.active > a {
    background: none;
    color: #f15a24;
}

#magic-line {
    position: absolute;
    bottom: 0;
    display: block;
    height: 2px;
    width: 100%;
    background: #f15a24;
}

@media (max-width: 768px) {
    .affix {
        position: static;
    }

    #magic-line {
        display: none !important;
    }
}

/*section stuff*/

.white-section {
    padding: 90px 0;
    background: #ffffff;
}

.gray-section {
    padding: 90px 0;
    background: #f3f4f8;
}

.section-text {
    font-family: "Libre Franklin-Light", sans-serif;
    font-size: 14px;
    color: #0a141e;
    margin-bottom: 20px;
}

.section-title {
    font-family: "Libre Franklin-SemiBold", sans-serif;
    font-size: 16px;
    color: #0a141e;
    margin-bottom: 30px;
}

.flex-box {
    padding: 20px 20px 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}

.white-section img {
    padding-left: 20px;
}

.gray-section img {
    padding-right: 20px;
}

.section-list {
    list-style-image: url('../img/interior/marketing/bullet.png');
    font-family: "Libre Franklin-Light", sans-serif;
    font-size: 14px;
    color: #0a141e;
    padding: 0 15px;
}

.tech-card {
    background: white;
    width: 100%;
    padding: 40px 0;
    border-radius: 2px;
    position: relative;
    margin-bottom: 20px;
    height: 200px;
    -webkit-box-shadow: 9px 9px 37px -20px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 9px 9px 37px -20px rgba(0, 0, 0, 0.75);
    box-shadow: 9px 9px 37px -20px rgba(0, 0, 0, 0.75);

}

.tech-card p {
    position: absolute;
    font-family: "Libre Franklin-Regular", sans-serif;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tech-img {
    display: inline-block;
    padding: 0 !important;
    margin-bottom: 40px;

}

/*contact form*/

.contact-section {
    padding: 90px 0;
    background: #5dbbb6;
}

.contact-title {
    color: #ffffff;
    font-family: "Libre Franklin-Thin", sans-serif;
    font-size: 34px;
    margin-bottom: 30px;
}

.contact-text {
    color: #ffffff;
    font-family: "Libre Franklin-Light", sans-serif;
    font-size: 14px;
    margin-bottom: 30px;
}

.contact-input {
    font-family: "Libre Franklin-Regular", sans-serif;
    font-size: 16px;
    width: 100%;
    background: none;
    padding: 15px;
    border: 1px solid white;
    border-radius: 5px;
    color: white;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;

}

.contact-input:focus {
    border: 1px solid white;
    background: white;
    color: #5dbbb6;
    outline: none;
    box-shadow: none;
}

.contact-input:focus::-webkit-input-placeholder {
    color: #5dbbb6;
}

.contact-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white
}

.contact-input::-moz-placeholder { /* Firefox 19+ */
    color: white
}

.contact-input:-ms-input-placeholder { /* IE 10+ */
    color: white
}

.contact-input:-moz-placeholder { /* Firefox 18- */
    color: white
}

.contact-button {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    font-family: "Libre Franklin-Regular", sans-serif;
    font-size: 16px;
    color: #5dbbb6;
    background: white;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.contact-button:hover, .contact-button:focus {
    background: #f7f7f7;

}

textarea {
    resize: vertical;
}

/*contact page stuff*/

.contact-page-img {
    padding: 0 !important;
}

.contact-page-service-title {
    margin: 35px 0 10px 0;
}

.contact-page-link {
    display: block;
    color: #f15a24;
    font-family: "Libre Franklin-Light", sans-serif;
    font-size: 14px;
}

.contact-page-link:hover, .contact-page-link:focus {
    text-decoration: none;
    color: #833114;
}

.contact-page-text {
    min-height: 50px;
}
.contact-page-title {
    color:#0a141e;
}

/*footer stuff*/

.footer-section {
    padding: 50px 0;
    background: #0a141e;
}

.contact-links-container {
    font-family: "Libre Franklin-Light", sans-serif;
    font-size: 14px;
    color: white;
    margin: 20px 0 40px 0;
}

.contact-link {
    margin-right: 10px;
    color: white;
}

.contact-link:hover, .contact-link:focus {
    text-decoration: none;
    color: #f15a24;
}

.social-link:hover {
    filter: brightness(0) invert(1);
    text-decoration: none;
}

.up-button {
    width: 56px;
    height: 56px;
    display: none;
    background: #ffffff;
    color: #0a141e;
    font-size: 24px;
    border-radius: 50%;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 6;
    -webkit-box-shadow: 10px 10px 23px -6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 10px 10px 23px -6px rgba(0, 0, 0, 0.28);
    box-shadow: 10px 10px 23px -6px rgba(0, 0, 0, 0.28);
    text-align: center;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;

}

.up-button span {
    margin-top: 15px;
}

/*contact page*/

.contact-page-label {
    margin:10px 0;
    font-family: "Libre Franklin-SemiBold", sans-serif;
    font-size:14px;
    letter-spacing: 1px;
    color:#0a141e;
}
.contact-page-input{
    width: 100%;
    padding:15px;
    border-radius: 4px;
    font-family: "Libre Franklin-SemiBold", sans-serif;
    font-size:14px;
    color:#0a141e;
    background:white;
    border:1px solid #dcdcdc;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    outline: none;
}
.contact-page-input:focus{
    border:1px solid #f15a24;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.contact-page-button {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    font-family: "Libre Franklin-Regular", sans-serif;
    font-size: 16px;
    color: white;
    background: #f15a24;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.contact-page-button:hover, .contact-page-button:focus {
    background: #d75020;

}
.checkbox input[type="checkbox"]:focus + label::before {
    outline: none;
}
#checkbox1:focus{
    outline: 0px !important;
    -webkit-appearance:none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}