html 
{
  position: relative;
  min-height: 100%;
}
body 
{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #5d5d5d;
    font-weight: 300;
    font-size: 14px;
    background: #fff;
    
    /* Margin bottom by footer height (sticky)  */
    margin-bottom: 80px;
}

.backgroundImage body 
{
    /* Full background image */
    background: url('../images/bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
h1, h2, h3, h4, h5, h6 
{
    font-weight: 300;
    line-height: normal;
}
h1
{
    font-size: 22px;
}
h2
{
    font-size: 18px;
    font-weight:600;
}
h3
{
    font-size: 16px;
}
p{
    font-size: 14px;
}
a 
{
    font-size: 16px;
    color: #000;
    text-decoration: none;
	font-weight:600;
}
a:hover 
{
    text-decoration: none;
    color: #5d5d5d;
}
a, button
{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.section{
 margin-top: 30px;
}

.jumbotron {
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-bottom: 0;
  background-color: transparent;
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

.album {
  min-height: 20rem; /* Can be removed; just added for demo purposes */
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: transparent;
}

.card {
  float: left;
  width: 24%;
  padding: .75rem;
  margin-bottom: 2rem;
  border: 0;
}

.card > img {
  margin-bottom: .75rem;
}

.card-text {
  font-size: 16px;
  color:white;


}



/*RESPONSIVE*/











/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {


.card {

  width: 50%;

 
}

h1 {
    font-size: 23px;
}
h2 {
    font-size: 20px;
}


a{
    font-size: 19px;
}

.foto-logo{
     width: 60px; height: 60px;
}




}





/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


.card {

  width: 50%;

 
}

h1 {
    font-size: 23px;
}
h2{
    font-size: 20px;
}


.foto-logo{
     width: 60px; height: 60px;
}


a{
    font-size: 16px;
}

}