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

*{
    box-sizing: border-box;

    font-family: "Roboto", sans-serif;
    font-size: 1.0rem;
    font-weight: 400;
    white-space: nowrap;
    padding: 0.2rem 0.2rem 0.2rem 0.2rem; /* top right bottom left */
    margin: 0.2rem 0.5rem 0.2rem 0.0rem;
}

h1 {
    font-size: 4rem;
    font-weight: 700;
    color: #44545A;
    margin-left:55%;
    margin-top:5%;
}

h2 {
    font-size: 1.3rem;
    margin-left:55%;
    margin-top:-0.7%;
}

body {
    background-image: url('../assets/img/01-002.2.jpg');        /*"https://www.vecteezy.com/free-photos/hiking">Hiking Stock photos by Vecteezy*/
    background-color: #97afb9;
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: #44545A;
}

p {
    font-size: 1.3rem;
    font-weight:600;
    margin-left:55%;
    margin-top:4%
}

p.zeroMarginTop{
    margin-top:0;
}

form {
    display: inline-block;
    height:1.5rem;
    margin-left:55%;
    margin-top:3.5%;
    margin-bottom:1%;"
}

.img_logo {
    height:74px;
    width:60px;
    margin-bottom:-6px;
    margin-left:-0.3%;
}

.link_button {
    font-size: 1.2rem;
    margin-top:0.7%;
    display: inline-block;
    padding: 10px 20px;
    color: white;
    background-color: #007BFF;
    border: none;
    border-radius: 5px;
    text-decoration: none;
}

.link_button:hover {
    cursor: pointer;
    background-color: #0056b3;
}

.signInButton{
    padding: 3px 8px 3px 8px;
    visibility: hidden;
}

.accessibility{
    position: absolute;
    left: -10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}