@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Allura|Dancing+Script|Kaushan+Script&display=swap');

html,body {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #666;
}

#logo {
  font-family: 'Kaushan Script', cursive;/*'Allura', cursive;*/
  font-size: 60px;
  color: #269BFF;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none;
}
#managementlogo{
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  color: rgba(0,0,0,0.5);
}
#ashlogo {
  color: #269BFF;
  padding-left: 3px;
  margin: auto;
}

input{
  outline: none;
  border: none;
}

.inputcon{
  display: flex;
  justify-content: center;
}


.footer {
  width: 100%;
  color: #269BFF;
}

.footer ul {
  list-style: none;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  color: #269BFF;
}

.footer ul a,
.footer ul a:visited,
.footer ul a:link,
.footer ul a:active {
  margin: 0 1rem;
  text-decoration: none;
  transition: all .1s ease-in-out;
  color: #269BFF;
}

.consolelink{
  cursor: pointer;
  background-color: rgb(0, 136, 255);
  border-radius: 7px;
  color: #fff;
  padding: 10px 20px;
  margin: auto 15px;
  transition: background-color 0.1s ease;
}
.consolelink:hover{
  background-color: rgb(0, 106, 199);
}

.bigconsolelink{
  cursor: pointer;
  background-color: rgb(0, 136, 255);
  border-radius: 7px;
  color: #fff;
  font-size: large;
  padding: 10px 40px;
  margin: auto;
  transition: background-color 0.1s ease;
}
.bigconsolelink:hover{
  background-color: rgb(0, 106, 199);
}

.highlts{
  color: #269BFF;
  font-weight: bold;
}



.sitecontent{
  display: flex;
  justify-content: center;
  padding: 70px 0;
}

.quote{
  color: rgba(38, 154, 255, 0.753);
  text-align: center;
  font-weight: lighter;
  font-size: 35px;
  padding: 50px 50px 0 50px;
}

.fh{
  font-size:45px;
  color: #269BFF;
}

.sampcon{
  width: 100%;
  margin: 0 2%;
}
.s1{
  padding-top: 200px;
}
.s2{
  padding-bottom: 200px;
}
.scc{
  width: 45%;
  max-width: 400px;
  margin:10px 20px;
}

.blobi{
  position: absolute;
  z-index: -10;
  max-width: 100%;
  overflow: hidden;
}
.blobimg{
  width: 600px;
}
.samp{
  z-index: 100;
  width: 100%;
  max-width: 400px;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 20px 40px 0px rgba(0,0,0,0.2);
}

.sb2{
  background: linear-gradient(-45deg, rgb(30, 210, 255), rgb(38, 155, 255));
}
.sb1{
  background: linear-gradient(-45deg, #269BFF, rgb(171, 123, 255));
}


.inpf{
  border: none;
  width: 100%;
  font-size: large;
  padding: 15px 35px;
  margin-top: 40px;
  margin-bottom: 20px;
  border-radius: 5px;
  color: #222;
  background-color: #fff;
  box-shadow: 0 20px 40px 0px rgba(0,0,0,0.3);
}

.txtarea{
  min-width: 100%;
  min-height: 100px;
  max-height: 200px;
}

.submitbutton{
  width: 100%;
  margin:20px 0 0 0;
  padding: 15px 35px;
  font-size: large;
  border: none;
  border-radius: 5px;
  background: linear-gradient(-45deg, #269BFF, rgb(171, 123, 255));
  color: #fff;
}
.submitbutton:hover{
  background: linear-gradient(-45deg, rgb(30, 210, 255), rgb(38, 155, 255));
}

.feelfree{
  padding: 120px 15px 0 15px;
  text-align: center; 
  color: rgb(46, 89, 126);
  font-size: x-large;
}

.phad{
  padding: 50px 15px 0 15px;
  text-align: center; 
  color: rgb(46, 89, 126);
  font-size: xx-large;
}

.codeblock{
  height: 500px;
  overflow: auto;
}

.codei{
  padding: 0;
}

.embed{
  width: 80%;
}

#cssc{
  display: none;
}

.sr{
  cursor: pointer;
  color: #fff;
  margin: 0;
  padding: 10px 20px;
  background: rgb(69, 117, 145);
}
.sr:hover{
  background: rgb(41, 73, 92);
}

.slctd{
  background-color: rgb(47, 172, 245) !important;
}

.selectorr1{
  border-top-left-radius: 5px;
}
.selectorr2{
  border-left: 1px solid rgba(255, 255, 255, 0.493);
}
.selectorr3{
  border-left: 1px solid rgba(255, 255, 255, 0.493);
  border-top-right-radius: 5px;
}


.manageic{
  user-select: none;
  width: 90%;
  max-width: 650px;
  padding: 15px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(-45deg, rgb(30, 210, 255), rgb(38, 155, 255));
  box-shadow: 0 20px 40px 0px rgba(0,0,0,0.2);
}

.saveb{
  margin-left: 20px;
  padding: 4px 7px;
  background-color: rgb(81, 161, 0);
  border-radius: 4px;
}
.submitbuttond{
  margin:20px 10px 5px 0;
  padding: 7px 15px;
  border: 1px solid #fff;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0);
  color: #fff;
}

.stepcon{
  font-size: large;
  margin-top: 30px;
}

.steps{
  width: 90%;
  max-width: 650px;
  background-color: #49b88b;
  color: #fff;
  padding: 10px 40px;
  border-radius: 10px;
  box-shadow: 0 20px 40px 0px rgba(0,0,0,0.2);
}





#rim{
  position: fixed;
  top: 100px;
  right: -250px;
  z-index: -20;
  opacity: 0.2;
}
#rim1{
  position: fixed;
  top: 100px;
  right: -250px;
  z-index: -20;
  opacity: 0.2;
}
#rim2{
  position: fixed;
  top: 100px;
  left: -250px;
  z-index: -20;
  opacity: 0.2;
}
#rim3{
  position: fixed;
  top: 100px;
  left: -250px;
  z-index: -20;
  opacity: 0.2;
}



.seven{
  width: 70%;
}




@media only screen and (max-width: 37.5em) {
  
  .footer {
    font-size: 8px;
  }
  
  
  .footer ul a,
  .footer ul a:visited,
  .footer ul a:link,
  .footer ul a:active {
    margin: 0 .1rem;
  }
}

.footer ul a:hover,
.footer ul a:visited:hover,
.footer ul a:link:hover,
.footer ul a:active:hover {
  color: #46BBFF;
}


@media screen and (max-width: 40rem) {

  .codeblock{
    margin-top: 3px !important;
  }
  
  .seven{
    width: 84%;
  }
  
  #logo{
    margin-top: 10px;
    font-size: 30px;
  }
  #managementlogo{
    font-size: 15px;
  }
  .consolelink{
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 10px;
  }
  .bigconsolelink{
    border-radius: 5px;
    font-size: large;
    padding: 5px 20px;
  }
  #rim{
    right: -380px;
  }
  #rim1{
    right: -380px;
  }
  #rim2{
    left: -380px;
  }
  #rim3{
    left: -380px;
  }

  .sr{
    cursor: pointer;
    color: #fff;
    font-size: small;
    padding: 5px 10px;
  }
  
  .quote{
    font-size: 20px;
    padding: 15px 15px 0 30px;
  }
  .fh{
    font-size:30px;
  }
  .s1{
    display: none;
  }
  .s2{
    padding-bottom: 50px;
  }
  .scc{
    width: 100%;
  }
  .embed{
    width: 90%;
  }
  .feelfree{
    font-size: medium;
  }
  .phad{
    font-size: large;
  }
  .steps{
    padding: 5px 15px 5px 0;
  }
  
  .inpf{
    padding: 7px 15px;
    font-size: medium;
  }
  .submitbutton{
    padding: 7px 15px;
    font-size: medium;
  }
}
