body {
    background-color:#1A1B1F!important;
    max-width: 1620px;
    max-height: 1050px;
    margin-left: auto !important;
    margin-right: auto !important;


}

#proslider {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#conslider {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#profreq{
    color: white;
    margin-top: 180px;
}

#confreq{
    color: white;
    padding-top: 330px;
}

.content {
    width:100%;
}

.proslidecontainer {
    width:50%;
    float:left;
    
}

.conslidecontainer {
    width:50%;
    float:right;

}

.freq_position{
  margin-left: 88px;
  width: 100%;
  text-align: center;
}

#confreqvalue{
    margin-left: 90px;
}

.btn_position{
  position: absolute;
  margin-left: 25px;
  margin-top: 32px;
}

.slider {
  -webkit-appearance: none;
  width: 300px;
  height: 1px;
  border-style: dotted;
  border-width: 0px 0px 1px 0px;
  outline: none;
  opacity: 0.9;
  -webkit-transition: .2s;
  transition: opacity .2s;
  margin-top: 150px;
  transform: rotate(270deg) translateY(-50%);
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FE9844;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FE9844;
  cursor: pointer;
}
.slider {
    position:relative;
}
.slider:before {
    content: "";
    position: absolute;
    left: -10px;
    background-color: white;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: -5px;
    
}
.slider:after {
    content: "";
    position: absolute;
    right: 0;
    background-color: white;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: -5px;
}

.section_3{
  margin-left: 60px;
}

/*** NAVIGATION ***/
.logo{
  padding: 10px;
}

.navbar-toggler{
  visibility: hidden;
}


/*** COLOR ***/
.background_color{
  background-color: #1A1B1F
}

.text_color{
  color: #fff;
}

.pink{
  color: #EA5071;
}

a{
  color: #fff;
}
a:hover{
  color: #EA5071!important;
}

.orange{
  position: absolute;
  z-index: -100;
  height: 30px;
  width: 254px;
  background-color: #FE9844;
  transform: rotate(-24deg);
  margin-left: -80px;
  margin-top: 20px;

}

button{
  background-color: #1A1B1F;
  position: absolute;
  border-color: #484A4C;
  border-style: solid;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  outline:none;

}

button:focus {
    outline:none!important;
}

.buttonToRed{
  animation: colorchangeRed 1s;
  -webkit-animation: colorchangeRed 1s; /* Chrome and Safari */
}

.buttonToGreen{
  animation: colorchangeGreen 1s;
  -webkit-animation: colorchangeGreen 1s; /* Chrome and Safari */
}


@keyframes colorchangeRed
{
  0%   {background: #FF5838;}
  20% {background: #cc472d;}
  80% {background: #cc472d;}
  100% {background: #FF5838;}
}

@-webkit-keyframes colorchangeRed /* Safari and Chrome - necessary duplicate */
{
  0%   {background: #FF5838;}
  20% {background: #cc472d;}
  80% {background: #cc472d;}
  100% {background: #FF5838;}
}

@keyframes colorchangeGreen
{
  0%   {background: #169E2C;}
  20% {background: #50EB69;}
  80% {background: #50EB69;}
  100% {background: #169E2C;}
}

@-webkit-keyframes colorchangeGreen /* Safari and Chrome - necessary duplicate */
{
  0%   {background: #169E2C;}
  20% {background: #50EB69;}
  80% {background: #50EB69;}
  100% {background: #169E2C;}
    }

.faq{
  border: 1px solid #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 65%;
  text-align: center;
  padding-top: 4px !important;
}

/*** FONT ***/

p {
  font-size: 0.9rem;
}

/* inter-regular - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/inter-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/inter-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/inter-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/inter-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/inter-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/inter-v12-latin-regular.svg#Inter') format('svg'); /* Legacy iOS */
}
/* inter-600 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/inter-v12-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/inter-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/inter-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/inter-v12-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/fonts/inter-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/inter-v12-latin-600.svg#Inter') format('svg'); /* Legacy iOS */
}
/* inter-700 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/inter-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/inter-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/inter-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/inter-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/inter-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/inter-v12-latin-700.svg#Inter') format('svg'); /* Legacy iOS */
}


.main_font_regular{
      font-family: Inter, Helvetica, sans-serif;
      font-weight: 400;
      font-style: normal;
}

.main_font_bold{
  font-family: Inter, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.main_font_semibold{
 font-family: Inter, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
}

h1{
  font-size: 50px!important;
}

h3{
  position: absolute;
  z-index: -1;
  text-align: right;
  font-size: 30px;
  padding-top: 312px;
  margin-left: 200px;
}

h4{
    font-size: 1.5rem;
}

a{
	color: #FE9844 !important;
}


/*** FOOTER ***/
footer{
  font-size: 12px;
}

footer a{
	color: #EA5071 !important;
}

.footer_size{
    font-size: 0.7rem;
}

/*** IMAGE ***/

.earth{
  background-image: url(img/earth_750px.png);
  background-size: cover;
  width: 750px;
  height: 750px;
  margin: 25px;

}

.earthGreen{
  animation: earthToGreen 5s;
  -webkit-animation: earthToGreen 5s; /* Chrome and Safari */ 
}

@keyframes earthToGreen
{
  0%   {background-image: url(img/earth_750px.png)}
  100% {background-image: url(img/earth_750px_color.png)}
}

@-webkit-keyframes earthToGreen /* Safari and Chrome - necessary duplicate */
{
  0%   {background-image: url(img/earth_750px.png)}
  100% {background-image: url(img/earth_750px_color.png)}
}

.earth_headline{
  position: relative;
  top: 300px;
  width: 750px;
  text-align: center;
  color: #EA5071;
  font-size: 128px;
}

/*** WHITESPACE ***/

.whitespace{
  height: 30px;
}

/*** CIRCLE ***/

#circle{
  position: fixed;
  margin-left: 553px;
  margin-top: -843px;
  width: 760px;
  height: 760px;
  -webkit-border-radius: 380px;
  -moz-border-radius: 380px;
  border-radius: 380px;
  border: 3px solid grey;
}

/*** Tooltip Info ***/

.infotooltip {
  position: relative;
  display: inline-block;
  font-size: 0.9rem;
}

.infotooltip .infotooltiptext {
  visibility: hidden;
  width: 500px;
  background-color: rgba(255, 255, 255, 0.95);
  color: #1A1B1F;
  text-align: left;
  border-radius: 5px;
  padding: 20px;
  font-size: 0.8rem;
  top:40px;
  right:0px;
  position: absolute;
  z-index: 1;
}

.infotooltip:hover .infotooltiptext {
  visibility: visible;
}

