* {
    box-sizing: border-box;
  }

html {
    scroll-behavior: smooth;
    position: relative;
}

body {
    margin: 0 auto;
    padding: 0 auto;
}

header {
    background-image: url(https://www.acitstudents.com/acitiftvtrainees.edu.au/images/headerBg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    width: 100vw;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    text-align: left;
    line-height: 1.5;
}

.headerContent {
    width: 35%;
    padding-top: 5em;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

img.logo1 {
    width: 10em;
}

h1 {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 4em;
    line-height: 1.2;
}

.headingBar {
    background-color: #1D2E5B;
    height: 10em;
    margin: 0px auto 3.5em auto;
}

h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 2.5em;
    text-align: center;
    width: 80vw;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 10px;
    line-height: 1.2em;
}

h3 {
    text-transform: uppercase;
    color: #000000;
    font-family: 'Oswald', 'Arial', sans-serif;
    font-weight: 600;
    font-size: 2em;
    text-align: center;
    width: 60vw;
    margin: 0 auto;
    line-height: 1.2em;
}

h4 {
    text-transform: uppercase;
    color: #000000;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1.4em;
    width: 100%;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 10px;
    line-height: 1.2em;
}

.downloadBar {
    background-color: #ffffff;
    width: 100vw;
    padding: 2em 0;
}

.downloadBar p {
    font-weight: 500;
    margin: 0 4em 0 0;
}

.downloadBar a {
    color: #e31d26;
}

img.downArrow {
    display: block;
    height: 70px;
    margin: 3.5em auto 2em auto;
    width: 2em;
    transition: ease-in-out;
    transition-duration: 0.4s;
}

img.downArrow:hover {
    transition: ease-in-out;
    transition-duration: 0.4s;
    width: 2.5em;
}

.contentContainer {
    display: flex;
    width: 65vw;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

.acitLink a {
    color: #ffffff;
    font-weight: 100;
    font-size: 0.8em;
    text-transform: none;
}

.acitLink a:hover {
    transition: ease-in-out;
    transition-duration: 0.4s;
}

.flexContainer {
    display: flex;
    width: 75vw;
    justify-content: space-between;
    align-items: flex-start;
    margin: 3em auto 0 auto;
}

.flexItem {
    width: 28%;
}

.flexItem img {
    width: 100%;
}

.description {
    font-size: 0.9rem;
    margin-top: 0;
}

.smlText {
    font-size: 0.8rem;
    text-align: center;
}

#contactUs {
    background-image: url(https://acitstudents.com/acitiftvtrainees.edu.au/images/contactBg2.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding-top: 1em;
    padding-bottom: 1em;
}

#contactUs h3 {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 2.5em;
    text-align: center;
    width: 60vw;
    margin: 0 auto;
    padding-top: 75px;
    padding-bottom: 0;
    line-height: 1.2em;
}

/* FORM: */

form {
    width: 50%;
    margin: auto;
}

.formContainer {
    margin: 0 auto 3.5em auto;
}
.flexFormContainer {
    display: flex;
    width: 50vw;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto 2.5em auto
}

.flexFormItem {
    width: 100%;
}

.flexFormItems {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    flex-wrap: nowrap;
}

.flexFormContainer .button {
    margin: 2.5em auto 0 auto;
}
.halfWidth {
    width: 48.5%;
}

/* Style inputs, select elements and textareas */
input[type=text] {
    width: 100%;
    height: 55px;
    padding: 12px 0 12px 20px;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    resize: vertical;
    color: #000000;
}

input:required:valid {
    background-image: url(/images/valid.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.fa {
    font-size: 40px !important;
    color: rgb(240, 240, 240);
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 10;
}

textarea {
    width: 100%;
    height: 150px;
    padding: 12px 0 12px 20px;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    resize: vertical;
    color: #000000;
}

input[type=tel], input[type=email] {
    display: flex;
    width: 100%;
    height: 55px;
    padding: 12px 0 12px 20px;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    resize: vertical;
    color: #000000;
}
  
/* Style the label to display next to the inputs */
label {
    padding: 30px 0px 5px 0;
    display: inline-block;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em;
    text-align: left;
}

::placeholder {
    color: #E3E3E3;
    font-size: 0.9rem;
    margin-top: 0;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
}

/* Style the submit button */
input[type=submit] {
    background-color: #e31d26; 
    color: #ffffff;
    padding: 10px 0;
    border: 1.5px solid #ffffff;
    cursor: pointer;
    min-width: 200px;
    height: 60px;
    text-align: center;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2em;
    transition-duration: 0.4s;
    text-transform: uppercase;
}

input[type=submit]:hover {
    background-color: #ffffff; 
    color: #e31d26;
    border: 1.5px solid #e31d26;
}

footer {
    background-color: #1D2E5B;
    border-top: 5px solid #e31d26;
    width: 100vw;
    color: #ffffff;
    position: absolute;
}

.footerContent {
    width: 60vw;
    margin: 2.5em auto;
    text-align: center;
    overflow: hidden;
}

.contactDetails {
    display: flex;
    width: 85%;
    color: #ffffff;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}

.thirdWidth {
    width: 30%;
    justify-content: center;
    height: 30px;
}

.contactDetails a {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: 500;
}

.footerContent h3 {
    color: #ffffff;
    margin: 30px auto 40px auto;
}

img.logo2 {
    width: 10em;
}

.arrow {
    position: fixed;
    right: 2em;
    bottom: 2em;
    text-align: center;
}
.arrow i {
    font-size: 50px;
    color: rgba(240, 240, 240, .7);
}


/* BUTTONS */
a {
    text-decoration: none;
}

.button {
    padding: 10px 0;
    text-align: center;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2em;
    margin: 1.5em auto;
    transition-duration: 0.4s;
    cursor: pointer;
    text-transform: uppercase;
}

.btnPrimary {
    background-color: #e31d26; 
    color: #ffffff; 
    border: 1.5px solid #ffffff;
    min-width: 200px;
    height: 60px;
}
  
.btnPrimary:hover {
    background-color: #ffffff;
    color: #e31d26;
    border: 1.5px solid #e31d26;
  }

.btnSecondary {
    background-color: #ffffff; 
    color: #e31d26; 
    border: 1.5px solid #e31d26;
    min-width: 200px;
    height: 60px;
    padding: 10px 0;
    text-align: center;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2em;
    transition-duration: 0.4s;
    cursor: pointer;
    text-transform: uppercase;
  }
  
.btnSecondary:hover {
    background-color: #e31d26;
    color: #ffffff;
    border: 1.5px solid #ffffff;
  }