@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: 100;
}

#logo {
    height: 1.6em;
    margin-bottom: 0.5em;
    margin-top: 0.75em;
}

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

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

h1 {
    font-size: 2em;
    margin-bottom: 0.5em;
}

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

.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: 30px;
    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: 0;
    width: 100%;
    overflow: hidden;
}

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

@media screen and (max-width: 600px) {

    #title-text {
        font-size: 4vw;
    }
    #bottom-text {
        font-size: 6vw;
    }
    #mission-container {
        width: 80%;
    }
    #subtitle-text {
        font-size: 4vw;
        margin-bottom: 3vw;
    }
}