@import url('https://fonts.googleapis.com/css?family=Poppins|Roboto+Mono'); /* LINK TAKEN FROM @ GOOGLE FONTS, this way you have your fonts on the css and are more accessible*/


body {
  height: auto;
}


p {
  font-family: 'Courier New', Courier, monospace;
  padding-left:100px;
  padding-right: 100px;
}

img {
  height: auto;
  margin-top: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}

nav {
  padding-top: 20px;
  padding-left: 40px;
  position: fixed;
  margin-top: -10px;
  
  background-color: rgb(255, 255, 255);
}

.mainname {
  font-family: Helvetica;
  font-size: 45pt;
  color: orange;
  margin-left: -20px;
  margin-top: -20px;
}

ul {
  margin-right: 40px;
  float: right;
  padding: 0px;
  list-style-type: none;
}

li {
  display: inline-block; /* inline block changes menu style */
  margin-right: 40px;
  }
 



}

nav a {
   /* nav a changes appareance of the links */
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600px;
  font-family: Helvetica;
  text-decoration: none;
  color: black;

  
}

.activelink a { 
  color:orange;
}

h1 {    
  font-family: Helvetica;
  font-size: 45pt;
  margin: 100px auto;
  width: fit-content;
  color: black;
}

p  { 
  text-align: left;
  line-height: 25px;
  margin: 60px;
  font-size: 16px;
}


h2 { 
  word-spacing: 5px;
  width: fit-content;
  margin: auto;
  margin-top: 120px;
  font-size: 25px;
  color: black;
  font-family: Helvetica, sans-serif;
}


h3 {
  word-spacing: 5px;
  width: fit-content;
  margin: auto;
  margin-top: 80px;
  font-size: 20px;
  color:  black;
  font-family: Helvetica, sans-serif;
}

h4 {
  word-spacing: 10px;
  width: fit-content;
  margin: auto;
  margin-top: 120px;
  font-size: 20px;
  color:  black;
  font-family: Helvetica, sans-serif;
}


.blogcontainer {
  text-align: center;
}

.container {
 margin:10px auto;
 text-align: center;
}


.grid-item img{
 width: 600px;
 display: block;
 margin-left: auto;
 margin-right: auto;
}

.imgback img{
 margin: -100px;
 z-index: -1;
 position: absolute;

}


.box {
 width: 20px;
 height: auto;
 background-color: white
}


iframe {
  display: block;
  margin: 0 auto;
}

.video-container {
  margin-left: -5px;
}


.superdiv {
  margin: auto;
  width: 550px;
}

.formcontainer {
    padding: 20px;
}

input[type=submit]:hover {
  background-color: grey;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 20px;
  background-color: rgba(128, 128, 128, 0.041);
}


input[type=button], input[type=submit], input[type=reset] {
  background-color: orange;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  float: right;
}


.navroom {
  height: 80px;
}

.navroom2 {
height: 10px;
}

label {
  font-family: Helvetica, sans-serif;
}

embed {
  margin-left: 2px;
  margin-right: 2px;
}

.navroomcard {
  height: 60px;
}


.img1 {
  margin-top: 120px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 45%;
}


.biotext {
  width: 680px;
  margin: auto;
}

.arrow1 {
  
  color: #fff;
  background-color: #000;
  display:inline;
  overflow: auto;
  white-space: nowrap;
  margin:0px auto;

}

.arrow2 {
color: #fff;
  background-color: #000;
  display:inline;
  overflow: auto;
  white-space: nowrap;
  margin:0px auto;

}
