@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Condensed|Oswald');

body {
    font-family: Oswald;
    background-color:#edeff2; 
}
.sel {
    font-size: 500px;
    color: red;
}

.centered {
    text-align: center;
}

.navmarg {
    margin-left: 50px;
    margin-right: 50px;
    font-size: 20px;
}

.navbar-brand {
    font-size: 30px;
}

.slide {
    background: url(../img/hh.jpg ) no-repeat center top;
    margin-top: -10px;
    padding-top: 20px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 300px;
    width: 100%;


    background-size: 100%;


    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.slide > h1 {
padding-top: 50xp;
    
}

.s {
    padding-top: 120px;
    
}
.s > h1 {
    color: white;
}

.whitet {
    color: white;
}

.h4 {
font-size: 150px;    
}


.p {
font-size: 20px;    
}

.img { padding-left: 40px; width:150px; transition:width 0.5s ease; }

.imghover:hover img { width:500px;}
}

.logo{
width: 100px;
}    

.logo img{
float: right;
width: 163px;
height: 43px;
}

