@import url("http://fonts.googleapis.com/css?family=Avant Garde:400,300,700");

body {
    font-family: 'Avant Garde', sans-serif !important;
  }

.parallax-band { 
    /* The image used */
    background-image: url("../img/f2.jpg");

    /* Set a specific height */
    height: 300px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    /* Just to make the image reach the edges of the container at left and right sides */
    margin-left: -15px;
    margin-right: -15px;
}

.center-align {
    text-align: center;
}

a.hometown {
    color: white; 
    font-size: 120%;
    text-decoration: none;
    background-color: black;
}

a.hometown:hover {
    color: white; 
    font-size: 120%;
    text-decoration: underline;
}

.black-text {
    color: #050505; 
    text-decoration: none;  
}

.black-text:hover {
    color: #949494;
    text-decoration: underline;    
}
  
.card {
    background-color: rgb(233,236,239) !important;
}

p {
    margin: 10px !important;
}

h2 {
    font-family: 'Arial' !important;
}

.navbar-brand {
    font-family: Tahoma, sans-serif !important;
    font-size: xx-large;
    font-weight: bold;
    color: #36454F !important;
    margin-left: 15px !important;
    margin-right: 50px !important;
    }

.pl-texto {    
    padding-left: 20%;
    font-family: 'Arial' !important;
}

/* Add video on Page */
.vidstrip {   
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;  
}
  
.vidstrip video {  
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.vidstrip .container {  
    position: relative;
    z-index: 2;
}

.vidstrip .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

.card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn-primary {
    background-color: #1F51FF;
    border-color: #1F51FF);
  }

.btn-primary:hover {
color: white !important;
background-color: black !important;
border-color: black !important;
}

/* unvisited link */
a:link {
    text-decoration: none;
    color: #404040 !important;
}

a:visited {
    color: 	#686868;
}  
  
/* mouse over link */
a:hover {
    color: #cad2d3 !important;
}

.card_logo {
    display: block;
    width: 150px;
    margin:0 auto;
  }

.card_logo2 {
    display: block;
    width: 400px;
    margin:0 auto;
}

/* pagination */

.pagination > li > a
{
    background-color: white;
    color: #5A4181;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #5a5a5a;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a
{
    color: white;
    background-color: #5A4181 !Important;
    border: solid 1px #5A4181 !Important;
}

.pagination > .active > a:hover
{
    background-color: #5A4181 !Important;
    border: solid 1px #5A4181;
}

.navbar-nav > li > .dropdown-menu { background-color: #f8f8f8; }