@charset "utf-8";

/*
Rusty Classic Restoration
Author: Bishwo Marhatta
Date:   07/30/2019


   Filename: sp_styles.css

*/

/* Window and Body Styles */
html {
   background: url(background.png);

}

body {
   background-color: rgb(238, 238, 238);
   font-family: Verdana, Geneva, Arial, sans-serif;
}



/* Page Header Styles */

body > header {
   background-color: rgb(0, 0, 0);
}


body > header > nav a {
   font-size: 1em;
   margin: 0.4em 0;
   padding: 5px;
}

body > header > nav a:link, body > header > nav:visited {
   color: rgb(250, 238, 218);
}

body > header > nav a:hover, body > header > nav:active {
   background-color: rgba(0, 0, 0, 0.2);
}


/* Horizontal Navigation List Styles */

nav.horizontal ul li {
   color: rgb(255, 255, 255);
   background-color: rgb(241, 87, 35);
   font-size: 1em;
   padding: 0px 0;
   text-align: center;
}
nav.horizontal2 ul li {
   color: rgb(255, 255, 255);
   background-color: rgb(241, 87, 35);
   font-size: 1.2em;
   padding: 0px 0;
   text-align: center;
}

nav.horizontal a:link, nav.horizontal a:visited {
   color: rgb(255, 255, 255);
}

nav.horizontal a:hover, nav.horizontal a:active {
   color: rgb(255, 255, 255);
}
nav.horizontal2 a:link, nav.horizontal a:visited {
   color: rgb(255, 255, 255);
}

nav.horizontal2 a:hover, nav.horizontal a:active {
   color: rgb(0, 0, 0);
}


/* Topics Styles */
   ul#topics {
   margin-top: 20px;
   margin-bottom: 20px;
}


ul#topics li p {
   color: rgb(95, 114, 232);
   font-size: 0.8em;
}

.dropbtn {
  background-color: rgb(241, 87, 35);
  color: white;
  border: none;
  font-size: 1em;
  padding-bottom: 0px;
}

.dropbtn2 {
  background-color: rgb(241, 87, 35);
  color: white;
  border: none;
  font-size: 1em;
  padding-bottom: 0px;
  text-align: center;
}


.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(241, 87, 35);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: rgb(0, 0, 0);}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: rgb(241, 87, 35);}



/* Customer Comment Styles */


ul#comments li p {
   font-size: 0.9em;
   color: rgb(0, 0, 0);
   line-height: 1.2em;
   padding-left: 120px;
}

/* Footer Styles */

footer {
   color: rgb(255, 255, 255);
   background-color: rgb(241, 87, 35);
   font-size: 0.9em;
   padding: 10px 0px;
   text-align: center;
}

body {font-family: Arial, Helvetica, sans-serif;}

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
button {
  background-color: #0000;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}


/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 100%;
  border-radius: 50%;
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 10;
  top: 0;
  width: 80%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;

}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 60%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)}
  to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
  from {transform: scale(0)}
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}

// Get the modal
var modal = document.getElementById('id01');

// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
    if (event.target == modal) {
        modal.style.display = "none";
    }
}

div.absolute69 img {
  padding: 5px;
  width: 150px;
  align: left;
}
.button5 {
  background:    #f15723;
  background:    linear-gradient(#f15723, #f15723);
  border-radius: 50px;
  width: 150px;
  max-width: 150px;
  padding right: 20px;
  color:         #ffffff;

  font:          italic bold 21px/1 "Calibri", sans-serif;
  text-align:    center;

  cursor: pointer;
}
