body{
	font: 15px/1 Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	/*background-color: #8dc3ff;*/ /*Light Blue*/
	/*background: #368dff /*Blue*/
	background-color: #2c2f33;
}

.light{
	background-color: #ffffff;
}

/* Global */
.container{
	width:95%;
	margin:auto;
	overflow:hidden;
}

ul{
	margin: 0;
	padding: 0;
}

.hide{
	display: none;
}

button:hover{
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	cursor: pointer;
}

/* HEADER Background*/

#header-background{
	/* background-color: #0000bb; */
	background-color: #2c2f33;
	min-height: 40px;
	position: fixed;
	z-index: 900;
	width: 100%;
	/* -webkit-box-shadow:0px 1px 3px 1px #0000bb;
	-moz-box-shadow:0px 1px 3px 1px #0000bb;
	box-shadow:0px 1px 3px 1px #0000bb; */
}

.light #header-background{
	background-color: #7289DA;
}


/* HEADER Desktop View */

#header-desktop{
	/* color: #ffbb00; */
	color: #ffffff;
	padding-top: 5px;
	min-height: 100px;
	position: fixed;
	z-index: 900;
	width: 100%;
}


#header-desktop .page a{
	color: #aaaaaa;
	text-decoration:none;
	/*text-transform: uppercase;*/
	font-size: 16px;
}

.light #header-desktop .page a{
	color: #ffffff;
}

.light #header-desktop .dropdown-content{
	color: #ffffff;
	background-color: #7289DA;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 5px;
}


#header-desktop .page{
	float:left;
	display:inline-block;
	/* Top, Right, Bottom, Left */
	padding:15px 5px 0px 8px;
	position: relative;
}

#header-desktop #name a{
	margin: 0;
	padding: 6px 0 0 15px;
	float: left;
	font-size: 30px;
	color: #ffffff;
	text-decoration: none;
}


#header-desktop img{
	float: left;
}

#header-desktop nav{
	float: right;
	padding: 0px 10px 0 0;
	display: inline;
}

#header-desktop #signin{
	float: right;
	color: #ffffff;
	display: inline;
	background: none;
	font-size: 12px;
	margin-top: 8px;
}

#header-desktop #signin button{
	font-size: 16px;
	padding: 3px 8px 3px 8px;
	background-color: #2c2f33;
	border-color: #aaaaaa;
	border-radius: 15px;
	border-style: solid;
	color: #aaaaaa
}

.light #header-desktop #signin button{
	background-color: #7289DA;
	border-color: #ffffff;
	color: #ffffff;
}

#header-desktop #signin button:hover{
	background-color: #aaaaaa;
	color: #2c2f33;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}

.light #header-desktop #signin button:hover{
	background-color: #ffffff;
	color: #7289DA;
}

#header-desktop #signin-dropdown-content{
	display: none;
	position: absolute;
	padding-top: 15px;
	font-size: 12px;
	color: #ffffff;
}

.dropdown-content{
	display:none;
	position: absolute;
	padding-top: 18px;
	z-index: 999;
}


#header-desktop #signin-dropdown-content a{
	font-size: 14px;
	color: #aaaaaa;
}

.light #header-desktop #signin-dropdown-content a{
	color: #000000;
}

.dropdown-content a{
	padding-top: 5px;
	font-size: 14px;
	color: #aaaaaa;
}

/* #header-desktop #signin-dropdown-content a:hover{
	color: #ffffff;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

#header-desktop #signin:hover #signin-dropdown-content{
	display: block;
	z-index: 999;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
} */

#header-desktop .page a:hover{
	color: #ffffff;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
} 

.light #header-desktop .page a:hover{
	color: #000000;
}

#advertisement-switch {
	display: none;
}

#advertisement-switch-text {
	display: none;
}

#header-desktop .page:hover .dropdown-content{
	display: block;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}

#header-desktop .page:hover{
	padding-bottom: 80px;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}


#header-desktop .current a{
	color: #ffffff;
}

#header-desktop .dropdown-content a:hover{
	color:#ffffff;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
} 

/* HEADER Mobile */

#header-mobile{
	/* color: #ffbb00; */
	color: #ffffff;
	padding-top: 10px;
	min-height: 100px;
	position: fixed;
	z-index: 900;
	width: 100%;
}

#signin-button-mobile{
	float: right;
	border-radius: 16px;
	background-color: #2c2f33;
	color: #aaaaaa;
	font-size: 16px;
	border-style: solid;
	border-color: #aaaaaa;
	padding: 2px 5px 2px 5px;
}

.light #signin-button-mobile{
	color: #ffffff;
	border-color: #ffffff;
	background-color: #7289DA;
}

#header-mobile #signin{
	float: right;
}

#header-logo {
	-webkit-box-align: center;
	-moz-box-align: center;
	align-items: center;
	margin: auto;
	text-align: center;
	overflow: hidden;
}
	

#header-logo a{
	align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	text-align: center;
	font-size: 25px;
	color: #ffffff;
	text-decoration: none;
	margin-top: 5px;
}

.burgerMenu {
  display: inline-block;
  cursor: pointer;
  margin-top: 3px;
  margin-left: 5px;
  float: left;
}

.bar1, .bar2, .bar3 {
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  margin: 4px 0;
  transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4.5px, 4px) ;
  transform: rotate(-45deg) translate(-4.5px, 4px) ;
}

/* Fade out the second bar */
.change .bar2 {
  opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-4px, -4px) ;
  transform: rotate(45deg) translate(-4px, -4px) ;
}

.burger-dropdown-content {
	display: none;
	z-index: -1;
	position: fixed;
	background-color: #2c2f33;
	padding: 40px 0 10px 10px;
	text-align: left;
	width: 100%;
}

.light .burger-dropdown-content {
	background-color: #7289DA;
}

.change .burger-dropdown-content {
	z-index: 990;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}

.burger-dropdown-content li{
	list-style-type: none;
}

.burger-dropdown-content a {
	text-decoration: none;
	color: #aaaaaa;
	margin-top: 5px;
	font-size: 20px;
}

.light .burger-dropdown-content a{
	color: #ffffff;
}






/* Description */
#description{
	min-height: 300px;
	/* background: #0000bb; */
	background: #2c2f33;
	padding: 200px 5% 10px 5%;
	text-align: center;
	color: #ffffff;
}

.light #description{
	background: #ffffff;
	color: #000000;
}

#description h1{
	margin-top: 50px;
	font-size: 25px;
	margin-bottom: 50px;
}

#description .container button{
	color: #ffffff;
	font-size: 20px;
	background-color: #7289DA;
	border: none;
	text-align: center;
	padding: 10px 10px;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	border-radius: 8px;

}

#description .container button:hover{
	-webkit-transition-duration: 0.4s; /* Macs are annoying */
	transition-duration: 0.4s;
	box-shadow: 0 6px 6px 0 rgba(0,0,0,0.24), 0 10px 10px 0 rgba(0,0,0,0.19);
	padding: 12px 12px;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 8px;
	margin-bottom: 18px;
}


/* Showcase */

#showcase{
}

#showcase-element{
	min-height: 200px;
	padding-top: 100px;
	padding-bottom: 100px;
}

#showcase-element-text-1{
	float: left;
	max-width: 50%;
	padding-right: 5%;
}

#showcase-element-text-2{
	float: right;
	max-width: 50%;
	padding-left: 5%;
}

#showcase-element-text-3{
	text-align: center;
}

#list{
	color: #aaaaaa;
	text-align: center;
}

#list a{
	color: #ffffff;
	text-decoration: none;
}

#list a:hover{
	color: #000000;
}

.light #list a{
	color: #000000;
}

.light #list a:hover{
	color: #dddddd;
}

#showcase-element h1{
	font-size: 25px;
	padding: 10px 10px 10px 10px;
	color: #ffffff;
}

.light #showcase-element h1{
	color: #000000;
}

#showcase-element p{
	padding: 10px 10px 10px 10px;
	font-size: 20px;
	color: #888898;
}

.light #showcase-element p{
	color: #666676;
}

#showcase-element li{
	font-size: 20px;
	color: #888898;
	margin-left: 25px;
}

.light #showcase-element li{
	color: #666676;
}

#showcase-element button{
	margin-left: 10px;
	background: none;
	color: #ffffff;
	border-width: 3px;
	padding: 10px 10px 10px 10px;
	font-size: 18px;
	border-color: #4CAF50;
	border-radius: 3px;
	border-style: solid;
}

.light #showcase-element button {
	color: #000000;
}

#showcase-element button:hover{
	background-color: #4CAF50;
	color: #ffffff;
}

#showcase-element img{
	float: right;
	display: inline;
	padding-top: 40px;
	width: 40%;
	height: auto;
}

iframe {
	border: none;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	display: block;
	width: 100%;
	max-width: 420px;
	max-height: 315px;
}

/* Footer */
footer{
	background-color: #2c2f33;
	padding: 10px 10px 10px 10px;
	min-height: 300px;
}

.light footer{
	background-color: #ffffff;
}

footer img{
	width: 100px;
	height: 100px;
}

#footer-icon{
	float: left;
	display: inline;
	width: 25%;
}

#footer-links{
	float: left;
	width: 25%;
}

#footer-help-feedback{
	float: left;
	width: 25%;
}

#footer-support-settings{
	float: left;
	width: 25%
}

footer li{
	display:block;
	padding: 5px 0 5px 0;
}

footer a, footer p, footer li{
	text-decoration: none;
	color: #aaaaaa;
}


footer a:hover{
	text-decoration: underline;
	padding: 2px 0 2px 0;
}

footer h1{
	color: #ffffff;
}

.light footer h1{
	color: #000000;
}

.light footer a, .light footer p, .light footer li{
	color: #2c2f33;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 19px;
  margin-left: 10px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #888898;
  -webkit-transition: .4s;
  transition: .4s;
}

.light  .slider{
	background-color: #cccccc;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #20aa20;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#signin-duration-dropdown {
	background-color: #cccccc;
	border: none;
	border-radius: 10px;
	padding: 2px 2px 2px 2px;
}

#signin-duration-dropdown:hover {
	background-color: #888898;
	color: #ffffff;
}

.light #signin-duration-dropdown:hover{
	background-color: #cccccc;
	color: #000000;
}


#signin-duration-dropdown option{
	color: #ffffff;
	background-color: #888898;
}

.light #signin-duration-dropdown option{
	color: #000000;
	background-color: #cccccc;
}

#signin-duration-dropdown option:hover{
	background-color: #888898; 
	color: #000000;
}

/* Switch between mobile and desktop view */

/* MOBILE VIEW */
@media screen and (max-width: 700px) {
	#header-desktop{
		display: none;
	}
	#header-mobile{
		display: block;
	}
	#header-background {
		min-height: 45px;
	}
	#description {
		min-height: 200px;
		padding: 100px 5% 10px 5%;
	}
	#showcase-element img {
		float: left;
		width: 80%;
		padding-left: 10%;
	}
	#showcase-element-text-1 {
		max-width: 100%;
		padding-right: 0;
	}
	#showcase-element-text-2 {
		max-width: 100%;
		padding-left: 0;
	}
	#footer-icon {
		width: 50%;
	}
	#footer-links {
		width: 50%;
	}
	#footer-help-feedback{
		width: 50%;
	}
	#footer-support-settings{
		width: 50%;
	}
}

/* DESKTOP VIEW */
@media screen and (min-width: 700px) {
	#header-desktop{
		display: block;
	}
	#header-mobile{
		display: none;
	}
	#header-background {
		min-height: 55px;
	}
	#description {
		min-height: 300px;
		padding: 200px 5% 10px 5%;
	}
	#showcase-element img{
		float: right;
		width: 40%;
		padding-left: 0;
	}
	#showcase-element-text-1 {
		max-width: 50%;
		padding-right: 5%;
	}
	#showcase-element-text-2 {
		max-width: 50%;
		padding-left: 5%;
	}
	#footer-icon {
		width: 25%;
	}
	#footer-links {
		width: 25%;
	}
	#footer-help-feedback{
		width: 25%;
	}
	#footer-support-settings{
		width: 25%;
	}
}

/* ULTRA THIN */
@media screen and (max-width: 400px) {
	#footer-icon {
		width: 100%;
	}
	#footer-links {
		width: 100%;
	}
	#footer-help-feedback{
		width: 100%;
	}
	#footer-support-settings{
		width: 100%;
	}