body {
    /* height: 100%; */
    font-family: 'Nunito';  
    margin-left: 5%;
    margin-right: 5%;
    background-color: #000;
    /* background-image: url(hfcus-logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30%; */
}

.hfcus-content {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.hfcus-logo {
    width: 165px;
    padding-bottom:25px;
}

.hfcus-title-container {
    display: flex;
	flex-direction: column;
    padding-top:50px;
    padding-bottom: 50px;
    text-align: center;
}

.hfcus-page-title {
    color: #aaa;
    font-family: 'Josefin Sans';
    font-weight: 900;
    font-size: 60pt;
    /* font-size: 6rem; */
    text-align: center;
    text-transform: uppercase;
}

.hfcus-page-subtitle {
    /* color: #cca700; */
    /* color: #3165c4; */
    color:#24a0ed;
    /* color:#0171d5; */
    font-family: 'Josefin Sans';
    font-weight: 900;
    /* font-size: 4rem; */
    /* padding: 25px; */
    padding-top: 10px;
    text-align: center;
    /* font-size: 50pt; */
    font-size: 35pt;
    text-transform: uppercase;
}

.hfcus-page-description-div {
    display: flex;
	flex-direction: column;
    justify-content: center; 
    align-items: center;
}

.hfcus-page-description {
    color: #ddd;
    /* font-family: 'Josefin Sans'; Open Sans, Roboto, Montserrat';*/
    font-size: 1.3rem;
    text-align: justify;
    /* width:70%; */
    /* min-width: 600px;
    max-width: 900px; */
}

.hfcus-form {
    display: flex;
	flex-direction: column;
    flex: 1;
    max-width: fit-content;
    margin-inline: auto;
    min-width: 550px;
    max-width: 550px;
    padding-top: 50px;
    padding-bottom: 25px;
}

.footer {
    display: flex;
    flex-direction: column;  
    color: #999;
    text-align: center;
    padding: 15px;
}


/*
  mobile
*/

@media (max-width: 768px)  {
    body {
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

    .hfcus-logo {
        width: 100px;
        padding-bottom:25px;
    }

    .hfcus-title-container {
        padding-bottom: 25px;
    }

    .hfcus-page-title {
        font-size: 21pt;
    }

    .hfcus-page-subtitle {
        font-size: 17pt;
    }

    .hfcus-page-description {
        min-width: 90%;
        max-width: 90%;
        font-size: 1.1rem;
    }

    .hfcus-form {
        padding-top: 25px;
        min-width: 90%;
        max-width: 90%;
    }
}

/*
  ipad
*/

/* @media (min-width: 1024px)  { */
@media (min-width: 768px)  {

    .hfcus-page-title {
        font-size: 40pt;
    }

    .hfcus-page-subtitle {
        font-size: 30pt;
    }

    .hfcus-page-description {
        width: 90%;
    }
}


/*
  desktop
*/

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

    .hfcus-page-description {
        min-width: 800px;
        max-width: 977px;
    }
}