/* this style-sheet is for my custom designs */

/* 
----Main Color Palette---- 
   #802fc5   purple
   #0f7f82   dark teal
   #ed7e00   orange
   #296dff   subdued blue
   #e8dda4   tan 
   #ffcc00   yellow
   #ce0c0c   red
*/

* {
	font-family: Arial, Helvetica, sans-serif;
}

.col { 
	/* background: #ccc; */ 
	padding:1em 0; 
	text-align:center;
}

/* Uncomment to see containers */
/* .link {
	background-color: deepskyblue;
} */
        
.fixMargin {
	margin-left: 0%;
}

body { 
	padding:2em; 
	font : 100%/1.4;
	background-color: #e8dda4; /* Tan */
}
        
h1 { 
	font-size:2.2em; 
	padding:0 0 .5em 0;
}
        
h2 { 
	font-size:1.7em;
	color: #802fc5; /* Purple */
}

.nav_li {
	font-size: 1.5em;
	font-weight: bold;
	color: #ffcc00;
	margin: 0%;
	line-height: .02em;
}

#nav_home {
	background-color: #802fc5; /* Purple */
}

#nav_reg {
	background-color: #0f7f82; /* Dark Teal */
}

#nav_class {
	background-color: #ed7e00; /* Orange */
}

#nav_news {
	background-color: #296dff; /* Blue */
}

#nav_home:hover {
	color: #802fc5; /* Purple */
	background-color: #ffcc00; /* Yellow */
}

#nav_reg:hover {
	color: #0f7f82; /* Dark Teal */
	background-color: #ffcc00; /* Yellow */
}

#nav_class:hover {
	color: #ed7e00; /* Orange */
	background-color: #ffcc00; /* Yellow */
}

#nav_news:hover {
	color: #296dff; /* Blue */
	background-color: #ffcc00; /* Yellow */
}

ul {
	display: block;
	list-style: none;
}

li {
	display: block;
	padding: .35em;
	font-size: 1.3em;
}

#pic1, #pic3 {
	transform:rotate(10deg);
}

#pic2, #pic4 {
	transform:rotate(-10deg);
}

@media only screen and (max-width: 480px) {
	#pic1, #pic2,#pic3, #pic4 {
		transform:none;
	}
}

.image {
	width: 60%;
	padding-bottom: 10%;
}

.articles3 {
	text-align:left;
}

p.articles3 {
	padding-left: 2em;
	padding-top: .5em;
	font-size: 1.1em;
	line-height: 1.4;
}

.widgeth2 {
	padding: .4em;
	font-size: 1.75em;
	font-weight: bold;
	color: #ffcc00;				/* Yellow */
	background-color: #802fc5;  /* Purple */
}

.event {
	color: #ffcc00;
}

#search_icon {
	width: 10%;
}

#search_bar {
	width: 18em;
	font-size: 1em;
	padding: .2em;
	margin-top: .2em;
}

#calendar {
	width: 80%;
}

#event1 {
	background-color: #296dff; /* Blue */
}

#event2 {
	background-color: #ce0c0c; /* Red */
}

#event3 {
	background-color: #ed7e00; /* Orange */
}

#event4 {
	background-color: #0f7f82; /* Dark Teal */
}

#contact_ul {
	background-color: white;
}

.contact {
	text-align: left;
	font-size: 1.1em;
	color: #802fc5;  /* Purple */
	text-decoration: none;
}

.contact a {
	color: black;
	text-decoration: none;
}

.contact a:hover {
	color: #0f7f82; /* Dark Teal */
	font-weight: bold;
	text-decoration: underline #802fc5;  /* Purple */
}


.contact_label {
	font-weight: bold;
}



