@import '../css/fontawesome-all.min.css';
/*
	Hologram by Pixelarity
	pixelarity.com | hello@pixelarity.com
	License: pixelarity.com/license
*/
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

/* Basic */
@-ms-viewport {
  width: device-width;
}
body {
  -ms-overflow-style: scrollbar;
}

@media screen and (max-width: 480px) {
  html, body {
    min-width: 320px;
  }
}
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}


/* Type */
body {
  background-color: #fff;
  color: #484459;
}

body, input, select, textarea {
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  font-size: 13pt;
  font-weight: 300;
  line-height: 1.82;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

strong, b {
  font-weight: 400;
}

em, i {
  font-style: italic;
}

p {
  margin: 0 0 2.4em 0;
}


hr {
  border: 0;
  border-bottom: solid 2px;
  margin: 2.4em 0;
}
hr.major {
  margin: 3.6em 0;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

input, select, textarea {
  color: #413D53;
}

a {
  color: #4696e5;
}

hr {
  border-bottom-color: rgba(144, 144, 144, 0.25);
}

#wrapper {
  margin: 0 auto;
  max-width: 1280px;
  

}


#header {
  padding: 1em;
  text-align: center;
  }

#header .nav {
  float: right;
  padding-top: 1em;
}


#header .logo {
  margin: 0 auto;
  width: 300px;
  text-align: center;
}


#header a {
	color: inherit;
	font-size: 0.75em;
	font-weight: 400;
	height: 3em;
	line-height: 3em;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 2em;
  padding: 0 1.5em;
  
}


@media only screen and (max-width: 700px) {
 #header .logo {
    margin: 0;
    text-align: left;
    width: 100px;
  }

  #header a {
    display: block;
    
  }
  #header .nav {
    float: right;
    padding-top: 0;;
  }
}



.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	border-radius: 4px;
	border: solid 2px;
	cursor: pointer;
	display: inline-block;
	font-size: 0.75em;
	font-weight: 400;
	height: 3.7em;
	line-height: 3.6em;
	padding: 0 2.9em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	background-color: transparent;
	border-color: rgba(144, 144, 144, 0.25);
	color: #413D53 !important;
}


#banner {
	text-align: center;

}

#banner iframe {
  width: 100%;
  max-width: 1280px;
  height: 720px;
}

#txt {
  padding: 3vw;
  background-color: #5c83a4;

  color: #cccccc;
}

#txt .line {
  font-family: Outfit, sans-serif;
  font-weight: 500;
  font-size: 4em;
  line-height: 0.95em;
 
}

#txt .action {
  text-align: center;
  padding: 3em 1em 1em 1em ;
}

#txt .action .button {
  background-color: #fff;
}

#txt i {
  font-style: normal;
  color: #000000;
}

@media only screen and (max-width: 1100px) {
  #txt .line {
    font-size: 3em;
  }
}

@media only screen and (max-width: 700px) {
  #txt .line {
    font-size: 2em;
  }
}

#footer {
  padding: 4em 0 1.6em 0;
  text-align: center;
  background-color: #e5e0e4;
}

ul.alt-icons {
	border-color: rgba(144, 144, 144, 0.25);
}

ul.alt-icons {
	display: -moz-inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
	border-radius: 4px;
	border: solid 2px ;
	list-style-type: none;
	padding-left: 0;

	border-color: rgba(144, 144, 144, 0.25);
}

ul.alt-icons > li:first-child {
	border-left: 0;
}

ul.alt-icons > li {
	border-left: solid 2px;
  border-color: rgba(144, 144, 144, 0.25);
	height: 2.5em;
	line-height: 2.5em;
	padding: 0;
	width: 2.6em;
}

.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}
.icon > .label {
	display: none;
}

ul.alt-icons .icon {
	display: block;
	height: 100%;
	width: 100%;
	transition: color 0.2s, background-color 0.2s;
  color: #999;
}

ul.alt-icons .icon:hover {
	background-color: rgba(144, 144, 144, 0.15);
	color: #484459;
}
ul.alt-icons .icon::before {
	font-size: 1.1em;
	line-height: inherit;
}
.icon.brands::before {
	font-family: "Font Awesome 5 Brands";
}
.icon::before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

#footer .menu {
	font-size: 0.9em;
}

#footer .menu {
	font-size: 0.8em;
	margin-bottom: 1.1em;
}

ul.menu {
margin-top: 2em;
}
ul.menu li {
	border-left: solid 2px;
	display: inline-block;
	list-style: none;
	margin-left: 1em;
	padding-left: 1em;
  
}
ul.menu li:first-child {
  border-left: none;
}

ul.menu li a {
	text-decoration: none;
  color: #999;
}

ul.menu li {
	border-left-color: rgba(144, 144, 144, 0.25);
}

#footer .copyright {
	font-size: 0.9em;
	color: #999;
	font-size: 0.8em;
	text-align: center;
}