@charset "UTF-8";
/* CSS Document */
/*UPDATE 14.11.25 11:05am*/

html, body {
    background-image: url(/secure/individual/assets/images/content_gradient.png);
    background-repeat: repeat-x;
    background-color: #FFE500;
}

#page, h1, h2, h3 {
    font-family: "Nunito", Helvetica, Arial, sans-serif !important;
}

/*#header h2 {
    background-image: url(../assets/images/fish.png);
}*/

#title {
    max-width:650px;
    margin:auto;
    margin-top:30px;
}

ul#crumbtrail li a {
    font-weight: bolder;
}

#content h4 {
    padding-top : 25px;
    font-weight : 900;
}

#content_holder {
    min-height: 0;
    /*background-image: none;*/
    background-color: transparent;
}

#content {
    padding-top :40px;
    min-height: 525px;
    border-radius: 15px;
    text-align:center;
}

#content p {
    font-size:20px;
}



#profile_btn {
    border-radius: 30px;
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 0;
}

.icon_image {
    width: 150px;
    /*height: 150px;*/
}

#web_app_img_div {
    margin-top: 20px;
    margin-left: 90px;
}

.col-form-label {
    text-align :left;
    font-weight:bold;
    font-size:20px;
    padding-left:0;
}

#form_signup {
    margin:auto;
    margin-top: 50px;
    width: 75%;
}

.form-control {
    border-radius :30px;
}

#signup_btn {
    border-radius : 30px;
    width:80px;
    margin-bottom:5px;
}

#backbutton {
    cursor:pointer;
}

#addon1, #addon2 {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 0.375rem 0.75rem;
}

#message-section ul {
    width: fit-content;
    /* list-style-position: inside; */
    text-align: left;
    margin: auto;
    list-style: none;
    /*margin-top: 100px;*/
    font-size: 20px;
}

@media (max-width:768px) {
    #header h1 {
        zoom: 0.25;
        -moz-transform-origin: 0 0;
        -moz-transform: scale(0.25);
    }
}

    

    