body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	background-color: f4f4f4;
}

/*Global*/
.container{
	width:80%;
	margin: auto;
	overflow: hidden;

}

.page-title{
	font-size: 40px;
	text-decoration-line: underline;
	float: left;	
}
.clear-title{
	clear: left
}

.dark{	
	padding: 10px;
	background-color:#35424a ;
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
}

.lite{	
	padding: 10px;
	background-color:#f2f2f2 ;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* header */


header #logo{
	border-bottom: 1px solid #000;	
}
header #logo img{
	width: 280px;
	padding: 20px;
}

header #logodown img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 280px;
	padding: 20px;
}
header #moodle{
	float:right;
	padding-right: 35px;
	font-size: 18px;
}

header nav {
	float: right;
	margin: 10px;
	}

header ul{
	list-style-type: none;
	margin: 0;
	padding: 0;	
	overflow: hidden;
}
header ul li{
	float: left;
}
header li a, .dropbtn {
    display: inline-block;
    font-size: 18px;
    color: black;
    text-align: center;
    padding: 3px 16px;
    text-decoration: none;
}

header li.current{
	border-left: 3px solid #e8491d;
	border-right: 3px solid #e8491d;
}

header li a:hover, .dropdown:hover .dropbtn {
	border-bottom: 2px solid #000
}

header li.dropdown {
    display: inline-block;
}

header .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

header .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

header .dropdown-content a:hover {
	background-color: #f1f1f1;
	color: #e8491d;
	font-weight: bold;
    border-bottom: none;
}

header .dropdown:hover .dropdown-content {
    display: block;
}

/*showcase*/

#showcase{
	clear: right;
	min-height: 350px;
	background: url("../img/muralpanarama.jpg") no-repeat 0 0;
	text-align: center;
	color: #ffffff;
	border-top: 1px solid #000;	
	border-bottom: #e8491d 3px solid;
	background-position: center;
	opacity: 0.9;
}

#showcase h1{
	margin-top: 120px;
	font-size: 55px;
	margin-bottom: 10px;
	color: #000;
	text-shadow: 2px 1px #fff;
}

#showcase p{
	font-size: 20px;
	background-color: #000;
	letter-spacing: 3px;
}

/* boxex*/

#boxes{
	margin-top: 20px;
}

#boxes .box{
	float: left;
	text-align: center;
	width: 30%;
	padding: 10px;
}

#boxes .box img{
	width: 100px;
}


/*sidebar*/

.main-col{
	float: left;
	width: 65%;
}

.sidebar{
	float: right;
	width: 25%;
	margin-top: 10px;
}

.sidebar a{
    display: block;
	text-decoration: none;
   	text-align: left;
   	color: #fff;
}


footer{
	padding: 5px;
	color: #ffffff;
	background-color: #e8491d;
	font-size: 12px;
	text-align: center;
}

#elite-address{
	float: left;
	width: 45%;
}

#elite-address a{
	text-decoration: none;
	color: #fff;
}
#elite-map{
	float: right;
	width: 50%;
	margin-top: 40px;
	margin-bottom: 20px;
}

.sub-title{
	text-decoration: underline;
}
.p-tuition ul{
	list-style-type: none;
	margin: 25px;
	padding: 10px;
	background: #35424a;	
}

.p-tuition ul li {
	float: none;
	background: #cce5ff;
    margin: 10px;
    padding: 10px;
    text-align: center;
    font-size: 20px;
}

#msapps-box{
margin-bottom: 20px;

}
.msapps{
	display: inline-flex;
	justify-content: flex-end;
	width: 21%;
}

.msapps img{
	width: 50%;
}


/* media queries*/



@media(max-width: 750px){

#boxes .box{
	width: 100%;
}

#showcase h1{
	margin-top: 70px;
	font-size: 45px;
}

}


@media(max-width: 594px){


header #logo img{
	width: 200px;
}

header nav {
	float: none;
	margin: 10px;
	}


header ul li{
	float: none;
	padding-top: 1px;

}
header li a, .dropbtn {
    display: block;
    width: 100%;
    background-color: #000;
    color: #fff;

}

header li.current{
	border-bottom: 3px solid #e8491d;
	border-top: 3px solid #e8491d;
	border-left: none;
	border-right: none;
}

header li a:hover, .dropdown:hover .dropbtn {
	border-bottom: 2px solid #000
}

header li.dropdown {
    display: block;
}

header .dropdown-content a {
    background-color: white; 
    padding: 12px 16px;

}

header .dropdown-content a:hover {
	background-color: #f1f1f1;
	color: #e8491d;
	font-weight: bold;
    border-bottom: none;
}

header .dropdown:hover .dropdown-content {
    display: block;
}

/*showcase*/

#showcase h1{
	margin-top: 50px;
	font-size: 45px;
}

.main-col{
	float: none;
	width: 100%;

}

.sidebar{
	float: none;
	width: 100%;

}
.page-title{
	font-size: 35px;

}

#elite-address{
	float: none;
	width: 100%;
}

#elite-map{
	float: none;
	width: 100%;
}
}

@media(max-width: 320px){

#showcase h1{
	margin-top: 30px;
	font-size: 35px;
}

#showcase p{
	font-size: 15px;
}
.page-title{
	font-size: 30px;

}
}

