*{
    margin:0;
    padding:0;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}
header{
    background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../fall2.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center;
}
ul{
    float: right;
    list-style-type: none;
    margin-top: 25px;
}
ul li{
    display:inline-block;
}
ul li a{
    text-decoration:none;
    color:#fff;
    padding: 20px 30px;
    border:1px solid white transparent;
    transition: 0.6s ease;
}
ul li a:hover{
    background-color: rgb(154, 21, 21);
    color:black
}
.logo img{
    float:left;
    width: 250px;
    height:auto;

}
.main{
    max-width: 1200px;
    margin: auto;
}
.title{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);   
}
.title h1{
    color: rgb(197, 24, 171);
    font-size: 55px;
}
.button{

    position: absolute;
    top:60%;
    left:50%;
    transform: translate(-50%,-50%);   
}
.button{
    
    position: absolute;
    top:62%;
    left:50%;
    transform: translate(-50%,-50%); 

}
.btn{
    border: 1px solid #fff;
    padding: 10px 30px;
    color:#fff;
    text-decoration: none;
}
.btn:hover{

    background-color: rgb(154, 21, 21);
    color:black
}
.title p1{
    color:#fff;
}
@media(max-width:700px)
.title h1{
    font: size 200px;
}

}
/*---------section----------*/
.footer{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;

}
.container{
    width: 800px;
    margin: 50px auto 0;
    display: table;
    box-sizing: border-box;
}
.row{
    margin: 10pxn 0;

}
.column{
    background:#fff;
    display: table-cell;
    padding:10px;
    width: 33.3333%;
    text-align: center;
    color:black;
    vertical-align: middle;
    border-right: 10px solid black;
    border-left: 10px solid black;

}
.footer{
    text-align: center;
}
.submenu{
    display: none;
}