﻿body {
    margin: 0;
    background-color: rgb(209, 178, 131);
    font-family: charlemagnestd-bold;
    color: white;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: charlemagnestd-bold;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    font-family: charlemagnestd-bold;
    font-size: 1.15em;
}

label {
    font-size: 1.2em;
    font-family: charlemagnestd-bold;
}

textarea {
    height: 400px;
    font-size: 1.15em;
    font-family: charlemagnestd-bold;
}

form button {
    background-color: dimgrey;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: transform .5s;
    font-size: 1.15em;

    margin: 2px;
}
    form button:hover {
        transform: scale(1.05);
        background-color: black;
    }

.container_index {
    font-size: 1.15em;
    text-align: center;
}
    .container_index h1 {
        margin: 10em,10em,10em,10em;
        padding: 10em,10em,10em, 10em;
        background-color: rgba(117, 98, 71, 0.84);
    }
    .container_index .line {
        width:100%;
        height:0.2em;
        background-color: rgba(117, 98, 71, 0.84);
    }

.container {
    border-radius: 5px;
    padding: 1em;
    margin: 1em;
    background-color: rgba(117, 98, 71, 0.84);

    font-size: 1.15em;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.60);
}
.BallisticStyle {

    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    align-content: center;

    background-color: rgba(117, 98, 71, 0.84);
    border-radius: 5px;
    padding: 1em;
    margin: 1em;

    font-size: 1.3em;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.60);
}
.BallisticChart {
    width: 425px;
    height: 425px;
}

.BallisticCharts {
    margin: 1em, 1em, 1em, 1em;

    display: flex;
    flex-flow: row;
    flex-wrap:wrap;

    align-items: center;
    justify-content: center;
    align-content: center;
}



    .splashcontainer {
        overflow: hidden;
        height: calc(-0em + 100vh);
        width: 100%;
        background-color: rgba(36, 28, 18, 0.16);
        z-index: 0;
    }

.splashimage {
    filter: blur(4px);
    position: relative;
    top: -5px;
    left: -5px;
    background-size: cover;
    background-position: center;
    background-image: url('fondo.png');
    height: calc(10px + 100%);
    width: calc(10px + 100%);
    z-index: -1;
}

.forward {
    position: absolute;
    top: calc(30%);
    left: calc(20%);
    z-index: 100;
    height: 40%;
    width: 60%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('ludusinfinitus_white.svg');
    transition: transform .5s;
    backface-visibility: hidden;
    z-index: 1;
}

    .forward:hover {
        transform: scale(1.05);
    }



.navbar {
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 0;
    padding: 0;
    padding-right: 10%;
    padding-left: 10%;
    width: 80%;

    display: flex;
    flex-flow:row;
    flex-wrap:nowrap;

    z-index: 100;
    height: 3em;
    background-color: rgba(117, 98, 71, 0.84);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.40);
}


.navbaritem {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
  
    display: flex;
    justify-content: center;
    align-items: center;

    backface-visibility: hidden;
    transition: transform .5s;

    font-size: 1.8em;
}

    .navbaritem:hover {
        transform: scale(1.05);
    }

    .navbaritem a {
        color: white;
        text-decoration: none;
        
    }

    .navbaritem:hover:not(.active) {
        background-color: #111;
    }



.icon {
    z-index: 100;
    height: calc(-0.2em + 100%);
    width: calc(-0.2em + 100%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('ludus_icon.svg');
}

footer {
    bottom: 0;
    height: 4em;
    width: 100%;
    background-color: rgba(117, 98, 71, 1);
    font-size: 1.3em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.separator {
    width: 100%;
    background-color: rgb(105, 90, 68);
    height: 3em;
}

.allarticles {
    width: 100%;
    height: 100%;
    margin: 50px, 50px, 50px, 50px;
    padding: 50px, 50px, 50px, 50px;
    display: flex;

    flex-flow:row;
    flex-wrap:wrap;

    align-items: stretch;
    justify-content: center;
}

div.text {
    background-color: rgba(117, 98, 71, 0.84);
    padding: 1px;
   
    margin: 0;
    border: 0;
    min-height: 400px;
    
    font-size: 1.3em;
    text-align: center;
}



div.gallery {
    background-color: rgba(117, 98, 71, 0.84);
    margin: 0.5em;
    float: left;
    width: 300px;
    backface-visibility: hidden;
    transition: transform .5s;
    box-shadow: 6px 6px 1px rgba(0, 0, 0, 0.40);
}

    div.gallery:hover {
        background-color: rgba(0, 0, 0, 1);
        transform: scale(1.05);
    }

    div.gallery img {
        width: 100%;
        height: auto;
    }

div.desc {
    font-size: 1.3em;
    padding: 15px;
    text-align: center;
}

