@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Reset some default styles */
* {
    box-sizing: border-box;
}

body, h1, h2, p, ul {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
    position: relative;
    min-height: 100vh;
}

body h3 {
    color: #333333d8;
    font-size: 1em;
    font-weight: 200;
}

body h2 {
    color: #333;
    line-height: 1.6;
}

header {
    padding-left: 10px;
    background-color: #004aad;
    background-image: linear-gradient(#0053c0 20%, #4682d1 100%, #004aad 5%);/*(#005eda,#487dc4);/*3e76c1);*/
    color: #fff;
    text-align: center;
    height: 300px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 10px 20px #487ec486;/*lightblue;#dee8f4;*/
}

header h1 {
    font-family: 'Montserrat';
    font-size: 5em;
    margin-top: 50px;
}

main {
    /*margin-top: 20px;*/
    text-align: center;
    align-items: center;
    align-content: center;
}

a {
    color: #c1c5d4;
}

.divider-bar {
    display: inline-block;
    width: 90%;
    /*margin-top: 3em;
    margin-bottom: 3em;*/
    margin-top: 1.5em;
    height: 0.05em;
    background-color: #cfe0fff8;/*#333;*/
    box-shadow: 0 0em 0.05em #8daacf2f;
}

#tools-container {
    margin-top: 5em;
    display: inline-block;
    width: 1000px;
}


#tools-container div {
    /*background-color: #d8e6ffe7;*/
    display: inline-block;
    /*margin-left: 5%;*/
    width: 40%;
}

#tools-container h3 {
    margin-top: 0;
}

#tools-container img {
    /*margin-top: 0.5em;*/
    margin-bottom: 0.75em;
    width: 6em;
}

#tools2 {
    margin-left: 10%;
}

#title-text {
    font-size: 2em;
    margin-top: 2.5em;
    /*color: /*#1E6C93/*#333/*#0049ab;/*#002453;*/
}

button {
    width: 55%;
    height: 45px;
    border: 2px solid #3179d6;/*rgb(89, 136, 155);*/
    border-radius: 4px;
    background-color: #3179d6;/*rgb(89, 136, 155);*/
    color: white;
    font-size: 100%;
    box-shadow: 0px 5px 5px rgba(0, 41, 95, 0.205);
}

#bottom-text {
    font-size: 2em;
    font-weight: 200;
    margin-top: 5em;
    padding-bottom: 2.5em;
    color: #2b7397;
}

#mission-container {
    display: inline-block;
    width: 600px;
}

#subtitle-text {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.5em;
    font-weight: 100;
    color: #d8e6ffe7;
    /*margin-bottom: 30px;*/
}

#divider2 {
    margin-top: 5em;
}

footer {
    margin-top: 20px;
    background-color: #004aad;
    color: #fff;
    text-align: left;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    bottom: -10;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

@media screen and (max-width: 1000px) {
    #tools-container {
        /*width: 100vw;*/
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    button {
        width: 75%;
    }
    header h1 {
        font-size: 12vw;
        margin-top: 0;
    }
    header {
        height: auto;
    }
    #title-text {
        font-size: 4vw;
    }
    #bottom-text {
        font-size: 6vw;
    }
    #mission-container {
        width: 80%;
    }
    #subtitle-text {
        font-size: 4vw;
        margin-bottom: 3vw;
    }
    #tool2 h2 {
        font-size: 125%;
    }
    #tool2 h3 {
        visibility: hidden;
        height: 0;
    }
    #tool1 h2 {
        font-size: 125%;
    }
    #tool1 h3 {
        visibility: hidden;
        height: 0;
    }
}

@media screen and (max-width: 365px) {
    button {
        width: auto;
    }
    #tool2 h2 {
        font-size: 140%;
    }
    #tools-container img {
        width: 50%;
    }

}