/*
Theme Name: Szilágy Metál Kft.
Author: Péter Vókó
*/


body{
    background: #1a1a1d;
    color: #fafafa;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
}
img.logo{
    max-width: 800px;
}
img#szechenyi2020_mobile,
img#szechenyi2020{
    position: fixed;
    bottom: 0;
    right:-2px;
    max-height: 150px;
}
img#szechenyi2020_mobile{
    max-height: 90px;
    bottom:0;
}

nav.navbar{
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #888;
}
nav i{
    color: #feb600;
    padding-right: 5px;
}
nav span span.sep{
    padding-left: 10px;
    padding-right: 10px;
    color: #999;
}
nav span span.text{
    color: #fafafa;
    font-size: 1.1rem;
    font-weight: 600;
}
.btn{
    text-transform: uppercase;
    font-weight: 800;
    color: white;
    letter-spacing: 3px;
}
strong{
    font-weight: 600;
}
h3{
    font-weight: 800;
    text-transform: uppercase;
} 

h5{
    font-size: 1rem;
    font-weight: 100;
} 
.border-left-yellow{
    border-left: 3px solid #feb600;
}
.card img{
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    opacity: .8;
}
.card:hover img{
    opacity: 1;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

.card h5{
    font-weight: 600;
}
.bg-yellow{
    background-color: #feb600 !important;
}
.text-yellow{
    color: #feb600;
}
.text-white{
    color: white;
} 
.text-black{
    color: black;
}
.page-content{
    margin-bottom: 140px;
}
form label span{
    color: red;
}
footer{ 
    background-color: #feb600 !important;
    position: fixed;
    bottom: 0;
    width: 100%;
}

@media (max-width: 567px) {
    span.sep{
        display: none;
    }
}