body{
line-height: 2em;
color:#484848;
}
h1,h2,h3,h4,h5,h6{
letter-spacing: 0.04em;
}
.center-txt{
    text-align: center;
}
.center-obj{
    margin: 0 auto;
}
.navigation_list {
border-bottom: solid 1px #ccc;
padding: 20px 10px;
text-align: center;
}
.navigation_item {
display: inline;
list-style: none;
margin: 0 20px;
}
.navigation_item a{
    padding: 1em;
}

.animate-fading {
    animation: fading 10s infinite;
    
}
@keyframes fading{
    0%{opacity:0}
    50%{opacity:1}
    100%{opacity:0}
}
.logo-container{
    text-align: center;
    margin: 1.5em 0 ;
}
.logo-container .title{
    font-size: 80%;
    margin-bottom: 0 !important;
    display:block
}
.logo{
    margin: 0 auto;
    display: block;
}

.shadow{
    box-shadow: 0px 5px 10px grey;
}
.slider{
    margin-bottom: 2em !important;
}
.footer{
    text-align: center;
    border-top: solid 1px #ccc;
    
}

@media(max-width:32rem){
    .navigation_list{
        border-bottom: none;
    }
    .navigation_item{
        color: red;
        display: block;
        padding: 1em;
        /* border-top: 1px solid grey; */
        border-bottom: 1px solid #ccc;
    }
    .navigation_item:hover{
        background-color:ececec;
        text-decoration: none;
    }
}

/* Larger than mobile screen */
@media (min-width: 40.0rem) { 
}

/* Larger than tablet screen */
@media (min-width: 80.0rem) { 
    
}

/* Larger than desktop screen */
@media (min-width: 120.0rem) { 
    


}

