body {
	width: 100%;
	
}

.backgroundimage {
	background-image: url(1b.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
  	-o-background-size: cover;
 	background-size: cover;
	min-height: 150vh;
	opacity: 1;
}

.containerdiv {
	height: 100%;
	margin-left: 0px; 
	text-align: center;
}

.slideshowpics {

	border: 2px solid #021a40;
   	max-width: 60%;
   	min-width: 60%;
    height: auto;
    margin-top: 25px;
    float: left;
    box-shadow: 0 4px 8px 0;
    margin-right: 20px;
}

.descriptiontext { 	
	color: black;
	font-style: italic;
 }

.descriptiontextcontainer { 
	float: left; 
	max-width: 35%;
	min-width: 35%;
	margin-top: 25px;
	margin-bottom:25%;
	padding-left: 20px;
	padding-right: 0px;
	margin-right: 0px;
 }

.footer {
    position: fixed; 
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 25px;
    background-color: black;
    opacity: 0.8;
    text-align: center;
    padding-bottom: 5px;
}

.footertext{ 
	color: white;
}

.dtext {
 	font-size: 19px;
}

.title {
	max-height: 100px;
	margin-top: 20px;
	max-width: 100%;
}

.Mslideshowpic {
	border: 2px solid #021a40;
   	max-width: 100%;
    height: auto;
    margin-top: 10px;
    box-shadow: 0 4px 8px 0;
    max-height: 300px;
}

.Mdescriptiontextcontainer { 
	
	float: left; 
	max-width: 100%;
	min-width: 100%;
	margin-top: 10px;
	margin-bottom: 25px;
}

.Mdtext {
font-size: 1.1em;
}

.cpu {display: none;}
.mobile {display: none;}

@media screen and (min-width: 996px) {
		.cpu { display: block; }
	}

@media screen and (max-width: 995px) {
		.mobile {display: block;}
}

