@charset "utf-8";
/* CSS Document */



.link1 A:link { -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s; color: white; text-decoration: none;}
  .link1 {A:visited color: white; text-decoration: none;}
   .link1 A:active {  color: white; text-decoration: none;}
    .link1 A:hover {  color:green ; text-decoration: none; }





body, html, #header {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}


.bg { 
    /* The image used */
    background-image: url("background.jpg");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}





div.maincols{
width: 90%; 
margin: 0 auto;
padding: 30px 4% 0px 4%;
backgroundcolor:black;
text-align:center;
vertical-align:top;
}

div.logo{
text-align:center;
margin: 0 auto;
content: url(logo4.png);
padding: 0px 0px 00px 0px;
width:auto;
}

div.logotts{
text-align:center;
margin: 0 auto;
content: url(logotts4.png);
padding: 40px 0px 00px 0px;
width:auto;
}


div.maintext1{
padding: 50px 0% 0px 0px;
backgroundcolor:black;
text-align:center;
vertical-align:top;
font-family: 'Rock Salt', cursive;
	font-size: 60px;
	letter-spacing: -1px;
	color:#ffffff;
	text-shadow: 2px 2px 5px black;
  }
 
div.maintext2{
padding: 70px 0% 0px 0px;
backgroundcolor:black;
text-align:center;
vertical-align:top;
font-family: 'Lato', sans-serif;
opacity: 0.5;
	font-size: 10px;
	letter-spacing: 5px;
	color:#ffffff;
  }
  
 div.maintext3{
padding: 50px 0% 0px 0px;
backgroundcolor:black;
text-align:center;
vertical-align:top;
font-family: 'Lato', sans-serif;
opacity: 0.5;
	font-size: 15px;
	letter-spacing: 5px;
	color:#ffffff;
  }
  
   div.maintext4{
margin: 50px 0px 100px 0px;
padding: 5px 0px 5px 00px;
backgroundcolor:black;
text-align:center;
border-top: 2px solid white;
border-bottom: 2px solid white;
display:inline-block;
width::auto;
font-family: 'Lato', sans-serif;
	font-size: 15px;
	letter-spacing: 0px;
	color:#ffffff;
  }