@charset "UTF-8";
body {
  background: #FFFFFF;
  margin: 0px;
  padding: 0px;
  color: #303030;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0px auto;
}

video {
  width: 100%;
  height: auto;
}

footer{
  padding-top: 10px;
  padding-bottom: 30px;
}

@font-face {
  font-family: improv;
  src: url(improv.ttf);
}

@font-face {
  font-family: arialnarrowbold;
  src: url(arialnarrowbold.ttf);
}

p {
  color: #303030;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 0px;
  padding: 5px;
}

h1 {
  color: #ff3000;
  font-family: improv;
  font-size: 32px;
  line-height: 44px;
  margin-top: 25px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: -1px -1px 2px #FFFFFF, 2px 2px 3px #A0A0A0;
}

h2 {
  color: #0068ff;
  text-align: left;
  font-style: italic;
  font-size: 18px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 15%;
  margin-right: auto;
  padding-right: 4px;
  padding-left: 4px;
  padding-bottom: 8px;
  padding-top: 2px;
  text-shadow: -1px -1px 2px #FFFFFF, 1px 2px 3px #A0A0A0;
}

h3 {
  color: #303030;
  font-size: 14px;
  line-height: 18px;
  margin: 0px;
  padding-right: 4px;
  padding-left: 4px;
  padding-bottom: 8px;
  padding-top: 2px;
}

.line200 {
  width: 200px;
  height: 1px;
  background-color: #808080;
  box-shadow: 1px 1px 0px 0px #F0F0F0;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.line400 {
  width: 40%;
  max-width: 400px;
  height: 1px;
  background-color: #808080;
  box-shadow: 1px 1px 0px 0px #F0F0F0;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}


/*Baseline*/

a:link, a:visited, a:active {
  text-decoration: none;
  color: #0068ff;
}

a:hover {
  text-decoration: underline;
}

.baselinebox {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  width: auto;
  height: 90px;
  background: #396876;
  background-image: repeating-linear-gradient( #ffcc00 0px ,#daaa24 3px), linear-gradient(#ffee49, #ffee49), linear-gradient(#ffd62f, #ffd62f), linear-gradient(#f5c82c, #f5c82c), linear-gradient(#c29a09, #c29a09);
  background-position: 0px 0px, 0px 60px, 0px 61px, 0px 75px, 0px 89px;
  background-size: 100% 60px, 100% 1px, 100% 14px, 100% 14px, 100% 1px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  box-shadow: 0px 0px 4px 1px #222222;
}

.english, .francais {
  position: absolute;
  opacity: 0.5;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 18px;
  margin: 0px;
  background-image: url("english.png");
}

.francais {
  background-image: url("francais.png");
}

.english:hover, .francais:hover {
  opacity: 1;
}

@keyframes animatedtopback { from { background-position: 0% 0%; } to { background-position: 100% 0%;} }

.topback {
  position: relative;
  top: 0px;
  width: 468px;
  height: 60px;
  margin: 0px auto;
  overflow: hidden;
  background-image: url("starry-sky-468.png");
  background-position: 0px 0px;
  animation: animatedtopback 30s linear infinite;
  border-radius: 0px 0px 12px 12px;
}

.topadd {
  position: relative;
  top: 0px;
  width: 468px;
  height: 60px;
  margin: 0px;
  background-image: url("macrun-logo-468.png");
  background-position: 0px 0px;
}

.menubar {
  position: relative;
  top: 1px;
  width: 732px;
  height: 28px;
  margin: 0px auto;
  text-align: left;
  border-width: 0px 1px;
  border-style: solid;
  border-left-color: #c29a09;
  border-right-color: #ffee49;
}

.btn, .btnon {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 120px;
  height: 28px;
  color: #404040;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  font-style: normal;
  font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
  margin: 0px;
  padding: 0px;
  border-width: 0px 1px;
  border-style: solid;
  border-left-color: #ffee49;
  border-right-color: #c29a09;
}

.btnon {
  color: #ebba09;
  border-left-color: #aa8707;
  border-right-color: #e3ce11;
  text-shadow: 0px 0px 7px #ffffff;
  background-color: #ebba09;
  box-shadow: 0px -1px 0px 0px #ffd72f, 0px 1px 0px 0px #aa8707;
}

.btn:link, .btn:visited {
  text-decoration: none;
  color: #404040;
}

.btn:hover, .btn:focus, .btn:active, .btnon:hover, .btnon:focus, .btnon:active {
  text-decoration: none;
  color: #5c9eff;
  text-shadow: 0px 0px 7px #FFFFFF;
}

.btnon:link, .btnon:visited {
  text-decoration: none;
  color: #0068FF;
}


/*Generic*/

.mainframe {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0px auto;
  padding : 0px;
  text-align: center;
}

.fullblockleft {
  position: relative;
  height: auto;
  width: auto;
  text-align: left;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0px;
}

.screenshot, .videoscreen, .screenshotlong {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  background-color: #303030;
  max-width: 960px;
  max-height: 600px;
  margin-top: 20px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px;
  border-top: 10px solid #D8D8E0;
  border-bottom: 20px solid #C8C8D0;
  border-right: 10px solid #D0D0D8;
  border-left: 10px solid #D0D0D8;
  border-radius: 5px;
  box-shadow: 1px 2px 6px 4px #909090;
}

.videoscreen {
  max-height: 540px;
}

.screenshotlong {
  max-width: 640px;
  max-height: 1620px;
}

.screenled {
  position: absolute;
  bottom: -12px;
  right : 5%;
  width: 14px;
  height: 4px;
  margin: 0px;
  background-color: #00F000;
  padding: 0px;
  border: 0px;
}

.screentext {
  position: absolute;
  width: 100%;
  bottom: -24px;
  margin: 0px;
  height: 20px;
  padding: 0px;
  text-align: center;
  color: #9090A0;
  font-size: 10px;
  font-weight: bold;
}

.downloads {
  border-collapse: collapse;
  text-align: center;
  width: 100%;
  font-weight: bold;
}

.downloads td, .downloads th {
  border: 2px solid #707070;
  height: 80px;
  padding: 8px;
}


.downloads th {
  padding-top: 6px;
  padding-bottom: 6px;
  height: 15px;
  background-color: #0068ff;
  color: white;
}


.rssign {
  position: relative;
  width : 100px;
  left: 60%;
  text-align: left;
}

.emailrs{
  position: relative;
  display: inline-block;
  width : 170px;
  height : 20px;
  margin-bottom: -7px; 
  background-image: url("email.png");
}


@media screen and (min-width: 492px) and (max-width: 780px) {
 
  body{
    font-size: 12px;
    line-height: 16px;
  }

  p {
    font-size: 12px;
    line-height: 16px;
    padding: 4px;
}
 
  h1 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 26px;
    text-shadow: -1px -1px 2px #FFFFFF, 1px 1px 3px #A0A0A0;

  }

  h2 {
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
  }
  
  h3 {
    font-size: 12px;
    line-height: 14px;
  }

  .line200, .line400 {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .menubar {
    width: 492px;
  }

  .btn, .btnon {
    width: 80px;
    font-size: 14px;
    font-family: arialnarrowbold;
  }

  .screenshot, .videoscreen, .screenshotlong {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 8px solid #D8D8E0;
    border-bottom: 16px solid #C8C8D0;
    border-right: 8px solid #D0D0D8;
    border-left: 8px solid #D0D0D8;
    border-radius: 4px;
    box-shadow: 1px 2px 6px 3px #909090;
  }
  
  .screenled {
    bottom: -10px;
    width: 10px;
    height: 3px;
  }
  
  .screentext {
    bottom: -21px;
    font-size: 9px;
  }
  

  .emailrs{
    transform: scale(0.85);
    margin-left: -15px; 
    margin-right: -15px;
  }
}


@media screen and (min-width: 0px) and (max-width: 492px) {
  
  body {
    font-size: 11px;
    line-height: 14px;
  }

  p {
    font-size: 11px;
    line-height: 14px;
    padding: 2px;
  }
 
  h1 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 20px;
    text-shadow: -1px -1px 2px #FFFFFF, 1px 1px 2px #A0A0A0;
  }

  h2 {
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
  }
  
  h3 {
    font-size: 10px;
    line-height: 12px;
  }
  
  .line200, .line400 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .baselinebox {
    min-width: 360px;
    height: 80px;
    background-position: 0px 0px, 0px 50px, 0px 51px, 0px 65px, 0px 79px;
    background-size: 100% 50px, 100% 1px, 100% 14px, 100% 14px, 100% 1px;
  }

  .topback {
    height: 50px;
    width: 320px;
    background-image: url("starry-sky-320.png");
    border-radius: 0px 0px 8px 8px;
  }

  .topadd {
    width: 320px;
    height: 50px;
    background-image: url("macrun-logo-320.png");
  }

  .menubar {
    width: 360px;
  }
  
  @media screen and (min-width: 0px) and (max-width: 468px) {
    .menubar {
      border-left: 0px;
      border-right: 0px;
    }
  }

  .btn, .btnon {
    width: 58px;
    font-size: 11px;
   font-family: arialnarrowbold;
  }

  .screenshot, .videoscreen, .screenshotlong {
    margin-top: 10px;
    margin-bottom: 15px;
    border-top: 5px solid #D8D8E0;
    border-bottom: 10px solid #C8C8D0;
    border-right: 5px solid #D0D0D8;
    border-left: 5px solid #D0D0D8;
    padding: 1px;
    border-radius: 3px;
    box-shadow: 1px 2px 6px 2px #909090;
  }
  
  .screenled {
    bottom: -6px;
    width: 8px;
    height: 2px;
  }
  
  .screentext {
    bottom: -19px;
    font-size: 7px;
  }
  
  .emailrs{
    transform: scale(0.7);
    margin-left: -28px; 
    margin-right: -28px;
    margin-bottom: -8px; 
  }
  
 }
