body {
    padding-left: 40px;
}

h1 {
    font-size: 44pt;
 
}

h2 {
    margin-top: -30px;
    text-decoration: overline;
}

h3 {
    width: 740px;
}

#bigsize {
    font-size: 15pt;
    color: black;
}

#smallsize {
    font-size: 10pt;
    color: black;
}

#AA {
    margin-top: -0px;
}


a {
    text-decoration: none;
    color: white;
    border: none;
    cursor: pointer;
 
}

button {
    background-color: #752404;
    border-radius: 50%;
    color: white;
    border: none;
    cursor: pointer;
}

#scroll {
    display: none;
    line-height: 12px;
     width: 57px;
     font-size: 10pt;
     margin-top: 150px;
     position:fixed;
     top:0;
     right:30px;
    padding: 10px;

}

.home {
    line-height: 45px;
     width: 50px;
     font-size: 10pt;
     margin-top: 30px;
     position:fixed;
     top:0;
     right:30px;
 }

.contact{
    line-height: 60px;
     width: 66px;
     font-size: 10pt;
     margin-top: 60px;
     position:fixed;
     top:0;
     right:30px;
 }

p {
    width: 740px;
}

.link {
    color: darkred;
    text-decoration: underline;
}

img {
    margin-bottom: -25px;
}

img:hover {
    background-image: url(../Logo/overlay.png);

}


.images {
    margin-left: -50px;
}



.ribbon {
  position: absolute;
  width: 1600px;
  height: 100%;
  font-size:80pt;
  line-height: 170px;
  margin: 0;
  text-align: center;
  white-space:nowrap;
  /* Starting position */
  
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  /* Apply animation to this element */
  
  -moz-animation: scroll-left 8s linear;
  -webkit-animation: scroll-left 8s linear;
  animation: scroll-left 8s linear;
}
/* Move it (define the animation) */

@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
    /* Browser bug fix */
    
    -webkit-transform: translateX(100%);
    /* Browser bug fix */
    
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
    /* Browser bug fix */
    
    -webkit-transform: translateX(-100%);
    /* Browser bug fix */
    
    transform: translateX(-100%);
  }
}


.indent-head {
    margin-left: 50px;
}
.indent {
    margin-left: 73px;
    width:627px;
}
