@font-face { 

font-family: SIMPLIFICA; 
src: url('SIMPLIFICA.ttf'); 

} 

body {
  font-size: 25px;
  font-family: SIMPLIFICA; 
  letter-spacing: 3px; 
  font-weight: bold;
  margin: 0px;

}

li{
	padding-top: 10px; 
	padding-bottom: 10px
}

.textR{
	color: red;
}

#typedtext{
	background-color: transparent;
	font-size: 1.8vw;
	z-index: 1;  
	padding-top: 20%;
	margin-left: 40%; 
	margin-right: auto;
	color: white;


}

a:link{
	color: black;
	text-decoration: none;
}

a:visited{
	color: black;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}


.bd{
	border: solid;
	border-color: #f8f8f8;
	
}

.noB{
	list-style-type: none;
}

.mRib{
	height: 50%; 
	padding: 0px; 
	margin: 0px; 
	width: 80%;	
	transition: .5s ease;
	backface-visibility: hidden;
}

.ribFade{
	height: 50%; 
	padding: 0px; 
	margin: 0px; 
	width: 80%;	
}

.rS{
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  margin-left: 10%;
  margin-top: 2%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#infoL{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    background: #f8f8f8;
    color: black;
    opacity:0;
    transition:1s;
	text-align: center;
	font-size: 40px;
}

.rc:hover .mRib {
  opacity: 0.3;
}

#asm:hover .rS{
	opacity: 1;
}

#ndsm:hover .rS{
	opacity: 1;
}

#gwot:hover .rS{
	opacity: 1;
}

#aam:hover .rS{
	opacity: 1;
}

#arcam:hover .rS{
	opacity: 1;
}

#arcotr:hover .rS{
	opacity: 1;
}

#infoH{
	position: relative; display: inline-block
}

#infoH:hover #infoL{
	opacity: .8;
}


table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
table th,
table td {
  padding: .625em;
  text-align: center;
}
table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;

  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: fixed;}
  .topnav.responsive .icon {

    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;


}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;

}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg2 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg3 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

#myImg2:hover {opacity: 0.7;}

#myImg3:hover {opacity: 0.7;}

.dlStyle{
	border: 2px; 
	border-style: solid; 
	padding: 10px; 
	border-radius: 5px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
