*{
  box-sizing: border-box;
}

html {
  background-image: url("../images/wpaper.jpg");
}

.body {
  font-family: Arial;
  background: #0C090A;
  width: 70%;
  align-self: center;
  margin: auto;
  }

h2 {
  text-align:center;
  font-size: 30px;
  color: #FFFFFF;
}

p {
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
}

center {
  color:#ffff;
}

.row {
  color:#0C090A;
}

.button {
  background-color: #26A7FF;
  border: none;
  color: #fff;
  padding: 20px 37px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

/*about*/
.mission-statement {
  font-family: Arial;
  padding: 10px;
  background: #0C090A;
  text-align: center;
}

/*header*/
.header {
padding: 10px 24px;
text-align: left;
background: #0C090A;
font-family: monospace;
}

.header h1 {
font-size: 50px;
color: #ffff;
}

/*navbaryo*/
.navbar {
overflow: hidden;
background-color: #FF9A08;
}

.navbar a {
float: left;
font-size: 16px;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-family: georgia;
font-weight: bold;
}

.dropdown {
float: left;
overflow: hidden;
}

.dropdown .dropbtn {
font-size: 16px;
border: none;
outline: none;
color: white;
background-color: #FF9A08;
font-family: inherit;
}

.navbar a:hover, .dropdown:hover .dropbtn {
background-color: #26A7FF;
}

.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 80px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}

.dropdown-content a {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}

.dropdown-content a:hover {
background-color: #ddd;
}

.dropdown:hover .dropdown-content {
display: block;
}

.leftcolumn {
float: left;
clear: left;
width: 100%;
background-color: #0C090A;
}


.card {
text-color: #ffff;
padding: 20px;
margin-top: 20px;
}

.row:after {
content: "";
display: table;
clear: both;
}

@media screen and (max-width: 800px) {
.leftcolumn, .rightcolumn {
  width: 100%;
  padding: 0;
}
}

.image {
   position: relative;
   width: 100%;
}

.fileimage {
  width: 90%;
  height: 90%
}

.textoverimage {
   position: absolute;
   top: 200px;
   left: 0;
   width: 100%;
   font-size: 50px;
   color: white;
}

.columne {
  float: left;
  clear: left;
  width: 50%;
  padding: 5px;
  background-color: #0C090A;
  padding: 14px 16px;
}

.columne2 {
  float:right;
  clear:right;
  width:50%;
  padding: 5px;
  padding: 14px 16px;
}

.columne3 {
  float:center;
  clear:center;
  width:50%;
  padding: 5px;
}

/*gallery*/
div.gallery {
  margin: 1px;
  float: left;
  width: 150px;
}

div.gallery img {
  width: 90%;
  height: 100%;
}

div.desc {
  padding: 1px;
  text-align: center;
  color: #ffffff;
}
