body{
	margin: 0px ;
	padding: 0px
}
#navbar{
	background-color: #C60505;
	height: 63px ;
	position: fixed 
}
#logoimg{
	height: 82px ;
	width: auto 
}
@media(max-width:1200px) {
    #logoimg {
        height: 50px ;
    };
}
@media(max-width:1000px) {
    #logoimg {
        height: 30px ;
    };
}
#logo{
	display: block ;
	position: relative ;
	bottom: 15px
}
@media(max-width:1200px) {
    #logo {
        display: block ;
        position: relative ;
        top:0px ;
    };
}

.navtext{
    position: relative;
    top: 7px;
    color: #ffffff;
    margin: 10px;
    font-weight: bold;
    font-size: 18px;
}
@media(max-width:1100px) {
    .navtext {
        margin: 0px ;
        font-size: 15px
    };
}
@media(max-width:767px) {
    .navtext {
        margin: 10px ;
    };
}
#myNavbar{
	background-color: #C60505 
}
#navbutton{
	background-color: #ffffff ;
	position: relative ;
	top: 4px 
}
#hr1{
    color: #ffffff ;
    width: 75%
}
#page{
	padding-top: 60px ;
	text-align: center
}
#background{
	text-align: center ;
    color: #ffffff ;
    background: url(c1.jpg) no-repeat center center ;
    background-size: cover ;
    margin-top: 1% ;
    margin-bottom: 1%
}
.abouth1{
    font-size: 50px ;
    font-weight: bold ;
    color:#C60505 ;
    margin-top: 3% ;
    margin-bottom: 3%
}
@media(max-width:500px) {
   .abouth1{
        font-size: 40px;
    };
}
.aboutp{
    font-size: 20px ;
    color: #000000 ;
    margin-bottom: 10%
}
#strategy{
	text-align: center ;
    color: #ffffff ;
    background: url(c2.jpg) no-repeat center center ;
    background-size: cover ;
    margin-top: 1% ;
    margin-bottom: 1%
}
#principes {
    text-align: center ;
    color: #ffffff ;
    background: url(c3.jpg) no-repeat center center ;
    background-size: cover ;
    margin-top: 1% ;
    margin-bottom: 1%
}
#social{
    text-align: center ;
    background-color: #0e0f0f ;
    border-top: 1px solid #ffffff
}
.folowimg{
    height: 50px ;
    width: auto ;
    margin-top: 20% ;
    margin-bottom: 20%
}
#folowh1{
    color: #ffffff ;
    font-size: 30px ;
    font-weight: bold ;
    font-family: 'Open Sans', sans-serif
}
#contact{
    background-color: #272727 ;
    color: #cccccc ;
    text-align: center ;
    padding-top: 1% ;
    padding-bottom: 4%
}
.contact1{
    font-size: 20px ;
    margin-top: 5%
}
#fotter{
    text-align: center ;
    margin-top: 3%
}

.allh1{
    font-size: 50px ;
    font-weight: bold ;
    color: #FFFFFF ;
}