html{
	height: 100%;
}
body{
	margin: 0px;
	padding: 0px;
	
	height: 100%;
	
    font-family: "Cabin","HelveticaNeue","Helvetica Neue",sans-serif;
	font-size: 20px;
}
header{
	display: block;
	margin: 0px;
	padding: 0px;
	
	height: 50px;
}

input,select {
	font-family: "Cabin","HelveticaNeue","Helvetica Neue",sans-serif;
	font-size: 20px;
	
	border-radius: 10px;
	border: 1px solid #ccc!important;
	
	padding: 5px;
	margin-bottom: 15px;
}

input[type='text']{
	width: 400px;
}

.logoNameLink{
	text-decoration: none;
	color: #ffffff;
}

.topBar{
	background-color: #282828;
	color: #ffffff;
	height: 100%;
}

.topBar span{
	font-weight: bold;
	font-size: 13px;
	
	padding: 18px;
	
}

.topbar-name{
	display: inline-block;
	font-size: 20px;
	height: 20px;
	width: 120px;
	text-align: center;
	
	margin: 15px 10px 15px 0px;
}

.container{
	display: block;
}

.hero-image {
	
	background-image: url("mbot_HeroBanner.jpg");

	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	position: relative;
  
	height: 500px;
	
	color: #ffffff;
}

.hero-text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50px;
	transform: translate(0, -50%);
	color: white;
}

.hero-text h2{
	font-size: 48px;
	font-weight: 700;
	text-align: left;
	margin: 10px 0 10px 0;
}
.hero-text p{
	text-align: left;
	width: 500px;
}


.hero-block{
	display: block;
	top: 50%;
}


.hero-header {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	position: relative;
  
	height: 500px;
	
	color: #ffffff;

	text-align: right;
}

.centerLogo{
	background-image: url("DCLogoSmallWhite.png");
	background-size: contain;
	background-repeat: no-repeat;
	
	width: 200px;
	height: 50px;
	
	text-align: center;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translate(-50%, 0);
}

.hero-line{
	width: 300px;
	height: 5px;
	background-color: #ffffff;
}

.hero-container{
	position: relative;
	width: 100%;
	height: 600px;
	display: inline-block;
}

.hero-center-text{
	padding: 0 50px 0 50px;
	margin: auto;
	text-align: center;
	
	max-width: 600px;
}

.hero-center-text h2{
	display: inline-block;
	margin: 50px auto auto auto;
	font-size: 38px;
	font-weight: 700;
}

.hero-listbutton{
	width: 256px;
	height: 256px;
}

.list-container {
    text-align: center;
	padding: 0px;
}

.list-container li {
	list-style: none;
	display: inline-block;
	margin: 30px 10px 30px 10px;
}

.rounded-button{
	background-color: #00b8fc;
	border: none;
	color: white;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 4px;
}

.child-herobanner {
	color: #000000;
	background-image: url("images/child-herobanner.jpg");
	
	text-align: right;

	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	position: relative;
  
	height: 500px;
}

.hero-text-right {
	text-align: right;
	position: absolute;
	top: 50%;
	right: 100px;
	transform: translate(0, -50%);
}
.hero-text-right h2{
	font-size: 48px;
	font-weight: 700;
	text-align: right;
	margin: 10px 0 10px 0;
}
.hero-text-right p{
	text-align: right;
	width: 600px;
	margin-left:auto; margin-right:0;
}

.tech-banner{
	color: #ffffff;
	background-image: url("images/techbanner.jpg");
	
	text-align: right;

	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	position: relative;
  
	height: 500px;
}
.hero-text-fullcenter {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	display: inline-block;
}
.hero-text-fullcenter  h2{
	font-size: 48px;
	font-weight: 700;
}

.footerBar{
	position: relative;
	width: 100%;
	height: 100px;
}

.footer-copyright{
	font-size: 12px;
	margin-top: 30px;
	margin-left: 50px;
}

.footer-list{
	margin-top: 50px;
	margin-left: 50px;
	padding: 0px;
}
.footer-list li{
	font-size: 15px;
	list-style: none;
	display: inline-block;
	margin-right: 50px;
}
.footer-list a{
	text-decoration: none;
	color: #000000;
}

.navMenu {
	overflow: hidden;
	background-color: #333;
	position: relative;
	display: none;
}

.navMenu a {
	color: white;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	display: block;
}

.navMenu a.icon {
	background: black;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.navMenu a:hover {
	background-color: #ddd;
	color: black;
}

.active {
	background-color: #4CAF50;
	color: white;
}

.bar {
  width: 35px;
  height: 5px;
  background-color: black;
  margin: 6px 0;
}

.about-banner{
	color: #ffffff;
	background-image: url("images/techbanner.jpg");
	
	text-align: right;

	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;

	position: relative;
  
	height: 200px;
}
.contact-banner{
	color: #ffffff;
	background-image: url("images/contact-banner.jpg");
	
	text-align: right;

	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;

	position: relative;
  
	height: 200px;
}

.p-container{
	margin: 20px;
}

.p-centered-container{
	text-align: center;

	color: black;

}

#tos{
	font-size: 14px;
	font-family: arial;
}

.course-banner{
	color: #ffffff;
	background-image: url("images/coursebanner_mbot.jpg");
	
	text-align: right;

	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	position: relative;
  
	height: 500px;
}

.course-banner-mbot{
	background-image: url("images/coursebanner_mbot.jpg");
	background-position: left;
}
.course-banner-codeyrocky{
	background-image: url("images/coursebanner_codeyrocky.jpg");
	background-position: top;
}
.course-banner-unity{
	background-image: url("images/coursebanner_unity.jpg");
}
.course-banner-holiday{
	background-image: url("images/coursebanner_holidayWorkshop.jpg");
	background-position: left;
}
.course-banner-python{
	background-image: url("images/coursebanner_python.jpg");
	background-position: left;
}

.course-banner-text{
	left:200px;
}

.short-banner{
	height: 300px;
}

.back-to-courses-button{
	text-decoration: none;
	color: white;
	
	position:absolute;
	top: 20px;
	left: 20px;
}

.black-text{
	color:black;
}

.short-container{
	height: 200px;
}

.super-center{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.content-container{
	padding: 50px 100px 50px 100px;
}

@media only screen and (max-width: 1400px){
	.course-banner p{
		width: 400px;
	}
}

@media only screen and (orientation: portrait) {
	body{
		font-size: 30px;
	}
	.hero-image {
		background-position: top;
		background-image: url("mbot_HeroBanner_mobile.jpg");
		min-height: 1100px;
	}
	.hero-text {
		position: absolute;
		top: unset;
		bottom: 20px;
		left: 20px;
		transform: translate(0, 0);
	}
	.hero-text p{
		width: 100%;
	}
	
	.hero-listbutton{
		width: 150px;
		height: 150px;
	}
	
	.hero-container{
		position: relative;
		width: 100%;
	}
	
	.child-herobanner {
		background-image: url("images/child-herobanner-mobile.jpg");
		background-position: left top;
		min-height: 1300px;
	}
	.hero-text-right {
		position: absolute;
		top: unset;
		bottom: 20px;
		right: 20px;
		transform: translate(0, 0);
	}
	.hero-text-right p{
		font-size: 25px;
		width: 90%;
	}
	.footerBar{
		height: 150px;
	}
	.tech-banner{
		background-image: url("images/techbanner-mobile.jpg");
		min-height: 1000px;
	}
	
	.course-banner{
		min-height: 1100px;
	}
	
	.course-banner-mbot{
		background-image: url("images/coursebanner_mobile_mbot.jpg");
		background-position:top;
	}
	.course-banner-codeyrocky{
		background-image: url("images/coursebanner_mobile_codeyrocky.jpg");
		background-position:top;
		min-height: 1100px;
	}
	.course-banner-unity{
		background-image: url("images/coursebanner_mobile_unity.jpg");
		background-position:top;
	}
	.course-banner-holiday{
		background-image: url("images/coursebanner_mobile_holidayWorkshop.jpg");
		background-position:top;
	}
	.course-banner-python{
		background-image: url("images/coursebanner_mobile_python.jpg");
		background-position:top;
	}
	.coursebanner-text {
		left:20px;
		bottom: 50px;
	}
	.course-banner-codeyrocky p{
		width: 100%;
	}
	.short-banner{
		min-height: 800px;
	}
	.short-container{
		height: 300px;
	}
	.super-center{
		position: unset;
		top: unset;
		left: unset;
		transform: unset;
	}
}

@media only screen and (orientation: portrait) and (min-width: 850px) {
	.navMenu a {
		font-size: 34px;
	}
	header{
		height: 100px;
	}
	.topbar-name{
		font-size: 60px;
		height: 60px;
		width: 400px;
	}
	.icon{
		font-size: 50px;
	}
	.short-banner{
		min-height: 1100px;
	}
}