/* TYPOGRAPHY */

h1 {
    font-weight: 900;
}
h2 {
    font-weight: 600;
    font-size: 8vw;
    margin-bottom: -50px;
}
h3 {
    font-weight: 500;
    font-size: 15vw;
}
h4 {
    font-weight: 100;
}
h5 {
    font-weight: 400;
    margin-top: 50px;
}
html {
    line-height: 1.5;
    font-family: "DIN Next CYR", sans-serif;
    font-weight: normal;
}
/* COLOUR PALLETE */

.darkest-blue {
    background-color: #052633 !important;
}
.dark-blue {
    background-color: #466068 !important;
}
.grey-blue {
    background-color: #8b989d !important;
}
.light-grey {
    background-color: #e6e4e4 !important;
}
.electric-red {
    background-color: #e74038 !important;
}
.electric-red-outline {
    background-color: #e6e4e4 !important;
    border: solid;
    border-width: 2px;
    border-color: #e74038;
}
.electric-blue {
    background-color: #2679ff !important;
}
.text-darkest-blue {
    color: #052633 !important;
}
.text-dark-blue {
    color: #466068 !important;
}
.text-grey-blue {
    color: #8b989d !important;
}
.text-light-grey {
    color: #e6e4e4 !important;
}
.text-electric-red {
    color: #e74038 !important;
}
.text-electric-blue {
    color: #2679ff !important;
}
.card-action.text-electric-red {
    color: #e74038 !important;
}
.container {
    width: 80%;
}
.material-icons {
    vertical-align: middle !important;
    padding-bottom: 3px;
}
.assist-text {
    font-size: 0.8em;
    font-weight: 500;
}
.brand-logo {
    max-width: 100px;
    margin-top: 10px;
}
.navbar-li {
    margin-top: 13px;
}
.nav-wrapper {
    padding-top: 25px;
}
nav {
    float: left;
    background-color: transparent;
    width: 100%;
    height: 56px;
    line-height: 56px;
    -webkit-box-shadow: none;
	box-shadow: none;
}
.main-header {
    width: 100%;
    height: 90vh;
    position: relative;
    top: 0;
    left: 0;
    /*    max-height: 900px;
*/    min-height: 700px;
    background: url('../media/img/aw109bg3.jpg');
    background-size: cover;
    color: #ffffff;
    padding-top: none;
}
.main-header h5 {
	    max-width: 50%;
}
.headerCS {
    position: relative;
    top: 0;
    left: 0;
    background-size: cover;
    overflow: visible;
	margin: auto;
    padding-top: 100px;
	padding-bottom: 100px;
/*	margin-bottom: -83px;
	margin-top: -50px;*/
}

.header2 {
	/* width: 80%;*/
	position: relative;
    top: 0;
    left: 0;
    background-size: cover;
    padding-top: 5%;
    z-index: 10;
    overflow: visible;
	margin: auto;
/*	border-radius: 10px;
*/}
.header2 img {
    width: 80%;
    max-width: 80vh;
	margin-bottom: -8vh;
}
.header2 h2 {
	display: inline;
}
.header2 p {
	font-size: 1.1em;
}
.header3 {
    width: 100%;
    position: relative;
    left: 0;
    min-height: 400px;
    background-size: cover;
	margin: auto;
}
.header3 h2 {
	font-size: 4vw;
}
.header4 {

    background-size: cover;
    margin: auto;
    padding-top: 8vh;
    margin-bottom: -25px;
    padding-bottom: 125px;
}
.header5 {
    width: 100%;
    height: 100vh;
    position: relative;
    top: -33px;
    left: 0;
    /*    max-height: 900px;
*/    min-height: 400px;
    background-size: cover;
    padding-top: none;
}
.footer {
    position: relative;
    top: 0;
    left: 0;
    background-size: cover;
}
.header-section {
    position: relative;
    height: 100%;
    color: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav-area {
    width: 100%;
    height: 25%;
    position: absolute;
    top: 0;
    left: 0;
}
.mainText {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    margin: auto;
}
.btn-large {
    min-width: 200px;
    margin-top: 20px
}
.materialboxed {
	cursor: default;
}
.subscribeTitle {
	font-size: 4em;
	font-weight: 600;
    line-height: 1em;
    margin-bottom: 0.5em;
}
nav ul a:hover {
	background-color: rgba(0, 0, 0, 0);	
}
.news {
    height: 25px;
}
.announcement {
    background-color: #2679ff;
    border-radius: 2px;
    padding: 8px;
    margin-right: 15px;
}