body{
   font-family: 'Raleway', sans-serif !important;
}

h1{
    font-size: 4em;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}

h2{
    color: #754c24;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 60px 0 40px;
    text-align: center;
    font-size: 1.8em;
}

h4 {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #754c24;
    margin-top: 20px;
}

h5{
    color:  #2e2e2e;
    font-weight: 700;
    margin-top: 20px;
}

p, ul, ol {
    font-size: 17px;
    font-weight: 400;
}

.subtitle_banner{
    font-size: 18px;
    letter-spacing: 0.28rem;
    color: #faaf3b;
    text-align: center;
    text-transform : uppercase;
}
.item-text {
    font-weight: 700;
    font-size: 2.5em;
}

.container_video{
    width: 50%;
    height: 500px;
}

.btn.btn-primary {
    background-color: #faaf3b!important;
    color: #fff;
    border-color: #faaf3b!important;
    border-radius: 50px;
    padding: 13px 50px;
}
.btn.btn-primary:hover {
    color: #faaf3b;
    border-color: #faaf3b!important;
    background: transparent!important;
}
.btn.btn-secondary{
    border-radius: 50px;
    padding: 13px 50px;
}
.btn.btn-secondary:hover{
    color: #fff!important;
}
.line-menu{
    background-color: #2e2e2e;
}

.line-menu:after {
    border-top: 3px solid!important;
    border-image: linear-gradient(#faaf3b, #754c24) 1;
}

.line-footer{
     padding: 5em 0;
}

.line-footer h3{
    color: #eb1b38;
}

.jumbotron {
    visibility: hidden;
   
}
.jumbotron {
display:none;
}

.collapse-button { float: right; width: 20px; height: 20px; margin: 0 0 40px 40px; position: relative;  overflow: hidden; text-indent: -200px; }
.collapse-button:before { content: ''; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%) rotate(-135deg);  width: 12px; height: 12px; border-top: 3px solid #4e5f70; border-left: 3px solid #4e5f70; box-sizing: border-box; }
.collapse-button.collapsed:before { transform: translateX(-50%) translateY(-50%) rotate(45deg); }

a:link
{
    outline: none;
    color: ##ffff;
    text-decoration: none;
}

 a:visited,  a:hover, a:active
{
     outline: none;
     text-decoration: none;
}

.btn.btn-primary {background-color: #eb1b38; border-color: #e50c2b;}
.btn.btn-primary:hover {background-color: #2e2e2e; border-color: #2e2e2e; }
.btn.btn-primary.btn-darkbg:hover {background-color: #ffffff; border-color: #fffff; color: #2e2e2e}
}
.btn.btn-secondary {background-color: #e50c2b; border-color: #eb1b38;}
.btn.btn-secondary:hover {background-color: #2e2e2e; border-color: #2e2e2e; }
.btn.btn-secondary.btn-darkbg:hover {background-color: #ffffff; border-color: #fffff; color: #2e2e2e}

.collapse-button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-135deg);
    width: 12px;
    height: 12px;
    border-top: 3px solid #faaf3b!important;
    border-left: 3px solid #faaf3b!important;
    box-sizing: border-box;
}

@media (min-width: 768px){
.mod-banner__img {
    height: 300px!important;
}

}

@media screen and (max-width: 600px) {
  h1{
    font-size: 2em;
}
    h2{

    font-size: 1.5em;
}
    .btn.btn-primary {
    padding: 13px 30px;
}
.btn.btn-secondary{
    padding: 13px 30px;
}
.mod-banner__content{
    padding: 10px;
}
.container_video{
    width: 90%;
    height: 300px;
}
}

