* {
    box-sizing: border-box;
}

body {
    font-family: Arial;
    padding: 10px;
    background: #f1f1f1;
}

#zoom {

    transition: transform .2s;
   
}

#zoom:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
}

/* Header/Blog Title */
.header {
    padding: ;
    text-align: center;
    background: white;
}

.header h1 {
    font-size: 50px;
}

/* Style the top navigation bar */
.topnav {
    overflow: hidden;
    background-color: #333;
}

.logo a,img{

width: 10%;


 background-color:none;
}



.social a,img{

width: 7%;

background-color:white;
}

/* Style the topnav links */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 16px 18px;
    text-decoration: none;

}

/* Change color on hover */
.topnav a:hover {
  background-color: #ddd;
    color: black;
}
.logo a:hover{
    background-color:#333;
    color: none;
}

.active, .btn:hover {
    background-color: #666;
    color: white;
}


/* Style the top navigation bar */
.bottumnav {
    overflow: hidden;
    background-color: #333;
    font-size: 25px;
    color: white;
   

}
/* Style the topnav links */
.bottumnav a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 131.1px;
    text-decoration: none;
    background-color: #ddd;
}

/* Change color on hover */
.bottumnav a:hover {
    background-color: #ddd;
    color: black;
}




/* Caption text */
.text {
  /*color: #f2f2f2;*/
  color: black;

  padding: 4px 8px;
  position: absolute;
  bottom: 56px;
 
  text-align: center;
  left: 11px;
   opacity:;
}
.text h4{
    font-size: 20px;
    color: black; 
    background-color: #ddd;  
    padding: 2px 8px 2px 8px;
    float: left;

}

#team{
    
    text-align:center;
    /*font-size:10px;*/
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
    float: left;
    width: 33.3%;
    padding-right: 5px;
}

.leftcolumn2 {   
    float: left;
    width: 66%;
}

/* Right column */
.rightcolumn {
    float: left;
    width: 33.3%;
    background-color: #f1f1f1;
    padding-left: 5px;
}

/* Fake image */
.fakeimg {
    background-color: #aaa;
    width: 100%;
    padding: 0px;
}

/* Add a card effect for articles */
.card {
    background-color: white;
    padding: 20px;
    margin-top: 20px;
}

.card a{
    text-decoration: none;
    color: black;
}

/* Add a card effect for articles */
.card2 {
    background-color: white;
    padding: 20px;
    margin-top: 20px;
    width: 100%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Footer */
.footer {
    padding: 1%;
    text-align: center;
    background: #333;
    margin-top: 20px ;
    text-decoration: none;
}


.footer .social{

}

.footer a{
     padding: 4px;
    color: #ddd;
    text-decoration: none;
}

.footer a:hover{
     color:white;

    text-decoration: none;
}



.text-1/*, 
.text-2, 
.text-3*/ {
    position: absolute;
  display: block;
    top: 9em;
  
  width: 50%;
  
  font-size: 1.5em;
text-transform: uppercase;
    animation-duration: 20s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    color: #cecece;
    background-color: #222;
    border-radius: 5px;
    padding: 15px;

}

.text-1{
    animation-name: anim-1;
}

/*.text-2{
    animation-name: anim-2;

}

.text-3{
    animation-name: anim-3;
}*/

@keyframes anim-1 {
    0%, 8.3% { left: -100%; opacity: 0; }
  8.3%,25% { left: 25%; opacity: 1; }
  33.33%, 100% { left: 50%; opacity: 0; }
}

/*@keyframes anim-2 {
    0%, 33.33% { left: -100%; opacity: 0; }
  41.63%, 58.29% { left: 25%; opacity: 1; }
  66.66%, 100% { left: 50%; opacity: 0; }
}

@keyframes anim-3 {
    0%, 66.66% { left: -100%; opacity: 0; }
  74.96%, 91.62% { left: 25%; opacity: 1; }
  100% { left: 50%; opacity: 0; }
}*/



/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
    .leftcolumn, .rightcolumn, .text {   
        width: 100%;
        padding: 0;
    }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
    .topnav a {
        float: none;
        width: 100%;
    }
}




/*, *:before, *:after {
  box-sizing: inherit;
}*/


.overlay_column {
  float: left;
  width: 12.5%;
  margin-bottom: 16px;
  padding: 0 8px;

}

@media screen and (max-width: 650px) {
  .overlay_column {
    width: 100%;
    display: block;
  }
}

.overlay_card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); 
  background-color:white;
}

.overlay_container {
  padding: 0 16px;
  background-color:WHITE;
 
}

.overlay_container::after, .overlay_row::after {
  content: "";
  clear: both;
  display: table;

}

.title {
  color: grey;
}

.overlay_button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.overlay_button:hover {
  background-color: #555;
}




/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.overlay_container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    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.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 100%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
}