@charset "UTF-8";
body {margin: 0; padding: 0;}


/*
header a.logo {
    display: block;
    position:absolute;
    background-repeat: no-repeat;
    width: 406px;
    height: 53px
    top: 0; bottom:0; left: 0; right:0;
    margin: auto;
    background-image: url(../images/logo1.png);
    padding-bottom: 0;  
}
*/
header a.logo{
    display: block;
    position: absolute;
    background-image: url(../images/logo1.png);
    background-repeat: no-repeat;
    width: auto;
    height: 53px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 20px 20px 20px 20px;
    background-position: top;
   

}


nav{
    width: 100%;
    display: block;
    position: absolute;
    background-color: #cc6600;
    top: 80px;
}

header{
    height: 80px;
    background-color: black;
    
}

nav a{
/*    color: #f5a06e;*/
    color:black;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: 1.1em;
    margin: 12px 0px 10px 20px;
}

nav a:hover{
    color: white;
}

.slider{
    margin: 20px  ;
    padding-top:40px;
    overflow: hidden;
    height: auto;
    padding-bottom: 30px;
    width: 100%;
}


.slider figure{
/*    padding left: 0px;*/
   padding-left: 4.5em;
    padding-right: 4.5em;
}

@media screen and (max-width:990px){
    footer {padding-left: 20px;}
}

.slide_container{
   width: 25%;
    margin: 0 auto;
}

.heading{
    color:dodgerblue;
    text-align: center;
    font-size: 2em;
    padding-bottom: 10px;
    font-weight: bold;
    text-decoration: none;
}

.short_discription {
    color:fuchsia;
    text-align: center;
    font-size: 2em;
    padding-bottom: 30px;
    padding: 20px 20px 20px 30px;
    font-weight: bold;
    text-decoration: none;
    line-height: normal;
}

.full_discription {
    color:beige;
    text-align:justify;
    font-size: 1.8em;
    padding-bottom: 300px;
/*    padding-top: 20px;*/
    padding: 20px 4.5em 30px 4.5em;
    font-weight:normal;
    text-decoration:none;
    line-height: normal;
}
.ppp{
    color:beige;
    text-align:justify;
    font-size: 1.4em;
    padding-bottom: 300px;
    padding: 20px 4.5em 30px 4.5em;
    font-weight:normal;
    text-decoration:none;
    line-height: normal;
    letter-spacing: 2px;
}

