@charset "UTF-8";
    
header { 
        
    height: 50px;
    background-color: black;
    
}

/*
header a.logo {
    display: block;
    position:absolute;
    background-repeat: no-repeat;
    width: 204px;
    height: 27px;
    top: 0; bottom:0; left: 0; right:0;
    margin: auto;
    background-image: url(../images/logoSmall.png);
    padding-bottom: 0px;  
}
*/
header a.logo{
    display: block;
    position: absolute;
    width: auto;
/*    height: auto;*/
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 10px 10px 10px 10px ;
    background-image: url(../images/logoSmall.png);
    background-repeat: no-repeat;
    background-position:top;
}



nav{ 
    width: 100%;
    display: block;
    position: absolute;
/*    background-color:#cc6600;*/
    background-color:deeppink;
    top: 50px;
        
}

/*
nav {
    position: static;
    padding: 10px 0px 10px 0px;
    background-color: #cc6600;
}
*/

nav a{
    color: black;
    display: block;
    margin:15px;
    padding: 9px;
    border: 1px solid white;
    background: url(../images/) no repeat right center;
    -moz-border-radius;12px;
    -webkit-border-radius:12px;
    border-radius: 12px;
    background-color: aqua;
}

.slider{
/*    margin-top: 100px ;*/
    margin: 0px  ;
    padding-top: 300px;
    overflow: hidden;
    height: auto;
    padding-bottom: 10px;
/*    width: 1024px;*/
/*    padding: 150px 40px 10px 40px;*/
/*    border-style: dashed;*/
    top: 75px;
    
/*    width: 1024px;*/
}

.slider figure img{
    width: 100%;
    padding-bottom: 2px;
/*    float: left;*/
    
}
.slider figure{
/*    padding left: 0px;*/
   margin: 0;
    padding-left: 0px;
    padding-right: 0px;
}

/*nav a:hover{ color: deeppink ; background-color:black;}*/
nav a:hover{ color: aqua; background-color:black;}

footer { border-top: 1px solid #a6abc5;}


.slide_container{
   width: 65%;
    margin: 0 auto;
}

.heading{
    color:deepskyblue;
    text-align: center;
    font-size: 1.5em;
    padding-bottom: 10px;
    font-weight: bold;
    text-decoration: none;
}

.full_discription {
    color:beige;
    text-align:justify;
    font-size: 1.8em;
    padding-bottom: 300px;
    padding-top: 20px;
    padding: 20px 30px 30px 30px;
    font-weight:normal;
    text-decoration:none;
    line-height: normal;
}
.ppp{
    color:beige;
    text-align:justify;
    font-size: 1.4em;
    padding-bottom: 300px;
    padding: 20px 1em 30px 1em;
    font-weight:normal;
    text-decoration:none;
    line-height: normal;
    letter-spacing: 2px;
}
