

/* ****** basic settings *************************************************** */

body,
html {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 400;
}
.privacy-section {
	padding-top: 2.5rem;
	padding-bottom: 3.5rem;
}
.content-section {
	padding-top: 7.5rem;
	padding-bottom: 2rem;
}
.content-section-heading h2 {
	font-size: 3rem;
}
.content-section-heading h3 {
	font-size: 1rem;
	text-transform: uppercase;
}
.works-section {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.last-section {
	padding-top: 2rem;
	padding-bottom: 8rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}
p {
	color: #2b2b2b;
}
.text-faded {
	color: rgba(255, 255, 255, 0.7);
}
.small {
	color: #000000;
	font-size: 1.15rem;
	line-height: 1.35rem;
	font-weight: 300;
}
.btn-xl {
	padding: 0.6rem 1.25rem;
}
.jumbotron {
	margin: 0;
}
.jumbotron h1 {
	font-size: 2.369rem;
} 

/* ****** fullscreen single image *************************************************** */

.fullscreen-image {
  margin: 0; padding: 0;
  width: 100vw; min-height: 100vh;
  background-image: url("../img/airport-zurich.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ****** top scrolling button *************************************************** */

#toTopBtn {
    position: fixed;
    bottom: 26px;
    right: 39px;
    z-index: 98;
    padding: 21px;
    background-color: hsla(5, 76%, 62%, .8)
}
.js .cd-top--fade-out {
    opacity: .5
}
.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1
}
.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s
}
.cd-top {
    position: fixed;
    bottom: 20px;
    bottom: var(--cd-back-to-top-margin);
    right: 20px;
    right: var(--cd-back-to-top-margin);
    display: inline-block;
    height: 40px;
    height: var(--cd-back-to-top-size);
    width: 40px;
    width: var(--cd-back-to-top-size);
    box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
    background: url(https://res.cloudinary.com/dxfq3iotg/image/upload/v1571057658/cd-top-arrow.svg) no-repeat center 50%;
    background-color: hsla(5, 76%, 62%, .8);
    background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8)
}

/* ****** fullscreen header *************************************************** */

.masthead {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
  url(../backgrounds/bg_marko_6.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.masthead h1 {
  font-size: 2.5rem;
  margin: 0;
  padding: 0;
}

/* ****** navbar settings *************************************************** */

.navbar {
    transition: all 0.4s;
}
.navbar .nav-link {
    color: #ffffff;
    font-weight: 600;
}
.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #ffffff;
    text-decoration: none;
}
.navbar .navbar-brand {
    color: #ffffff;
}
/* Change navbar styling on scroll */
.navbar.active {
    background: #ffffff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}
.navbar.active .nav-link {
    color: #555555;
}
.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #555555;
    text-decoration: none;
}
.navbar.active .navbar-brand {
    color: #555555;
}
/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .navbar {
        background: #ffffff;
    }
    .navbar .navbar-brand, .navbar .nav-link {
        color: #555555;
    }
}

/* ****** backgrounds *************************************************** */

.bg-plum {
	background: #f9f4ee;
}
.bg-pink {
	background: #ffe1ff;
}
.bg-plum {
	background: #dda0dd;
}
.bg-lavender {
	background: #f0f8ff;
}
.bg-cadetblue {
	background: #97ffff;
}
.bg-whitesmoke {
	background: #f5f5f5;
}
.bg-gray {
	background: #d3d3d3;
}

/* ****** basic colors *************************************************** */

.logocolor {
	color: #8c2651;
}
.linkblue {
	color: #0099CC;
}
.headlinegrey {
	color: #888888;
}
.bright-orange {
	color: #f7c723;
}
.turquoise {
	color: #85b4be;
}
.white {
	color: rgb(255,255,255);
}
.grey {
	color: rgb(210,210,210);
}
.lightgrey {
	color: rgb(210,210,210);
}
.slate-grey {
	color: rgb(112,128,144);
}
.dark-slate-grey {
	color: rgb(47,79,79);
}
.brown {
	color: #8b2323;
}
.blue {
	color: rgb(112,151,185);
}
.lightblue {
	color: rgb(136,200,228);
}
.pink {
	color: #ee1289;
}
.red {
	color: rgb(255,0,0);
}
.logored {
	color: #e41b0f;
}
.subtlered {
	color: rgb(240,128,128);
}
.orange {
	color: rgb(237,184,90);
}
.green {
	color: rgb(102,204,51);
}
.yellowgreen {
	color: rgb(154,205,50);
}
.darkgreen {
	color: #006400;
}
.event {
	color: rgb(210,110,144);
}

/* ****** highlight *************************************************** */

.highlight {
    background-color: #7cfc00;
    padding: 4px 6px 2px 6px;
    font-weight: 600;
}

/* ****** form *************************************************** */

label {
    color: #2b2b2b;
    font-weight: 400;
    background-color: #eeeeee;
    padding: 10px 16px;
}
.form-control {
	height: 60px;
	background-color: #ededed;
	border-radius: 0px;
	border-color: #ededed;
	font-size: 1.25rem;
}
.help-block {
	font-size: 1.15rem;
	margin-top: 0.5rem;
	color: red;
}

/* ****** links *************************************************** */

a.mylinks {	
	color: rgb(43,43,43);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	border-bottom: 1px solid rgb(43,43,43);
}
a:hover.mylinks {
	color: rgb(255,255,255);
	background: rgb(51,51,51);
	padding: 2px;
	text-decoration: none;
	border-bottom: 1px solid rgb(51,51,51);
}
a:focus.mylinks, a:active.mylinks {
	background-color: rgb(255,99,71) !important;
	color: rgb(255,255,255);
	background-color: rgb(255,99,71) !important;
	color: rgb(255,255,255);
}

/* ****** burger menue settings *************************************************** */

.menu-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 50px;
  z-index: 999;
}
.menu-toggle:focus, .menu-toggle:hover {
  color: #fff;
}
.menu-toggle:hover {
  background: #343a40;
}

/* ****** footer settings *************************************************** */

footer.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

footer.footer .social-link {
  display: block;
  height: 4rem;
  width: 4rem;
  line-height: 4.3rem;
  font-size: 1.5rem;
  background-color: #1d809f;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

footer.footer .social-link:hover {
  background-color: #155d74;
  text-decoration: none;
}
.footer-section {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

a {
  color: #1D809F;
}

a:hover, a:focus, a:active {
  color: #155d74;
}

.-primary {
  background-color: #1D809F !important;
  border-color: #1D809F !important;
  color: #fff !important;
}

/* ****** button settings *************************************************** */

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #155d74 !important;
  border-color: #155d74 !important;
}
.btn-secondary {
  background-color: #ecb807 !important;
  border-color: #ecb807 !important;
  color: #fff !important;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #ba9106 !important;
  border-color: #ba9106 !important;
}
.btn-dark {
  color: #fff !important;
}
.btn {
  font-weight: 400;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #1D809F !important;
}
.text-primary {
  color: #1D809F !important;
}
.text-secondary {
  color: #ecb807 !important;
}

/* ****** image border *************************************************** */

.circular {
    padding: 0px;
    border: 12px solid #d2d2d2;
}
.circular4 {
    padding: 0px;
    border: 6px solid #d2d2d2;
}

/* ****** spacing with divs *************************************************** */

.spacer-15 {
    width: 100%;
    height: 15px;
}
.spacer-30 {
    width: 100%;
    height: 30px;
}
.spacer-45 {
    width: 100%;
    height: 45px;
}
.spacer-60 {
    width: 100%;
    height: 60px;
}
.spacer-75 {
    width: 100%;
    height: 75px;
}
.spacer-90 {
    width: 100%;
    height: 90px;
}
.spacer-120 {
    width: 100%;
    height: 120px;
}

/* ****** dividers *************************************************** */

.solid {
  border: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
}
.dashed { 
  border: 0; 
  border-bottom: 2px dashed #ddd; 
  background: #999; 
}
.dotted {
  border: 0;
  border-top: 4px dotted #999999;
}

/* ****** media queries *************************************************** */

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
  }
  .masthead h1 {
    font-size: 4.5rem;
    text-shadow: 1px 1px 2px black;
  }
  .lead {
    font-size: 1.75rem;
    line-height: 2.25rem;
    font-weight: 400;
  }
  p {
    font-size: 1.35rem;
    line-height: 1.9rem;
  }
  .jumbotron h1 {
    font-size: 3.157rem;
}
.background {
	background: url("../img/warp-02.png");
	background-repeat: no-repeat;
	background-position: top right;
    background-size: 90%;
}
.background-2 {
	background: url("../img/warp-03.png");
	background-repeat: no-repeat;
	background-position: center right;
    background-size: 80%;
}  
  .btn-xl {
	padding: 1.25rem 2.5rem;
	font-size: 0.85rem;
  }
  label {
	font-size: 1.25rem;
  } 
  li {
    font-size: 1.35rem;
  }
  .form-group {
  }
}
