.year {
  width: 900%;
}
 
.text-center {
  text-align: left;
}

.socialfooter li img{
  margin-left: 40px;
  margin-right: 40px;
  }
  
  #slide12 a{
  color: #fffdfa !important;
  display: block;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.64;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

#slide12 a:hover{
  color: #fff;
}

#slide12 .socialfooter  a {
  display: inline;  
}

.copyright p{
   font-size: 16px;  
   margin-top:10px;
}
  
/* Slides  */
.slide {
    flex: 0 0 33.33%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: white;  
    
}

.box p {
width:60%;    
color: #434343;
font-size:22px;
}
/* box */
.box{
background: #f9f9f9;
overflow: hidden;
color:#70154a;
padding: 0;
z-index: 1;
position: relative;
}


/* box1 */
.box1{
border-radius: 0 150px 0 0;    
margin-right: 100px;
padding-top: 100px;
padding-bottom: 70px;
}

.box h1{
font-weight: bold;  
margin-top: 30px;
margin-bottom: 20px;  
margin-left:100px;
}

.box1 p {
margin-left:100px;
}

/* box2 */
.box2{    
border-radius: 150px 0 0 0;    
margin-left: 100px;
padding-top: 100px;
padding-bottom: 70px;
}


.box2 p{
margin-right: 100px;
float: right;
}


.box2 h1{
float: right;
font-weight: bold;  
margin-top: 30px;
margin-bottom: 20px;  
margin-right:100px;
}


.icon1{
    margin-left: 95px;
    clear:both;
}

.icon2{
    margin-right: 95px;  
    float:right; 
    clear:both; 
}


img.arrow1{
  float: right;
  margin-right: 250px;
}

img.arrow2{
  float: left;
  margin-left: 250px;
}

.slide.odd{
background: #e3d1b0;    
}

.slide .even{
background: #e6e6e6;
}

/* Style the search container */
.search-container { 
    top: 10%;
    right: 5%;
    padding: 10px;
    display: flex;
    align-items: center;
}

/* Style the search input field */
#search {
    border: none;
    padding: 5px 10px;
    font-size: 16px;   
    background: #fff;
    color:#ddd
}

body#subpage section#subpage-info{
 min-width:100% !important;   
 padding-bottom: 50px;
}

#subpage-info h2{
margin-top:25px;
margin-bottom:10px;    
}