body {
    margin: 0;
}

#navBar{
    position:fixed;
    width:100vw;
    min-height:100px;
    border-bottom:1px solid gray;
    background: rgba(0,0,0,0.3);
    transition:0.4s;
    z-index: 9999;
}
#navBarContent {
    padding-top:35px;
    width:80vw;
    margin:auto;
    transition:0.5s;
}
#navBar.small {
    min-height:50px;
    max-height:50px;
    padding: 0 0 20px 0;
    background: rgba(0,0,0,1);
    transition:0.5s;
}
#navBar.small #navBarContent {
    padding-top:15px;
    transition:0.5s;
}
#title {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    display:inline-block;
    float:left;
    font-family:'Georgiafile';
    color: #DDDDDD;
}
#menu {
    padding-inline-start:0;
    margin-block-start:0;
    margin-block-end:0;
    display:inline-block;
    float: right;
}
#menu li {

    min-width:100px;
    display: block;
    padding: 10px 25px 0 25px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    list-style-type: none;
    float: left;
    font-family:'Georgia';
}
#menu li a{
    color:#DDDDDD;
    text-decoration:none;
}
#menu li a:visited {
    color: #DDDDDD;
}
#menu li a:hover {
    color:white;
}
#topImage {
    width: 100vw;
    height: 107vh;
    background: linear-gradient(to top, rgba(255,255,255,1.00), transparent 45%), url('../../img/harpia.jpg');
    background-size: cover;
}

.start {
    font-size: 100px;
    color:#003300;
    font-family:'Georgia';
    text-align: center;
    position: relative;
    top: 40%;
    display:block;
    text-shadow: -1px 0 black;
}
.start2 {
    font-size: 40px;
    color: #003300;
    font-family:'Georgia';
    text-align: center;
    position: relative;
    top: 40%;
    font-weight: bold;
    display: block;
    text-shadow: -1px 0 black;
}
.textUnder {
    font-size: 35px;
    color: black;
    float: left;
    font-weight: bold;
    font-family:'Georgia';
}
.slider {
    width:100%;
    height: 330px;
    margin: 50px auto;
    padding:10px;
    text-align: center;
    color: black;
    background: rgba(0,0,0, 0.2);
    font-family:'Georgia';
}
.slide > img {
    width: 400px;
    height: 270px;
    padding:20px;
    display: block;
    margin:auto;
}
.slider .slick-prev {
    margin-left: 40px;
    z-index: 9999;
    cursor: pointer;
}
.slider .slick-next {
    margin-right: 40px;
}