﻿article, aside, figure, footer, header, hgroup,
menu, nav, section { display:block; }

@font-face {
	font-family: 'Conv_Aldo SemiBold';
	src: url('fonts/Aldo SemiBold.eot');
	src: local('☺'), url('fonts/Aldo SemiBold.woff') format('woff'), url('fonts/Aldo SemiBold.ttf') format('truetype'), url('fonts/Aldo SemiBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
    /* font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Conv_Aldo SemiBold';
    background-color: #000000;
     font-size: 1em;

}
header {
    margin-left: auto;
    margin-right: auto;
    height: 550px;
    background-image: url('images/bannermorethenmakeup.png');
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: center;
    background-size:1600px;
}

#banner {
   text-align:center;
}
header img {
    border: medium solid #000000;
    margin-top: 250px;
}
#nav {
    font-family: 'Conv_Aldo SemiBold';
    background-color: #000000;
    font-size: 2em;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: white;
   
}

#nav a{
    color:white;
    text-decoration: none;
}

#tube {
  text-align:center;
}

#TekstBlock img {
    width:500px;
}


/* Vertical Navigation */
#vertical-navigation {
    list-style: none;
    padding: 0;
    font-size: 1.2em;
}


/* CSS for each Parent Item */
#vertical-navigation li {
     text-align:center;
     /*float: right; */
     position: relative;}

#vertical-navigation li a {
    float: left;
    display: block;
    padding: 7px;
    text-decoration: none;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-right: 10px;
}

/* 
Change background color and font color 
of parent items when mouse hover 
*/
#vertical-navigation li:hover a,
#vertical-navigation li a:hover
{
	background: #999;
	color: #fff;	
}




/* 
Applie to group of Child Items
Each Child Item will be invisible by default
*/
#vertical-navigation ul {display: none;}

/* Each Child Item will be visible if mouse hover 
*/
#vertical-navigation li:hover >ul 
{
    display: block;
}

#vertical-navigation ul
{
	float: right;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 1.8em;
	left: 0;
}

#vertical-navigation ul li
{
	float:right;
	clear: none;
	margin: 0;
	padding: 0;
	width: auto;
	color: #999;
}


/* 
Reset and re style 
link of each child item
*/
#vertical-navigation li:hover ul li a,
#vertical-navigation ul li a
{
	line-height: 200%;
	display: block;
	padding: 0 6px 0 0;
	float: none;
	text-transform: lowercase;
	color: #999;
	background: none;
}

    #vertical-navigation li:hover ul li a:hover, #vertical-navigation ul li a:hover {
    color: #fff;
    }

article {
  
    width: 700px;
     margin-left: auto;
    margin-right: auto;
    height: auto;
    background-color: white;
}

#album {
  
    width: 700px;
     margin-left: auto;
    margin-right: auto;
    height: auto;
    background-color: black;
}
 article a {
    color: blue;
}
section {
    width: 1000px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

section img {
    width:100px;
float:left;

}
p {
    padding: 30px 30px 30px 30px;
}

table.auto-style1 {
    margin-left:auto;
    margin-right:auto;
    color:white;
}

table.auto-style1 td {
    padding: 10px 10px 10px 10px;
}

table.auto-style1 img {
    width:200px;
    box-shadow: 6px 6px 10px 2px white;
  }

table.auto-style2 {
    margin-left:auto;
    margin-right:auto;
}

table.auto-style2 td {
    padding: 10px 10px 10px 10px;
}

table.auto-style2 img {
    width:200px;
    box-shadow: 6px 6px 10px 2px white;
  }



table.auto-style3 {
    margin-left:auto;
    margin-right:auto;
}

table.auto-style3 td {
    padding: 10px 10px 10px 10px;
}

table.auto-style3 img {
    width:100px;
    box-shadow: 6px 6px 10px 2px white;
  }



#FotoBlock img {
     border: medium solid #000000;
}


img {
    width: 600px;
}

    img.auto-style2 {
        width: 400px;
        margin-left: 100px;
    }

footer {
    margin-left: auto;
    margin-right: auto;
   font-size: .8em;
}

footer p {
    text-align: center;
    color: white;
 
}      

footer img {
        border:none;
        width: 15px;
        height: 15px;
    }
   