/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 18, 2020, 10:58:00 AM
    Author     : Srinu
*/
.header{
  position: fixed;
  top: 0;
  width: 100%;
}

li{
    list-style: none;
}
.header{
  background-color:#000;
  color:#fff;
  height:90px;
}

.header-logo{
  font-size:50px;
  padding:20px 40px;
  float:left;
}

.header-list{
  float:left;
  font-size: 20px;
  color: white;
}

.header-list li{
  float:left;
  padding:33px 20px;
}
.copy-container{
    background-image: url(https://3vs.co/wp-content/uploads/2017/10/Food_Photography_By_Joe_Candela-Veni_Vidi_Vista_aerial.jpg);
    height: 700px;
    text-align: center;
    padding-top: 200px;
    font-size: 40px;
    padding-bottom: 100px;
}
.copy-container h1{
    color: white;
    
}

.about-us{
    padding-left: 200px;
    padding-right: 200px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 30px;
    border: 4px solid black;
    background-color: #9D350E;
}
.about-title{
  padding-top: 100px;
  text-align: center;
  font-size:42px;
  padding-bottom:30px;
}

.contents{
  height:600px;
  margin-top:100px;
  padding-left:80px;
}

.section-title{
  padding-left:5px;
  border-bottom:2px solid #dee7ec;
  font-size:32px;
  padding-bottom:15px;
  margin-bottom:50px;

}
.contents-item{
  float:left;
  margin-right: 15px;
}

.contents-item p{
  font-size:24px;
  margin-top:30px;
  padding-bottom:10px;
  text-align: center;
}

.footer-list{
  text-align: center;
  background-color: black;
}
.footer-list li{
  font-size: 20px;
  color:#72DBF5;
  text-align: center;
}
.footer-list p{
  text-align: center;
  color: white;
}
.footer-list span{
  font-size: 20px;
  color:#FC6E39;
}
.branch-logo{
  text-align: center;
  font-size: 30px;
}
.branches{
  margin-top: 100px;
  border: 4px solid black;
  background-color: #9D350E;
  color: white;
}

.branch-list li{
  font-size: 20px;

}
.branch-list p{
  padding-left: 20px;
}