body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	font-size: 16px;
	font-family:"Trebuchet MS";
	font-weight: 400;
	line-height: 1.8em;
	color:#000;
}

* {
	box-sizing: border-box;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

[class*="col-"] {
  float: left;
  padding: 15px;
  /* border: 1px solid red; */
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.row {
}

a {
	text-decoration: none;
	color: #000;
}

#navbar {
	background-image:linear-gradient(#f9f8f8, #3a3637);
  position: fixed; /* Make it stick/fixed */
	left: 0;
	right: 0;
  top: 0; /* Stay on top */
	height:15%;
  transition: 0.4s; /* Transition effect when sliding down (and up) */
	z-index: 10;
}

#navbar_logo {
	height: 100%;
}

#navbar_logo_img {
	height: 100%;
}

#navbar_logo_text {
	font-size: 100%;
	font-family:"Trebuchet MS";
	color: #fff;
}

.navbar_menu {
	display: flex;
	height: 100%;
}

.navbar_menu_item {
	flex: 1;
	margin: auto;
	text-align: center;
	border: 1px solid #ffffff;
}

.navbar_menu_item a {
	font-size: 18px;
	background-color: #282e34;
  color: #f1f1f1;
  text-decoration: none;
	display: inline-block;
	width: 100%;
}

.navbar_menu_item a:hover {
	background-color: #f1f1f1;
	color: #282e34;
}

.dropdown {
	position: relative;
	display: inline-block;
	width: 100%
}

.dropdown a {
	display: inline-block;
	width: 100%;
}

.dropdown_content {
	display: none;
	position: absolute;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown_content a {
	color: #282e34;
	background-color: #f1f1f1f1;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown_content a:hover {
	background-color: #282e34;
	color: #f1f1f1f1;
}

.dropdown:hover .dropdown_content {
	display: block;
}

#index_container_1 {
	position: relative;
	top: 15%;
	padding: 0;
	margin: 0;
	height: 100%;
	background-image:url('../graphics/backgrounds/Home_Background.png');
}

[class*="index_container_"] {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#container_break {
	background-color: #282e34;
	padding: 75px 80px;
}

.footer {
	text-align: center;
	background-color: #282e34;
	width: 100%;
	height: 70%;
	position: absolute;
	top: 60%;
	color: #fff;
}

.content {
	padding-top: 10px;
	border-top: 1px solid #a10000;
	border-bottom: 1px solid #a10000;
}

.content ul {
	float:left;
}

.footerbox_container {
	margin: 0 auto;
	display:inline-block;
}

.footerbox img {
	height: 30px;
	padding-right: 20px;
}

.footerbox h1 {
	color: #a10000;
	font-size: 14px;
}

.footerbox a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.footerbox p {
	font-size: 12px;
}

.footerbox {
	float: left;
	margin-left: 40px;
	margin-right: 40px;
	padding-left: 20px;
	line-height: 1.5;
}

.index_img_1, .pimg2, .pimg3, .services_img_1, .services_img_2, .services_img_3, .services_img_4, .career_counselling_img_1, .career_counselling_img_2, .contact_us_img_1, .footer_img,  .cv_template_img_1, .cv_template_img_2, .cv_template_img_3, .cv_template_img_4, .cv_template_img_5{
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.index_img_1{
	background-color: green;
	min-height:100%;
	opacity: 1.0;
}

.pimg2{
	background-image:url('../graphics/backgrounds/img1.jpg');
	min-height:400px;
}

.pimg3{
	background-image:url('../graphics/backgrounds/image3.jpg');
	min-height:400px;
}

.services_img_1{
	background-image:url('../graphics/backgrounds/services_img_1.jpg');
	min-height:100%;
}

.services_img_2{
	background-image:url('../graphics/backgrounds/services_img_2.jpg');
	min-height:100%;
}

.services_img_3{
	background-image:url('../graphics/backgrounds/services_img_3.jpg');
	min-height:100%;
}

.services_img_4{
	background-image:url('../graphics/backgrounds/services_img_4.jpg');
	min-height:100%;
}

.services_img_1 h1, .services_img_2 h1, .services_img_3 h1, .services_img_4 h1 {
	font-size: 3em;
}

.services_img_1 p, .services_img_2 p, .services_img_3 p, .services_img_4 p {
	font-size: 1.1em;
}

.career_counselling_img_1{
	background-image:url('../graphics/backgrounds/career_counselling_img_1.jpg');
	min-height:100%;
}

.career_counselling_img_2{
	background-image:url('../graphics/backgrounds/career_counselling_img_2.jpg');
	min-height:100%;
}

.cv_template_img_1{
	background-image:url('../graphics/backgrounds/cv_template_img_1.jpg');
	min-height:100%;
}

.cv_template_img_2{
	background-image:url('../graphics/backgrounds/cv_template_img_2.jpg');
	min-height:100%;
}

.cv_template_img_3{
	background-image:url('../graphics/backgrounds/cv_template_img_3.jpg');
	min-height:100%;
}

.cv_template_img_4{
	background-image:url('../graphics/backgrounds/cv_template_img_4.jpg');
	min-height:100%;
}

.cv_template_img_5{
	background-image:url('../graphics/backgrounds/cv_template_img_5.jpg');
	min-height:100%;
}

.contact_us_img_1{
	background-image:url('../graphics/backgrounds/contact_us_img_1.jpg');
	min-height:100%;
	opacity: 1.0
}

.footer_img{
	background-image:url('../graphics/backgrounds/footer_img.jpg');
	min-height: 60%;
	opacity: 1.0;
}

.container {
	position: absolute;
	top: 15%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  align-items: center; /*centers items on the cross-axis (y by default)*/
	width: 100%;
	height: 85%;
}

.container_box {
	flex-basis: auto;
	background: rgba(0, 0, 0, .5);
	border: 1px solid white;
	border-radius: 10px;
	color: #fff;
	padding: 15px;
	margin: 15px;
	text-align: center;
}

.container_box input {
	padding: 10px 20px;
	width: 85%;
	border: 1px solid red;
	border-radius: 10px;
}

.container_box #message {
	padding: 12px 20px;
	width: 85%;
	border: 1px solid red;
	border-radius: 10px;
}
.container_box #submit {
	width: auto;
}

.section-dark{
	background-color: #282e34;
	color:#edd;
}

@media only screen and (max-width: 1920px) {
	#grid {
		width: 1511px;
		height: 850px;
		display: flex;
		flex-flow:row wrap;
		justify-content: center;
		margin: 30px auto 0 auto;
	}
}

@media only screen and (max-width: 1600px) {
	#grid {
		width: 1244px;
		height: 700px;
		display: flex;
		flex-flow:row wrap;
		justify-content: center;
		margin: 30px auto 0 auto;
	}
}

@media only screen and (max-width: 1440px) {
	#grid {
		width: 1244px;
		height: 700px;
		display: flex;
		flex-flow:row wrap;
		justify-content: center;
		margin: 30px auto 0 auto;
	}
}

@media only screen and (max-width: 1024px) {
	#grid {
		width: 978px;
		height: 550px;
		display: flex;
		flex-flow:row wrap;
		justify-content: center;
		margin: 30px auto 0 auto;
	}
}



.covid {
	clear: both;
	background-color: #f4f4f4;
	color: #a10000;
}
