@charset "UTF-8";
/* CSS Document */
		
		
* {
    box-sizing: border-box;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: left;
    padding: 15px;
}
/* For mobile phones: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-t-1 {width: 8.33%;}
    .col-t-2 {width: 16.66%;}
    .col-t-3 {width: 25%;}
    .col-t-4 {width: 33.33%;}
    .col-t-5 {width: 41.66%;}
    .col-t-6 {width: 50%;}
    .col-t-7 {width: 58.33%;}
    .col-t-8 {width: 66.66%;}
    .col-t-9 {width: 75%;}
    .col-t-10 {width: 83.33%;}
    .col-t-11 {width: 91.66%;}
    .col-t-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-d-1 {width: 8.33%;}
    .col-d-2 {width: 16.66%;}
    .col-d-3 {width: 25%;}
    .col-d-4 {width: 33.33%;}
    .col-d-5 {width: 41.66%;}
    .col-d-6 {width: 50%;}
    .col-d-7 {width: 58.33%;}
    .col-d-8 {width: 66.66%;}
    .col-d-9 {width: 75%;}
    .col-d-10 {width: 83.33%;}
    .col-d-11 {width: 91.66%;}
    .col-d-12 {width: 100%;}
}

html{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300; 
	word-spacing:2px;cursor:default;
	color:#000;
	margin:0px
}
 
h1{
	font-size: 24px;
	font-weight: bold;
	line-height: 125%;
}

h2,h3{
	font-size: 24px;
	font-weight: 300;
	line-height: 125%;
}
p{
	font-size: 20px;
	font-weight: normal;
}

@media only screen and (min-width: 600px) {
    /* For tablets: */

	h1,h2,h3{font-size:18px;}
	p{font-size:18px;}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */

	h1,h2,h3{font-size:12px;}
	p{font-size:12px;}
}
hr{
	background-color: black;
    color: black;
    border: solid 1px black;
    height: 1px;
}

.text {
	position: relative;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	padding: 15px 10px;
	background: rgba(255, 255, 255, 0.7);
	/*opacity: 0.3;
  	filter: alpha(opacity=30); /* For IE8 and earlier */
	overflow: hidden;
	text-overflow: ellipsis;
}

.index {
	position: relative;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	padding: 15px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}

a:link{
	text-decoration:none;
 	color:black;
}
a:visited{
	text-decoration:none;
 	color:black;
}
a:hover{
	color:white;
 	text-decoration:none;
	background:black;
}
a:active{
	text-decoration:none;
	background:black;
	color:white;
}
		
img.bg{
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
