body {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    color:white;    
  }

/* fonts */
@font-face{
    font-family:poppinsBold;
    src : url(../fonts/poppins/Poppins-Bold.ttf);
}

@font-face{
    font-family:poppinsLight;
    src : url(../fonts/poppins/Poppins-Light.ttf);
}

@font-face{
    font-family:poppinsSemiBold;
    src : url(../fonts/poppins/Poppins-SemiBold.ttf);
}

@font-face{
    font-family:poppinsThin;
    src : url(../fonts/poppins/Poppins-Thin.ttf);
}

@font-face{
    font-family:poppinsMedium;
    src : url(../fonts/poppins/Poppins-Medium.ttf);
}

@font-face{
    font-family:poppinsRegular;
    src : url(../fonts/poppins/Poppins-Regular.ttf);
}

.blockOne{
    width: 100%;
    position: relative;
    background-image: url('../images/Background/AustralGateway_BG_SOLID.png');
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
}

.blockTwo{
    width: 100%;
    background-image: linear-gradient(to right, #bc4212 , #71270b);
    
}

.blockThree{
    font-family: poppinsThin;
    font-size: 1em;
    text-transform:uppercase;
    line-height: 1.5;
}

.blockThree-one, .blockThree-two, .blockThree-three, .blockThree-four{
    margin-bottom:-0.8em;
}

#australLandingPage{
    min-height: 100vh;
}

label.nameLabel {
    font-size: 0.6em;
}

.form-control {
    display: block;
    width: 100%;
    padding: 3px;
    font-size: 1em; 
    font-weight: 400;
    line-height: 1.5;
    border-radius: 15px;
    border: none;
}

.pPrimaryList{
    font-family: poppinsSemiBold;
    font-size: 0.8em;
    text-transform: uppercase;
}

.pSecondaryList{ 
    font-family: poppinsThin;
    font-size: 0.65em;
    text-transform:capitalize;
}

.pBox{    
    font-family: poppinsLight;
    font-size: 1em;
}

.formSecondHeading{
    font-family: poppinsBold;
    font-size: 1.2em;
}

.logo {
    width: 45%;
}

.logo img {
    width: 100%;
    height: auto;
}

h1{    
    font-family: poppinsBold;
    font-size: 1.6em;
}

.nameLabel{
    font-family: poppinsThin;
    margin-left:1em;
}

input{
    margin-left: 1em;
}

span.line{
    margin:0.5em;
}

.formPrimaryHeading{
    font-family: poppinsThin;
    font-size: 2.5em;
    text-transform:capitalize;
    color:white;
    line-height: 0.9;
    letter-spacing: -1px;
}

.formPrimaryHeading span.duty{
    font-family: poppinsMedium;
    color:white;
}

.formThirdHeading{
    font-family:poppinsRegular;
    font-size: 1em;
}

label{
    font-family:poppinsBold;
}

.btn-sm {
    width: 100px;
    color: #fff;
    background-color: #a0380f;
    background-color: #bc4212;
    font-family: poppinsLight;
    border-radius: 15px;
    box-shadow: 2px 2px #4e1405;
    border:none;
}

div#messageDiv {
    overflow: auto;
    background: #b63100;
    padding: 8px;
    border-radius: 5px;
    font-size: 1em;
    padding-bottom: 0;
    color: #ffffff;
    font-family: poppinsLight;
    box-shadow: 2px 2px #4e1405;
}

#errorContainer {
    display: none;
    overflow: auto;    
    background-image: linear-gradient(to right, #bc4212 , #71270b);
    padding: 8px;
    border-radius: 5px;
    font-size: 0.6em;
    padding-bottom: 0;
    color: #ffffff;
    font-family: poppinsLight;
    box-shadow: 2px 2px #4e1405;
    width: 95%;
}

#messageDiv ol, #errorContainer ol{
    margin-top: -1em;
    margin-bottom: 1rem;
}

.error{
    font-family: poppinsLight;
    color:#ffffff;
}

.col-form-label{
    font-size:0.7em;
}

@media (min-width: 576px) {
    .formPrimaryHeading{
        font-size: 3em;
    }
    
    .blockThree {
        font-size: 1.8em;
    }

    .col-form-label{
        font-size:0.75em;
    }
}

@media (min-width: 768px) {
    .pBox {
        width: 50%;
        margin-top: -8em;
        font-size: 0.8em; 
    }

    .blockThree {
        font-size: 2em;
    }

    .formThirdHeading{
        font-size: 1em;
    }
}

@media (min-width: 992px) {
    
    .blockOne{
        width: 70%;
        min-height: 90vh;
    }
    
    .blockTwo{
        width: 30%;
        min-height: 90vh;
    }

    .pBox {
        width: 45%;
    }

    .formPrimaryHeading {
        font-size: 2.6em;
    }

    .formThirdHeading{
        font-size: 0.75em;
    }

    .form-control {
        padding: 1px;
    }
}

@media (min-width: 1200px) {
    .pBox {
        width: 40%;
    }

    .formPrimaryHeading {
        font-size: 3em;
    }

    .pPrimaryList {
        font-size: 0.86em;
    }

    .pSecondaryList {
        font-size: 0.75em;
    }
}

@media (min-width: 1400px) {
    body {
        font-size: 20px;
    }

    .pBox {
        margin-top: -6em;
    }

    .formPrimaryHeading {
        margin-bottom: 0.8em;
    }

    .formThirdHeading {
        margin-bottom: 0.8em;
    }

    button.btn.btn-sm {
        width: 160px;
        padding: 0.5em;
    }

    input{
        margin-left: 0.3em;
    }

}

@media (min-width: 1600px) {
    body {
        font-size: 22px;
    }

    .formPrimaryHeading {
        font-size: 2.8em;
        margin-bottom: 1.5em;
    }

    .formThirdHeading {
        margin-bottom: 1.5em;
    }

    .pPrimaryList{
        font-size: 0.86em;
    }

    .pSecondaryList{
        font-size: 0.8em;
    }

    .blockOne, .blockTwo{
        padding:1.8em !important;
    }
}

@media (min-width: 1800px) {
    body {
        font-size: 24px;
    }
}