
/* * {
    box-sizing: border-box;
} */

/* body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #333;
} */
h1, h2 {
    font-family: Blippo, fantasy;
}
h3, h4, h5 {
    font-family: Marker Felt, fantasy;
}
/* Style the header */
/* header {
    background-image: radial-gradient(#145A32, #27AE60, #A9DFBF);    
    padding: 1.5em;
    text-align: center;
    color: whitesmoke;
    font-size: 35px;
    text-shadow: 2px 2px 4px #000000;
    outline-color: #145A32;
    margin: 0.3em;
    margin-bottom: 0;
    padding-top: 0rem;
}
.logo {
    float:left;
    padding: .4rem;
    margin-top: .2rem;
    margin-left: auto;
    margin-right: 1em;
}
header > h2 {
    /* display: inline; */
    /* float:left;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1em;
    text-align: center;
    padding: -1.5em;
    margin: 0;
    margin-bottom: .4em;
}
header > h2 img {
    
    margin:0 0 0 0;
}
/* Header Nav CSS */
/*
nav {
    float:right;
    font-size: 12px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: whitesmoke;
}
a {
    color: rgb(4, 41, 19);
    font-weight: bolder;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 5px;
    overflow: hidden;
    background-color: none;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.topnav {
  overflow: hidden;

}

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

.topnav a:hover {
  color: rgb(41, 139, 82);
  text-shadow: rgb(4, 41, 19);
}

.topnav a.active {
  
  color: rgb(68, 221, 132);
}

.topnav .icon {
  display: none;
}

/* Footer Nav CSS */
/* .footernav {
    font-size: 12px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(255, 250, 250);
    padding:1em;
}
.footernav ul {
    list-style-type: none;
    margin: 0;
    padding: 1em;
    overflow: hidden;
    background-color: none;
}
.footernav a {
    color: white;
    padding: 2rem;
} */  */


.a-info {
    font-weight: normal;
    text-decoration: none;
}

.scooters {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bolder;
    text-shadow: rgb(3, 36, 16);
    color: #145A32;
}

.info p {
    padding: 10px;
}

.info h5 {
    font-weight: bolder;
    font-size: medium;
}
/* Container for flexboxes */
.row {
    display: -webkit-flex;
    display: flex; 
    flex-direction: row;
    padding: 1em;
    padding-right: 0;
    margin-right:0;
}

/* Create three equal columns that sit next to each other */
.column {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto;
    text-align: center;
    background-color: white;
    padding: 1em;
    margin:1rem;
    margin-top: 0rem;
    margin-right: 1rem;
}
.column p {
    text-align: justify;
}
/* Style the footer */
/* footer {
    background-image: radial-gradient(#145A32, #27AE60, #A9DFBF);    
    padding: 10px;
    text-align: center;
    color: whitesmoke;
    font-size: 14px;
    border-radius: 1px;
    text-shadow: 2px 2px 4px #000000;
    outline-color: #145A32;
    margin: .5em;
}

footer > p > a {
    color: whitesmoke;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 10px;
}

footer a:hover {
    color: #27AE60;
} */

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .row {
        -webkit-flex-direction: column;
        flex-direction: column;
        display: block;
    }
    .col2 {
        width: auto !important;
    }
   
    header > h2 {
        font-size: 16px;
        margin-top: 1.1em;
    }
    .logo {
        display: none;
    }
    form textarea {
        width: 75%;
        font-size: small;
    }
    form select {
        font-size: small;
    }
    .text {
        width: 50%;
        font-size: small;
    }
    .social {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    
    .topnav a.icon {
        float: right;
        display: block;
        text-size-adjust: -0.4em;
        margin-top: -.8rem;
    }
    .topnav {
        margin-top: 0.5rem;
        background-color: #333;
    }

    .topnav a.active  {
        display:none;

    }
    .topnav a.home {
        display:none;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
        font-size: 12px;
    }
}

.info > .row {
    flex-direction: column;
}

/* .active {
    background-color: #4c7faf;  
}  */

/* Image Thumbnails */
.thumb {

    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 80%;
    height: auto;
}

thumb:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.carousel {
    margin: auto;
    width: 50%;
    height: 100%;
} 
.photo_container .row {
    flex-direction: column;
}
/* CSS for Picture frame for scooter future home photo */
.future_home {
    width: 75%;
    height: auto;
    border:double;
    border-color: rgb(3, 36, 16);
}


/* CSS for Media Buttons */
.social {

    position: relative;
    text-align: end;
    padding: 1em;
    padding-right: 10rem;
    padding-bottom: 0rem;
}
.fa {
    color: #27AE60;
    padding: 10px;
    font-size: 10px;
    width: 50px;
    text-align: center;
    text-decoration: none;    
}
.fa:hover {
    opacity: 0.7;
    color: #4CAF50;
    text-shadow: 5px ;
}

.hours {
    display:block
}

.col2 {
    width: 1em;
}
.contact {
    width: 90%;
}
/* Form info */

.text {
    width: 75%;
}

form textarea {
    width: 75%;
    height: 200px;
}
form select {
    width: 75%;
}

.bikes_ul ul {
    background-color: darkgreen;
    margin: 0;
    padding: 20px;
}

.bikes_ul li {
    float: none;
    color: black;
}

.bikes_ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.button1 {
  margin-top: 20px;
}

button, .submit {
  color: whitesmoke; 
  border: 2px solid rgb(135, 228, 138);
  border-style: ridge;
  font-family: fantasy;
  background-color: #145A32;
}
button:hover, .submit:hover {
    background-color: #27AE60
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* 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 */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.hours {
    padding: 1em;
    padding-bottom: 2em;
}
.hours ul {
    background-color: rgb(23, 83, 161);
    margin: 0;
    padding: 5px;
    overflow: hidden;
    border-color: rgb(44, 46, 161);
    border-radius: 10px;
    border-style: ridge;
    border-width: 2px;

}
.hours li {
    float: none;
    color: whitesmoke;
}
