@charset "utf-8";
/* CSS Document */

#companyname {
    font-size: 50px;
    color: white;
    text-shadow: 3px 3px 5px black;
    font-family: 'Roboto Mono', monospace;
    margin-top: 70px;
    font-style: italic;
}

body {
    color: white;
    font-size: 22px;
    background: linear-gradient(to right,black, navy, black);
    font-family: 'Source Sans Pro', sans-serif;
    padding: 25px 150px 0px 150px;
}

#tagline {
    font-style: italic;
    color: white;
    text-align: right;
    font-size: 22px;
    border-bottom: solid white 1px;
    padding-bottom: 8px;
    margin-bottom: 30px;
}

p, ul {
    color: white;
    font-size: 26px;
}

#carimg {
    border: solid white 4px;
    margin: 4px;
}

#fppic {
    float: right;
    margin-left: 20px;
}

#cardiv {
    background: radial-gradient(red,navy);
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 60px;
}

#myacolor {
    color: yellow;
    font-family: 'Roboto Mono', monospace;
    font-size: 24px;
    text-shadow: 2px 2px 2px black;
}

#genimg {
    border: solid white 3px;
}

#gallery {
    float: left;
}

#lightbox {
	background: linear-gradient(blue, navy);
	padding: 30px;
    border-radius: 40px;
    border: solid white 2px;
    box-shadow: 6px 6px 12px black;
}

#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}

#lightboxCaption { 
    float: left; 
}

#keyboardMsg {
    float: none; 
}

#lightbox img {
    border: none;
    box-shadow: 15px 15px 30px black;
    margin: 30px; border-radius: 5px;
} 

#overlay img { 
    border: none; 
}

.lbpic {
    border: solid white 5px;
    box-shadow: 10px 10px 10px black;
    margin: 20px;
    height: 150px;
}

a:hover {
    color: rgba(255,110,0,1.00) !important;
}

.flex-cont-2 {
    display: flex;
    flex-wrap: wrap;
     justify-content: center;
     align-items: center;
}

.flex-cont-2 > div {
    width: 40%;
    margin: 12px 8px;
    text-align: center;
     padding: 0px;
     border: solid white 3px;
     font-size: 18px;
      padding-top: 12px;
   text-shadow: 1px 1px 2px black;
}

.flex-cont-2 > div:hover {
     border: solid red 3px;
}

@media only screen and (max-width: 1250px) {
    
    #companyname {
        font-size: 35px;
        margin-top: 80px;
    }
    
    #myacolor {
        color: yellow;
        font-family: 'Roboto Mono', monospace;
        font-size: 22px;
        text-shadow: 2px 2px 2px black;
    }
    
    #companyname {
        font-size: 40px;
        color: white;
        text-shadow: 3px 3px 5px black;
        font-family: 'Roboto Mono', monospace;
        margin-top: 50px;
        font-style: italic;
    }
    
    body {
        padding: 30px 15px 0px 15px;
    }
    
    #lb {
        border: solid white 5px;
        box-shadow: 10px 10px 10px black;
        margin: 20px;
        height: 150px;
    }

  .flex-cont-2 > div {
      width: 100%;
      margin: 20px;
      border-radius: 5px;
  }
}

@media only screen and (max-width: 768px) {
    
    #companyname {
        display: none;
    }
    
    body {
        color: white;
        background: linear-gradient(to right,black, navy, navy, navy, black);
        font-family: 'Source Sans Pro', sans-serif;
        padding: 30px 10px 0px 10px;
    }
    
    #tagline {
        font-style: italic;
        color: white;
        text-align: center;
        padding-top: 40px;
        font-size: 16px;
    }

    p, ul {
        color: white;
        font-size: 18px;
    }

    #fppic {
        float: none;
        margin-top: 10px;
        margin-left: auto;
        margin-bottom: 10px;
        margin-right: auto;
        width: 75%;
    }
    
    #carimg {
        max-width: 95%;
    }
    
    #cardiv {
        background: radial-gradient(red,navy);
        margin-bottom: 30px; 
        margin-left: auto;
        margin-right: auto;
        border-radius: 15px;
    }

    #gallery {
        float: none;
        align-self: center;
    }
    
    #lb {
        border: solid white 5px;
        box-shadow: 10px 10px 10px black;
        margin: 15px auto;
        width: 95%;
        height: auto;
    }

    #lightbox img {
        border: none;
        box-shadow: none;
        margin: 0px;
        width: 100%;
        padding: 5px auto 5px auto;
    } 

    #lightbox {
        background: linear-gradient(blue, navy);
        border-radius: 20px;
        border: solid white 2px;
        box-shadow: none;
        width: 90%;
        margin: 0px;
        padding: 10px;
    }

    .xxx {
        pointer-events: none;
    }

    .lbpic {
        border: solid white 5px;
        box-shadow: 10px 10px 10px black;
        margin: 0px auto 20px;
        width: 96%;
        height: auto;
    }

    #hidemobile {
        display:none;
    }
        
     .flex-cont-2 > div {
         width: 100%;
         margin: 20px;
         border-radius: 5px;
     }
}