﻿/***************************************
* FONTS
***************************************/
@font-face {
    font-family: 'promptbold';
    src: url('../fonts/prompt-bold-webfont.woff2') format('woff2'), url('../fonts/prompt-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'promptlight';
    src: url('../fonts/prompt-light-webfont.woff2') format('woff2'), url('../fonts/prompt-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/***************************************
* GENERIC DEFINITIONS
***************************************/
body {
    background: url(../img/Tenderos-Background.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow-x: hidden;
    overflow-y: scroll !important;
}
footer{
  bottom: 0;
}

.text-white{color:#fff}
.text-black{color:#000}

.bg-white{background:#fff}
.bg-black{background:#000}

.prompt-bold {font-family: 'promptbold'}
.prompt-light {font-family: 'promptlight'}




/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399.98px) {
    
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    
}



