@import url("fonts.css");
@import url("menu.css");
@import url("gallery.css");


body {
    background-image: url("../images/background2.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
    min-height: 100% !important;
    background-color: rgb(51, 82, 150) !important;
    color: rgb(255, 255, 255) !important;

}

.index-page-title {
    color: white !important;
    font-family: myfont_Carolyna_Pro_Black;
    padding-bottom: 10px;
    font-size: 220%;
    text-align: center;
    margin-left: 30px;
    color: rgb(51, 82, 150) !important;
    background-color: rgb(255, 255, 255) !important;
}

.content {
    display:flex;
    margin: 0;
    padding: 30px;
    background-color: rgb(255, 255, 255) !important;
    color: rgb(51, 82, 150) !important;
}

.content-row {
}

.page-link:link {
    color: rgb(51, 82, 150);
}

.page-link:visited {
    color: rgb(51, 82, 150);
}

.page-link:hover {
    color: rgb(51, 82, 150);
}

.page-link:active {
    color: rgb(51, 82, 150);
}

.10p {
    width: 10%;
}
.30p {
    width: 30%;
}
.20p {
    width: 20%;
}
.panel-heading {
    background-image: none ! important;
    background-color: rgb(51, 82, 150) !important;
    height: 60px;
    padding: 15px;
}
.panel-body {
    padding-bottom: 0px;
}
h2 {
    font-size: 200% !important;
}


ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    margin-top: 10px;
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
    background-color: yellow;
}

.glyphicon-arrow-left, .glyphicon-arrow-right {
    font-size: 50px;
    top: 49% !important;
}

@media (max-width: 992px) {

    .index-container {
        background-color: white !important;
    }

    .index-page-title {
        margin-top: 15px;
        color: white !important;
        font-family: myfont_Carolyna_Pro_Black;
        font-size: 220%;
        text-align: center;
        color: rgb(51, 82, 150) !important;
    }

    .fullheight {
        background-image: none;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: top center;
        background-size: cover;
        min-height: 100% !important;
        background-color: rgb(255, 255, 255);
        color: rgb(51, 82, 150) !important;
    }


    .content-container {
        height: 100vh;
        min-height: 100vh !important;
    }

    .content {
        padding: 0px ;
        padding-top:15px;
    }
    .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .panel-title {
        font-size: 16px !important;
    }
    .panel-title-date{
        font-size: 12px !important;
    }
}
