/*
*Ryan Spencer 
*www.n2tek.me
*External Style Sheet
*Version 1.0
*11/20/19 
*/


  /* Header font family from Google fonts. Background image N2TEK. */
header {
  background-image: url(n2tek.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

/* Container to hold the header, navbar, main, and footer. */
#container{
  margin: auto;
  background-color: white;
  color: black;
  max-width: 850px;
  border:2px solid rgb(255, 0, 0);
}

/* The body configuration information that is required to display backdrop image. */
body{
  margin: 0;
  background-image: url(tumbler.gif);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* P1 Margin configuration.*/
p {
  margin: 0;
}

/* Main margin configuration.*/
main {
  margin: 25px 50px 75px;
  overflow: auto;
}

/* Align text H1 centered. */
h1 {
  text-align: center;
  font-family: 'Audiowide', cursive, 'Times New Roman', Times, serif;
  /*text-shadow: 2px 2px;*/
}

h2 {
  font-family: 'Audiowide', cursive, 'Times New Roman', Times, serif;
}

/* Change the color of all hyperlinks to external websites. */
a {
  color: #298021;
}

/* Center certain text */
.txtcenter {
  text-align: center;
}

/* Span Timeslot text on DMR page. */
.greenspan{
  color: #298021;
}

/* Iframe settings for K4USD network.*/
.iframe {
  background-color: rgb(255, 255, 255);
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 700px;
  height: 400px;
  overflow: hidden;
}

/* Navbar Configuration*/
.navbar {
  overflow: hidden;
  position: center;
  background-color: black;
  text-align: center;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top:2px solid rgb(255, 0, 0);
  border-bottom:2px solid rgb(255, 0, 0);

  
  /*width: 850px;
  float: center;*/

}

/* Navbar Links Configuration */
.navbar a {
  color: white;
  font-weight: bold;
  font-family: 'Audiowide', cursive;
  font-size: 100%;
  text-decoration: none;
  padding: 5px;
}


/* Change the link color on hover */
.navbar a:hover {
  background-color: white;
  color: black;
}

/* The active page class assigned to each page on the navigation link.*/
.active {
  background-color: #298021;
}

/* Center Images */
.img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 10px 10px 5px grey;

}

/* Center Tous with no Shadowing*/
.img-tous {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.para {
  font-size: medium;
}
/* Class to make paragraphs aligned center.*/
.paracenter {
  text-align: center;
}

/* Class to make Iframes aligned center.*/
.paracenter-iframe {
  text-align: center;
  font-family: 'Audiowide', cursive;
  font-size: large;
}

/* Footer alignment and center. */
footer {
  text-align: center;
  font-size: 10pt;
  background-color: black;
  color: white;
  position: sticky;
  padding-top: 2px;
  padding-bottom: 2px;
  border-top:2px solid rgb(255, 0, 0);
}

.contact {
  width: 500px;
  display: block;
  margin-left: auto;
  margin-right: auto;

}

.social {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
}

/* Portrait */
/* @media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
        #iframe {
        display: none;
      }
    }*/
    