body{
  background: #011500;
}
.omar{
  min-height: 500px;
}

h1{
  font-family: Tahoma;
  font-size: 18px;
  font-weight: bold;
}

h1 a{
  text-decoration: none;
}

h1 a:hover{
  text-decoration: none;
  color:#ffffff;
}

.container {
  position: relative;
  top: 0;
  left: 0;
  border: 2px solid #015913;
  width: 100%;
  height: 100%;
  margin: 10;
  padding: 0;
  box-sizing: border-box;
  background: #EDFCEB;
}

.header{
  /*background-image: url("../img/top1.jpg");*/
  /*background-repeat: no-repeat; !* Do not repeat the image *!*/
  /*background-size: cover;*/
  background-image: radial-gradient(circle, #1D8304, #05942C, #6BB754, #a8eb12);
}

h2{
  font-weight: bold;
  text-align:center;
  color: #CB9505;
  text-decoration:none;
  font-family: Arial;
  text-shadow: 2px 2px #1B5D06;
  margin: 0;
}

h3{
  text-align:center;
  color: #CB9505;
  font-weight:bold;
  text-shadow: 1px 1px #1B5D06;

}

h4{
	text-align:center;
	color:blue;
	text-decoration:underline;
}

h5{
	text-align:center;
	color:blue;	
}

 a{
	text-align:center;
}

.nav-link {
    color: red;
}

a:hover{
color:green;
}


.logo1{
	float:left;
	padding:8px;

}

.logo2{
	float:right;
	padding:8px;

}

.footer{
    width: 100%;
    background: #062101;
    background: -moz-linear-gradient(top, #0D4902 0%, #062101 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0D4902), color-stop(100%, #062101));
    background: -webkit-linear-gradient(top, #0D4902 0%, #062101 100%);
    background: -o-linear-gradient(top, #0D4902 0%, #062101 100%);
    background: -ms-linear-gradient(top, #0D4902 0%, #062101 100%);
    background: linear-gradient(to bottom, #0D4902 0%, #062101 100%);
    text-decoration: none;
    overflow: hidden;
}

.footer h5{
  margin: 0;
  font-size: 14px;
  color:white;
  text-align:center;
}

/* Menu Start */
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
  line-height: 1;
    background: #062101;
    background: -moz-linear-gradient(top, #0D4902 0%, #062101 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0D4902), color-stop(100%, #062101));
    background: -webkit-linear-gradient(top, #0D4902 0%, #062101 100%);
    background: -o-linear-gradient(top, #0D4902 0%, #062101 100%);
    background: -ms-linear-gradient(top, #0D4902 0%, #062101 100%);
    background: linear-gradient(to bottom, #0D4902 0%, #062101 100%);
	width: auto;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
    box-shadow: inset 0 0 1px #000000;
    -moz-box-shadow: inset 0 0 1px #000000;
    -webkit-box-shadow: inset 0 0 1px #000000;
  background: #062101;
  background: -moz-linear-gradient(top, #0D4902 0%, #062101 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0D4902), color-stop(100%, #062101));
  background: -webkit-linear-gradient(top, #0D4902 0%, #062101 100%);
  background: -o-linear-gradient(top, #0D4902 0%, #062101 100%);
  background: -ms-linear-gradient(top, #0D4902 0%, #062101 100%);
  background: linear-gradient(to bottom, #0D4902 0%, #062101 100%);
  color: #ffffff;
  display: block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  padding: 16px;
  text-decoration: none;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul > li {
  display: inline-block;
 
  margin: 0;
}
#cssmenu.align-center {
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  color: #ffffff;
  font-size: 14px;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0fa1e0;
  margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu.align-right > ul > li:first-child > a,
#cssmenu.align-center > ul > li:first-child > a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#cssmenu.align-right > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li:hover > a {
  color: #B0B8B5;
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
    background: #062101;
    background: -moz-linear-gradient(top, #0D4902 0%, #062101 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0D4902), color-stop(100%, #062101));
    background: -webkit-linear-gradient(top, #0D4902 0%, #062101 100%);
    background: -o-linear-gradient(top, #0D4902 0%, #062101 100%);
    background: -ms-linear-gradient(top, #0D4902 0%, #062101 100%);
    background: linear-gradient(to bottom, #0D4902 0%, #062101 100%)
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu.align-right .has-sub ul {
  left: auto;
  right: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #0fa1e0;
  border-bottom: 1px dotted #31b7f1;
  font-size: 15px;
  filter: none;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #ffffff;
}
#cssmenu .has-sub ul li:hover a {
  background: #0c7fb0;
}
#cssmenu ul ul li:hover > a {
  color: #ffffff;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu.align-right .has-sub .has-sub ul,
#cssmenu.align-right ul ul ul {
  left: auto;
  right: 100%;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #0c7fb0;
  border-bottom: 1px dotted #31b7f1;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #0a6d98;
}
#cssmenu ul ul li.last > a,
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul ul li.last > a,
#cssmenu ul ul ul li:last-child > a,
#cssmenu .has-sub ul li:last-child > a,
#cssmenu .has-sub ul li.last > a {
  border-bottom: 0;
}

#cssmenu a{
  text-align: left;
}

/* Menu End */
.galeryFloatLeft{
  width: 31.33%;
  margin: 1%;
  float:left;
  overflow: hidden;
  border: 1px solid green;
}

.galeryFloatLeft img{
  width: 100%;
}

.about-bafwt p{
  margin: 20px;
  text-align: justify;
}

/**  My Changes**/
.member-announce {
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  margin-bottom: 15px;
}

.col-1-3 {
  width: 31.33%;
  margin: 1%;
  float: left;
  border-radius: 3px;
  background: #9AF98E;
}

.col-1-3:hover {
  width: 32.33%;
  margin: .5%;
  -webkit-transition: .5s;
  transition: .5s;
}

.museum-baf,
.member-baf,
.announce-baf{
  height: 240px;
}

.museum-baf h5,
.member-baf h5{
  text-align: left;
  padding: 6px;
  border-bottom: 1px solid #6FEA67;
  font-size: 16px;
  
}

.museum-baf a,
.member-baf a{
  text-decoration: none;
  color: #000000;
}

.member-announce .museum-baf h1,
.member-announce .member-baf h1,
.member-announce .announce-baf h1{
  font-size: 18px;
  text-align: center;
  margin: 5px;
  background: #072D01;
  padding: 5px 0;
  font-family: tahoma;
  color: #ffffff;
}


.member-announce .museum-baf h1 a,
.member-announce .member-baf h1 a,
.member-announce .announce-baf h1 a{
  color: #1E1E1E;
}

.member-announce .museum-baf h4 {
  text-align: center;
  font-family: tahoma;
  font-size: 16px;
}

.member-announce .member-baf h3 {
  text-align: center;
}

.member-announce .museum-baf p,
.member-announce .member-baf p{
  text-align: justify;
  margin: 2px 5px;
  font-size: 15px;
}

.museum-baf h5 a:hover,
.member-baf h5 a:hover{
  color: blue;
}

.announce-baf marquee,
.sidebar-widget-inner marquee{
  width: 100%;
  display: block;
}


.announce-baf h5{
  background: #4DB445;
  border-bottom: 1px solid #6FEA67;
  margin: 0;
  padding:5px 10px;
  font-size: 17px;
  color:#ffffff;
}

.announce-baf h5 a:hover{
  color:#ffffff;
}

.announce-baf h6 a{
  color:#ffffff;
  text-decoration: none;
}

.announce-baf h6 a:hover{
  color:#B1B8B0;
  text-decoration: none;
}

.announce-baf h6{
  background: #61AD5C;
  border-bottom: 1px solid #6FEA67;
  margin: 0;
  padding:5px 10px;
  font-size: 17px;
}

.announce-baf a{
  font-family: tahoma;
  color: #ffffff;
  text-decoration: none;
}

.announce-baf a:hover{
  color: #11a4d4;
  text-decoration: none;
}

.announce-baf h3{
  padding:5px 0;
  margin: 0;
  text-align:center;
  background: #79B9F6;
}

.col-1-4 {
  width: 23%;
  margin: 1%;
  background:#9AF98E;
  float: left;
  overflow: hidden;
  height: 500px;
  border-radius: 3px;
}
.col-1-4:hover{
  width: 25%;
  margin: 0;
  -webkit-transition: .5s;
  transition: .5s;
}


.col-1-4 h1,
.col-1-4 h1 a{
  /*font-size: 17px;*/
  text-align: center;
  margin: 5px;
  background: #072D01;
  padding: 5px 0;
  font-family: tahoma;
  color: #ffffff;
}

.col-1-4 h3{
  margin: 0 5px;
}

.col-1-4 h5 {
  margin: 0;
  padding: 2px 2px;
  border-bottom: 1px solid #6FEA67;
}

.col-1-4 h4 {
  margin: 6px 0;
}
.col-1-4 a{
  font-size: 16px;
  font-family: arial;
  color: #0e75e3;
}

.col-1-4 a:hover{
  color: #ffffff;
}

.fourtiles {
  overflow: hidden;
  margin-bottom: 20px;
  
}

.photo-gallery .imagegallery img{
  width: 48%;
  margin: 1%;
  float: left;
  overflow: hidden;
  border-radius: 5px;
}



.twoimage {
  overflow: hidden;
}

.publication h5,
.publication h4{
  font-size: 16px;
  font-family: inherit;
}

.publication h5 a:hover,
.publication h4 a:hover{
  color: #6c757d;
  text-decoration: none;
}

.header .row .col-md-3 p{
  margin: 0;
  padding: 5px 10px;
}

.footer .row .col-md-6 h5{
  padding: 10px;
}

/** Personal Design **/

@media screen and (max-width: 1024px) {
  .col-1-3 {
    height: 260px;
  }
}

@media screen and (max-width: 768px) {
  .col-1-3 {
    float: none;
    width: 96%;
    margin: 0 auto;

  }

  .col-1-3:hover {
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
  }

  .museum-baf,
  .member-baf,
  .announce-baf{
    height: 260px;
  }

  .col-1-4 {
    width: 48%;
    margin: 1%;
    height: 400px;
  }
  .col-1-4:hover{
    width: 50%;
    margin: 0;
    -webkit-transition: .5s;
    transition: .5s;
  }
}



@media screen and (max-width: 480px) {

  .col-1-4 {
    width: 98%;
    margin: 1%;
    height: 430px
  }
  .col-1-4:hover{
    width: 100%;
    margin: 0;
    -webkit-transition: .5s;
    transition: .5s;
  }

  .col-1-4 h5 {
    padding: 15px 5px;
  }

}


@media screen and (max-width: 320px) {

  .col-1-3 {
    height: 320px;
  }

  .col-1-4 {
    width: 98%;
    margin: 1%;
  }

  .col-1-4:hover {
    width: 100%;
    margin: 0;
    -webkit-transition: .5s;
    transition: .5s;
  }

  .member-announce .member-baf p {
    font-size: 14px;
  }
}

.galeryFloatLeft{
    border-radius: 7px 7px 0 0;
   
}

.galeryFloatLeft p{
    margin: 5px;
    color: darkblue;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
