iframe{
margin: 0px 25%;
margin-top: 2%;
}
hr{
  color:rgba(192,192,192,0.3);
  border-width: 2px;
}
/*_________________________________________________________________*/
.modal{
  display: none;
  background-color: rgba(255,255,255, 0.3);
}
.required{
  color:red;
}
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: solid #967a32;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}
/*Index page */
/*.triangle-right {
  text-align:center;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-left: 30px solid #d2be46;
	border-bottom: 15px solid transparent;
  display:inline-block;
  margin-top:100px;
}*/
.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}
.indexPageStyle{
  background-color: rgb(248,248,255);
}
.arrow{
    border: solid #d2be46;
    border-width: 3px 3px 3px 3px;
    display: inline-block;
    padding: 2px;
}
form.inputForm{
width: 50%;
margin: auto;
}
form.inputForm input[type=text]{
  height: 50%;
width: 80%;
float: left;
}
.myInput:focus {outline: 3px solid #ddd;}
.dropdown  {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    position: absolute;
    top: 55px;
    display: none;
    background-color: #f6f6f6;
    max-height: 200px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
    width: 75%;
}


.dropdown-content a {
    color: black;
    text-align: left;
    text-decoration: none;
    display: block;
    cursor: pointer;
}
.dropdown-content a:hover{
  background-color: #d2be46;
}


.show {display: block;}
.myInput {
    background-color: #ffffff;
    background-position: 14px 12px;
    padding: 10px 5px;
    background-repeat: no-repeat;
    font-size: 15px;
    /* border: none; */
    border: 1px solid #000;
    height: 100%;
    display: inline-block;
    border-right: 0px;
}
.indexPage form button{
height: 50%;
float: left;
width: 15%;
padding: 2px 1px;
border:1px solid black;
}
.theRightArrow{
  margin: 0px;
  padding: 0px;
  font-size: 40px;
  color: #d2be46;
}
/*results page CSS*/
.resultPageContainer{
  width:83%;
  margin-left:16%;
  margin-bottom:3%;
  padding:0px;
}
.dataDiv{
  width: 100%;
  margin-top: 2%;
  display:inline-block;
  border-left: 1.7px solid rgba(192,192,192,0.3);
  text-align: center;
}
.imageDiv{
  height: 320px;
  border: 1px solid white;
  margin-bottom: 10%;
  margin-top: 3%;
}
.imageDiv img {
  height: 318px;
}
.resultPageImage{
max-width:100%;
max-height:100%;
display: inline-block;
vertical-align: middle;
}
.monumentDescription{
  margin: 0px;
  font-family: comfortaaLight;
    font-size: 12px;
  white-space: normal;
  height: 90px;
}
.actionDiv {
  height: 10%;
  margin-top: 4%;
  margin-bottom:10%;
  background-color: white;
}
/*ONE Result  page*/
.img-zoom-lens {
  margin-top: 5px;
  position: absolute;
  /*set the size of the lens:*/
  width:  200px;
  height: 150px;
}
.img-zoom-result {
  display: none;
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
  width:400px;
  height:300px;
}
/* the RESt of website pages*/
.title{
  text-align: center;
  margin-top:2%;
  margin-bottom: 3.5%;
}
.homeContent{
  margin-top: 5%;
}
.homeContent p{
  letter-spacing: 5px;
}

#navigationBar .nav-item a{
  margin: 5px;
  padding: 4px;
  padding-top: 10px;
  padding-right: 10px;
  color:#000000;
  border-right: 2px solid black;
  line-height:6px;
}
#homeNavigationBar .nav-item a{
  margin: 5px;
  padding: 4px;
  padding-top: 10px;
  padding-right: 10px;
  line-height:6px;
    color:#ffffff;
  border-right: 2px solid white;
  line-height: 10px;
}
#homeNavigationBar .last a, #navigationBar #lastId {
    border-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.english-style{
letter-spacing:2px;
font-size:18px;
font-family:comfortaaLight;
}
.arabic-style{
letter-spacing: 0px;
font-family:Amiri, serif;
font-size:25px;
}
.navbar{
  padding:0px;
  margin: 0px;
  max-height:20%;
}
.modal{
  /* // this is the main container of the notebook */
  max-height: 90%;
/*  padding: 3% 10%;*/
    padding-right: 10%;
  }
.close{
  position: fixed;
  right: 89%;
  top :8%;
  color:white;
  font-size: 50px;
  z-index: 99;
}
.close:hover{
  color:white;
}
.modal-content{
  overflow-y: auto;
  width: 90%;
  height: 90%;
  margin: 20px 5%;
  background-attachment: fixed;
  background-size:cover;
  background-position:20% 50%;
  background-repeat:no-repeat;
  color: white;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.8), 0 20px 40px 0 rgba(211,211,211,0.5);

}
.modal-content-arabic {
  overflow-y: auto;
  width: 90%;
  height: 90%;
  margin: 20px 5%;
  background-attachment: fixed;
  background-size:cover;
  background-position:20% 50%;
  background-repeat:no-repeat;
  color: white;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.8), 0 20px 40px 0 rgba(211,211,211,0.5);

}

.aboutPage{
width: 80%;
color: black;
margin:0% 10%;
margin-top: 4%;
font-weight: 1000;
background-color:rgba(255,255,255,0.65);
}
.aboutPage-arabic{
width: 80%;
color: black;
margin:0% 10%;
margin-top: 4%;
font-weight: 1000;
background-color:rgba(255,255,255,0.65);
}
.boardMemberTable{
  width: 80%;
  margin:0% 10%;
  margin-bottom: 4%;
  color: black;
  font-weight: 1000;
  display: none;
}
.team-box{
  width:100%;
  text-align:center;
}
.team-box .name{
  font-family: comfortaaLight;
  font-size: 20px;
  color: black;
}
.theTitle{color: rgb(0,0,0);}
.team-box p{
  font-family:comfortaaLight;
  font-size:20px;
  color: rgb(7,7,7);
}
.team-box .theBox{
margin:0px;
background-color:rgba(255,255,255,0);
}
.team-box .description{
  border:none;
}
.team-boxed .projectBox{
  background-color: white;
}
.collectPage{
  margin: 0px;
}
.clickableImage{
  cursor: pointer;
}
.projectPage{
margin-bottom:1%;
}
.projectPage .box img{
  /* width:100%;
  height:80%;
  max-width:none; */
  cursor: pointer;
}
.projectPage-arabic{
margin-bottom:1%;
}
.projectPage-arabic .box img{
  
  /* width:100%;
  height:80%;
  max-width:none; */
  cursor: pointer;
}
.narrativePage{
    margin-top:5%;
    padding: 0px;
  }

.initiativePage{
  padding: 0px;
  text-align: center;
}
.initiativePage .clickableLinks{
  margin-top: 3%;
}
.initiativePage .clickableImage {
box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2), 0 15px 20px 0 rgba(0, 0, 0, 0.19);
height:90%;
width:35%;
}
.initiativePage-arabic{
  padding: 0px;
  text-align: center;
}
.initiativePage-arabic .clickableLinks{
  margin-top: 3%;
}

.initiativePage-arabic .clickableImage {
box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2), 0 15px 20px 0 rgba(0, 0, 0, 0.19);
height:90%;
width:35%;
}


.collectPage{
  text-align: center;
}
.collectPage-arabic{
  text-align: center;
}
.doubleImage{
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 15px 0 rgba(0, 0, 0, 0.19);
max-width:35%;
max-height:2%;
display: inline-block;
margin-bottom: 5%;
margin-left: 5%;
}
 .soloImage{
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 15px 0 rgba(0, 0, 0, 0.19);
max-width:90%;
max-height:20%;
margin-top: 3%;
margin-bottom: 4%;
display: inline-block;
}

.collapse{
  width: 100%;
}
/*_________________________________________________________________*/
#myimage{
  padding: 0px;
}
#aboutPageStyle{
  background-attachment: fixed;
  background-size:cover;
  background-position:20% 50%;
  background-repeat:no-repeat;
  background-color: rgba(255,255,255, 0);
  color:#ffffff;
  padding:0px;
  margin-top:50px;
}
#aboutPageStyle form button{
  color:white;
}
#aboutPageStyle img{
  max-width: 160px;
}
#pageStyle form button{
  color:black;
}
#homeNavigationBar{
  margin-top: 3.8%;
  margin-left: 10%;
  color: rgb(0,0,0);
}
#navigation{
  background-color:rgba(255,255,255,0);
  background-repeat:no-repeat;
  font-size:19px;
  padding:5px;
  height:60px;
  margin:10px 10px;
}
#submitButton{
background-color:rgb(237, 243, 244);
font-size:25px;
letter-spacing: 5px;
border: 0px;
color: black;
display:inline-block;
}
#submitButton:hover{
background-color:rgb(116, 170, 177);
}
#submitButton-arabic{
background-color:rgb(237, 243, 244);
font-size:25px;
border: 0px;
color: black;
display:inline-block;
}
#submitButton-arabic:hover{
background-color:rgb(116, 170, 177);
}
#PageStyle{
background-color: rgb(255,255,255);
  background-repeat:no-repeat;
  max-height:50%;
  color: rgb(0,0,0);
  background-size:cover;
  background-position:center;
  padding: 0px;
}

#bg {
    background-image: url(../images/Picture3.jpg);
      height: 100%;

      /* Center and scale the image nicely */
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
}
#bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
  z-index: -1;
}

#logo{
  display: inline-block;
  width:7.5%;
  margin-top: 1px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 3%;
  right: 2%;
  z-index: 99;
  font-size:30px;
  border-radius: 50px;
  outline: none;
  color:white;
  font-weight: bold;
  background-color:#16535A;
  opacity: 0.7;
  cursor: pointer;
}

#myBtn:hover {
  background-color: #445;
}

#myimage{
  cursor: zoom-in;
  max-height: 520px;
}
.NPbuttons
{
  background-color: black;
  color: white;
}
.tablink {
  background-color: #e1e5e8;
  color: black;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 20px;
  width: 50%;
}

.tablink:hover {
  background-color: #989ca0;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: black;
  display: none;
  background-color: white;
  overflow-y: auto;
  height:367px;
  padding-right: 15px;
  text-align:right;
  font-size: 17px;
}

.tabs
{
  float: left;
  width:60%;
}
.filterBar
{
  float:left;
  margin-top:2%;
  width:13%;
  margin-left:2%;
}
.filterBarSec
{
  margin-top:2%;
  width:13%;
  margin-left:2%;
}

.text{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  text-align:center;
}
