@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700&display=swap');


body {
  width: 100%;
  min-width: 360px;
  height: 100%;
  margin: 0;
  text-align: center;
  color: #757575;
  background-color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  
 


}





html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}



a {
	font-family: 'Open Sans', sans-serif;

  color: inherit;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  background-color: #666666;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;

}

.fullscreen-landing {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 1em 0;
  height: auto;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: #f5f5f5;
}

.fullscreen-landing .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.fullscreen-landing .logo img {
  max-width: 100%;
  height: auto;
}

#arrow-down {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#arrow-down:focus {
  outline: none;
}

#arrow-down span {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border: 4px solid #424242;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
}

#arrow-down span:after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  height: 50%;
  border-top: 4px solid #424242;
  border-right: 4px solid #424242;
  -webkit-transform: translateY(35%) rotate(135deg);
  -ms-transform: translateY(35%) rotate(135deg);
  transform: translateY(35%) rotate(135deg);
}

@media (hover: hover) {
  #arrow-down span:hover {
    border-color: #616161;
  }

  #arrow-down span:hover:after {
    border-top-color: #616161;
    border-right-color: #616161;
  }
}

#arrow-down span:active {
  border-color: #616161;
  box-shadow: none;
}

#arrow-down span:active:after {
  border-top-color: #616161;
  border-right-color: #616161;
}

.main {
  margin: 0 auto;
  padding: 1em 1em;
  max-width: 1200px;
  font-family: 'Open Sans', sans-serif;
  
  
}

.main p {
  line-height: 1.7;
  font-size: 1.2em;
  color: #424242;
  font-family: 'Open Sans', sans-serif;
  text-align: center;


}

.section-box {
  margin: 0 auto;
  padding: 1em 2em;
 box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;

  text-align: left;
}

.contact {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  padding: 1em;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  background-color: #ffffff;
  
}

.contact div {
  margin: 1em auto;
  text-align: center;
}

.contact > div:first-child {
  margin-top: 0;
}

.contact > div:last-child {
  margin-bottom: 0;
}

.contact {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  padding: 1em;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact div {
  margin: 1em auto;
  text-align: center;
}

.contact > div:first-child {
  margin-top: 0;
}

.contact > div:last-child {
  margin-bottom: 0;
}

form {
  margin: 1em auto;
}

form label {
  display: block;
  text-align: left;
  margin: 1em auto;
  font: inherit;
  font-size: 1em;
  color: #424242;
  font-family: 'Open Sans', sans-serif;
}

form input,
form textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 1em sans-serif;
  padding: 0.5em 0.3em;
  width: 100%;
  background-color: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  -webkit-transition: border-color ease-in-out 0.2s;
  -o-transition: border-color ease-in-out 0.2s;
  transition: border-color ease-in-out 0.2s;
  color: inherit;
}

form input::placeholder,
form textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

form input:focus,
form textarea:focus {
  border-color: #616161;
  outline: none;
}

form textarea {
  vertical-align: top;
  min-height: 5em;
  resize: vertical;
}

form button {
  font: inherit;
  font-size: 1em;
  display: inline-block;
  padding: 0.5em 1em;
  background-image: none;
  background-color: #616161;
  color: #f5f5f5;
  border: 2px solid #616161;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

@media (hover: hover) {
  form button:hover {
    color: #f5f5f5;
    background-color: #757575;
    border-color: #757575;
    text-decoration: none;
    outline: none;
    cursor: pointer;
  }
}

form button:active,
form button:disabled {
  color: #616161;
  background-color: #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}


@media (hover: hover) {
  form button:hover {
    color: #f5f5f5;
    background-color: #757575;
    border-color: #757575;
    text-decoration: none;
    outline: none;
    cursor: pointer;
  }
}

form button:active,
form button:disabled {
  color: #616161;
  background-color: #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

.copyright {
  margin-top: 2em;
  font-size: 0.8em;
}


.my-button {
	margin-top: 2em;
  font: inherit;
  font-size: 1.2em;
  display: inline-block;
  padding: 0.5em 1em;
  background-image: none;
  background-color: #616161;
  color: #f5f5f5;
  border: 2px solid #616161;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

@media (hover: hover) {
  .my-button:hover {
    color: #f5f5f5;
    background-color: #757575;
    border-color: #757575;
    text-decoration: none;
    outline: none;
    cursor: pointer;
  }
}

.my-button:active,
.my-button:disabled {
  color: #616161;
  background-color: #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}





@media (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */ 

h1,
h2{
	padding: 0.1em 1em;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size:5vmin;
  font-weight:400;
  letter-spacing: 1px;
  text-align: center;
  color: #424242;
  text-decoration: none;
  
  background-color: #565656;
  color: transparent;
  text-shadow: 0px 2px 3px rgba(255,255,255,0.5);
  -webkit-background-clip: text;
     -moz-background-clip: text;
          background-clip: text;
}


h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size:3.5vmin;
  font-weight:400;
  letter-spacing: 1px;
  text-align: center;
  color: #424242;
  text-decoration: none;
}
}


@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ }
@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ }
@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ }

@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ 
h1,
h2{

  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size:3.5vmin;
  font-weight:400;
  letter-spacing: 0.25px;
  text-align: center;

background-color: #565656;
  color: transparent;
  text-shadow: 0px 2px 3px rgba(255,255,255,0.5);
  -webkit-background-clip: text;
     -moz-background-clip: text;
          background-clip: text;

 
}


h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size:3.5vmin;
  font-weight:400;
  letter-spacing: 1px;
  text-align: center;
  color: #424242;
  text-decoration: none;
}


	
	.circle {
  margin: auto;
  border-radius: 50%;
  background: #3994b6;
  padding: 10px;
  width: 110px;
  height: 110px;
  margin-top: 1px;
top: 0; right: 0;
  color: rgb(255, 255, 255);
  text-align: center;
  position: absolute;
}
.circle div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:2vmin;
  font-weight:500;
}

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.animate-flicker {
   -webkit-animation: flickerAnimation 2s infinite;
   -moz-animation: flickerAnimation 2s infinite;
   -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;
}


}


@media (min-width:1281px) { /* hi-res laptops and desktops */ 
h1,
h2{

  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size:3.5vmin;
  font-weight:400;
  letter-spacing: 0.25px;
  text-align: center;

background-color: #565656;
  color: transparent;
  text-shadow: 0px 2px 3px rgba(255,255,255,0.5);
  -webkit-background-clip: text;
     -moz-background-clip: text;
          background-clip: text;

 
}


h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size:3.5vmin;
  font-weight:400;
  letter-spacing: 1px;
  text-align: center;
  color: #424242;
  text-decoration: none;
}


	
	.circle {
  margin: auto;
  border-radius: 50%;
  background: #3994b6;
  padding: 10px;
  width: 110px;
  height: 110px;
  margin-top: 1px;
top: 0; right: 0;
  color: rgb(255, 255, 255);
  text-align: center;
  position: absolute;
  
}
.circle div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:2vmin;
  font-weight:500;
  
}

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.animate-flicker {
   -webkit-animation: flickerAnimation 2s infinite;
   -moz-animation: flickerAnimation 2s infinite;
   -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;
}


}

