body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}
body, html {
  height: 100%;
  line-height: 1.4;
  color: #383838;
}
a:link{color: #3f51b5;}
a:visited{color: #3f51b5;}
a:hover{color: #5AC8FA;}
a:active{color: #34AADC;}
a{text-decoration: none;}
.xg-black{color:#fefefe;background-color:#383838}
.xg-white{color:#383838;background-color:#fefefe}
.xg-light-grey{color:#383838!important;background-color:#f1f1f1!important}
.xg-button{color:#fefefe!important;background-color:#3f51b5!important} /* w3-indigo*/
.xg-button:hover{color:#fefefe!important;background-color:#5AC8FA!important}
.xg-inv-button{color:#5AC8FA!important;background-color:#383838!important} /* w3-indigo*/
.xg-inv-button:hover{color:#00ffff!important;background-color:#383838!important}
.xg-home{color:#5AC8FA!important}
.xg-padding{padding-top:64px!important;padding-bottom:64px!important}
.xg-padding-top{padding-top:64px}
.xg-menu-loc{right:0;top:52px;}
.xg-menu-loc-high{right:0;top:82px;}
.xg-menu-right{right:0;}
.xg-menu-left{left:0;}
.xg-menu-top{top:52px;}
.xg-menu-top-high{top:82px;}

/* Full height image header */
.bgimg-1 {
    background-position: center;
    background-size: cover;
    min-height: 25%;
}
.w3-bar .w3-button {
    padding: 16px;
    /*color: #323232;
    background-color:#fefefe;*/
}
.xg-menu:link{color: #fefefe!important;}

.hidden {
    display: none;
}

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

/* Mouse-over effects */
.slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

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

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

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #FF0000;
    cursor: pointer;
}

/*.SlidesDK {display:none;}
.SlidesCV {display:none;}
.SlidesQuotes {display:none;}

.w3-ios-dark-blue{color:#fff;background-color:#5856d6}
.w3-ios-deep-blue{color:#fff;background-color:#007AFF}
.w3-ios-blue{color:#fff;background-color:#34AADC}
.w3-ios-light-blue{color:#fff;background-color:#5AC8FA}
.w3-ios-green{color:#000;background-color:#4cd964}
.w3-ios-pink{color:#fff;background-color:#ff2d55}
.w3-ios-red{color:#fff;background-color:#ff3b30}
.w3-ios-orange{color:#fff;background-color:#ff9500}
.w3-ios-yellow{color:#000;background-color:#ffcc00}
.w3-ios-grey{color:#fff;background-color:#8e8e93}
.w3-ios-light-grey{color:#000;background-color:#ceced2}
.w3-ios-background{color:#000;background-color:#efeff4}*/
