@import url('https://fonts.googleapis.com/css?family=Raleway');/* Nav font*/
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:700|Raleway');/*Header font*/


*,
*::before,
*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}



html, body {
    margin:0;
    padding:0;
    justify-content: center;
    align-items: center;
    background-color: #eee;
    

}
.box{
    
    
    float: none;
    position: relative;
    margin: 2% 0 4% 1% ;

}

.box2{
    
    
    float: none;
    margin: 2% 0 4% 1% ;
    
    

}
.box3{
    
    position: relative;
    background: #fff;
    float: none;
    margin: 2% 0 4% 1% ;
}

.box h2{
    color: #fff;
    background: black;
    padding: 10px 20px;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;

}

.box2 h2{
    color: #fff;
    position: relative;
    background: black;
    padding: 10px 20px;
    font-size: 30px;
    font-weight: 700;
    float: none;
    text-decoration: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;


}


.box ul{
    position: relative;
    background: #fff;
}
.box2 section{
    position: relative;
    background: #fff;
    float: none;

  
    
}
.box ul li{
    list-style: none;
    padding: 10px;
    width: 100%;
    font-size: 20px;
    background: #fff;
    box-shadow: 0 5px 25px rgba(0,0,0,.1);
    transition: transform 0.5s;
    position: relative;
}
.box2 section p{
    padding: 10px;
    width: 100%;
    position: relative;
    float: none;
    font-size: 20px;
    background: #fff;
    box-shadow: 0 5px 25px rgba(0,0,0,.1);
    transition: transform 0.5s;
}
.box ul:hover li{
    opacity: 0.2;
}
.box ul li:hover
{
    transform:scale(1.1);
    z-index: 100;
    background: #e94833;
    box-shadow: 0 5px 25px rgba(0,0,0,.2);
    color: #fff;
    opacity: 1;
}
.box ul li span{
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: rgb(170, 68, 68);
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 600;
    transform: translateY(-2px);
}
.box ul li:hover span{
    background: black;
    color:#fff ;
}

h2 {
    font-family:'Playfair Display', serif ;
    font-size: 200%;
    font-weight: 700;
    color: #2C2C2C;
    text-align: center;
    text-decoration: underline;
}






p{
    font-family: 'Raleway',serif;
    color: #2C2C2C;
    font-size: 140%;
    line-height: 180%;
    text-align: justify;
    font-weight: 300;
}
img{
    text-align: center;
    max-width: 100%;
    height: auto;
    width: auto;
    

}
.img2{
    align-items: center;
    max-width: 30%;
    height: auto;
    width: auto;


}
#slider {
    overflow: hidden;

    
}
#slider figure {
    position: relative;
    width: 270%;
    height: fit-content;
    margin: 0;
    left: 0;
    animation: 20s slider infinite;
    
}
#slider figure img {
    width: 20%;
    height: 20%;
    float:left;
    text-align: center;
    max-width: 100%;
      
}
@keyframes slider {
    0% {
        left:0;
    }
    20% {
        left:0;
    }
    20% {
        left:-100%;
    }
  /*  45% {
        left:-100%;
    }
    50% {
        left:-200%;
    }
    70% {
        left:-200%;
    }*/
}

.content {
    max-width: 600px;
    margin: auto;
}
h1{
    font-family: 'Playfair Display',serif;
    font-size: 300%;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    padding: 2%;
    text-shadow:0px 0px 250px #000 ;

}
.content p {
    color: #FFF;
}
.inner {
    max-width: 600px;
    margin: auto;
    font-size: 170%;
    line-height: 1.6;
    padding: 10px;
}
nav ul li {
    font-family: 'Raleway', sans-serif;
    font-size: 200%;
    
    
}

nav ul li a{
    color:#FFF;
    text-decoration: none;
}

nav ul li a:hover {
    text-decoration: underline;
}
/*
nav ul,nav:active ul {
    padding: 8px 0;
    width: 20%;
    z-index: 1000;

}*/
/* end nav*/

.left-col {
    width: 50%;
    float: left;
    margin: 4% 0 4% 4%;
}

.left-col2 {
    color: #fff;
    background: black;
    padding: 10px 20px;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.sidebar {
    

  
    margin: 2% 0 4% 1% ;
    position: relative;
}
.one-third-port {
    width: 29.333333%;
    padding: 2%;
    float: left;
    margin-right: auto;
    margin-left: auto;


    
}
.box3Inside{
    position: relative;
    background: #fff;
    margin: 2% 0 4% 9% ;

}
.box3Inside section{
    position: relative;
    background: #fff;
    font-size: 20px;
    box-shadow: 0 5px 25px rgba(0,0,0,.1);
    transition: transform 0.5s;

}

.one-third-port img:hover {
    opacity:.6;
}

.contact p {
    text-align: center;
    letter-spacing: 5px;

}
.contact a {
    color: #2C2C2C;
}
.break {
    display: none;

}
.clearfix {
    clear:both;
    height: 3%;
}
.parallax {
    background: url('Images/D25.jpg') ;

    background-attachment: fixed;
    background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  max-height: 100%;
  margin:  auto;
  position: relative;
 
    
    


}
.parallax-inner {
    padding-top: 25%;
    margin:  auto;
    
    

}


.parallax2 {
    background: url('Images/BC.png') repeat fixed 100%;
    min-height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    
    /*opacity: .5;*/


}
.parallax-inner2 {
    padding-top: 17%;
    height: fit-content;

}

.social {
    list-style-type: none;
    text-align: center;
}
.social li {
    display: inline;
}
.social i {
    font-size: 270%;
    margin: 1% 5% 7% 4%;
    color: #2C2C2C;
}
.social i:hover {
    color: #606060;
}



