/* my Stylesheet */ 




body
{
background-image:url('https://www.raincityaccounting.com/images/grayline.gif');
background-repeat: repeat-x;

}

/* Style the links inside the navigation bar */

.topnav a {
  float: left;
  color:  #808080;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}



/* Change the color of links on hover */

.topnav a:hover {
  background-color: grey;
  color: darkred;
}



/* Add a color to the active/current link */

.topnav a.active {
  background-color: grey;
  color: white;
}

a:link {
text-decoration: none;
 }

a:visited { }
a:hover { }
a:active { }

.center {
display: block;
margin-left: auto;
margin-right: auto;
}


.form {
  text-align: center;
 }



/* Style the submit button */
input[type=submit] {
  background-color: grey;
  color: black;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  }

*[class="responsive"] {width:100%!important; padding-top: 60px;}


.c {
  font-family: "Candara";
  font-size: 1.2em;
}

.d {
  font-size: 2.0em;
  text-align: center;
  color: black;
}



figure {
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
  position: relative;
  width: 100%;
}
iframe {
  height: 33%;
  left: 0;
  position: absolute;
  top: 0;
  width: 33%;
}


.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: grey;
  color: white;
  text-align: center;
  padding: 10px;
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {  

   /* Your CSS Code for this device size */    

  }

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {  

   /* Your CSS Code for this device size */    

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {  

   /* Your CSS Code for this device size */    

} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {  

   /* Your CSS Code for this device size */    

}      

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

   /* Your CSS Code for this device size */ 

}

/* According to Mobile Orientation */
@media only screen and (orientation: landscape) {   

   /* Your CSS Code for this device orientation */    

}



 