body {margin:0;font-family:Arial;
    background-color: black;
background-image: url('../img/rayskin.jpg');
    color:white;
}



/* Logo for reg and mobile */
.bighdr {
    width: 294px;
    height: 75px;
    display: inline;    
}
.smlhdr {
    display: none;
    width:172px;
    height: 75px;
}

.dsktp{
width: 1200px; height: 800px;
  }  
    
.mobi  {
  display: none !important;
  width: 350px; height: 350px;
}



@media screen and (max-width: 350px) {
.bighdr{
     display: none !important;
   }

.smlhdr {
    width: 172px;
    height: 75px;
    display: block;

}
.mobi  {
    display: inline !important; width: 100%; height: auto; margin-left: auto; margin-right: auto;}
  .dsktp {display: none !important;}
}






/* Gen Imgs */



@media (max-width: 1200px) {
  .mobi  {
    display: inline !important;
    width: 350px; height: 350px;
    margin-left: auto;
margin-right: auto;
  }

  .dsktp {
    display: none !important;
  }
}




/* Nav Txt */


#current {
  color: #FFA300; 
     pointer-events: none;
   cursor: default;
}

.topnav {
  overflow: hidden;
  background-image: url('../img/damascus.jpg');
  background-color: #333;
           border-top-style: groove;
  border-bottom-style: groove;
  border-color: #0d1a00;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 0px 0px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
    bottom: 0;
    
}

.topnav a:hover, .dropdown:hover .dropbtn {
    

  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}



@media screen and (max-width: 690px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 690px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}







.responsive {
  width:100%;
  height: auto;
}




.page {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}


.page-container {
  position: relative;
  min-height: 100vh;
}

.content-wrap {
  padding-bottom: 2.5rem;    /* Footer height */
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;            /* Footer height */
  overflow: hidden;
  background-color: #333;
  display: block;
  color: #f2f2f2;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
       background-image: url('../img/damascus.jpg'); 
           border-top-style: groove;
  border-bottom-style: groove;
    border-color: #0d1a00;
}


/*Scroll to Top Button */

button::-moz-focus-inner {
  border: 0;
}

.chevron::before {
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: 0.0em;
	position: relative;
	top: 0.35em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.50em;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 99;
  

  	background-color:black;
	border-radius:5%;
	display:none;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:0.30em 0.45em;
	text-decoration:none;
}



#myBtn1:hover {
  background-color: #555;
}


/*Footer Jibbajabba */

.shllink {
    float: left;
  display: block;
  text-align: left;
    padding: 0px 0px 0px 0px;

}


.shllnk {
    float: left;
  display: block;
  color: #DFE1E5;
  text-align: left;
    padding: 5px 5px 0px 5px;
  text-decoration: none;
    width:32px;
    height: 32px;
}




.ftrlink {
    float: right;
  display: block;
  text-align: left;
    padding: 7px 45px 7px 0px;

}


.ftrlnk {
    float: right;
  display: block;
  color: #DFE1E5;
  text-align: left;
    padding: 5px 10px 5px 10px;
  text-decoration: none;
  font-size: 16px;
}
