@charset "utf-8";
/* CSS Document */

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

/* unvisited link */
a:link {
  color: skyblue;
}

/* visited link */
a:visited {
  color: pink; 
}

/* mouse over link */
a:hover {
  color: mediumpurple; 
}

/* selected link */
a:active {
  color: blue;
}

.logo
{
  	float: left;
	margin: 50px 70px;
}

.main-navi 
{
 	list-style-type: none;
  	margin: 0;
  	padding-top: 50px;
	padding-right: 60px;
  	overflow: hidden;
}

.main-navi li
 {
	 display: block;
 	 padding: 8px;
  	 font-size: 17px;
  	 float: right;
  	 margin: 0 9px;
}

.headtext
{
  	padding: 200px 0px 0px 80px;
  	align-content: flex-end;
  	margin: 0px 150px 0px 0px;
}

.headtitle
{	
	font-size: 44px;
	line-height: 0.3em; 
	font-family: 'Source Sans Pro', sans-serif;
	padding-bottom: 0px;
	padding-top: 60px;

}

.headsubtitle
{
	font-size: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: justify;
	line-height: 1.4em;
	margin-right: 120px;
	
}

.header
{
	background-repeat: no-repeat;
    background-attachment:fixed;
    background-position: center;
    background-size: cover;
	background-image: url("images/darkerbg.jpg");
	height: 800px;
}

body 
{
	background: hsla(246,87%,9%,1.00);
	font-family: 'Source Sans Pro', sans-serif;
	color: aliceblue;
	line-height: 1.7em;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#container

{
	background: hsla(246,87%,9%,1.00);
	margin: auto;
	padding: 0px;
	min-height: 200px;
	font-size: 1.2em;
	width: 100%;
}

header
{
	background: hsla(246,87%,9%,1.00);
	height: 180px;
}

#content 
{
	background: hsla(246,87%,9%,1.00);
	display: flex;
	color: aliceblue;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0;
	padding: 0;
}

.section1
{	
	padding-left: 10px;
	display: inline-block;
	margin: 0px 30px;
	height: 750px;
}

.imgleft
{
	float: left;
	margin: 130px 80px 170px 120px;
}

.text1
{
	padding-top: 50px;
	text-align: justify;
	margin: 70px 100px 100px 100px;
}

.bluetitle1
{color: white;
font-size: 1.8em;}

.section2
{
	padding: 20px 40px;
	display: inline-block;
	background-color: black;
	height: 750px;
}

.imgright
{
	float: right;
	margin: 200px 90px 40px 80px;
}

.text2
{
	margin: 200px 90px 40px 80px;
	text-align: justify;
}



.section3
{
	padding: 10px;
	display: inline-block;
	height: 750px;
	
}

 .imgleft1
{
	float: left;
	padding: 170px 90px 100px 110px;
}

.text3
{
	text-align: justify;
	margin-right: 100px;
	margin-top: 170px;
}

.section4
{	
	
	display: inline-block;
	background-color: black;
	width: 100%; 
	height: 750px;
}

.imgright1
{
	float: right;
	margin: 200px 150px 40px 80px;
}

.text4
{
	text-align: justify;
	margin-top: 260px;
	margin-left: 140px;
	line-height: 1.6em;
}

.button
{
  border-radius: 5em;
  background-color: hsla(0,0%,100%,1.00);
  border: thick hsla(246,87%,9%,1.00);
  color: navy;
  text-align: center;
  font-size: 1.2em;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 20px;
  width: 180px;
  transition: all 0.2s;
  cursor: pointer;
  margin: 5px;
}

.button span 
{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\203A';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.button1
{
  border-radius: 6em;
  background-color: hsla(0,0%,100%,1.00);
  border: thick hsla(246,87%,9%,1.00);
  color: navy;
  text-align: center;
  font-size: 1.2em;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 20px;
  width: 200px;
  transition: all 0.2s;
  cursor: pointer;
  margin: 35px 10px 10px 5px;
}

.button1 span 
{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button1 span:after {
  content: '\203A';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button1:hover span {
  padding-right: 25px;
}

.button1:hover span:after {
  opacity: 1;
  right: 0;
}


.footer {
   width: 100%;
   line-height: 5em;
   color: white;
   text-align: center;
   display: inline;
   font-size: 0.7em;
	
}

.footer li
{
	display: inline;
	margin: 90px 45px;
	padding-top: 50px;
	
}

