

body {
    margin: 0 auto;
    
    background: rgb(100,100,100);
    
}

.row {
    vertical-align: middle;
}

.splash {   
    margin: 1em 0 auto 0;
    padding: 1em 0.2em 0.1em;
    background-image: linear-gradient(to left,rgb(100,100,100),rgb(220,220,220));
}

.tagline {
    vertical-align: top;
    padding: 1em 0.25em 0.25em 0em;
    font-size: 100%;
}

.myInfo {
    padding: 1em;
    margin: 2em auto 0 1em;
    padding: 1em 0.25em 0.3em;
    /*background-image: linear-gradient(rgb(150,150,150),rgb(150,150,150));*/
    background-image: linear-gradient(to left,rgb(100,100,100),rgb(220,220,220));

}

@media (min-width : 250px) {
    .col-xs-10, .col-xs-12 {
      line-height: 100%;
      font-size: 75%;
      width: 95%;
    }
}

@media (min-width : 455px) {
    .col-xs-8, .col-xs-12 {
      line-height: 100%;
      font-size: 85%;
      width: 66.666%;
    }
}

@media (min-width : 580px) {
    .col-xs-8, .col-xs-12 {
      line-height: 100%;
      font-size: 100%;
      
    }
}

@media (min-width : 690px) {
    .col-xs-8, .col-xs-12  {
      line-height: 100%;
      font-size: 125%;
      
    }
}

@media (min-width : 800px) {
    .col-xs-8, .col-xs-12  {
      line-height: 100%;
      font-size: 150%;
      
    }
}

@media (min-width : 910px) {
    .col-sm-8 {
     font-size: 175%; 
     line-height: 100%;
    } 
}

@media (min-width : 992px) {
    .col-md-8 {
     font-size: 175%; 
     line-height: 100%;
    } 
}

@media (min-width : 1200px) {
    .col-lg-8 {
     line-height: 100%;
     font-size: 225%; 
    } 
}

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  width: 100%;
}


.header {
    margin: 0 0;
}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 75px;
  background-color: #f5f5f5;
}
