/*------ bridges.css ------------------------------------------------------------------*/

/*------ basic elements --------------------------------------------------------------*/

body{ 
	margin: 0;	
	background-color: white;
	background-image: url("images/bridges.jpg");
	background-repeat: no-repeat;
/*	background-repeat: repeat-x; */	
	background-attachment: fixed;	
	font-size: 1em;	
}
p {
	font-family: Tahoma, Arial, Helvetica, sans serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 1em;	
	line-height: 1.25em;
	text-align: justify;
	color: black;
}
h1 {
	font-family: "Book Antiqua",Georgia,"Times New Roman",serif;
	font-style: italic;
	font-variant: normal;
	font-weight: bold;	
	font-size: 1.7em;	
	line-height: 1.6em;	
	letter-spacing: 0.1em;
	text-align: left;		
	color: #990033; 
	margin: 0;
}	
h2 { 
	font-family: "Book Antiqua",Georgia,"Times New Roman",serif;
	font-style: normal;	
	font-variant: normal;
	font-weight: bold;	
	font-size: 1.25em;
	line-height: 1.5em; 
	letter-spacing: 0.05em;	
	text-align: left;	
	color: #990033; 
	margin: 30px 0 10px 0;
}	
h3 { 
	font-family: "Book Antiqua",Georgia,"Times New Roman",serif;
	font-style: normal;	
	font-variant: normal;
	font-weight: bold;	
	font-size: 1.1em;
	line-height: 1.25em;
	letter-spacing: normal;
	text-align: left;
	color: #012169;		
	margin: 5px 0 5px 0;
	padding-bottom: 15px;
}
a:link, a:visited {
	text-decoration: none;
	color: #012169;
	color: gray;
}
a:hover, a:active {
	text-decoration: underline;
	color: #666666;
}
ul {
	margin: 0 0 0 15px;
	padding: 0;
}
li {
	text-decoration: none;
	list-style-type: none;
	display: block;
}
table {
	background: transparent;
	width: 100%;
	margin-top: 20px;
	border-style: none;
}
th, td {
	font-family: Tahoma, Arial, Helvetica, sans serif;
	font-size: 1em;
	line-height: 1.25em;
	text-align: left;
	vertical-align: top;
	color: black;
	padding: 5px 5px 5px 0;
	border-style: none;
}
img {
	max-width: 100%; height: auto; /* constrains image to size of browser viewport */	
	margin: 20px auto 0 auto;
	border-style: solid;
	border-color: #999999 #000000 #000000 #999999;
	border-width: 1px 2px 2px 1px;
	border-radius: 6px;
	padding: 5px 5px 5px 5px; 
	position: relative;
}	
blockquote {
	background: #ffffc9;
	border-left: solid 3px #012169;
	border-top-left-radius: 5px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 5px;
	margin: 5px 30px 10px 0;
	padding: 2px 10px 2px 10px;	
}

/*------ classes ---------------------------------------------------------------------*/

.map-responsive{
    overflow:hidden;
	padding-bottom: 66%;
    position:relative;
    height:0;
	border-color: #999999 #000000 #000000 #999999;
/*	border-color: #ffd600 #005bbc #005bbc #ffd600;	ukraine*/  
  	border-width: 1px 2px 2px 1px;		
	border-style: solid;		
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.p1 {
	font-family: "Book Antiqua",Georgia,"Times New Roman",serif;	
	font-style: italic;
	font-weight: bold;
	font-size: 1em;
	letter-spacing: 0.05em;
	text-align: left;	
	color: #990033;
}
.p2 {
	font-size: 1em;
	line-height: 1.25em;
	text-align: justify;
	color: black;
}	
.p3click {
	font-family: "Book Antiqua",Georgia,"Times New Roman",serif;
	font-size: 1em;
	font-style: italic;
	text-align: left;	
	color: black;
}	
.p3small {
	font-family: "Book Antiqua",Georgia,"Times New Roman",serif;
	font-size: 0.7em;
	text-align: left;	
	margin-top: -15px;
	margin-left: 5px;
}
.imageTiny {
	margin: 0px;
	padding: 0px;
	border-radius: 0px;	
}	
.caption {
	font-family: Tahoma, Arial, Helvetica, sans serif;
	font-size: 0.9em;
	text-align: justify;	
	margin-left: 5px;
	padding-bottom: 5px;
}
.graphic {
	margin: 20px auto 0 30px;
    border: none;
	padding: 5px 5px 5px 5px; 
	position: relative;
}	
.email {
	margin: 10px 0 0 5px;
	border: none;
	padding: 0 0 0 0; 
	position: relative;
}
.centerMotif {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 35px;
	height: 34px;
	border-width: 0;
	border-style: none;
	padding: 0;	
}
.smallLeft {
	margin: 0px 10px 5px auto;
	border-color: #999999 #000000 #000000 #999999;
/*	border-color: #ffd600 #005bbc #005bbc #ffd600; ukraine*/
	border-style: solid;
	border-width: 1px 2px 2px 1px;	
	border-radius: 6px;
	padding: 5px 5px 5px 5px; 
	float: left;
}
.alex {
	width: 200px;
	height: 200px;
	margin: 0;	
	border-width: 0;
	border-style: none;
	padding: 0;	
	position: fixed;
	top: 51px;
	left: 30px;
}
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}
.clearer {
	clear: both;
}

/* ------drop down menu---------------------------------------------------------------*/
.dropbtn {
	background-color: transparent;
	color: #990033;
	padding: 16px;
	font-family: "Book Antiqua",Georgia,"Times New Roman",serif;	
	font-style: italic;
	font-weight: bold;
	font-size: 1em;
	text-align: left;		
	border: none;
}
.dropdown {
	position: fixed;
	left: -3px;
	top: -8px;
	display: inline-block;
	border-radius: 6px;
	z-index: 1;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #ffffc9;
	border-radius: 0 6px 6px 0;  	
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 2;
}
.dropdown-content a {
	color: #012169;
	padding: 2px 16px;
	text-decoration: none;
	display: block;
}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: transparent;}		


/*------ specific divs ---------------------------------------------------------------*/

@media screen and (max-width: 1200px) {
	#nav {
    display: none;
    }
}
@media screen and (min-width: 1199px) {
	.dropdown {
    display: none;
    }
}
#container { 
	width: 586px;
	margin: 200px auto 0 auto;
	position: relative;
	padding: 5px 10px 5px 10px;
	background-color: white;
}
#nav {
	position: fixed; top: 230px; left: 30px;	
	min-width: 240px;
	padding: 5px 0 60px 15px;
	z-index: -1;	
	background-color: #ffffc9;
	box-shadow: 10px 10px 5px gray;
	border-top: solid 3px gray;	
	border-radius: 0 0 6px 6px; /* to blend top with image */
}
#nav ul {
	list-style-type: none;
	margin: 0 0 0 40px;
	padding-top: 1.0em;
}
#nav a {
	font-family: Tahoma, Arial, Helvetica, sans serif;	
	font-size: 0.9em;
	line-height: 1.5em;	
	text-align: left;
	margin-left: -25px;	
	color: #012169;
}
#intro {
	width: 586px;
	float: left;
}
#supportingText { 
	width: 586px;	
	float: left;
}
#footer {
	width: 586px;
	background: #ffffc9;
	font-family: Tahoma, Arial, Helvetica, sans serif;		
	font-size: 0.9em;
	border-top: 1px solid #012169;
	border-bottom: 3px solid #012169;
	margin-top: 30px;
	margin-bottom: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	float: left;
}
#credits {
	padding-bottom: 5px;
}
