

.header {
    text-align: center;
    padding: 32px;
}

.row {
    display: -ms-flexbox; /* IE 10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE 10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column {
    -ms-flex: 50%; /* IE 10 */
    flex: 50%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
}

/* Style the buttons */
.btn {
    border: none;
    outline: none;
    padding: 10px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
    font-size: 18px;
}

.btn:hover {
    background-color: #ddd;
}

.btn.active {
    background-color: #666;
    color: white;
}

/* Style the active class, and buttons on mouse-over */
.activ, .btne:hover {
    background-color: #666;
    color: white;
}















* {
    box-sizing: border-box;
}

body {
    font-family: Arial;
    padding: 10px;
    background: #f1f1f1;
}

video {
    width: 80%;
    height: auto;
}

a {

    text-decoration: none;
    color:blue;
}


/* Header/Blog Title */
.header {
    padding: ;
    text-align: center;
    background: white;
    font-size: 20px;
}

.header h1 {
    font-size: 40px;
    position: relative;
    bottom: 0px;
    left: 0%;
}

/* 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;
}

/* 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;

}



/* 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;
}



input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}


.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 1%;
    margin-top: 20px;
}








/* 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%;
    }
}