@charset "UTF-8";
@import url(reset.css);

*{
    box-sizing: border-box;
}

html{
    font-size: 62.5%;
    width: 100%;
    min-width: 1200px;
}

a{
    color: inherit;
}

a:hover{
    color: inherit;
    text-decoration: none;
}

aside{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 30rem;
    height: 100%;
    background: #E5E8E8;
    overflow-y: scroll;
    -ms-overflow-style:none;
    scrollbar-width:none;
    align-items: center;
}

nav{
    padding-top: 1rem;
    margin: auto;
}

nav ul li{
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: .08em;
}

aside::-webkit-scrollbar{
    display: none;
}

aside h1,h2,ul{
    color: auto;
}

main{
    background-color: #D6DBDF;
    background: url(../images/sussexhome-wallpaper-rolls-582423-64_1000.png);
    width: calc(100% - 30rem);
    min-width: 100rem;
    margin-left: 30rem;
}

h1 {
    height: 20rem;
    width: auto;
    padding: 4rem;
    background: #5D6D7E;
    font-style: italic;
    letter-spacing: .5em;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 3em;
    justify-content: center;
    text-align: center;
    text-shadow: 5px 5px #2E4053;
}

header{
    height: 1000px;
    width: 100%;
    padding: 4rem 4rem 0;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
     background:url(../images/background.jpg);
    position: relative;
    align-items: center;
}

#catch-copy{
    color: #fff;
    font-size: 2em;
    line-height: 2;
    text-align: center;
    width: 100%;
}

#catch-copy h2{
    font-size: 4em;
    line-height: 1;
    padding-bottom: 20px;
    letter-spacing: .1em;
    text-shadow: 10px 10px #2E4053;
}

.list{
    align-items: center;
}

.list h2{
    padding-top: 5%;
    position: relative;
    text-align: center;
    font-size: 3em;
    font-style: italic;
    letter-spacing: .2em;
}

.list h3{
    width: 100%;
    font-size: 2em;
    color: black;
}

.list p{
    width: 100%;
    font-size: 1.5em;
    color: black;
    word-wrap: break-word;
}



#list1,#list2,#list3{
    width: 100%;
    padding:50px 20px 20px;
}

.wrapper{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 20px 50px 20px;
}


.wrapper section{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 70rem;
    padding: 20px 20px 20px;
    background: #fff;
    border-radius: 5rem;
    margin-top: 50px;
    margin-right: 40px;
}

.wrapper section img{
    padding-right: 20px;
/*    border-radius: 50%;*/
}

.wrapper section span{
    width: 70rem;
}

.wrapper section span h3{
    padding:0;
}

footer{
    width: 100%;
    background: #5D6D7E;
    text-align: center;
    padding: 3rem 0;
}

footer small{
    font-size: 2rem;
    display: block;
    padding: 1em 0;
}

#profile{
    background: #EAECEE;
    padding-top: 0;
    padding-bottom: 30px;
    margin: auto;
    margin-top: 30px;
}

#profile h2,#profile h3,#profile p{
    color: #0f3959;
}
#profile img{
    width: 700px;
    height: 400px;
}

#ginka{
    background:url(../images/hero.jpg);
    background-attachment: fixed;
    background-position: center;
}

#ginka h3, #ginka p{
    color: #fff;
}

#soudan{
    background: url(../images/soudan.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-color: white;
}

#soudan h3,#soudan p{
    color: white;
    text-shadow: 2px 2px #707B7C;
}

#babao{
    background:linear-gradient(90deg, #8a99d1 20%,#8a99d0 20%,#de9bac 80%) #5970aa;
}

.personality {
    position: absolute;
    bottom: 5px;
    right: 40px;
    height: 95%;
    margin: auto;
    mix-blend-mode: hard-light;
    filter: drop-shadow(2px 2px 2px white) invert(10%);
}

#babao h3,#babao p{
    text-shadow: 2px 2px #D7DBDD;
}

#service{
    background:url(../images/service.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #EAECEE;
}

#service h3,#service p{
    color:#0f3959;
}

#autumn{
    background: url(../images/autumn.jpg);
    background-position: 75% 25%;
}

#autumn h3,#autumn p{
    color: white;
    text-shadow: 2px 2px #707B7C;
}

#draze{
    background: #fff;
}

#draze h3,#draze p{
    color: #0f3959;
}
a:hover{
    text-decoration: underline;
    opacity: 0.5;
}


section .container .containerForm{
     position: relative;
     padding: 70px 50px;
     height: 100%;
 }
section .container .containerForm h2{
     color: #0f3959;
     font-size: 24px;
     font-weight: 500;
 }
section .container .containerForm .formBox{
     position: relative;
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
     padding-top: 30px;
 }
section .container .containerForm .formBox .inputBox{
     position: relative;
     margin: 0 0 35px 0;
 }
section .container .containerForm .formBox .inputBox.w50{
     width: 47%;
 }
section .container .containerForm .formBox .inputBox.w100{
     width: 100%;
 }

#contact{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 100px auto;
}

.container{
    width: 40%;
    background: #EAECEE;
    border-radius: 5rem;
    margin: auto;
}

.container span h3{
    font-size: 1.4em;
    color: #0f3959;
    font-weight: 500;
}