@import url('https://fonts.googleapis.com/css?family=Permanent+Marker|Raleway:400,700&display=swap');

body{
  
  font-family: 'Raleway', sans-serif;

  font-size: 1.8rem;
    line-height: 2.6rem;
    position: relative;
    color:#000;
}
h1,h2,h3,h4,h5,h6,.uk-h1,.uk-h2,.uk-h3,.uk-h4,.uk-h5,.uk-h6{
  font-family: 'Permanent Marker', cursive;
}
.j-head{
    font-size: 3rem;
    text-shadow: 3px 2px #fff;
    color: #ff590a;
}
.j-shadow{
    text-shadow: 1px 1px #ccc;
}
section{
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 40vh;
  /* padding-bottom: 1px; */
  padding-top: 40vh;
  color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(255, 0, 0, 0.9);
    font-weight: bold;
   
}

.height-100{
  height:100vh;
}

.win{
  display:none;
}

.bg-light {
    background-color: #ffffff!important;
}

.big-padding{
  padding-bottom: 20vh;
  /* padding-bottom: 1px; */
  padding-top: 20vh;
}
section#tag1{
    background-image: url(../img/pub.jpg);
    
}

section#tag2{
    background-image: url(../img/shopping.jpg);
    
}

section#tag2 h1{
  color: #000;
    text-shadow: 3px 3px 3px #fff;
}

section#tag4 h1{
  color: #ff2e2e;
    text-shadow: 3px 3px 3px #000;
}


section#tag3{
    background-image: url(../img/fishing.jpg);
    
}

section#tag4{
    background-image: url(../img/pedobus.jpg);
    
}
h1{
  font-size: 6rem;
}
