
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
  color: white;

}

#section0 {
  background: url(imgs/back1.jpg) center center no-repeat fixed #fff;
  background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
height: 48vh;
}

#section1 {
  background: url(imgs/back1.jpg) center center no-repeat fixed #fff;

-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
height: 48vh;
}



textarea {
  width: 30%;
  text-align: center;
  resize: none;
  height: 2.4em;
  border: none;
  margin-bottom: 2%;
  border-radius: 40px;
  overflow: auto;
  color: black;

}
textarea:focus {
  font-size:120%;
  color: #3498db;
  text-align: center;
}


table {
    border-spacing: 0;
}


strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
h2{
    font-size: 2em;
    color: white;
}


q:before,q:after {
    content:'';
}

p.homeP {
  padding-left:12%;
  padding-right:12%;
}

.profileP {
  font-size: 1em;
  line-height: 1.4em;
}

a.homeButton {
  padding: 1%;
  border: 2px solid white;
  border-radius: 8px;

}

a.homeButton:hover {
  background-color:white;
  color: #3498db ;
}



a.backButton {
  position: absolute;
  top: 0;
  padding-top: 20px;
  padding-left: 2%;
}


body{
	font-family: arial,helvetica;
	color: #333;

}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;
}

h6 {
  text-align: right;


}

h5{
  color:white;
}



#menuBar{
  width: 100%;
  height: 1500px;
  position: absolute;
  display: none;
  z-index: 200000000000;
  background-color: #333;
  left: 76%;
  opacity: .6;
  padding: 10%;
  margin-top: 70px;
}

#menuBar{
  -webkit-animation-duration: .4s;
  -webkit-animation-delay: .3s;
  -webkit-animation-iteration-count: 1;

}








#header{
  position:fixed;
  height: 50px;
  display:block;
  width: 100%;
  background: #333;
  z-index:9;
  color: white;
  padding: 20px 0 0 0;
  opacity: .6;
}

#header a {
  color: white;
  padding-right: 2%;
  opacity: .9;
}





p{
	font-size: 2em;
}

.section{
	text-align:center;
}



.zoomOutLeft {
  -webkit-animation-duration: .5s;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
}


#imageEnlarge {
  width: 100%;
  height: 1200px;

  background: black;
  background-color:rgba(0, 0, 0, 0.8);

  display: none;
}

.largeImage {
  margin-top: 15%;
}

span.blockText {
  display: inline-block;
}

ul a{
  line-height: 3em;
  font-size: 140%;

}

li a:hover{
  color: black;
}

h1.links:hover{
  opacity: .5 ;
}


#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
;
}
#menu li.active{
	background:#666;
	color: #fff;
}
#menu a{
	text-decoration:none;
	color: #000;

}

#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}

.image {
  position: relative;
  width: 100%;
  display: inline;
}

h4 {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  color: white;
  text-align: center;
}

.container{
  padding: 4%;
}

.container2{
  padding: 1%;
}
