
.header-image img {
    width: 80%;
    max-width: 350px;
    margin-left:auto;
    margin-right:auto;
    margin-top:2rem;
}
.image-circle {
    font-size:3em;
    border-radius: 50%;
    border: 1px solid #eee;
    color: #999;
    line-height: 3em;
    width: 3em;
    height: 3em;
    text-align: center;
    display: inline-block;
    background-color: #EEE; 
}
.intro {
    background-color: #F0F0F0;
    margin-top: 1.5rem; 
}
.intro .intro-text {
    padding: 2rem;
    max-width: 800px;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}
.intro .card-title {
    font-size: 1rem
}
.contact-text {
    margin-top: 20px
}

/* Muli font */
p, h1, h2, h3, h4, h5, h6, .intro .intro-text {
    font-family: 'Muli', sans-serif, Arial, Helvetica;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  color: #BBB;
  background-color: #f7f7f7;
  text-align: center;
  border-top: 1px #d8d8d8 solid;
  font-size: 0.6rem;
}
.footer .rights {
    display:none;
    color: #BBB;
}


@media (min-width: 1200px) {
.style1 {
        margin-top: 20px
    }
.contact-text {
        margin-top: 20px
    }
.intro {
margin-top: 5rem
}
}


@media (min-width: 992px) {
.contact-text {
        margin-top: 20px
    }
.intro {
margin-top: 3rem
}
}


@media (min-width: 768px) {
.contact-text {
        margin-top: 20px
    }
.intro {
margin-top: 3rem
}  
}


@media (min-width: 576px) {
.contact-text {
        margin-top: 20px
    }
.intro {
margin-top: 2rem
} 
.footer .rights {
    display:inline;
}
}


@media (min-width: 400px) {
.footer {
    font-size: 0.8rem;
}
}

media (min-width: 310px) {  
.contact-text {
        margin-top: 20px
    }
.intro {
margin-top: 2rem
} 
}


