
body {     
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #f6f5f5;
}

a {
    font-size: 15px;
    font-weight: 100;
    color: #5A5B5D;
}

a:focus, a:hover {
  color: #52C824;
}

ul {
    list-style-type: upper-roman;
}

.logo {
    width: 170px;
    margin: 50px auto 20px auto;
    display: block;
}

a img {
  opacity: 1;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -o-transition-property: all;
    -o-transition-duration: 0.5s;
    transition-property: all;
    transition-duration: 0.5s;
  }

a img:hover {
  opacity: 0.7;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -o-transition-property: all;
    -o-transition-duration: 0.5s;
    transition-property: all;
    transition-duration: 0.5s;
}

h1.title {
    font-family: 'Courgette', cursive;
    font-size: 100px;
    text-align: center;
    color: #52c824;
    line-height: 2.5;
}

h3.subtitle {
    text-align: center;
    margin-bottom: 40px;
}

img {
  display:block;
  margin:auto;
  width: 100%;
}

.middle img {
    max-width: 447px;
    width: 100%;
    margin-top: auto;
}

p {
    text-align: center;
    font-size: 25px;
    width: 100%;
    font-weight: 300;
    margin-top: 30px;
    display: inline-block;
    color: #52C824;
}

p.author {
  font-size: 15px;
  color: #545454;
  line-height: 5;
}

.sidebar, .main {
    padding: 5px 10px 5px 10px;
    background-color: white;
}

.sidebar {
  position: relative;
}

.sidebar.fix {
    position: fixed;
    top: 20px;
    width: 290px;
}

.header {
    display: block;
    margin: 50px 0px 50px 0px;
}

.header h1 {
    text-align: center;
    font-size: 50px;
}

.intro {
    margin: 20px;
    padding: 30px;
    background-color: #EDF1EC;
}

.side {
    color: #5A5B5D;
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    font-weight: normal;
    margin-top:40px;
}

.side:first-child {
  margin-top: 0px;
}

.main p {
    color: #5A5B5D;
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    font-weight: normal;
}

p.allert {    
    color: tomato;
    background-color: #F7F7F7;
    padding: 10px;
}

.main ul {
      font-size: 15px;
    list-style-type: circle;
}

.footer {
        height: 85px;
    background-color: #343434;
    position: relative;
    text-align: center;
    margin-top:40px;
}

.footer p {
    color: white;
    position: relative;
    font-size: 14px;
}

.footer a {
    color: white;
}


@media screen and (max-width: 769px) {
    h1.title {
        line-height: 1;
        margin-bottom: 20px;
    }
}