
body {
	color:white;
	font-family: helvetica;
	font-weight: 100;
}

.alignright {
	float:right;
	margin: 20px;
}

p {
	font-size: 17px;
}

a:focus {
	outline:none;
}

.bg {
  background-image:url('../media/photos/wood1.jpg');
  background-repeat:repeat;
  } 
  
 
 
.logo {
  display:inline-block;
  width:350px;
  height:100px;
  background-image:url('../media/photos/logo-castillo.png'); 
  background-repeat: no-repeat; 
  margin-top: 10px;
}

.logo span {
  display:inline-block;
  text-indent:-5000px;
}

.flag {
  display:inline-block;
  background:url('../media/photos/german-flag.jpg');
  background-repeat:no-repeat;
  margin-top:20px;
  margin-left:10px;
  }


.flag:hover {
	background-color: transparent !important;
}

.flag2 {
  display:inline-block;
  background:url('../media/photos/uk-flag.jpg');
  background-repeat:no-repeat;
  margin-top:20px;
  margin-left:10px;
}


.flag2:hover {
	background-color: transparent !important;
}

.nav {
	margin-top:22px;
}

.nav li a {
    color: #73a28f;
    font-family: cursive;
    font-size: 18px;
    transition:all ease-in 0.2s;
}


.nav > li > a:hover, .nav > li > a:focus {
    background-color: #76946a;
    text-decoration: none;
    color: white;
}

h2 {
	color:#73a28f;
	font-family: helvetica;
}

#main-image {
    background-image: url("../media/photos/homeimage.jpg");
    background-repeat: no-repeat;
    display: inline-block;
    height: 550px;
    margin-bottom: 40px;
    margin-left:177px;
    width: 740px;
}

#main-image span {
  text-indent:-5000px;
  display:inline-block;
}

#press-image {
    background-image: url("../media/photos/press.jpg");
    background-repeat: no-repeat;
    display: inline-block;
    height: 478px;
    margin-bottom: 40px;
    margin-left: 219px;
    margin-top: 20px;
    width: 700px;
}

#press-image span {
  text-indent:-5000px;
  display:inline-block;
}

#austellung-image {
    background-image: url("../media/photos/austellung.jpg");
    background-repeat: no-repeat;
    display: inline-block;
    height: 989px;
    margin-bottom: 40px;
    margin-left: 219px;
    margin-top: 20px;
    width: 700px;
}

#austellung-image span {
  text-indent:-5000px;
  display:inline-block;
}


#footer {
	text-align: center;
    font-family: cursive;
    font-size: 12px;
    margin-top: 30px;

}

#footer a {
	color:#73a28f;
	text-decoration: none;
}

#ccgallery a {
	color:white;
}

*, *:before, *:after {
    -moz-box-sizing: inherit;
    box-sizing:inherit;
}

.dance {
    background-image: url("../media/photos/antonio-dance.jpg");
    display: block;
    float: left;
    height: 489px;
    margin: 7px 31px 10px 0;
    width: 349px;
}

.transparent {
	background-color: rgba(0, 0, 0, 0.2);
	padding:30px;
}

.title {
    font-family: helvetica;
    font-size: 27px;
    margin-bottom: 36px;
    margin-top: 2px;
    text-align: center;
}

h2 {
	font-size: 20px;
}