@font-face { font-family: 'headline';
             src: url('cobaltaliensuperital.ttf') format('truetype'); 
}


#home #home a,#reg #reg a,#login #sign a{
color: brown;
    font-weight: bold; 
    
}



#home table{
    
    width: 100%;
    

}
#home img{
    height: auto; 
    width: auto; 
    max-width: 500px; 
    max-height: 500px;
    border-radius: 10px;
    border: 10px solid transparent;
    padding: 5px;
    border-color: brown;
    
}


html, body {
	font-family:Arial, sans-serif;
    background-image: url(pictures/background.jpg);
    background-image: url(background.jpg);
   
    color: white;
    min-height: 1000px;
    min-width: 500px;
    
}
footer{
    background: grey;
	text-align:center;
	color:white;
    max-height: 60px;
    min-width: 500px;
}

header {
	background: grey;
	text-align:center;
	color:white;
    min-height: 10px;
    min-width: 500px;
    max-height: 80px;
}
    
}
header h1 {
	font-variant:small-caps;
	font-family: 'headline', Arial, sans-serif;
	margin-bottom:0;
    text-decoration:inherit; 
    
    font-size: 38pt;
    font-stretch: extra-expanded;
}

header p {
	font-size:20pt;
	font-family: 'headline', Arial, sans-serif;
    padding-bottom: 5px;
    
}


footer {


    margin-top: 100pt;

    width: 100%;
	text-align:center;
    padding-top: 30px;
    font-size: 26pt;
	font-family: 'Poiret One', Arial, sans-serif;
  

}

h1 {
    
    font-family: 'Poiret One', Arial, sans-serif;
    margin-left:20pt;
    text-decoration: underline;
    color: white;
}

h2 {
	font-family: 'Poiret One', Arial, sans-serif;
    color:white;
    padding-top: 50px;
}

h3 {font-family: 'Poiret One', Arial, sans-serif;
    color:white;
    font-size: 16pt;
    text-align: left;
    max-width: 500px;
}

h4{
    color:white;
}




nav {
    margin-top: -30px;
	background:grey;
	font-family: 'Poiret One', Arial, sans-serif;
	padding:5px;	
    text-align:left;
    font-size: 16pt;
   
}

#home label{
    color:brown;
    font-family: inherit;
    background: grey;
    padding: 5 5 5 5px;
    font-weight: bold;
    font-size: 120%;
}

.promoter-information{
    color:brown;
    word-spacing: 2em;
    margin: 20 50 20 20;
    
}
#change-information{
    word-spacing: normal;
}

.column {
	float:left;
	width:45%;
}
.fullwidth {
	clear:both;
}

nav ul {
	margin:0;
	padding:10px 0 10px 0;
}

nav a {
    color:white;
	text-decoration:none;
	font-weight:normal;
}
nav a:hover {
	text-decoration:underline;
	background:none;
    font-size: 16.5pt;
}
nav li {
	display:inline;
	margin-right:20px;
	padding:0;
}

.page {
    width: 1500px;
    min-height:2000px;
}


label{
    color:grey;
    padding-top: 30px;
    margin: 50pt 50pt 0 0;
}

a {
	color:white;
    font-size: 16pt;
	font-weight:bold;
    margin-bottom: 20pt;	
}

#text{
    max-width: 200px;
}

table{
    color:white;
}


a:hover {
	background-color:grey;
	color:white;
}

input, select {
	border: 2px solid grey;
	padding: 10px;
}

input:focus, select:focus, textarea:focus {
	border:2px solid grey;
}
input[type='submit'], input[type='reset'] {
	background-color:brown;
	border:none;
	color:white;
	border-radius: 2px;
    border: 2px solid transparent;
    padding: 5px;
    border-color: white;
    font-size: 14pt;
}
input[type='submit']:hover{
    color: black;
}

@media (max-width:500px) {
	header, footer, nav, a:hover,input[type="submit"],input[type="reset"] {
	background: grey;}
    body{
        background:black;
    }
    #home img{
    height: auto; 
    width: auto; 
    max-width: 100px; 
    max-height: 100px;
    border-radius: 10px;
    border: 10px solid transparent;
    padding: 5px;
    border-color: brown;
    }
    
	a {
		color:white;
	}
	input, select, textarea {
		border:2px solid white;
	}
	input:focus, select:focus, textarea:focus {
		border:2px solid white;
	}
	.column {
	float:left;
	width:100%;
	}
	
}
