html,
body {
    width: 100%;
    height: 100%;
    font-family: 'Delius','Helvetica Neue',Arial,sans-serif;
    font-weight: 400;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Delius','Helvetica Neue',Arial,sans-serif;
}
footer, header {
    font-family: 'Delius','Helvetica Neue',Arial,sans-serif;
}
.cursive {
    font-family: 'Delius', cursive;
}

hr {
    max-width: 80px;
    border-width: 3px;
    opacity: 0.09;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left:auto;
    margin-right:auto;
}

hr.light {
    border-color: #fff;
}

a {
    color: #2474eb;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #2474eb;
    outline: 0;
}
footer a {
    color: #333;
}
.text-grey {
    color: #707070;
}

h1,h2,h3,h4,h5,h6 {
    color: #707070;
    border:3px solid #93cce9;
    border-radius: 10px;
}
h2,h3,h4,h5,h6,.h2 {
    border:1px solid #a860c4;
    padding-left:10px;
}
.h-blue {
    background-color: #93cce9 !important;
    color: #000 !important;
    border-radius: 10px !important;
}
.h-pink {
    background-color: #a860c4 !important;
    color: #000 !important;
    border-radius: 10px !important;
}
.border-blue {
    border:10px solid #93cce9;
    border-radius: 10px;
}
.border-pink {
    border:10px solid #a860c4;
    border-radius: 10px;
}

#carouselcat .carousel-item {
    height: 250px;
}

.slide-cat img {
}

p{
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 0.4rem;
}

.wide-space {
    letter-spacing: 1.6px;
}

.bg-main {
    background-color: #e9dcd3;
}
.bg-head {
    background-color: #93cce9;
}

.cursive {
    text-transform: none;
}

.text-faded {
    color: rgba(245,245,245,0.7);
    font-size:23px;
}

section {
    padding: 40px 0;
}

aside {
    padding: 50px 0;
}

footer {
    padding: 15px 0 0 0;
    font-size:0.7em;
}

header {
    position: relative;
    min-height: auto;
    text-align: center;
    color: #fff;
    width: 100%;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .inner h1 {
    margin-top: 0;
    margin-bottom: 0;
}

header .header-content .inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.7);
}


@media(min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .inner h1 {
        font-size: 53px;
    }

    header .header-content .inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
    
    section {
        min-height: 300px;
        padding: 30px 0;
    }

}

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

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

.row > .column {
    padding: 0 8px;
}
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Create four equal columns that floats next to eachother */
   .column {
    float: left;
    width: 25%;
  }
  
  /* The Modal (background) */
  .modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: black;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 80%;
    max-width: 1000px;
  }
  
  /* The Close Button */
  .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }

  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .bg-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
 .blurred {
    transform: scale(1.03);
    width: 100%;
    height: 50%;
    position: static;
    top: 0;
    left: 0;
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
    background-size: cover !important;
    filter: blur(15px);
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
}

