@charset "UTF-8";
    
header { 
        
    height: 70px;
    background-color: black;
    
    
}

/*
header a.logo {
    display: block;
    position:absolute;
    background-repeat: no-repeat;
    width: 271px;
    height: 36px;
    top: 0; bottom:0; left: 0; right:0;
    margin: auto;
    background-image: url(../images/logoMedium.png);
    padding-bottom: 0px;  
}
*/

header a.logo{
    display: block;
    position: absolute;
    background-image: url(../images/logoMedium.png);
    background-repeat: no-repeat;
    width: auto;
/*    height: auto;*/
    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: 70px;
}
nav a { margin-right:20px; }

.slider{
    margin: 0px  ;
    padding-top:55px;
    overflow: hidden;
    height: auto;
    padding-bottom: 20px;
    width: 100%;

/*    top: 75px;*/
    
/*    width: 1024px;*/
}

.slider figure{
/*    padding left: 0px;*/
   margin: 0;
    padding-left: 0px;
    padding-right: 0px;
}
/*
.button1{
    display: inline-block;
    margin:0 auto;
    padding-top:0px;
    width: 125px;
    position: relative;
     
}
*/
.slide_container{
   width: 50%;
    margin: 0 auto;
}

.heading{
    color:dodgerblue;
    text-align: center;
    font-size: 2em;
    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 50px 30px 50px;
    font-weight:normal;
    text-decoration:none;
    line-height: normal;
}
.ppp{
    color:beige;
    text-align:justify;
    font-size: 1.4em;
    padding-bottom: 300px;
    padding: 20px 3em 30px 3em;
    font-weight:normal;
    text-decoration:none;
    line-height: normal;
    letter-spacing: 2px;
}