@charset "UTF-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}

body{
	background-color: black;
	background-image:linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.0)),url("Images/background_2.jpg");
	background-repeat:no-repeat;
	background-size:100% 800px;
	
}

header {
	height: 20px;
}

.main-nav{
	float: right;
	list-style: none;
	margin-top: 60px;
}

.main-nav li{
	display: inline-block;
}


.main-nav li a{
	color: white;
	text-decoration: none;
	padding: 5px 20px;
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
	font-size: 15px;
}


.main-nav li a:hover {
	color: darkred;
}
.tips-tricks li a{
	text-decoration: none;
	color:#3F5588;
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
	font-size: 15;
	line-height: 25px;
}

.tips-tricks li a:hover{
	color: darkred;
}

.download{
	color:#482564;
	text-decoration: none;
}

body{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

.logo img{
	width: 90px;
	height: auto;
	float: left;
	margin-top: 40px;
}

.bar{
	max-width: 1200px;
	margin: auto;
}

.page1{
	width:80%;
	text-align:center;
	margin:auto;
	padding-bottom:30vh;
}

.page2{
	background-color: black;
	height: 100%;
	padding-left:40px;
	padding-top:10px;
	border: 2px dotted red;
}

.page3{
	background-color: black;
	height: 100%;
	padding-left:40px;
}

.page4{
	background-color: black;
	height: 100%;
	padding-left:40px;
	text-align: left;
}

.page5{
	background-color: black;
	height: 100%;
	text-align: left;
}

h1 {
	color: white;
	text-transform: uppercase;
	font-size: 65px;
	margin-top: 350px;
	margin-left: 100px;
}

h2{
	font-size: 40px;
	text-align: left;
	text-decoration:none;
	color: white;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

h3{
	font-size: 20px;
	text-align:left;
	text-decoration: none;
	color: white;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

p{
	font-family: 'B612', sans-serif;
	color: white;
	font-size: 14px;
	line-height: 25px;
	margin-top: 10px;
}

.text-left{
	clear: right;
	margin-top: 80px;
}

.text-right{
	float: left;
	margin-top: 80px;
}

.img1{
	width: 90%;
	padding-left: 20px;
	padding-right: 10px;
	display: block;
	margin-top: 20px;
}

.img2{
	width: 90%;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	margin-top: 50px;
}

.img3{
	width: 90%;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	margin-top: 50px;
}

.img4{
	width: 90%;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	margin-top: 50px;
}

.clearfix{
	margin:auto;
	overflow: auto;
}
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.column {
	float: left;
	width: 50%;
	align-items: center;
  }

.row{
	width: 80%;
	margin: auto;
	background-color: black;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.footer {
	position: inherit;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 25px;
	background-color: black;
	text-align: center;
}
footer{
	color: white;
	height: 25px;
	margin-top: 35px;
	font-size: 12px;
}
