/* -- Header -- */
header{
	background: #2c3e50;
	color: #fff;
}

.main{
	background: #f2f2f2;
}

.color1{
	background: #34495e;
	color:#fff;
}

aside{
	background: #c0392b;
	color: #fff;
}

footer{
	background: #16a085;
	color: #fff;
}



.navbar{
	margin-bottom: 0;
}

.jumbotron{
	background: #428BCA;
	color: #fff;
	padding: 20px 0;
}

.back-to-top{
	position: fixed;
	right: 1rem;
	bottom: 10rem;
	display: block;
	background: tomato;
	color: white;
	padding: 0.3rem 1rem;
	transition: all 0.5s linear;
	cursor: pointer;
	opacity: 0.5;
}

.back-to-top:hover {
	opacity: 1;
}


h1 {
    font-size: 2.0em;
    line-height: 1.5em;
}

h1 {
    display: inline-block;
    position: relative;
    left: -22%;
    padding: .2em 1em .2em 22%;
    border: 3px solid #fff;
    border-left: 0;
    text-align: left;
    color: #356494;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
    border-radius: 0 4px 4px 0;
    box-shadow: 5px 5px 30px rgba(0,0,0,0.17);
    background: linear-gradient(to right,#d0dafd 0,#9fb5fe 100%);
}

h11 {
    font-size: 3.5em;
    line-height: 1.0em;
}

h2 {
    font-size: 1.5em;
    line-height: 1.0em;
}

h4 {
    font-size: 1.0em;
}

table tr {
    background-color: #eee;
}
table tr:nth-child(even) {
    background-color: #eee;
}
table tr:nth-child(odd) {
    background-color: #fff;
}