body{
	background-color: #000000;
	color: #113388;
	overflow-x: hidden;
	font-family: 'Lora', serif;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}

/**********************/

ul{
 list-style: none;
}

ul.header-nav{
 list-style: none;
}

li.header-nav-item{
	font-size: 35pt;
	background: -webkit-linear-gradient(#c67604, #ffb64e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

li.header-nav-item:hover{
	color:;
	text-decoration: none;
 	font-size: 30pt;
}

/**********************/

.nav-logo{
	height: 100px;
}

.nav-top{
	background-image: linear-gradient(#FACF33, #EB9822);
	height: 5vh;
	padding: 5px;
	color: #ffffff;
	position: relative;
	z-index:2;
}

.nav-bottom{
	background-color: #ffffff;
	position: relative;
	z-index:2;
	background-color: #ffffff;
}

/**********************/

a {
    color:#113388;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
  }
  a:hover {
    color:#7993F2;
    text-decoration: none;
  }

/**********************/

video{
	height:100%;
}

/**********************/

.intro{
	/*padding: 20px;*/
	color: #e68700;
	overflow-x: hidden;
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
	background-size: cover;

}
p.p-intro{
	font-size: 30pt;
}
font{
	color: #eb9822;
	font-size: 30pt;
}

/**********************/

.section-1{
	padding: 20px;
	color: #113388;
	background-color:#ffffff;
	overflow-x: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
	background-size: cover;
}

/**********************/

.section-2{
	padding: 20px;
	overflow-x: hidden;
	color: #113388;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
	background-size: cover;
}

/**********************/

footer{
	background-color: #fff1c0;
	padding: 50px;
}

.footer-bottom{
	background-image: linear-gradient(#FACF33, #EB9822);
}
