﻿.backgroundImage
{
	background-repeat: no-repeat; 
	background-image:url('images/main-home-page.jpg'); 
	background-position:center center;
    background-position:center;  
	width: 100%; 
	height: 600px; 
	opacity: 1; 
	visibility: inherit; 
	z-index: 20;
}

.main {
	font-weight: bold;
	margin-left:0px;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 100%;
	background-attachment: fixed;
	background-color: white;
	background-position: center;
    margin:0; 
    padding:0; 
}

.main-menu
{
	text-align:center;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size: 10px;
}

ul.navbar-nav {
    list-style-type: none;
    overflow: hidden;
    /*background-color: #333;*/
    margin-top: 0px;
    /*float: right;*/
    /*padding-left:285px;*/
    /*font-size: x-large;*/
}

    ul.navbar-nav li {
        float: left;
        padding: 10px;
    }


ul.horizontal {
    list-style-type: none;
    overflow: hidden;
    /*background-color: #333;*/
    margin-top:0px;
    float:right;
    /*padding-left:285px;*/
	/*font-size: x-large;*/
}

    ul.horizontal li {
        float: left;
        padding-left: 20px;
        padding-right: 20px;
    }

ul.horizontal-2 {
    list-style-type: none;
    overflow: hidden;
    /*background-color: #333;*/
    margin-top:0px;
    float:right;
    
    /*padding-left:285px;*/
	/*font-size: x-large;*/
}

ul.horizontal-2 li {
    float: left;
    padding:20px;
    
}



/* unvisited link */
a:link {
  color: #FFF;
  text-decoration:none;
	font-size: medium;
	font-family: "Maiandra GD";
}

/* visited link */
a:visited {
  color: #FFF;
}

/* mouse over link */
a:hover {
  color: rgb(19,132,198);
  text-decoration:underline;
}

/* selected link */
a:active {
    color: #000;
}

/* unvisited link */
.a2:link {
    color: #FFF;
    text-decoration: none;
    font-size:24px;
    font-family:Calibri;
}

/* visited link */
.a2:visited {
    color: #FFF;
}

/* mouse over link */
.a2:hover {
    color: rgb(19,132,198);
    /*text-decoration: underline;*/
}

/* selected link */
.a2:active {
    color: #FFF;
}

.auto-style2 {
	font-weight: normal;
}
.auto-style3 {
	font-size: medium;
}
.auto-style4 {
	font-size: xx-large;
}

.auto-style7 {
	font-family: "Courier New", Courier, monospace;
	font-style: italic;
	font-weight: normal;
}

.auto-style8 {
	border-style: solid;
	border-width: 1px;
background-color: #808080;
	float: left;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color:teal;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}


