// Functions first
@import "../node_modules/bootstrap/scss/functions";


/* === START header === */
header{
  height: auto;
  position: relative;
  background-color: white;
}

/* wave-shape. */
header::before{
  content: "";
  left: -40px;
  bottom: -20px;
  right: 0;
  position: absolute;
  height: 20px;
  background-size: 40px 20px;
  background-repeat: repeat;
  background-image:
  radial-gradient(circle at 20px 30px, transparent 24px, white 26px);
}
header::after{
  content: "";
  left: 0;
  bottom: -40px;
  right: 0;
  position: absolute;
  height: 40px;
  background-size: 80px 40px;
  background-repeat: repeat;
  background-image:
    radial-gradient(circle at 20px 0px, white 24px, transparent 26px);
}

#floating_menu{position:fixed}
body .wrapper-site .header-site .logo {padding-left:14px}
body .wrapper-site .header-site .nav ul li a{font-weight:400}

/* This part makes that the edges below the links in the menu have the same colour as the thick border */
.sf-menu>li>ul {
    border-top: 2px solid rgb(12, 33, 67);
}

.sf-menu>li.active, .sf-menu>li.path, .sf-menu>li:hover, .sf-menu>li:focus {
    border-color: rgb(12, 33, 67);
}
/* === END header === */


/* === START carousel === */
#carousel-homepage .carousel-inner {
    z-index: -1;
    height: 380px;
}
/* images*/
#carousel-homepage .item, .item.active{
    height: 100% !important;
}
#carousel-homepage .item img, .item.active img{
    margin-top: 0px;
    height: 100%;
    vertical-align: middle;
}

#carousel-homepage .carousel-indicators{
    z-index: 1;
}
/* caption */
#carousel-homepage .carousel-caption h2 i{
    text-indent: 0px !important;
    font-size: 65px;
}
#carousel-homepage .carousel-caption h2{
    padding-left: 30px !important;
    text-indent: 0px !important;
    font-size: 55px;
}

#carousel-homepage .carousel-caption p i{
    background-image: none;
    padding-left: 30px !important;
    font-size: 50px;
    color: #2482C5;
    font-weight: bold;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    font-family: "Open Sans";
    text-shadow: 1px 2px 2px black;
    
}
#carousel-homepage .carousel-caption p{
    font-size: 50px;
    color: #0C214C;
}
@media(max-width: 992px) {
	#carousel-homepage .carousel-inner {height: 250px;}
    #carousel-homepage .carousel-caption h2 i{font-size: 45px;}
    #carousel-homepage .carousel-caption p{margin-top: -30px !important;}
	#carousel-homepage .carousel-caption p i{font-size: 30px;}
}
@media(min-width: 992px) {
    #carousel-homepage .carousel-caption h2{margin-top: -200px !important;}
}
/* title sections on not-homepage */
.content-header{
    padding-top: 30px;
    background-color: #2482c5 !important;
}
.content-header h2,.content-header li{
    color: #fefefe !important;
}
/* === END carousel === */


/* === START footer === */
footer {
    background-size: 100% auto;
    background-color:rgb(12, 33, 67);
    background-repeat: repeat-y;
    color: white;
    height: 300px;
}

#footer{
    background-color:rgb(12, 33, 67);
    background-repeat:no-repeat;
    background-position:center;background-size:cover
}


#layers-widget-slide-29 .heading {margin-left:100px; margin-top:200px;font-size:50px;font-weight:200;line-height:97px} 
#layers-widget-slide-29 .excerpt{margin-left:450px;font-weight:400;font-size:35px} 
#layers-widget-column-74 .heading{font-size:40px;font-weight:500}
#layers-widget-column-74 {margin-left:20%;margin-right:20%}

@media(max-width:480px){
    #layers-widget-slide-29 .heading {margin-top:200px;font-size:35px;font-weight:200;line-height:50px} 
    #layers-widget-slide-29 .excerpt{margin-left:160px;font-size:30px;font-weight:400}
    #layers-widget-column-74 .heading{font-weight:500}
}
@media (min-width: 992px){
    .container {
    	max-width: 1200px;
    }
}



.simcal-week{background-color:#0C214C}
#layers-widget-column-76 .excerpt{font-weight:500}
#layers-widget-column-76-775{padding-top:0px;padding-bottom:0px}
#layers-widget-column-78 .heading{font-weight:500}

.rpwe-block li {
  	border-bottom: none !important; 
  	background-color:#0C214C;
    padding-top:10px;
    padding-left:10px;padding-right:10px}

/* Homepage company picture settings*/
.homepage{
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 60%;
}
    
/* Solid border */
hr.solid {
  border-top: 5px solid #bbb;
}

.button {
  background-color: #2482c5;
  border: none;
  color: white;
  padding: 40px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 25px;
  margin: 3px 2px;
  cursor: pointer;
  border-radius: 15px;
}

.center {
  margin: 0;
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

/* homepage become buttons*/

.btn-group button {
  background-color: #2482C5; /* Green background */
  color: white; /* White text */
  font-weight: bold;
  padding: 10px 24px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  float: left; /* Float the buttons side by side */
  border-color: white;
  border-radius: 30px;
  margin-left: 10px;

}

.btn-group button:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

/* Clear floats (clearfix hack) */
.btn-group:after {
  content: "";
  clear: both;
  display: table;
}

/* Add a background color on hover */
.btn-group button:hover {
  background-color: #FFFFFF;
  color: #2482C5;
  box-shadow: 0px 15px 20px #2482C5;
  transform: translateY(-7px);
}

hr.dashed {
  border-top: 3px dashed #bbb;
}
