/*@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);*/
@import url(https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Whisper&display=swap);
* {
    font-family: 'Fredoka', sans-serif;
}
a:hover {
    text-decoration: none;
}
b {
    font-weight: 500;
}

/* Intro Section */

#logo {
	background-image: url('../img/ines-logo.png');
	background-size: cover;
	background-repeat: no-repeat;
	width: 400px;
	height: 400px;
	margin: 50px auto 150px;
}
#intro {
    background-image: url('../img/intro.png');
    background-size: cover;
    background-repeat: no-repeat;
}
#intro_header {
    font-family: 'Whisper', sans-serif;
    font-size: 8em;
    /*background-color: rgba(0, 0, 0, 0.62);
    padding: 0.1em 0.2em 0.1em 1em;*/
    color: #75CAFE;
    text-shadow: #0b838f 1px 2px 13px;
    line-height: 1em;
    margin-bottom: 50px;
}
#intro_desc {
    font-size: 3em;
    /*background-color: rgb(64, 89, 142);
    padding: 0.1em 0.2em 0.1em 1em;*/
    color: #AFDCC9;
    display: block;
    margin-bottom: 100px;
}
#scroll-down {
    font-size: 2em;
    color: #0397F0;
    padding: 30px;
    transition: text-shadow 1s;
}
#scroll-down:hover {
    text-shadow: #FFFFFF 1px 2px 13px;
}

/* Parallax Sections */

.parallax_bg {
    /* Background image is centered vertically and horizontally at all times */
    
    background-position: center center;
    /* Background image doesn't tile */
    
    background-repeat: no-repeat;
    /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
    
    background-attachment: fixed;
    /* This is what makes the background image rescale based
     on the container's size */
    
    background-size: cover;
    /* Set a background color that will be displayed
     while the background image is loading */
    
    background-color: #00468C;
    height: 43em;
}
#slide1 div:first-child {
    /* Location of the image */
    
    background-image: url('../img/slide1.png');
}
#slide2 div:first-child {
    /* Location of the image */
    
    background-image: url('../img/slide2.png');
}
#slide3 div:first-child {
    /* Location of the image */
    
    background-image: url('../img/slide3.png');
}
#slide4 div:first-child {
    /* Location of the image */
    
    background-image: url('../img/slide4.png');
}
#slide5 div:first-child {
    /* Location of the image */
    
    background-image: url('../img/slide5.png');
}
#slide6 div:first-child {
    /* Location of the image */
    
    background-image: url('../img/slide6.png');
}
.txt-black {
    color: black;
}
.txt-white {
    color: white;
}
.data_section {
    padding: 3em;
    margin-top: -3em;
}
/*.data_section .container::before,
.data_section .container::after {
	background-image: url('../img/blatt3.png');
	width: 100px;
	height: 200px;
	background-size: 100px;
	margin: 0 0 0 -200px;
    float: inline-start;
}
.data_section .container::after {
	background-image: url('../img/blatt4.png');
	margin: -210px -200px 0 0; /* -280px 
    float: inline-end;
}*/
.data_section.primary {
    text-align: center;
    margin-top: 0;
}
/*.data_section.primary .container::before,
.data_section.primary .container::after {
	background-image: url('../img/blatt2.png');
	width: 100px;
	height: 100px;
	background-size: 100px;
	margin: 0 0 0 -200px;
    float: inline-start;
}
.data_section.primary .container::after {
	background-image: url('../img/blatt1.png');
	margin: -100px -200px 0 0;
    float: inline-end;
}*/
.data_section .about-image {
    max-width: 250px;
    border-radius: 20px;
}
.data_section.primary.last {
	margin-top: -27vh;
    background: transparent;
    border: none;
}

/* Fairies */

.data_section .fairy {
	width: 200px;
	height: auto;
}
.data_section .fairy.sitting {
	margin-bottom: -140px;
}
.data_section .fairy.standing {
	margin-bottom: -70px;
}
.data_section .fairy.top {
    margin-top: -215px;
    margin-left: calc(50vw - 3em - 100px);
}
.data_section .fairy.school1 {
    float: left;
    margin-right: 30px;
}
.data_section .fairy.school2 {
    float: right;
    margin-left: 30px;
}

/* Navbar */

.navbar-brand {
    margin-top: 5px;
}
.navbar-nav {
    float: right;
}
.navbar-nav>li {
    background-color: #222;
    /*-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;*/
    transition: all 0.8s ease-out;
    font-size: 1.3em;
    border-radius: 3px;
    margin: 10px 5px;
}
.navbar-nav>li:hover,
.navbar-nav>li.active {
    background-color: #0762C2;
}
.navbar-nav>li a  {
    padding: 10px;
}
.navbar-nav>li.active a  {
    background-color: transparent !important;
}
/*.navbar-toggle {
	/*margin-right: 80px;
    position: absolute;
    right: 20px;
}*/

/* Title Styles */

h1 {
    /*font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;*/
    font-family: 'Whisper', sans-serif;
    font-size: 3em;
    padding: 0 0 30px 0;
    /*text-transform: uppercase;*/
    text-rendering: optimizeLegibility;
    word-break: break-word;
    margin-top: 0;
    text-shadow: 2px 2px 1px #c9c9c9;
}
/*h1.elegantshadow {
    color: #131313;
    letter-spacing: .15em;
    text-shadow: 1px -1px 0 #767676, -1px 2px 1px #737272, -2px 4px 1px #767474, -3px 6px 1px #787777, -4px 8px 1px #7b7a7a, -5px 10px 1px #7f7d7d, -6px 12px 1px #828181, -7px 14px 1px #868585, -8px 16px 1px #8b8a89, -9px 18px 1px #8f8e8d, -10px 20px 1px #949392, -11px 22px 1px #999897, -12px 24px 1px #9e9c9c, -13px 26px 1px #a3a1a1, -14px 28px 1px #a8a6a6, -15px 30px 1px #adabab, -16px 32px 1px #b2b1b0, -17px 34px 1px #b7b6b5, -18px 36px 1px #bcbbba, -19px 38px 1px #c1bfbf, -20px 40px 1px #c6c4c4, -21px 42px 1px #cbc9c8, -22px 44px 1px #cfcdcd, -23px 46px 1px #d4d2d1, -24px 48px 1px #d8d6d5, -25px 50px 1px #dbdad9, -26px 52px 1px #dfdddc, -27px 54px 1px #e2e0df, -28px 56px 1px #e4e3e2;
}
h1.deepshadow {
    color: #e0dfdc;
    letter-spacing: .1em;
    text-shadow: 0 -1px 0 #ffffff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0, 0, 0, 0.9);
}
h1.insetshadow {
    color: #202020;
    letter-spacing: .1em;
    text-shadow: -1px -1px 1px #111111, 2px 2px 1px #363636;
}
h1.retroshadow {
    color: #2c2c2c;
    letter-spacing: .05em;
    text-shadow: 3px 3px 0px #ffffff, 2px 3px 0px rgba(0, 0, 0, 0.2);
}*/

/* Hacked Bootstrap CSS */

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1;
    margin: 0 auto;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 40px;
    height: 40px;
    margin-top: -15px;
    font-size: 20px;
    background-color: rgb(27, 90, 205);
    padding: 0.45em;
    border-radius: 50%;
}

/*------------------------------------------------------------------------------*/
/* Media Queries */
/* Large desktop */

/* Portrait tablet to landscape and desktop */
@media (max-width: 1580px) {
    .data_section .container::before, 
    .data_section .container::after {
        display: none !important;
    }
}
/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 979px) {
    #intro_header {
        font-size: 6em;
    }
    #intro_desc {
        font-size: 3em;
    }
    h1 {
        font-size: 60px;
    }
    #slide1 div:first-child {
        height: 38em;
    }
    #slide2 div:first-child {
        height: 38em;
    }
    #slide3 div:first-child {
        height: 38em;
    }
    #slide4 div:first-child {
        height: 38em;
    }
    #slide5 div:first-child {
        height: 38em;
    }
    #slide6 div:first-child {
        height: 38em;
    }
}
/* Landscape phone to portrait tablet */

@media (max-width: 767px) {
    #intro_header {
        font-size: 4em;
        margin-bottom: 2vh;
    }
    #intro_desc {
        font-size: 1.5em;
        margin-bottom: 0;
    }
    h1 {
        font-size: 1.9em;
    }
    #slide1 div:first-child {
        height: 30em;
    }
    #slide2 div:first-child {
        height: 30em;
    }
    #slide3 div:first-child {
        height: 30em;
    }
    #slide4 div:first-child {
        height: 30em;
    }
    #slide5 div:first-child {
        height: 30em;
    }
    #slide6 div:first-child {
        height: 30em;
    }
    .data_section .container::before, 
    .data_section .container::after {
        display: none !important;
    }
    .navbar-nav {
        text-align: right;
    }
    #logo {
        width: 300px;
        height: 300px;
        margin: -8vh auto 2vh;
    }
    .data_section {
        padding: 2em;
        margin-top: -2em;
        text-align: left;
        font-size: 1.3em;
    }
    .data_section .about-image {
        margin: 30px auto;
        display: block;
    }
    .data_section.primary.last {
        margin-top: -40vh;
    }
    #scroll-down {
        padding: 15px;
    }
    .data_section .fairy.sitting {
        margin-bottom: -117px;
    }
    .data_section .fairy.standing {
        margin-bottom: -55px;
    }
    .data_section .fairy.top {
        margin-top: -155px;
    }
    .data_section .fairy.top.lying {
        margin-top: -185px;
    }
    .data_section .fairy.school1, 
    .data_section .fairy.school2 {
        float: unset;
        margin: 0 auto 30px;
        display: block;
    }
}
/* Landscape phones and down */

@media (max-width: 480px) {
    /*#intro_header {
        font-size: 3em;
    }
    #intro_desc {
        font-size: 1.5em;
    }
    h1 {
        font-size: 30px;
        text-align: center;
    }
    h1.retroshadow {
        color: #2c2c2c;
        letter-spacing: .05em;
        text-shadow: 2px 2px 0px #ffffff, 2px 2px 0px rgba(0, 0, 0, 0.2);
    }*/
    #slide1 div:first-child {
        height: 20em;
    }
    #slide2 div:first-child {
        height: 20em;
    }
    #slide3 div:first-child {
        height: 20em;
    }
    #slide4 div:first-child {
        height: 20em;
    }
    #slide5 div:first-child {
        height: 20em;
    }
    #slide6 div:first-child {
        height: 20em;
    }
}
