/*THEME COLORS

#9f3232
#1a237e
#ffffff
#000

*/

* {
    padding: 0;
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    outline: 0 !important;
    letter-spacing: 1px;
    box-sizing: border-box;
    text-decoration: none !important;
}

html,
body {
    max-width: 100%;
    height: 100%;
}



body {
    overflow-x: hidden;
    background-image: linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)), url(../image/background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    color: white;
}

section {
    padding: 0px calc(50vw - 520px);
}


h1 {
    font-family: 'Montserrat', 'Lato', 'Arial';
    font-weight: 700;
    font-size: 48px;
    color: #1a237e;
}

h2 {
    line-height: 1.7;
    margin: 25px 0px;
    font-size: 20px;
}

h3 {
    line-height: 3;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

h4 {
    line-height: 2;
}

p {
    line-height: 1.7;
    font-size: 18px;
    padding-bottom: 50px;
}

table {
    font-size: 18px;
}

.important {
    font-weight: 700;
    font-family: 'Montserrat';
    color: #1a237e;
}

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

/*==================================HEADER========================*/

header {
    padding: 15px 0px;
    background: #1a237e;
    color: white;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, .5);
    /* text-align: center; */
    position: fixed;
    width: 100%;
    z-index: 999;
}

#company-name {
    font-family: 'Changa One';
    font-weight: 400;
    color: white;
}

#menu-btn {
    display: none;
    height: 30px;
    position: fixed;
    right: 25px;
    top: 10px;
    cursor: pointer;
    transition: .2s
}
#menu-btn:hover {
    transform: rotate(5deg)
}


nav {
    position: fixed;
    right: calc(50% - 520px);
    top: 15px;
}

navitem {
    padding: 10px 14px;
    margin: 0px 8px;
    cursor: pointer;
    transition: .2s;
    border-radius: 5px;
}

navitem:hover {
    color: #1a237e;
    background: white;
}

#mobile-nav {
    position: fixed;
    z-index: 999;
    background: #1a237eee;
    width: 100vw;
    height: 100vh;
    top: 55px;
    left: 0;
    padding: calc(50vh - 180px) 0px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    display: none;
}

.mobile-nav-item {
    display: block;
    width: 50vh;
    margin: 0px auto;
    padding: 20px 50px;
    transition:.2s;
}
.mobile-nav-item:hover {
    background:#090f4e;
}


/*==================================LANDING========================*/

#main-header {
    color: white;
    text-align: center;
}

#main-subheader {
    /* margin-top: calc(50vh - 140px); */
    text-align: center;
}

#main-header,
#main-subheader,
#main-btn {
    opacity: 0;
}

#landing-container {
    padding: calc(50vh - 100px) 0px;
}

button,
input[type="submit"] {
    text-align: center;
    display: block;
    margin: 30px auto;
    outline: 0;
    border: 0;
    background: #1a237e;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 15px;
    transition: .3s;
    cursor: pointer;
}

button:hover,
input[type="submit"]:hover {
    color: #1a237e;
    background: white;
}

/*==================================SECTIONS========================*/

#contact {
    background: #090f4e
        /*#b44646;*/;
}

#about {
    background: #f5f5f5;
    color:  black;
}

#capabilities {
    background: #fafafa;
    /* padding: 20px; */
}

#capabilities p, #capabilities table {
    color: black;
}

#capabilities p {
    padding: 20px 0 20px;
}

#fda-registration {
    text-align: center;
}

#fda-registration p {
    font-weight: bold;
}

#fda-registration table {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}

#fda-registration td {
    padding-left: 20px;
    padding-right: 20px;
}

#products {
    background: white;
    color: black;
    padding-bottom: 60px;
}


.sect-header {
    text-align: center;
    line-height: 3;
    color: rgba(255, 255, 255, .8);
}

.sect-subheader {
    font-size:100%;
    font-family: 'Montserrat','Lato';
}

.bold {
    color:#1a237e;
    font-weight: 700;
    
}

.dark {
    color: rgb(27 36 127);
}

.pdf-btn {
    font-size: 150%;
    margin: 20px auto;
    padding: 20px 40px;
}


.product-container {
    padding: 20px 0px
}

.product {
     width: 100%;
    padding: 50px;
    transition: .2s;
    cursor: pointer;
    margin: 20px;
    border: 2px solid #f1f1f1;
    background: #f5f5f5;
}

.product:hover {
    background: #f5f5f5;
}

.product-name {
    text-align: left;
    text-transform: none;
    font-weight: 600;
    font-size: 30px;
    font-family: 'Montserrat', 'Lato', 'Arial';
    line-height: 1;
    margin-bottom: 40px;
    color: #1a237e;
}

.product-img {
    max-width: 25%;
    display: block;
    /* margin: auto; */
}

ul.product-desc {
    margin-left: 10px;
}

.product-desc {
    color: rgba(0, 0, 0, .7);
    padding-bottom: 20px;
    max-width: 70%;
    box-sizing: border-box;
    padding: 0px 20px;
}
.product-btn {
    float:right;
    margin:0;
    margin-top: 20px;
}


.feature {
    line-height: 1.5;
    font-size: 30px;
    font-family: 'Changa One','Montserrat', 'Lato', 'Arial';
    padding: 15px 30px;
    text-transform: none;
    cursor: pointer;
    font-weight: 100;
    color: #1a237e;
}
.feature::before {
    content: "👍 ";
}

.regnumber {
    font-weight: bold;
}


/*==========================FORM===============================*/

form {
    padding: 30px 0px;
}

.form-subhead {
    padding-bottom: 0px;
    text-align: center
}

.input {
    display: block;
    padding: 15px 10px;
    outline: 0;
    border: 0;
    color: white;
    background: rgba(255, 255, 255, .2);
    width: 100%;
    border-radius: 5px;
    transition: .2s ease-in-out;
}

.input:focus {
    background: rgba(255, 255, 255, .3);
}

*::placeholder {
    /* Most modern browsers support this now. */
    color: rgba(255, 255, 255, .7);
}


label {
    display: block;
    margin: 10px 5px;
    margin-top: 20px;
}

textarea {
    width: 100% !important;
    resize: none;
}


/*=================================FOOTER===================================*/

footer {
    padding: 20px 0px;
    background: #111;
    text-align: center
}

#fda {
    filter: brightness(2);
    padding: 20px 0px;
    height: 150px;
}

#flag {
    max-width: 100%;
    width: 300px;
    padding: 10px 0px
}


/*================RESIZING================*/

@media only screen and (max-width:1100px) {
    section {
        padding: 0px calc(50% - 450px)
    }
    
    nav {
        display: none !important;
    }
    #menu-btn {
        display: block;
    }
}

@media only screen and (max-width:950px) {
    section {
        padding: 0px 40px;
    }
    
    .product {
        width: 100%;
    }
    
    .feature {
        font-size:24px;            
    }
    p,.sect-subheader {
        font-size: 15px;
    }
}

@media only screen and (max-width:700px) {
    h1 {
        font-size: 38px;
    }
    
    .product {
        padding: 30px;
        margin: 20px 0px;
    }
    .product-name {
        margin-bottom: 20px;
    }
    .product-desc {
        max-width: 100%;
        padding: 25px 0px 10px 0px;
    }
    .product-img {
        margin:0px auto;
        max-width: 70%
    }
    #menu-btn {
        top: 5px;
        height: 25px;
    }
    #company-name {
        transform:translateX(-20px)
    }
}

@media only screen and (max-width:550px) {
    .product-img {
        max-width: 100%;
    }
    .mobile-nav-item {
        width: 100%;
    }
    #mobile-nav {
        padding-left: 0;
        padding-right: 0;
    }
    body {
        background-attachment: scroll;
    }
}
