body{
  font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	width: 100% !important;
	height: 100% !important;
}

/* preloader */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ddd;
	z-index: 99999;
	height: 100%;
  width: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}

/*default tags*/

p {
  font-family: 'Open Sans', sans-serif;
  color: grey;
  font-size: 20px;
  margin: 30px 0px;
}

h1 {
  font-size: 50px;
  font-family: Kerox, Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 50px 50px;
  text-align: center;
  color: dodgerblue;
}

h2 {
  font-family: Kerox;
  color: dodgerblue;
  font-size: 50px;
  margin-top: 20%;
  text-align: center;
}

h3 {
  font-family: Kerox;
  color: dodgerblue;
  font-size: 40px;
  margin: 0px;
}

img {
  height: 34%;
  width:33%;
}

/*Back to home page*/

.back {
  width: 100%;
  position: fixed;
  background-color: rgb(51, 51, 51);
  margin: 0px;
  height: 80px;
  left: 0px;
  top: 0px;
}

.backToTech {
  pointer-events: all;
  font-size: 30px;
  font-weight: bold;
  position: fixed;
  height: inherit;
  margin-left: 20px;
  color: white;
  top: 20px;
  background: none;
  border: none;
}

.backToTech:hover {
  color: dodgerblue;
}

#particles-js{
  width: 100%;
  height: inherit;
  background-color: #242526;
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}


#overlay {
  position: fixed;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: left;
  pointer-events: none;
	position: absolute;
}

/*main*/
.main {
  margin-top: 10%;
  margin-right: 15%;
  margin-left: 15%;
}


@font-face {
  font-family: Kerox;
  src: url(../../../fonts/kerox.otf);
  /*font-weight: bold;*/
}



/*Gears*/

#rightgear {
    width: 20vw;
    max-width: 20%;
    height: auto;
    top: 12em;
    left: -3em;
    position: absolute;

}

.intro p{
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
  color: rgb(51, 51, 51);
}

.pre-text p{
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
  color: rgb(51, 51, 51);
}

/*Calendar Examples*/

.example {
  display: inline-block;
  text-align:center;
}

#examples img{
 width: 33%;
 height: 33%;
 align-self: center;
 text-align: center;
 display: inline-block;
}

.calendarMedium {
  margin-top: 6%;
}

/*How To Default*/
#howToDefault p{
  color: rgb(51, 51, 51);
}

#fullEditIphone {
  text-align: center;
}

#fullWigglyIphone {
  text-align: center;
  height: 33%;
}

#availableApps {
  text-align: center;
  height: 33%;
}
.calendars {
  display: inline-block;
  text-align: center;
}

#Calexamples img {
  margin: 0 20px;
  width: 28%;
  text-align: center;
  display: inline-block;
}

#WigglyTwo {
  text-align: center;
}

#Final {
  text-align: center;
}

.finalText {
  margin-top: 100px;
  margin-bottom: 100px;
}

.finalText a{
  color: dodgerblue;
}

/*footer*/

.footer {
  position: fixed;
     left: 0;
     bottom: 0;
     width: 100%;
     background-color: #242526;
     color: white;
     text-align: center;
}

.footer p {
  color: grey;
}
