@import url(../css/bootstrap.min.css);
@import url(../css/homescreen.css);
@import url(../css/component.css);
@import url(../css/default.css);

body, html {
  height: 100%;
  margin: 0;
   font-family: Arial, Helvetica, sans-serif;
   background-color:#07294e;
}

.wrapper
{
	border:1px solid #fff; 
	margin-top:30px; 
	padding: 10px 20px;
	border-radius: 15px; 
	margin-bottom: 50px;
}

.wrapper1
{
	border:1px solid #fff; 
	margin-top:30px; 
	padding: 10px 20px;
	border-radius: 15px; 
	margin-bottom: 50px;
	background:#ab2829;
}
.main
{

	margin-top:30px; 
	padding: 10px 20px;
	border-radius: 15px; 
	margin-bottom: 50px;
}
.bg {

  background-image: url("../images/home.jpg");
  height: 100%; 
  background-position: center 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.campus
{
	text-align: center;
    padding: 20px 15px;
}
.campus .icon
{
	font-size: 45px;
    color: #fff;
}
.campus h2
{
	font-size:36px;
	color:#ffc500;
	font-weight:600;
	text-shadow: 0px 2px 2px #000;
}
.campus p
{
	font-size:28px;
	color:#ffc500;
	font-weight:600;
	text-shadow: 0px 2px 2px #000;
}
a.link
{
	color:transparent !important;
	text-decoration:none;
}
a.link:hover
{
	color:transparent !important;
	text-decoration:none;
}
.footer-wrapper
{
	position:fixed; 
	bottom:0; 
	left:0;
}
.footer-content
{
	padding:10px; 
	color:#fff;
}
.footer {
    width: 100%;
    background: #464646;
    color: #fff;
    height: 25px;
    position: fixed;
    bottom: 0;
    z-index: 10;
}
.footer span {
    padding: 5px;
    font-size: 12px;
}
.footer span a {
    padding: 5px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.wrapper {

margin-top: 250px;
margin-bottom: 50px;

}

	.footer-wrapper
{
	width: 100%;
	background:#595757;
	z-index: 10;
	text-align: center;
}
.footer-content
{
	padding:10px 0px; 
}
.footer-content p
{
	font-size:10px;
}
}
@media only screen and (min-device-width : 667px) and (max-device-width : 1024px) {
.wrapper
{
	display:none;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.wrapper
{
	display:none;
}




	