@import url(https://fonts.googleapis.com/css?family=Montserrat:700);
html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    color: #001A33;
    webkit-tap-highlight-color: #222;
    top: 0;
}

.ab3000{
    font-family: 'Luckiest Guy', cursive;
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {  
  .ab3000 {font-size:3em;} /*1rem = 16px*/
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
  .ab3000 {font-size:5em;} /*1rem = 16px*/
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  .ab3000 {font-size:6em;} /*1rem = 16px*/
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
  .ab3000 {font-size:8em;} /*1rem = 16px*/
}


footer {
    padding: 45px;
    padding-top: 40px;
    background-color: #e0e0e3;
}

footer h4,
footer h6 {
    color: #fff;
}


section {
    padding-top: 25px;
    padding-bottom: 25px;
}


::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    background-image: url('../img/bg.png');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

header {
    height: 100%;
}

.header-content {
    pointer-events: none;
    height: 100%;    
}

.header-inner  {
    user-select: none;
    position: relative;
    z-index: 9999;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    
}

.initiallyhidden {
    display: none;
}


.selectedhighlights {
    font-size: 0.8rem;
}


.slidecontainer {
    width: 100%; /* Width of the outside container */
}

.sliders {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;   
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.sliders::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 26px;
    height: 26px;
    border-radius: 50%; 
    background: #09b416;
    cursor: pointer;
}


.sliders::-moz-range-thumb {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #000000;
    cursor: pointer;
}

.strikeout {
    text-decoration: line-through;
    color: darkgray;
}
