body{
width:100%;
margin:0;
background-color:black;
overflow-x:hidden;
color:white;
font-family:Papyrus, Helvetica, Georgia; 
}

a{
color:white;
}

label{
font-size:4vh;
}

input, textarea{
font-size:4vh;
width:25vw; 
border:3px solid grey;
}

button{
font-size:4vh; 
border:3px solid grey;
border-radius:8px;
}

.lineBrk{
width:100%;
height:3px;
background-color:white;
}

.mb4{
margin-bottom:4vh;
}

.navDesktop{
display:block;
border-bottom:2px solid white;
}

.navMobile{
display:none;
}

.navbar{
text-align:center;
}

.navItems{
display:inline-block;
font-size:4vh;
padding:1vh 1vw 1vh 1vw;
}

.navItems:hover{
text-shadow: 3px 3px 6px white;
}

.container{
width:100%;
float:left;
margin:0;
}

.titleBox, .contentBox{
width:100%;
float:left;
padding:0 5vw 0 5vw;
}

.titleBox{
text-align:center;
}

.titleA{
font-size:7vh;
}

.titleB{
 font-size:5vh; 
}

.textA{
 font-size:3vh; 
}

.imageFull{
width:100%;
float:left;
}

.deskImg{
display:block;
}

.mobImg{
display:none;  
}

/* SLIDESHOW CSS START */
* {box-sizing:border-box}

/* Slideshow container */

.slidy{
  border-bottom:2px solid white;
}

.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
  float:left;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

.portImg{
width:100%;
}

/* Next & previous buttons */
.prev, .next {
	display:none;
  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,0.8);
  display:none;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size:6vh;
  text-shadow: 3px 3px 4px black;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* 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: 20px;
  width: 20px;
  margin: 0 20px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

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


/* SLIDESHOW CSS END */

@media (max-width:992px){

.navDesktop{
display:none;
}

.navMobile{
display:block;
border-bottom:2px solid white;
}

.accordion {
  background-color: black;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: black; 
}

.burger{
outline:none;
display:block;
color:white;
text-align:center;
text-decoration:none;
font-size:3rem;
}

.panel {
  /*padding: 0 18px;*/
  display: none;
  background-color: black;
  overflow: hidden;
}

.navbar{
text-align:center;
}

.navItems{
color:white;
width:100%;
display:inline-block;
font-size:6vh;
font-weight:800;
border-bottom:2px solid white;
text-decoration:none;
padding-top:1rem;
padding-bottom:1rem;
}

.portImg{
width:100%;
}


.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin:10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.deskImg{
display:none;
}

.mobImg{
display:block;  
}

input, textarea{
font-size:4vh;
width:50vw; 
border:3px solid;
}
/* FORM START */

/* FORM END */

}