/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 120px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 80px;
    background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
    width: auto;
    max-width: 980px;
    padding: 0 15px;
}
.container .text-muted {
    margin: 15px 0;
}


header{
    
    background-size: cover;
    height: 400px;
    position: relative;
    background-image: url("../img/advocacy.jpg");
}

header h1{
    margin: 0;
    padding-top: 20px;
    text-align: center;
    color: #34495e;
    font-weight: bold;
}

#title-overlay {
    padding-top: 320px;
}

#title-overlay1 {
    background-color: rgba(255, 255, 255, 0.7);
    height: 80px;
}

#logo-worldskills{
    position: absolute;
    width: 126px;
    height: 126px;
    background-color: #34495e;
    left: 20px;
}

#formstage {
    margin-top: 20px;
}

#content{
    margin-top: 20px;
}


.form-label h4{
    margin-bottom: 20px;
    font-weight: bold;
}

.form-group.required label:after {
    content:" *";
    color:red;
}

#msgbox{
    margin-top: 20px;
    font-size: 20px;
}

table td {
    vertical-align: middle !important;
}