<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	font: 14px 'Varela Round';
	
}
.navbar-default {
	border:none;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#001d77+1,003795+100 */
background: #001d77; /* Old browsers */
background: -moz-linear-gradient(top, #001d77 1%, #003795 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #001d77 1%,#003795 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #001d77 1%,#003795 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001d77', endColorstr='#003795',GradientType=0 ); /* IE6-9 */
}

.cloud {
background: url(../images/cloud.png) repeat-x;
	height: 24px;
}
header {
  background: #003795;
  height: 100%;
}
.cloudbotttom{
background: url(../images/cloudbotttom.png) repeat-x;
	height: 24px;
	position: relative;
	top:-20px;

}

</pre></body></html>