@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto+Serif:ital,wdth,wght@0,100,100;0,100,200;0,100,300;0,100,400;0,100,500;0,100,600;0,100,700;0,100,800;0,100,900;0,150,900;1,100,100;1,100,200;1,100,300;1,100,400;1,100,500;1,100,600;1,100,700;1,100,800;1,100,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


body { 
  color:#FAFAFA;
    font-family:'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size:18px;
    line-height:1.45;
    background:#000000;
}

main { 
    padding-top:170px;
}

header { 
    background:#000000;
    top:0;
    position:fixed;
    padding-top:.5em; 
}

h1 {
    font-family:'Roboto Serif','Georgia', 'Times New Roman', serif;
    font-size:2.5em;
    text-align:center; 
    margin-bottom:20px;
    font-weight:600;
    font-stretch:125%;
    font-variation-settings:'wdth' 175, 'wght' 600;
    
} 



h2 {
    font-family:'Roboto Serif','Georgia', 'Times New Roman', serif;
    font-size:25px;
    font-weight:600;
    font-variant: small-caps;
    text-align:center;
    
}

#fullsize {
    text-align:center;
    margin:auto;
    width:100%;
    display:block;
}

ul {
    padding: 0;
    margin: 0;
}

.listcontainer li {
    list-style:none;

    }

#willnotdraw {
    list-style-type: square;
    list-style-position:inside;
}

.resume {
   
    font-family:'Roboto Condensed', 'Helvetica', 'Arial', sans-serif;
    font-size:115%
}

.resume li {
    padding:.5em;
}

.resume li::before {
  content: "☛";
  float: left;
  margin-left: -2em;

}

.resumeimportant {
    
    color:#F2DB2C;
    font-weight:700;
    

}

.resumesub {
    font-style:italic;
    font-size:90%;
    
}

form {
    text-align:center;
}


input {
    margin:10px;
    padding:5px;
}

textarea {
    margin:10px;
    padding:5px;
    height:100px;
    width:172px;
}

.columns {
    display:flex;
    flex-direction:row;
    min-width:0;
    flex-wrap:wrap; 
    margin-top:15px;
    justify-content:center;

}

.flexbox {
    
    display:flex;
    flex-direction:row;
    padding:20px;
    width:900px;
}

.galleryimg {
    width:200px;
    height:auto;
    margin:20px;
    
}

#jumpmenu {
    display:none; 
    
}



#webnav ul {
    margin:0;
    padding:0;
    
}

#webnav li { 

    list-style-type:none;
    float:left;
    
}
        
#webnav a {
    display:inline-block;
    text-decoration:none;
    font-family:'Roboto Serif', 'Georgia', 'Times New Roman', serif;
    font-weight:bold;
    font-size:17px;
    width:150px;
    margin:0 auto;
    text-align:center;
    padding-top:1em;
    padding-bottom:1em;

}

#webnav a:visited {
    color:#44DEF2;    
}

#webnav a:hover {
    background-color:#44DEF2; 
    color:#000000;
}

p {
    text-align:left;   
}  

a:link { 
    color:#44DEF2;
    text-decoration:none;
}

a:hover {
    color:#F2DB2C;
}

a:visited { 
    color:#F25CA9; 
    
}
    
#wrapper {
    max-width:900px;
    margin-left:auto;
    margin-right:auto; 
}

.textcontainer {
    max-width:700px;
    margin-left:auto;
    margin-right:auto;
}

.listcontainer {
    max-width:350px;
    margin-left:auto;
    margin-right:auto;
}
.clear {
    clear:both;
}
            
footer {
    text-align:center;
}

#homeimg { 
    max-width:100%;
    display:block;
    margin-left:auto;
    margin-right:auto;
}

#logo { 
    max-width:50%;
    display:block;
    margin-left:auto;
    margin-right:auto;
    padding-left:23px;
}

#logosmall {
    display:none;
    margin-left:auto;
    margin-right:auto;
}

hr {
    border-style:solid;
    border-width:1px;
}

#flexboxpricing {
    display:flex;
    flex-direction:row;
    width:100%;

}

.pricingcontainer {
    width:50%;
    padding:30px;
 
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}


@media only screen and (max-width:925px) { 
    
  

    #webnav li {
        width:16.66666666%;
    }
    
    main {
        
        max-width:100%;
        margin-left:auto;
        margin-right:auto;
    }
    
 
    #logo { 
    max-width:50%;
    display:block;
    margin-left:auto;
    margin-right:auto;
   }
    

}
    

@media only screen and (min-width:0) and (orientation: portrait) {
    
main {
        padding-top:15%;
    }

#jumpmenu {
    
    font-family:'Roboto', 'Helvetica', 'Arial', sans-serif;
    border:solid; 
    border-width:1px;
    background:#000000;
    color:#FAFAFA;
    border-color:aqua;
    font-size:15px;
    display:block; 
    margin-left:20px;
    margin-right:auto;
    width:7%;
    float:left;
    margin-top:-39px

}
    
body {
        font-size:100%;
    }
    
header { 
        width:100%;
        height:9%;
        z-index:1;
    }

#logosmall {
    display:block;
    width:13%;
      

    }
#logo {
        display:none;
    }
    
#webnav {
        display:none;
    }
    
.columns {
    display:flex;
    flex-direction:row;
    min-width:0;
    flex-wrap:wrap; 
    justify-content:center;

}
    
    
.flexbox {
    
    display:flex;
    flex-direction:column;
    margin:0;
    padding:0;
    width:100%;


}

.listcontainer {
    margin:auto;
    width:100%;
    }

.textcontainer {
        width:95%; 
    }
    
#flexboxpricing {
    display:flex;
    flex-direction:column-reverse;
    width:100%;

}
    
.pricingcontainer {
    width:auto;
    
}

#pricechart {
    width:90%;
    padding-left:5%;
    margin:0;
    
}

    
.galleryimg {
    width:250px;
    height:auto;
    margin:20px;
    
}
   

.listcontainer li {
    text-align:center;
   
    }
    
.resume li::before {
    display:none;
    margin:0;
    padding:0;
}
}