/*
Authors: firstName lastName, firstName lastName, firstName lastName
Date: 01/01/2020
File Name: styles.css
*/

/* CSS Reset */
body, header, nav, main, footer, img, h1, h3, ul, section, article, aside, figure, figcaption {
    margin: 0;
    padding: 0;
    border: 0;
	
}
.active{
	background-color: #0A0909;
}
.bottomstuff{
	margin-bottom: 0px;
	text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px -1px 0 #ffffff, 1px 1px 0 #ffffff;
}
/* Slideshow container */
.headerbanner{
	display:block; 
	width:50%;
	height: auto;
	margin:0 auto
}
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
	resize: both;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  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,1.00);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.testimonial {
  border: 2px solid #ccc;
  background-color: #820103;
  border-radius: 5px;
  padding: 16px;
  margin: 16px 0;
}

/* Clear floats after containers */
.testimonial::after {
  content: "";
  clear: both;
  display: table;
}

/* Float images inside the container to the left. Add a right margin, and style the image as a circle */
.testimonial img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}

/* Increase the font-size of a span element */
.testimonial span {
  font-size: 20px;
  margin-right: 15px;
}

/* Add media queries for responsiveness. This will center both the text and the image inside the container */
@media (max-width: 500px) {
  .testimonial {
    text-align: center;
  }

  .testimonial img {
    margin: auto;
    float: none;
    display: block;
  }
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  /*background-color: #bbb;*/
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  /*background-color: #717171;*/
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/* Style rules for body and images */ /*417589 */
body {
    background-color: rgba(0,0,0,1.00);
}
div{
	
  overflow: auto;
}
img.slideshowImage {
    
    display: block;
	margin-left: auto;
	margin-right: auto;
	width:25%
	
}

.logo {display:block; width:auto;margin:0 auto}
.whitetext{
	color:white;
}
/* Style rules for header content e3eef2 b50707*/
header {
    text-align: center;
    color: #DE0909;
    padding: 1%;
}

header h1 {
    font-size: 3em;
    font-family: 'Merriweather', serif;
    text-shadow: 4px 4px 12px #213b45;
}

header h3 {
    font-style: italic;
    font-size: 1.25em;
    font-family: Futura, Arial, sans-serif;
}

/* Style rules for navigation area 213b45 fff e3eef2 */
nav {
    background-color: #800404;
}

nav ul {
    list-style-type: none;
    text-align: center;
}

nav li {
    display: block;
    font-size: 1.15em;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    border: 1px solid #e3eef2;
    border-radius: 2px; 
}

nav li a {
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 3%;
    text-decoration: none;
}

/* Style rules for main content e3eef2 0F252E 213B45;*/
main {
	text-align:center;
    padding: 2%;
    background-color: #de0909;
    font-family: 'Lato', Merriweather;
	  
}

main h2 {
    color: #000000;
}

main p {
    color: #000000;
    font-size: 1.25em;
}

main a { /*417589*/
    text-decoration: none;
    color: #417589;
    font-weight: bold;
}

main ul {
    list-style-type: square;
    font-size: 1.15em;
}

main ul li:last-child {
    padding-bottom: 2%;
}

article, figure {
    padding: 2%;
}

figure {
    border: 2px solid #000;
    margin: 2% auto;
    background-color: rgba(65, 117, 137, 0.4);
    text-align: center;
}

figcaption {
    padding: 2%;
}

section h1 {
    font-size: 2.5em;
}

.action { /*213b45*/
    font-size: 1.25em;
    color: #213b45;
    font-weight: bold;
    font-variant-caps: all-small-caps; 
}

.round {
    border-radius: 7px;
}

#ai ul {
    margin-left: 8%;
}

#deep a {
    color: #213b45;
}

.examples {
    border: 1px solid #417589;
    padding: 2%;
    background: rgba(65, 117, 137, 0.5);
    box-shadow: 4px 4px 10px #000;
}

.examples ul {
    margin-left: 8%;
}

/* Style rules for form elements */
fieldset, input, select, textarea  { 
    margin-bottom: 2%;
}

fieldset legend {
    font-weight: bold;
    font-size: 1.25em;
}

label {
    display: block;
    padding-top: 3%;
}

form #submit {
    margin: 0 auto;
    border: none;
    display: block;
    padding: 2%;
    background-color: #a8c9d6;
    font-size: 1em;
    border-radius: 10px;
}

/* Style rules for footer content */
footer {
    text-align: center;
    font-size: 0.75em;
    color: #e3eef2;
    font-weight: bold;
}

footer a {
    color: #e3eef2;
    text-decoration: none;
}
/*End Lab #3 */


/*Start Lab #4 */

/* Media Query for Large Desktop Viewports */
@media screen and (min-width: 1921px) {
    
    /* Desktop Viewport: Style rules for body and  container */
    body {
        background: linear-gradient(#000000);
        background-repeat: no-repeat;
    }
    
    #container {
        width: 1920px;
        margin: 0 auto;
    }
    
    /* Desktop Viewport: Style rule for header content 417589*/
    header {
        color: #417589;
    }
    
    /* Desktop Viewport: Style rule for main content */
    main {
        background-color: #800404;
    }
    
    /* Desktop Viewport: Style rule for footer content */
    footer, footer a {
        color: #e5e9fc;
    }
    
}

/*End Lab #4*/






/* Start Lab #5 - Media Query for Desktop Viewport */
@media screen and (min-width: 1000px), print {
    
    /* Desktop Viewport: Show tab-desk class, hide mobile class */
    .desktop {
        display: block;
    }

    .mobile-tab {
        display: none;
    }
    
    /* Desktop Viewport: Style rules for nav area */
    nav li {
        display: inline-block;
        font-size: 1.25em;
        font-family: Verdana, Arial, sans-serif;
        font-weight: bold;
    }

    nav li a {
        display: block;
        color: #fff;
        text-align: center;
        padding: 0.5em;
        text-decoration: none;
    }
    
    nav li a:link {
        color: #fff;
    }
    
    nav li a:hover {
        color: #757272;
    }
    
    nav li a:active {
        color: #000000;
    }
    
    /* Desktop Viewport: Style rules for main content 8cb3d9*/
    main {
        overflow: auto;
    }
    
    figure {
        max-width: 460px;
    }
    
    /* Tablet Viewport: Style rules for table */
    table {
        border: 1px solid #000;
        border-collapse: collapse;
        margin: 0 auto;
        width: 100%;
		
    }
    
    caption {
        font-size: 1.5em;
        font-weight: bold;
        padding: 1%;
    }
    
    th, td {
        border: 1px solid #000;
        padding: 1%;
    }
    
    th { /*#213b45 a8c9d6*/
        background-color: #000000;
		border-color: #757272;
        color: #fff;
        font-size: 1.15em;
    }

td { /*#213b45 a8c9d6*/
        background-color: #000000;
		border-color: #757272;
        color: #fff;
        font-size: 1.15em;
    }

    tr:nth-child(odd) {
        background-color: #000000;
        color: #fff;
    }
    
    /* Desktop Viewport: Style rules for form elements */
    .form-grid {
        display: grid;
        grid-template-columns: auto auto auto;
        grid-gap: 20px; 
    }
    
    .btn {
        grid-column: 1 / span 3;
    }
    
    /* Desktop Viewport: Style rules for footer content */
    footer {
        clear: left;
    }
    
}

/*End Lab #5 */









/*Start lab #6 */










/* Media Query for Tablet Viewport */
@media screen and (min-width: 600px), print {
 
    /* Tablet Viewport: Show tablet-desk class, hide mobile class */
    .tablet-desk {
        display: block;
    }

    .mobile {
        display: none;
    }
    
    /* Tablet Viewport: Style rules for nav area */
    nav li {
        border: none;
        display: inline-block;
        font-size: 1.25em;
    }
    
    nav li a {
        padding: 0.75em;
    }
    
    .grid {
        display: grid;
        grid-template-columns: auto auto;
        grid-gap: 20px;
    }
    
    section {
        grid-column: 1 / span 2;
    }
    
}



/* Media Query for Print */
@media print {
    
    body {
        background-color: #fff;
        color: #000;
    }
    
}

/* Style rules for mobile viewport */

/* Style rule to hide tablet-desk */
.tablet-desk, .desktop {
    display: none;
}

	.examples {
    border: 1px solid #417589;
    padding: 2%;
    background: rgba(65, 117, 137, 0.5);
    box-shadow: 4px 4px 10px #000;
	color: black;
}

.examples ul {
    margin-left: 8%;
}

	.contacts {
    border: 1px solid #417589;
    padding: 2%;
    background: red;
    box-shadow: 4px 4px 10px #000;
	color: black;
}

.contacts ul {
    margin-left: 8%;
}

<!-- New stuff below -->
.menubars {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
  background-color: #ffffff;
  /* text-align: center; */
  margin-left: auto;
  margin-right: auto;
}

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}