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

html { background-color: black;}

body {
max-width: 3840px;
max-height: 2160px; 
margin: 0 auto ;
overflow: scroll; /* Show scrollbars */
}


* {box-sizing: border-box; }

.row::after {
content: "";
clear: both;
display: block;
}

/* .row { border: 1px solid white;} */

[class*="col-"] {
float: left;
/* padding: 15px; */
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}


h1, h2, h3, h4, h5, h6, p, ul, li, a {
font-family: 'Roboto Flex', Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
text-indent: 0;
text-decoration: none;
color: white;
}

/* links */
a:link { color: white; }
a:visited { color: white; }
/* a:hover MUST come after a:link and a:visited */
a:hover { color: gold; }
/* a:active MUST come after a:hover */
a:active { color: gold; }
a:focus	{ color: white; }

#container { /* border: 3px dotted red; */
max-width: 3840px; 
max-height: 2160px;
margin-left: auto;
margin-right: auto;
}

#spacer1 { /* border: 2px solid aqua; */ 
/* height: 50px; */
}

#banner { /* border: 2px dashed yellow; */
/* height: 65px; */
}

#scrivtitle { /* border: 1px solid red; */ 
float: left;
/* height: 65px; */
/* padding-left: 5.5%; */
}

/* Photography by Salvatore Scrivano 65 X 303 */
#scrivtitle img { /* border: 1px solid lightblue; */
z-index: 100;
/* height: 65px; */
/* width: 303px; */
}

/* size the dropdown image 65 X 65 */
.dropdown img {
border: 2px solid black;
/* width: 65px; */
/* height: 65px; */
}

/* position the dropdown image in div */
.dropdown { /* border: 2px solid magenta; */
position: relative; /* important for stacking over navbar  */
float: left;
display: block;
background-color: black;
/* height: 65px; */
/* padding-left: 25% ; positions the button img left-right */
}

.dropdown :after {clear:both;}

.dropdown-content { /* border: 1px solid red; */
display: none;
position: absolute;
background-color: black;
z-index: 100;
/* padding: 19px 6px; spacing */
/* width: 45%; */
/* z-index: 1; */
}

/* style the links-visited-hover-active */
.dropdown-content a { /* border: 1px solid white; */
display: block;
font-size: 25px;
font-weight: normal;
font-style: normal;
color: white;
text-decoration: none;
z-index: 100;
/* padding: 12px 6px; spacing */
/* margin-left: 1px; optional */
}

/* link text hover color */
.dropdown-content a:hover {
display: block;
background-color: black;
color: gold;
/* font-size: 25px; */
}

/* image hover order important */
.dropdown:hover .dropdown-content {display: block;}

#spacer2 { /* border: 2px solid aqua; */
/* height: 50px; */
}

.navbar { /* border: 1px solid red; */
/* height: 60px; */
/* width: 100%; */
/* padding-left: 5%; important for spacing */ 
background-color: black;
}

#navbar_left { /*border: 2px solid orange; */
background-color: black;  
float: left;
/* height: 55px;*/
/* width: 48%; important for 1 line layout */
/* margin-left: 12%; */
}

#navbar_right { /* border: 2px solid green; */
background-color: black;
float: left;
/* height: 55px; */
/* width: 48%; important for 1 line layout */ 
/* margin-left: 12%; */
}

/* link order link-visited-hover */

.navbar a:link { /* border: 1px solid grey; */
float: left;
/* padding: 12px; */
color: white;
text-decoration: none;
font-size: 25px;
/* width: 20%; 9 links of equal widths */
text-align: center;
}

.navbar a:visited { /* border: 1px solid pink; */ }

.navbar a:hover { 
background-color: black;
color: gold;}

#spacer3 { /* border: 3px solid aqua; */
/* height: 50px; */
}

/* Number text (1/3 etc) */
.numbertext { /* border: 2px solid white; */
position: absolute;
/* height: 40px;*/
/* width: 60px; */
/* top: 15%; */
/* left: 20%; */
z-index: 100;
}

/* Number text (1/3 etc) */
.numbertext p { /* border: 2px solid darkgrey; */
position: relative;
margin: auto ;
text-align: center;
font-family: 'Roboto Flex', Arial, Helvetica, sans-serif;
font-weight: normal;
font-style:normal;
color: lightgrey;
/* font-size: 22px; */
}

/* Position the image container
(needed to position the left and right arrows)*/
.slide-container { /* border: 3px dotted gold; */ 
position: relative;
/* image width is 600px; */
max-width: 1500px;
margin: 0 auto ;
float: none ;
}

/* Hide the images by default */
.mySlides {
display: none;
/* max-height: 600px; */
/* max-width: 1920px; */
 }

/* .slide-container */
.mySlides img { /* border: 2px solid gold; */
display: block;
margin-left: auto;
margin-right: auto;
/* border-radius: 8px; */
/* height: 600px;;  size the slide image */
/* width: 600px; */
z-index: 100;
-webkit-animation-name: fade;
-webkit-animation-duration: 2s;
animation-name: fade;
animation-duration: 4s;
}

/* gentle image fade in */
@-webkit-keyframes fade {
from {opacity: .2}
to {opacity: 1}
}

@keyframes fade {
from {opacity: .2}
to {opacity: 1}
}

/* Next & previous buttons */
.prev, .next { /* border: 1px dotted white; */
cursor: pointer;
position: absolute;
top: 90%;
width: auto;
padding: 2px;
margin-left: 10%; /* space left < */
margin-right: 10%; /* space the > */
color: white;
font-weight: normal;
/* font-size: 35px; */
/* border-radius: 0 3px 3px 0; */
user-select: none;
-webkit-user-select: none;
z-index: 0;
}

.prev{float: left; border-radius: 0 3px 3px 0;}
.next {float:right; border-radius: 0 3px 3px 0;}

/* important to position the "next button" to the right */
.next {right: 0;}

/* On hover, add a black background color
with a little bit see-through */
.prev:hover,
.next:hover {background-color: rgba(0, 0, 0, 0.8); }

.cursor { cursor: pointer;}

#caption-container { /* border: 1px solid yellow; */
display: flex;
justify-content: center;
align-items: center; 
background-color: black;
}

#caption-container p { /* border: 2px solid blue; */
font-family: 'Roboto Flex', Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
color: #f6f6f6;
/* height:should be smaller than caption-container */
/* font-size: 25px; */
}


/* Add a Fade-in Transition to thumnbail images */
.demo {
opacity: 0.8;
}
  
/* .active, */
.demo:hover {
opacity: 1;
}

.thumbs-container { /* border: 2px solid aqua; */
/* display: flex; */
/* justify-content: center; */
/* align-items: center; */ 
/* height: 80px; width: 100%; */
}

.thumbs-container img { 
/* display: flex; */
/* margin: 3.25px; spaces thumbnails */
/* border: solid 2px white; */
/* height: 80px; width: auto; */
}

.thumbs-container2 { /* border: 2px solid aqua; */
/* display: flex; */
/* justify-content: center; */
/* align-items: center; */ 
/* height: 80px; width: 100%; */ 
}

.thumbs-container2 img { 
/* display: flex; */
/* border: solid 2px white; */
/* height: 80px; width: auto; */
}

#spacer4 { /* border: 3px solid aqua; */
/* height: 50px; */
width: 100%;
}

.footer { /* border: 3px solid green; */ 
/* height: 40px; */
/* margin-top: 2%;*/
text-align: center;
}

.footer a:link {
font-family: 'Roboto Flex', Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
color: white ;
font-size: 22px;
}

.footer a:hover {
margin: auto;
color: gold;
font-size: 22px;
}


/*Hi Res 3840 X 2160 */
@media ( max-width:3840px){
#container { height: 1820px; }
#spacer1 { height: 50px; }
#banner { height: 65px; }
#scrivtitle { height: 65px; padding-left: 6%; }
#scrivtitle img { height: 65px; width: auto; }
.dropdown img { height: 65px; width: auto; }
.dropdown { height: 65px; width: 45%; padding-left: 34%; z-index: 100;  }
.dropdown-content { width: 45%; }
.dropdown-content a, .dropdown-content a:hover { font-size: 25px; padding-top: 8%; }
#spacer2 { height: 50px; }
.navbar { height: 60px; width: 100%; } 
#navbar_left { height: 55px; width: 45%;  margin-left: 3%; }
#navbar_right { height: 55px; width: 45%;  margin-left: 0; }
.navbar a:link, navbar a:visited, navbar a:hover  { width: 20%; font-size: 25px; padding: 12px; }  
#spacer3 { height: 50px; }
.numbertext { height: 40px; width: 60px; top: 15%; left: 5%; }
.numbertext p { height: 40px; font-size: 22px; }
.mySlides, .slide-container { height: 1000px; }
.slide-container .mySlides img  {  height: 1000px; width: auto; }
.prev, .next { font-size: 35px; margin-left: 10%; margin-right: 10%; top: 90%;  }
#caption-container { height: 65px; }
#caption-container p { height: 45px; font-size: 30px; }
.thumbs-container { display: flex; justify-content: center; align-items: center; height: 80px; width: 100%; }
.thumbs-container img { display: flex; border: solid 2px white; height: 80px; width: auto; margin: 3.15px; }
.thumbs-container2 { display: flex; justify-content: center; align-items: center; height: 80px; width: 100%; }
.thumbs-container2 img { display: flex; border: solid 2px white; height: 80px; width: auto; }
#spacer4 { height: 50px; width: 100%; }
.footer { height: 40px; padding-top: .2%; }
.footer a:link, .footer a:hover { font-size: 22px; }
}

/*Hi Res 2560 X 1440 */
@media ( max-width:2560px){
#container { height: 1420px; }
#spacer1 { height: 50px; }
#banner { height: 90px; }
#scrivtitle { height: 90px; padding-left: 6%; }
#scrivtitle img { height: 90px; width: auto; }
.dropdown img { height: 65px; width: auto; }
.dropdown { height: 65px; width: 45%; padding-left: 36%; }
.dropdown-content { width: 45%; }
.dropdown-content a, .dropdown-content a:hover { font-size: 25px; padding-top: 8%; }
#spacer2 { height: 20px; }
.navbar { height: 55px; width: 100%; }
#navbar_left { height: 55px; width: 45%;  margin-left: 5.5%; }
#navbar_right { height: 55px; width: 45%; }
.navbar a:link, navbar a:visited, navbar a:hover  { font-size: 25px; }
#spacer3 { height: 30px; }
.numbertext { height: 40px; left: 5%; }
.numbertext p { font-size: 22px; }
.mySlides, .slide-container { height: 890px; }
.slide-container .mySlides img  { height: 890px; width: auto; }
.prev, .next { margin-left: 10%; margin-right: 10%; top: 90%; }
#caption-container { height: 55px; }
#caption-container p { height: 35px; font-size: 22px; }
.thumbs-container { height: 80px; width: 100%; }
.thumbs-container img { height: 80px; width: auto; margin: 3.15px; }
.thumbs-container2 { height: 80px; width: 100%; }
.thumbs-container2 img { height: 80px; width: auto; }
#spacer4 { height: 30px; }
.footer { height: 40px; padding-top: .2%; }
.footer a:link, .footer a:hover { font-size: 22px; }
}

/*Hi Res 1920 X 1080 */
@media ( max-width:1920px){
#container { height: 1040px; margin-top: 1%; }
#spacer1 { height: 40px; }
#banner { height: 60px; }
#scrivtitle { height: 60px; padding-left: 6%; }
#scrivtitle img { height: 60px; width: auto; }
.dropdown img { height: 60px; width: auto; }
.dropdown { height: 60px;  width: 45%; padding-left: 35%; }
.dropdown-content { width: 45%; }
.dropdown-content a, .dropdown-content a:hover { font-size: 25px; padding-top: 8%; }
#spacer2 { height: 10px; }
.navbar { height: 70px; width: 100%; }
#navbar_left { height: 70px; width: 44%;  margin-left: 6%; }
#navbar_right { height: 70px; width: 44%;  margin-left: 1%; }
.navbar a:link, navbar a:visited, navbar a:hover  { font-size: 25px; } 
#spacer3 { height: 10px; }
.numbertext { height: 40px; }
.numbertext p { height: 40px; font-size: 22px; }
.mySlides, .slide-container { height: 630px; }
.slide-container .mySlides img  { height: 630px; width: auto; }
.prev, .next { margin-left: 23%; margin-right: 23%; }
#caption-container { height: 45px; }
#caption-container p { height: 25px; font-size: 22px; }
.thumbs-container { height: 65px; width: 100%; }
.thumbs-container img { height: 65px; width: auto; margin: 2.5px; }
.thumbs-container2 { height: 65px; width: 100%; }
.thumbs-container2 img { height: 65px; width: auto; }
#spacer4 { height: 10px; }
.footer { height: 40px; padding-top: .2%; }
.footer a:link, .footer a:hover { font-size: 22px; }
}

/*Hi Res 1600 X 900 */
@media ( max-width:1600px){
#container { height: 870px; margin-top: 1%; }
#spacer1 { height: 25px; }
#banner  { height: 60px; }
#scrivtitle { height: 60px; padding-left: 5%; }
#scrivtitle img { height: 60px; width: auto; }
.dropdown img{ height: 60px; width: auto; }
.dropdown { height: 60px; width: 49%; padding-left: 35%; }
.dropdown-content { width: 45%; }
.dropdown-content a, .dropdown-content a:hover { font-size: 25px; padding-top: 6%; }
#spacer2 { height: 10px; }
.navbar { height: 70px; width: 100%; }
#navbar_left { height: 70px; width: 46%;  margin-left: 4%; }
#navbar_right { height: 70px; width: 46%;  margin-left: 0; }
.navbar a:link, navbar a:visited, navbar a:hover  { font-size: 22px; } 
#spacer3 { height: 10px; }
.numbertext { height: 30px; }
.numbertext p { height: 30px; font-size: 21px; }
.mySlides, .slide-container { height: 500px; }
.slide-container .mySlides img  { height: 500px; width: auto; }
.prev, .next { margin-left: 27%; margin-right: 27%; top: 90%; }
#caption-container { height: 35px; }
#caption-container p { height: 25px; font-size: 21px; }
.thumbs-container { height: 55px; width: 100%; }
.thumbs-container img { height: 55px; width: auto; margin: 2.16px; }
.thumbs-container2 { height: 55px; width: 100%; }
.thumbs-container2 img { height: 55px; width: auto; }
#spacer4 { height: 10px; }
.footer { height: 40px; padding-top: .5%; }
.footer a:link, .footer a:hover, .footer a:hover { font-size: 21px; }
}

/* MacBook Pro 1440 X 730 & Vanyko tablet 992 X 500 no thumbs */
@media ( max-width:1440px){
#container { height: 700px; margin-top: 1%; }
#spacer1 { height: 5px; }
#banner  { height: 50px; }
#scrivtitle { height: 50px; padding-left: 5%; }
#scrivtitle img { height: 50px; width:  auto; }
.dropdown img{ height: 50px; width: auto; }
.dropdown { height: 50px; width: 49%; padding-left: 36%; }
.dropdown-content { width: 45%; }
.dropdown-content a, .dropdown-content a:hover { font-size: 25px; padding-top: 3.0%; }
#spacer2 { height: 5px; }
.navbar { height: 45px; width: 100%; }
#navbar_left { height: 45px; width: 46%;  margin-left: 4.5%; }
#navbar_right { height: 45px; width: 46%;  margin-left: 0; }
.navbar a:link, navbar a:visited, navbar a:hover  { font-size: 21px; }
#spacer3 { height: 5px; }
.numbertext { height: 35px; left: 25%; }
.numbertext p { height: 35px; font-size: 21px; }
.mySlides, .slide-container { height: 410px; }
.slide-container .mySlides img  { height: 410px; width: auto; }
.prev, .next { margin-left: 30%; margin-right: 30%; top: 90%; }
#caption-container { height: 35px; }
#caption-container p { height: 30px; font-size: 21px; }
.thumbs-container { height: 50px; width: 100%; }
.thumbs-container img { height: 50px; width: auto; margin: 2.0px; }
.thumbs-container2 { height: 50px; width: 100%; }
.thumbs-container2 img { height: 50px; width: auto; }
#spacer4 { height: 5px; }
.footer { height: 40px; padding-top: 1px; }
.footer a:link, .footer a:hover { font-size: 21px; }
}

/* 1366 X 768 iPad Pro Tabbed */
@media ( max-width: 1366px){
#container { height: 730px; margin-top: 1%; }
#spacer1 { height: 25px; }
#banner  { height: 45px; }
#scrivtitle { height: 45px; padding-left: 4.5%; }
#scrivtitle img { height:45px; width: auto; }
.dropdown img{ height: 45px; width: auto; }
.dropdown { height: 45px; width: 45%; padding-left: 35.5%; }
.dropdown-content { width: 45%; }
.dropdown-content a, .dropdown-content a:hover { font-size: 20px; padding-top: 7%; }
#spacer2 { height: 15px; }
.navbar { height: 45px; width: 100%; }
#navbar_left { height: 45px; width: 46%;  margin-left: 4.5%; }
#navbar_right { height: 45px; width: 46%;  margin-left: 0; }
.navbar a:link, navbar a:visited, navbar a:hover  { font-size: 20px; }
#spacer3 { height: 15px; left: 25%; }
.numbertext { height: 30px; left: 15%; }
.numbertext p { height: 30px; font-size: 21px; }
.mySlides, .slide-container { height: 475px; }
.slide-container .mySlides img  { height: 475px; width: auto; }
.prev, .next { font-size: 25px; margin-left: 28%; margin-right: 28%; top: 90%; }
#caption-container { height: 35px; }
#caption-container p { height: 35px; font-size: 21px; }
.thumbs-container { display: none; }
.thumbs-container img { display: none; }
.thumbs-container2 { display: none; }
.thumbs-container2 img { display: none; }
#spacer4 { height: 10px; }
.footer { height: 30px; }
.footer a:link, .footer a:hover { font-size: 21px; }
}

/* 1340 X 800 Samsung A7 Lite tabbed horizontal */
@media ( max-width:1340px){
#container { height: 760px; margin-top: 1.5%; }
#spacer1 { height: 25px; }
#banner  { height: 55px; }
#scrivtitle { height: 55px; padding-left: 4.5%; }
#scrivtitle img { height: 55px; width: auto; }
.dropdown img{ height: 50px; width: auto; }
.dropdown { height: 55px; width: 45%; padding-left: 36%; }
.dropdown-content { width: 45%; }
.dropdown-content a, .dropdown-content a:hover { font-size: 19px; padding-top: 9%; }
#spacer2 { height: 15px; }
.navbar { height: 50px; width: 100%; }
#navbar_left { height: 50px; width: 45%;  margin-left: 5%; }
#navbar_right { height: 50px; width: 45%;  margin-left: 1%; }
.navbar a:link, navbar a:visited, navbar a:hover  { font-size: 19px; }
#spacer3 { height: 10px; }
.numbertext { height: 30px; left: 23%; }
.numbertext p { height: 30px; font-size: 21px; }
.mySlides, .slide-container { height: 510px; }
.slide-container .mySlides img  { height: 510px; width: auto; }
.prev, .next { font-size: 25px; margin-left: 25%; margin-right: 25%; top: 90%; }
#caption-container { height: 40px; }
#caption-container p { height: 30px; font-size: 21px; }
#spacer4 { height: 10px; }
.footer { height: 40px; }
.footer a:link, .footer a:hover { font-size: 21px; }
}

/* 1280 X 800  Vankyo Hoirizontal Tabbed */
@media ( max-width: 1280px){
#container { height: 750px; margin-top: 1%; }
#spacer1 { height: 30px; }
#banner  { height: 55px; }
#scrivtitle { height: 55px; padding-left: 4%; }
#scrivtitle img { height: 55px; width: auto; }
.dropdown img{ height:45px; width: auto;  }
.dropdown { height: 55px; padding-left: 36%; }
.dropdown-content { width: 60%; }
.dropdown-content a, .dropdown-content a:hover { font-size: 19px; padding-top: 7%; }
#spacer2 { height: 15px; }
.navbar { height: 50px; width: 100%; }
#navbar_left { height: 50px; width: 46%;  margin-left: 4%; }
#navbar_right { height: 50px; width: 46%;  margin-left: 0; }
.navbar a:link, navbar a:visited, navbar a:hover  { font-size: 19px; }
#spacer3 { height: 10px; }
.numbertext { height: 30px; }
.numbertext p { height: 30px; font-size: 21px; }
.mySlides, .slide-container { height: 445px; }
.slide-container .mySlides img  { height: 445px; width: auto; }
.prev, .next { font-size: 21px; margin-left: 28%; margin-right: 28%; top: 90%; }
#caption-container { height: 40px; }
#caption-container p { height: 30px; font-size: 21px; }
#spacer4 { height: 10px; }
.footer { height: 40px; }
.footer a:link, .footer a:hover { font-size: 21px; }
}

/* 1245 X 700 * Samsung A7 Tablet */
@media (max-width: 1245px){
#container { height: 660px; margin-top: 1.5%; }
#spacer1 { height: 15px; }
#banner { height: 55px; }
#scrivtitle { height: 55px; padding-left: 4.5%; }
#scrivtitle img { height: 55px; width: auto; }
.dropdown img{ height: 45px; width: auto; }
.dropdown { height: 55px; width: 45%; padding-left: 37%; }
.dropdown-content { width: 60%; }
.dropdown-content a, .dropdown-content a:hover { font-size: 18px; padding-top: 7%; }
#spacer2 { height: 15px; }
.navbar { height: 40px; width: 100%; }
#navbar_left { height: 40px; width: 46%;  margin-left: 4%; }
#navbar_right { height: 40px; width: 46%;  margin-left: 0; }
.navbar a:link, navbar a:visited, navbar a:hover  { font-size: 18px; }
#spacer3 { height: 10px; }
.numbertext { height: 30px; }
.numbertext p { height: 30px; font-size: 20px; }
.mySlides, .slide-container { height: 435px; }
.slide-container .mySlides img  { height: 435px; width: auto; }
.prev, .next { font-size: 21px; margin-left: 27%; margin-right: 27%; top: 90%; }
#caption-container { height: 40px; }
#caption-container p { height: 30px; font-size: 20px; }
#spacer4 { height: 2px; }
.footer { height: 35px; }
.footer a:link, .footer a:hover { font-size: 20px; }
}

/* 1024 X 576 iPad tabbed*/
@media ( max-width: 1024px){
#container { height: 550px; margin-top: .5%; }
#spacer1 { height: 15px; }
#banner { height: 45px; }
#scrivtitle { height: 45px; padding-left: 3.25%; }
#scrivtitle img { height: 45px; width: auto; }
.dropdown img{ height: 45px; width: auto; }
.dropdown { height: 45px; width: 45%; padding-left: 37%; }
.dropdown-content { width: 60%; }
.dropdown-content a, .dropdown-content a:hover { font-size: 14.5px; padding-top: 5.5%; }
#spacer2 { height: 10px; }
.navbar { height: 45px; width: 100%; }
#navbar_left { height: 45px; width: 46%;  margin-left: 4%; }
#navbar_right { height: 45px; width: 46%;  margin-left: 0; }
.navbar a:link, navbar a:visited, navbar a:hover  { font-size: 14.5px; }
#spacer3 { height: 10px; }
.numbertext { height: 30px; }
.numbertext p { height: 30px; font-size: 18px; }
.mySlides, .slide-container { height: 345px; }
.slide-container .mySlides img  { height: 345px; width: auto; }
.prev, .next { font-size: 19px; margin-left: 27%; margin-right: 27%; top: 90%; }
#caption-container { height: 35px; }
#caption-container p { height: 25px; font-size: 18px; }
#spacer4 { height: 5px; }
.footer { height: 30px; }
.footer a:link, .footer a:hover { font-size: 18px; }
}

/* 995 X 550 */
@media ( max-width: 995px){
#container { height: 520px; margin-top: 1%; }
#spacer1 { height: 15px; }
#banner { height: 35px; }
#scrivtitle { height: 35px; padding-left: 3.75%; }
#scrivtitle img { height: 35px; width: auto; }
.dropdown img{ width: 35px; height: auto; }
.dropdown { height: 35px; width: 45%; padding-left: 35%; }
.dropdown-content { width: 60%; }
.dropdown-content a, .dropdown-content a:hover { font-size: 14.5px; padding-top: 5.5%; }
#spacer2 { height: 10px; }
.navbar { height: 45px; width: 100%;  }
#navbar_left { height: 45px; width: 46%;  margin-left: 4%; }
#navbar_right { height: 45px; width: 46%;  margin-left: 0; }
.navbar a:link, navbar a:visited, navbar a:hover  { font-size: 14.5px; }
#spacer3 { height: 10px; }
.numbertext { height: 20px; }
.numbertext p { height: 20px; font-size: 16px; }
.mySlides, .slide-container { height: 335px; }
.slide-container .mySlides img  { height: 335px; width: auto; }
.prev, .next { font-size: 19px;  margin-left: 28%; margin-right: 28%; top: 90%; }
#caption-container { height: 30px; }
#caption-container p { height: 20px; font-size: 16px; }
#spacer4 { height: 10px; }
.footer { height: 30px; }
.footer a:link, .footer a:hover { font-size: 16px; }
}

/* Vanyko tablet 992 X 500 Tabbed */
@media ( max-width:992px){
#container { height: 470px; margin-top: 1.5%; }
#spacer1 { height: 5px; }
#banner { height: 40px; }
#scrivtitle { height: 40px; padding-left: 4%; }
#scrivtitle img { height: 40px; width: auto; }
.dropdown img{ width: 35px; height: auto; }
.dropdown { height: 40px; width: 45%; padding-left: 37%; }
.dropdown-content { width: 60%; }
.dropdown-content a, .dropdown-content a:hover { font-size: 13.5px; padding-top: 5.5%; }
#spacer2 { height: 5px; }
.navbar { height: 45px; width: 100%; }
#navbar_left { height: 45px; width: 46%;  margin-left: 4%; }
#navbar_right { height: 45px; width: 46%;  margin-left: 1%; }
.navbar a:link, navbar a:visited, navbar a:hover  { font-size: 13.5px; }
#spacer3 { height: 5px; }
.numbertext { height: 20px; left: 27%; }
.numbertext p { height: 20px; font-size: 16px; }
.mySlides, .slide-container { height: 300px; }
.slide-container .mySlides img  { height: 300px; width: auto; }
.prev, .next { font-size: 19px; margin-left: 30%; margin-right: 30%; top: 90% }
#caption-container { height: 25px;}
#caption-container p { height: 15px; font-size: 16px; }
#spacer4{ height: 5px; }
.footer { height: 30px; }
.footer a:link, .footer a:hover { font-size: 16px; }
}

/* Vanyko tablet 925 X 515 */
@media ( max-width:925px){
#container { height: 485px; margin-top: 1.5%; }
#spacer1 { height: 15px; }
#banner { height: 30px; }
#scrivtitle { height: 30px; padding-left: 3.75%; }
#scrivtitle img { height: 30px; width: auto; }
.dropdown img{ width: 25px; height: auto; }
.dropdown { height: 30px; width: 45%; padding-left: 36%; }
.dropdown-content { width: 60%; }
.dropdown-content a, .dropdown-content a:hover { font-size: 13px; padding-top: 5.9%; }
#spacer2 { height: 5px; }
.navbar { height: 40px; width: 100%; }
#navbar_left { height: 40px; width: 46%;  margin-left: 4%; }
#navbar_right { height: 40px; width: 46%;  margin-left: 0; }
.navbar a:link, navbar a:visited, navbar a:hover  { font-size: 13px; }
#spacer3 { height: 5px; }
.numbertext { height: 25px; left: 24%; }
.numbertext p { height: 25px; font-size: 16px; }
.mySlides, .slide-container { height: 310px; }
.slide-container .mySlides img  { height: 310px; width: auto; }
.prev, .next { font-size: 19px; margin-left: 27%; margin-right: 27%; top: 90%; }
#caption-container { height: 25px; }
#caption-container p { height: 15px; font-size: 16px; }
#spacer3 { height: 6px; }
.footer { height: 30px; }
.footer a:link, .footer a:hover { font-size: 16px; }
}

/* MacBook 920 X 470  */
@media ( max-width:920px){
#container { height: 445px; margin-top: 1%; }
#spacer1 { height: 15px; }
#banner { height: 30px; }
#scrivtitle { height: 30px; padding-left: 3.85%; }
#scrivtitle img { height: 30px; width: auto;  }
.dropdown img{ height: 25px; width: auto; }
.dropdown { height: 30px; padding-left: 36%; }
.dropdown-content { width: 60%; }
.dropdown-content a, .dropdown-content a:hover { font-size: 13px; padding-top: 6.25%; }
#spacer2 { height: 5px; }
.navbar { height: 32px; width: 100%; }
#navbar_left { height: 30px; width: 46%;  margin-left: 4%; }
#navbar_right { height: 30px; width: 46%;  margin-left: 0; }
.navbar a:link, navbar a:visited, navbar a:hover  { font-size: 13px; }
#spacer3 { height: 5px; }
.numbertext { height: 20px; }
.numbertext p { height: 20px; font-size: 14px; }
.mySlides, .slide-container { height: 280px; }
.slide-container .mySlides img  { height: 280px; width: auto;}
.prev, .next { font-size: 19px; margin-left: 29%; margin-right: 29%; top: 90% }
#caption-container { height: 25px; }
#caption-container p { height: 20px; padding-top: .3%; font-size: 14px; }
#spacer4{ height: 6px; }
.footer { height: 30px; }
.footer a:link, .footer a:hover { font-size: 14px; }
}

/* 800 X 1340 Samsung A7 Lite tabbed vertical */
@media (max-width: 800px){
#container { height: 890px; margin-top: 15%; }
#spacer1 { height: 20px; }
#banner { height: 65px; }
#scrivtitle { height: 65px; padding-left: 7.5%; }
#scrivtitle img { height: 65px; width: auto; }
.dropdown img{ width: 40px; height: auto; }
.dropdown { height: 65px; width: 45%; padding-left: 30%; }
.dropdown-content { width: 90%; }
.dropdown-content a, .dropdown-content a:hover { font-size: 25px; padding-top: 6.25%; }
#spacer2 { height: 35px; }
.navbar { height: 110px; width: 100%; } 
#navbar_left { height: 55px; width: 100%;  margin-left: 0; }
#navbar_right { height: 55px; width: 100%;  margin-left: 0; }
.navbar a:link, navbar a:visited, navbar a:hover  { font-size: 25px; }
#spacer3 { height: 35px; }
.numbertext { height: 25px; width: 10%; left: 2%; }
.numbertext p { height: 25px; font-size: 18px; }
.mySlides, .slide-container { height: 590px; }
.slide-container .mySlides img  { height: 590px; width: auto; }
.prev, .next { font-size: 22px; margin-left: 7%; margin-right: 7%; top: 94%; }
#caption-container { height: 45px; }
#caption-container p { height: 35px;font-size: 18px; }
#spacer4 { height: 30px; }
.footer { height: 45px; }
.footer a:link, .footer a:hover { font-size: 18px; }
}

/*TABLET 768 X 432*/
@media ( max-width: 768px){
#container { height: 410px; margin-top: 4%; }
#spacer1 { height: 5px; }
#banner { height: 30px; }
#scrivtitle { height: 30px; padding-left: 3%;}
#scrivtitle img { height: 30px; width: auto ; }
.dropdown img{ height: 25px; width: auto; }
.dropdown { height: 30px; width: 45%; padding-left: 36.5%; }
.dropdown-content { width: 80%;}
.dropdown-content a, .dropdown-content a:hover { font-size: 12px; padding-top: 4%; }
#spacer2 { height: 1px; }
.navbar { height: 25px; width: 100%; }
#navbar_left { height: 25px; width: 45%;  margin-left: 4%; }
#navbar_right { height: 25px; width: 45%;  margin-left: 2%; }
.navbar a:link, navbar a:visited, navbar a:hover  { font-size: 12px; }
#spacer3 { height: 1px; }
.numbertext { height: 20px; width: 8%; left: 20%; top: 15%; }
.numbertext p { height: 20px; font-size: 14px; }
.mySlides, .slide-container { height: 250px; }
.slide-container .mySlides img  { height: 250px; width: auto; }
.prev, .next { font-size: 19px; margin-left: 27%; margin-right: 27%; top: 90%;  }
#caption-container { height: 25px; }
#caption-container p { height: 20px; font-size: 14px; }
#spacer4 { height: 5px; }
.footer { height: 30px; }
.footer a:link, .footer a:hover { font-size: 14px; }
}

/* Motorola Droid Razr HD 720 X 1280 */
@media ( max-width: 720px){
#container { height: 980px; margin-top: 15%; }
#spacer1 { height: 50px; }
#banner { height: 60px; }
#scrivtitle { height: 50px; padding-left: 2.75%; }
#scrivtitle img { height: 50px; width: auto; }
.dropdown img{ height: 50px; width: auto; }
.dropdown { height: 50px; width: 45%; padding-left: 27.5%; }
.dropdown-content a, .dropdown-content a:hover { font-size: 20px; padding-top: 9%; }
#spacer2 { height: 50px; }
.navbar { height: 110px; width: 100%; } 
#navbar_left { height: 55px; width: 100%;  margin-left: 0; }
#navbar_right { height: 55px; width: 100%;  margin-left: 0; }
.navbar a:link, navbar a:visited, navbar a:hover  { font-size: 20px; }
#spacer3 { height: 50px; }
.numbertext { height: 24px; width: 7%; left: 5%; }
.numbertext p { height: 24px; font-size: 17px; }
.mySlides, .slide-container { height: 500px; }
.slide-container .mySlides img  { height: 500px; width: auto; }
.prev, .next { font-size: 25px; top: 90%; margin-left: 9%; margin-right: 9%; }
#caption-container { height: 55px; }
#caption-container p { height: 35px; font-size: 20px; }
#spacer4 { height: 55px; }
.footer { height: 35px; }
.footer a:link, .footer a:hover  { font-size: 20px; }
}

/* Low Res 640 X 360 */
@media ( max-width: 640px){
#container { height: 335px; margin-top: 1.5%; }
#spacer1 { height: 5px; }
#banner { height: 40px; }
#scrivtitle { height: 32px; padding-left: 2.75%; }
#scrivtitle img { height: 32px; width: auto; }
.dropdown img{ height: 25px; width: auto; }
.dropdown { height: 32px; width: 45%; padding-left: 30%; }
.dropdown-content { width: 75%; }
.dropdown-content a, .dropdown-content a:hover { font-size: 12px; padding-top: 4%; }
#spacer2 { height: 10px; }
.navbar { height: 10px; }
#navbar_left { display:none; }
#navbar_right { display:none; }
.navbar a:link, navbar a:visited, navbar a:hover  { display:none; }
#spacer3 { height:10px; }
.numbertext { height: 20px; width: 7%; left: 23%; }
.numbertext p { height: 20px; font-size: 14px; }
.mySlides, .slide-container { height: 190px; }
.slide-container .mySlides img  { height: 190px; width: auto; }
.prev, .next { font-size: 16px; top: 85%; margin-left: 28%; margin-right: 28%; }
#caption-container { height: 25px; }
#caption-container p { height: 20px; padding-top: 1%; font-size: 12px; }
#spacer4 { height: 5px; }
.footer { height: 25px; }
.footer a:link, .footer a:hover  { font-size: 12px; }
}

/* Low Res 600 X 900 */
@media ( max-width: 600px){
#container { height: 900px; margin-top: 10%; }
#spacer1 { height: 55px; }
#banner { height: 60px; }
#scrivtitle { height: 60px; padding-left: 2.75%; }
#scrivtitle img { height: 60px; width: auto; }
.dropdown img{ height: 40px; width: auto; }
.dropdown { height: 60px; width: 45%; padding-left: 27%; }
.dropdown-content { width: 45%; }
.dropdown-content a, .dropdown-content a:hover { font-size: 18px; padding-top: 15%; }
#spacer2 { height: 10px; }
.navbar { height: 10px; }
#navbar_left { display:none; }
#navbar_right { display:none; }
.navbar a:link, navbar a:visited, navbar a:hover  { display:none; }
#spacer3 { height: 30px; }
.numbertext { height: 25px; width: 7%; left: 4.5%; }
.numbertext p { height: 25px; font-size: 16px; }
.mySlides, .slide-container { height: 430px; }
.slide-container .mySlides img  { height: 430px; width: auto; }
.prev, .next { font-size: 25px; top: 90%; margin-left: 7%; margin-right: 7%; }
#caption-container { height: 50px;  }
#caption-container p { height: 45px; padding-top: 1%; font-size: 25px; }
#spacer4 { height: 1px; }
.footer { height: 35px; }
.footer a:link, .footer a:hover  { font-size: 18px;  }
}

/*Low Res 480 X 640 */
@media (max-width: 480px) {
#container { height: 570px; margin-top: 15%; }
#spacer1 { height: 5px; }
#banner { height: 60px; }
#scrivtitle { height: 40px; padding-left: 2.75%; }
#scrivtitle img { height: 40px; width: auto; }
.dropdown img{ height: 40px;; width: auto; }
.dropdown { height: 40px; width: 45%; padding-left: 25%; }
.dropdown-content { width: 75%; }
.dropdown-content a, .dropdown-content a:hover { font-size: 16px; padding-top: 7.5%; }
#spacer2 { height: 1px; }
#spacer3 { height: 1px; }
.numbertext { height: 25px; width: 8%; left: 3.5%; }
.numbertext p { height: 25px; font-size: 16px; }
.mySlides, .slide-container { height: 340px; }
.slide-container .mySlides img  { height: 340px; width: auto; }
.prev, .next { font-size: 20px; top: 90%; margin-left: 5%; margin-right: 5%; }
#caption-container { height: 35px; }
#caption-container p { height: 30px; padding-top: 1px; font-size: 20px; }
#spacer4 { height: 1px; }
.footer { height: 25px; }
.footer a:link, .footer a:hover  { font-size: 16px; }
}

/*Low Res 375 X 667 */
@media (max-width: 375px) {
#container { height: 570px; margin-top: 30%; }
#spacer1 { height: 5px; }
#banner { height: 60px; }
#scrivtitle { height: 40px; padding-left: 2.75%; }
#scrivtitle img { height: 40px; width: auto;}
.dropdown img{ height: 35px; width: auto; }
.dropdown { height: 40px; width: 45%; padding-left: 25%; }
.dropdown-content { width: 75%; }
.dropdown-content a, .dropdown-content a:hover { font-size: 16px; padding-top: 7.5%; }
#spacer2 { height: 1px; }
#spacer3 { height: 1px; }
.numbertext { height: 18px; width: 9%; left: 2%; }
.numbertext p { height: 18px; font-size: 16px; }
.mySlides, .slide-container { height: 300px; }
.slide-container .mySlides img  { height: 300px; width: auto; padding-top: 10%; }
.prev, .next { font-size: 20px; top: 90%; margin-left: 5%; margin-right: 5%; }
#caption-container { height: 35px; }
#caption-container p { height: 30px; padding-top: 1px; font-size: 20px; }
#spacer4 { height: 1px; }
.footer { height: 25px; }
.footer a:link, .footer a:hover  { font-size: 16px; }
}


/*Low Res 360 X 640 */
@media (max-width: 360px) {
#container { height: 570px; margin-top: 30%; }
#spacer1 { height: 5px; }
#banner { height: 45px; }
#scrivtitle { height: 40px; width: 40%; padding-left: .1%; }
#scrivtitle img { height: 40px; width: auto; }
.dropdown img{ height: 35px; width: 40px; }
.dropdown { height: 40px; width: 45%; margin-left: 14%; padding-left: 21%; }
.dropdown-content { width: 65%; }
.dropdown-content a, .dropdown-content a:hover { font-size: 16px; padding-top: 7.5%; }
#spacer2 { height: 1px; }
#spacer3 { height: 1px; }
.numbertext { height: 25px; width: 11%; left: 1.5%; }
.numbertext p { height: 25px; font-size: 16px; }
.mySlides, .slide-container { height: 270px; }
.slide-container .mySlides img  { height: 270px; width: auto; padding-top: 5%;}
.prev, .next { font-size: 20px; top: 90%; margin-left: 5%; margin-right: 5%; }
#caption-container { height: 35px; }
#caption-container p { height: 30px; padding-top: 1px; font-size: 20px; }
#spacer4 { height: 1px; }
.footer { height: 25px; }
.footer a:link, .footer a:hover  { font-size: 14px; }
}
