.body{
    font: Arial, Helvetica, sans-serif;
}
#container {
    width: 1050px;
    margin:0 auto;
}

h1 a{
    font-size: 50px;
    font-weight:100;
    color:palevioletred;
    text-decoration:none;
}

#searchBox {
    float:right;
    background: linear-gradient(#cae6d6,#2f784b);
    background: -webkit-linear-gradient(#cae6d6,#2f784b);
    background: -moz-linear-gradient(#cae6d6,#2f784b);
    background: -o-linear-gradient(#cae6d6,#2f784b);
    width: 400px;
    height: 50px;
    padding: 20px 20px 10px 10px;
    margin-top: 10px;
}

#brand {
    float:left;
}

#header {
    height:100px;
    padding: 20px 20px;
}

.submit {
    float:right;
    padding: 5px;
    font-weight: bold;
    color: white;
    background: linear-gradient(#d7559d ,#b0166b);
    background: -webkit-linear-gradient(#d7559d ,#b0166b);
    background: -moz-linear-gradient(#d7559d ,#b0166b );
    background: -o-linear-gradient(#d7559d ,#b0166b);
    font-size: 15px;
}

.text {
    float: left;
    width: 200px;
    padding: 5px;
    font-size: 15px;
    color: #00bf44;
    background: white url(images/search.png) right center no-repeat;
    border: 2px solid #cb223f;
}

.clear {
    clear:both;
}

#menu ul li{
    float: left;
    padding: 0 30px;
    height: 30px;
    border-right: 1px solid white;
}
#menu ul li:last-child{
    border-right: none;
}
#menu ul li a:hover,#menu ul li a.active{
    font-size: 25px;
    font-weight: bold;
    color: #030303;
}
#menu ul li a{
    text-decoration: none;
    font-size: 20px;
    color: white;
    font-style:bold;
    line-height: 30px;
    transition: font-size 0.4s ease;
    -webkit-transition: font-size 0.4s ease;
    -moz-transition: font-size 0.4s ease;
    -o-transition: font-size 0.4s ease;
}
ul{
    list-style: none;
}

#menu {
    height: 70px;
    background: linear-gradient(#f57373 ,#de4b4b );
    background: -webkit-linear-gradient(#f57373 ,#de4b4b );
    background: -moz-linear-gradient(#f57373 ,#de4b4b );
    background: -o-linear-gradient(#f57373 ,#de4b4b );
    padding: 7px 0;
}

#introduction {
    background: linear-gradient(#6bab87,#116330);
    background: -webkit-linear-gradient(#6bab87,#116330 );
    background: -moz-linear-gradient(#6bab87,#116330 );
    background: -o-linear-gradient(#6bab87,#116330);
    padding: 30px;
    margin: 20px 0;
}
#introduction h3{
    font-size: 38px;
    font-weight: normal;
    color: #91EC8D ;
}

#introduction p {
    font-size: 20px;
    padding: 27px;
    color: #e2e2e2;
    text-align: justify;
    
}

.sidebar {
    height: 500px;
    width: 450px;
    border: 1px solid green;
    border-radius: 20px;
    padding: 10px 30px;
}
.sidebar h3{
    color: #b0166b;
    font-size: 30px;
}
.sidebar ul li a{
    text-decoration: none;
    font-size: 20px;
    color:#FF80AA;
}
.sidebar ul li a:hover,.sidebar ul li a.active{
    text-decoration:none;
    color: black;
    font-size: 23px;
    font-weight: bold;
    transition: font-size 0.3s ease;
    -webkit-transition: font-size 0.4s ease;
    -moz-transition: font-size 0.4s ease;
    -o-transition: font-size 0.4s ease;
}
.sidebar ul li{
    padding-top: 8px;
}
#leftsidebar ul li{
    padding-left: 10px;
    list-style-image: url(images/flower.jpg);
} 

#leftsidebar {
    float: left;

}

#rightsidebar {
    float: right;
}
#rightsidebar ul li{
   padding: 16px ;
   list-style-image: url(images/flower.jpg);

}

.footer {
    text-align: center;
    height: 60px;
    font-size: 20px;
    line-height: 60px; 
    background: linear-gradient(#f57373 ,#de4b4b );
    background: -webkit-linear-gradient(#f57373 ,#de4b4b );
    background: -moz-linear-gradient(#f57373 ,#de4b4b );
    background: -o-linear-gradient(#f57373 ,#de4b4b );
}
