@import "bootstrap.min.css";

html, body {
    height:100%;
}

.container {
	min-height: 100%;
}

a:link, a:visited {
	text-decoration: none;
	color: #dc3545;
}

@media (min-width: 1200px) {
	#text, #content {
		padding-left: 5%;
	}

	#image-container {
		padding-right: 5%;
	}
}

@media (max-width: 992px) {

	#content {
		width: 100%;
	}

	#image-container {
		width: 100%;
	}
}

@media (min-width: 576px) {

	#text, #content : {
		padding-left: 0!important;
	}

	#text {
		padding-top: 10%;
	}

	#image-container {
		padding-right: 0!important;
	}
}

@media (max-width: 576px) {
	
	#text {
		padding-top: 10%;
	}
}