html {
    font-size: 100%; /* Base 16 rems: 1rem = 16px */
    background:#1c2e4a;
    zoom: 100%;
}

* {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    /*
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    */
    /* min-height: 100vh; */
    text-align:center;
    background: linear-gradient(0deg, #1c2e4a, #2E8BC0);
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    max-width:100vw;
    overflow-x:hidden;
}
img {
    width: 50%;
    display: block;
    margin: 2em auto;
}

#rotatingText {
    font-weight: 400;
    /*font-size: 1.5em;*/
    font-size: clamp(.8rem, 4vw, 1.5rem);
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
    margin:auto auto 1em;
    text-align:center;
}
#rotatingText span {
    position:absolute;
    left:0;
    right:0;
}
h2 {
    color: #fff;
}
p, ul li {
    letter-spacing:1px;
}
p.intro, p.reg {
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
    max-width: 80%;
    margin: 20px auto;
    text-align: justify;
}
p.intro {
    margin: 20vw auto 1em;
}
form {
    text-align: center;
    background: transparent;
    padding: 1em;
    border: none;
}
form h2 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
}
form label {
    width:80%;
    text-align:left;
    color:white;
    font-size:1em;
}
form input {
    padding: .5em;
    width: 80%;
    border: 2px solid white;/*#20638f;*/
    border-radius: 0;
    margin-bottom: .5em;
    background: #20638f;
    color: white;
}
form button {
    background: #4b9dc3;
    color: white;
    font-weight: 600;
    cursor: pointer;
}
form input[type="submit"]:hover {
    background: #4b9dc3;
    color: #1c2e4a;
}
/*
.g-recaptcha div {
    margin: 10px auto;
}
*/
textarea {
    width:80%;
    color:white;
    background: #20638f;
}
#main-container {
    width: 800px;
    max-width:95vw;
    margin: 0 auto;
}
#main-container-products {
    /*max-width:95vw;*/
    text-align:left;
    width:100%;
    min-height:979px;
    background:url('https://philanthrobots.net/images/sponsorflow-splash-tbg-600.png');
    margin: 0 auto;
    /*max-width:100vw;*/
    overflow:hidden;
    padding-top:115vw;
    /*
    width: 1048px;
    height:1710px;
    background:url('https://philanthrobots.net/images/sponsorflow-splash-tbg.png');
    */
    background-size: calc(100vw / 0.9) auto; /* This will scale the image so that 90% of it is equal to the viewport width */
    background-position: top center; /* Keeps the image centered horizontally */
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
}
.pp {
    margin: 0 auto;
    color:#fff;  
    padding:20px;
    background-color: rgba(0,0,0,0.7);
    border-radius:10px;
    line-height:1.2;
    max-width:90%;
}

.pp ul {
    list-style: none;
    padding-left: 15px;
    font-size: 16px;
}
.pp ul li {
    margin-bottom:20px;
}
.pp p {
    line-height:1.5;
}

.pp .button-container {
    width:100%;
    height:60px;
}
.pp button {
    float: right;
    background: #fff;
    padding:0;
    padding: 10px 20px;
}
.pp button a {
    color: #007;
    text-decoration:none;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 20px;
}


i.fas {margin-right:10px;}


/*h1 {
    margin-top: 1em;
    font-weight: 200;
    color: rgb(110, 200, 255);
    text-shadow: 2px 2px 4px white;
    text-align:center;
}*/
h1 {
    font-size: clamp(.5rem, 5vw, 3rem);
    font-weight: 500;
    letter-spacing: 6px;
    color: #fae543;  /*#ff8; */
    text-shadow: 5px 5px 5px black;
    text-align: center;
}
.move-40px-up {
    margin-top: -40px;
}

form input {
    font-size: 1.2rem; /* Adjust this as necessary */
    width:80%;
    margin: 0 10% 1em;
}

form label {
    width: 80%;
    display: inline-block;
    text-align: left;
    color: white;
    font-size: 1em;
}

form button {
    font-size:1.5rem;
    padding:0.5rem 2rem;
    margin-bottom:.5rem
}

i {
    font-size: 1.5em;
}
#contact-form-status {
    text-align:center;
    color:white;
    height:1.5rem;
}

#header {
    display: none;
}

#hamburger {
    color: #fff;
    background: rgba(0,0,0,0.4);
    padding: 5px 10px 3px;
    border-radius: 5px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    margin: 5px;
    font-size: 12px;
    cursor: pointer;
    z-index: 2;
  }

  #mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1;
}

#mobile-menu ul {
    list-style: none;
    padding: 60px 0 0;
    margin: 0;
    text-align: center;
}

#mobile-menu ul li {
    margin-bottom: 1em;
}

#mobile-menu ul li a {
    text-decoration: none;
    font-size: 1.5em;
    color: #ccf;
    display:block;
    width:100%;
    height:100%;
}


#footer, #footer p {
    font-size: 0.8rem;
    margin-bottom: 4rem;
}
#footer hr {
    max-width: 80%;
    margin-top:10rem;
}
#footer p {
    margin: 1rem auto;
    width:100%;
}
#footer .left {
    float:left;
    margin-left:10%;
}
#footer .right {
    float:right;
    margin-right:10%;
}
#footer .left, #footer .right {
    width:auto;
    font-size:0.8rem;
}
.clearfix {
    clear:both;
}

/* .image-container {
    max-width:100vw;
    overflow: hidden;
}

.image {
    display: block;
    width: 1379px;
    height: auto;
    margin: 0 auto;
}*/
.image-container {
    max-width: 100vw;
    overflow: hidden;
    position: relative;
}

.image {
    max-width: 1379px;
    height: auto;

    object-fit: cover;
    object-position: center;

    /*position: relative;
    left: 50%;
    transform: translateX(-50%);*/
}

.image {
    width: 200%;
    margin-left: -50%;
}

@media screen and (min-width:600px) {
    #main-container-products {
        max-width: 600px;
        padding-top:650px;
        background-size: 100% auto;
    }
    .pp {
        max-width:80%;
    }
    .image {
        width: 130%;
        margin-left: -10%;
    }
    p.intro {
        margin-top: 7em;
    }
    #hamburger {
        padding: 10px 15px 6px;
        border-radius: 10px;
        margin: 10px;
        font-size: 20px;
    }
}

@media screen and (min-width:768px) {
    #hamburger {
        display:none;
    }
    .image-container {
        margin-top:40px;
    }
    .image {
        width: 100%;
        margin: 0 auto;
        object-fit: cover;
        object-position: center;
    }
    #main-container-products {
        margin-top: 40px;
        max-width: 600px;
    }
    #header {
        display:block;
        position: fixed;
        top: 0;
        height: 40px;
        line-height:40px;
        background: #000;
        font-size:18px;
        width: 100%;
        color: #ccf;
        font-family: 'Montserrat',Arial,sans-serif;
    }
    #inner-header {
        width:600px;
        margin: 0 auto;
    }
    #header {
        z-index:1;
    }
    #header ul {
        padding:0;
    }
    #header ul li {
        list-style: none;
        width: 33%;
        height:100%;
        float: left;
        cursor:pointer;
    }
    #header ul li a {
        text-align: center;
        font-weight:bold;
        letter-spacing:1px;
        text-decoration: none;
        color:#ccf;
        width:100%;
        height:100%;
        display:block;
        
    }
    
    #header ul li.active {
        background:#ccf;
        
    }
    
    #header ul li.active a{
        color:#000;
    }
}


@media screen and (min-width:768px) {

}
/*
@media screen and (max-width: 768px) {
    html {
        font-size: 85%;
    }
    img {
        max-width:500px;
        width:90vw;
    }
    #rotating-text {
        font-size:30px;
    }
}
*/