/* Global */
* {
    outline:none !important;
}

#container-content h1{
    margin-top: 0 !important;
}

.bg-main{
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 545px;
    color: #FFFFFF;
}

#footer-links{
    background-color: #555555;
    color: #FFFFFF;
    padding: 15px;
}

a:link {
    color: #FFFFFF;
    text-decoration: none;
}
a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
a:active {
    color: #FFFFFF;
    text-decoration: none;
}

/* Media Queries */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1024px) {


}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	#container-content h1{
		font-size: 20px;
	}
	#container-content p{
		display: none;
	}
	main .bg-main{
		min-height: auto !important;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}