.container {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	padding-bottom: 70px;
}

.row {
	margin: 0px;
}

.header {
	background-color: #428aff;
	padding-bottom: 20px;
	padding-top: 10px;
}

@media only screen and (max-width: 769px) {
	.left {
		text-align: center;
	}

	.right {
		text-align: center;
	}
}

@media only screen and (min-width: 769px) {
	.right {
		text-align: right;
		padding-right: 40px;
	}

	.left {
		padding-left: 40px;
	}
}

h1 {
	font-size: 27px;
}

h1, h2 {
	font-family: 'Roboto', sans-serif;
	color: white;
}

.options h3 {
	color: black;
	font-family: 'Roboto', sans-serif;
}

.print {
	margin-bottom: 30px;
}

a {
	color: white;
}

a:hover {
	text-decoration: none;
	color: gray;
}

.color {
	color: black;
	width: 100%;
	display: block;
	text-align: center;
}

.nav-tabs {
	width: 100%;
	text-align: center;
	margin-top: -42px;
}

.nav-tabs > li {
	float: none;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
}

@media only screen and (max-width: 767px) {
	.nav {
		display: none;
	}
}

@media only screen and (max-width: 770px) {
	.header {
		height: 115px;
	}

	.options {
		padding-top: 75px;
	}
}

@media only screen and (max-width:  376px) {
	.options {
		padding-top: 15px;
	}

	.header {
		height: 140px;
	}
}

.image {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.image {
		display: none;
	}
	.footer[style] {
		bottom: 0 !important;
	}
}

@media only screen and (max-width: 769px) {
	.im1 {
		width: 20%;
	}
	.icon {
		margin-top: 25px;
	}
}

@media only screen and (min-width: 768px) {
	.im1 {
		width: 200px;
	}
	.options {
		margin-top: 25px;
		margin-bottom: 25px;
		max-width: 100%;
	}
	.name {
		display: none;
	}
}

.im1 {
	margin-bottom: 10px;
}

.aboutcontent {
	width: 60%;
	margin: auto;
	padding: 40px 0px 20px 0px;
}

.imagebackground {
	background-color: #d9d9db;
}

.selfie {
	max-width: 20%;
	display: block;
	margin: auto;
}

p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

.courses {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

.panel {
	width: 60%;
	margin: auto;
}

.panel-group {
	padding-top: 40px;
}

.links {
	padding-top: 60px;
}

.pdf {
	height: 200px;
	margin: auto;
	display: block;
}

.media {
	height: 50px;
	padding: 10px 40px 0px 40px;
}

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

.footer {
	background-color: #428aff;
	color: white;
	text-align: center;
	
	width: 100%;
	height: 65px;
}
