body {
    background-color: #e8f1f6 ;
}
#header {
    width: auto;
    min-height: 90px;
    background-color: white;
}

.topHeader {
    padding-top: 1.5em;
}

.container {
    max-width: 800px;
}

.mainCenter {
    width: 100%;
    height: auto;
    padding:1em;
    background-color: white;
    margin-top:1em;
}

.topTitleAuthor {
    margin: 1em 0 1em 0;
}

.profileContainer {
    max-width: 60px;
}

.profilePhoto {
    height: 40px;
    width: 40px;
    margin-right: 12px;
    border-radius: 50%;
}

.profileName {
    max-width: 170px;
    margin-top:5px;
}

.profileDate {
    margin-top:5px;
}

.articleImage {
    width:100%;
    height:auto;
    margin-bottom: 1em;
}

.img-responsive {
    width:100%;
    height:auto;
    margin-bottom: 1em;
    display:inline-block; 
}

.btn {
    min-width: 100%;
}

.btn-primary {
   background-color:#570293; 
   font-weight: bold;
    white-space: normal;
    border-radius: 4px;
    color: white;
    display: block;
    width: 100%;
    border: none;
    padding: 16px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    margin-bottom: 1em;
}
.btn-primary:hover {
    background-color: #a36acc;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.bottomNav {
    margin-bottom: 2em;
}

.bottomLang {
    color: #333;
    margin: 0 0 16px;
    font-size: 0.65em;
}

.clear {
    width: 100%;
}
.footer {
    background-color: #cce0eb;
    font-size: 0.65rem;
    padding: 75px 0 100px;
    text-align: center;
    margin-top:2em;
}

.clear {
    clear: both;
}

@media only screen and (max-width: 800px) {
  
.articleImage {
    height:50%;
}
  }