@font-face {
    font-family: bebas-neue-regular;
    src: url(../fonts/bebas-neue-regular.ttf)
}
@font-face {
    font-family: Champagne-Limousines;
    src: url(../fonts/Champagne-Limousines.ttf)
}
@font-face {
    font-family: Champagne-Limousines-Bold;
    src: url(../fonts/Champagne-Limousines.ttf)
}

body, html {
    background-image: url('../imagens/bg.jpg');
    height: 100%;
    margin: 0;
    background-attachment: fixed;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #dadedd;
}

span{color: #ea2f35;}
footer{
    font-family: Champagne-Limousines;
    font-size: 2rem;
   
}


.container-fluid{
    padding-top: 2rem;
}

.text-red h1{
     font-family:bebas-neue-regular;
     color: #7d212b;
     font-size: 5rem;
}

.text-black h1 {
    font-family:'Champagne-Limousines';
    color:#000;
    font-size: 4rem;
    padding-bottom: 2rem;
}
.button h3{
    font-family:bebas-neue-regular;
     font-size: 3rem;
}

.social{
    font-family:'Champagne-Limousines-Bold';
    background-color: #fff;
    width: 100%;
    min-height: 70px;
    margin-top: 3%;
    margin-bottom: 2%;
    vertical-align: text-middle;
    
}

.social img{
        height: 22px;
        width: auto;
    }

.social span{
    color:blue;
}
.social h3{
    font-weight: bold;
}
.social h3 a{
    color:#000;
    text-decoration:none;
}
.social h3 a:hover{
    color:#7d212b;
    text-decoration:none;
}

.dev p a{
    color:#000;
    text-decoration:none;
    font-size: 1.5rem;
}

.dev p a:hover{
     color:#7d212b;
    text-decoration:none;
}

.btn {
    padding: 0px 24px 10px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
 
.btn-primary {
    background: #ea2f35;
    color: #ffffff;
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #7d212b;
}
 
.btn-primary:active, .btn-primary.active {
    background: #7d212b;
    box-shadow: none;
}


/* Configurações de Responsividade*/
@media only screen and (min-width: 1410px) {
    .social h3{
        font-size: 26px;
    }
}


@media only screen and (min-width: 1322px) and (max-width: 1410px) {
    .social h3{
        font-size: 24px;
    }
}


@media only screen and (max-width: 1322px) {
    .social h3{
        font-size: 22px;
    }
}


@media only screen and (min-width: 1232px) and (max-width: 1322px) {
    .social h3{
        font-size: 20px;
    }
}
@media only screen and (max-width: 1232px) {
    .social h3{
        font-size: 18px;
    }
    
}

@media only screen and (min-width: 768px) and (max-width: 1065px) {
    .social h3{
        font-size: 16px;
    }

    

    .button h3{
        font-size: 20px;
    }

    .text-red h1{
        font-size: 35px;
    }
    .text-black h1{
        font-size: 30px;
    }

    
   
}

@media only screen and (max-width: 768px) {
     body, html {
    background-image: none;
    }

    .social h3{
        font-size: 14px;
    }

   
    .button h3{
        font-size: 30px;
    }

    .text-red h1{
        font-size: 20px;
    }
    .text-black h1{
        font-size: 18px;
    }

    .logo img{
        height: 80px;
        width: auto;
    }

    .button h3{
        font-size: 2rem;
    }
}

