@import url(https://fonts.googleapis.com/css?family=Raleway:300,600,700);

@font-face {

    font-family: 'copperplate gothic';

    src: url('../fonts/COPRGTB.TTF') format('truetype');


         

         

    font-weight: normal, bold;

    font-style: normal;


}


html {
    font-size: 18px;
    box-sizing: border-box
}
*, *:before, *:after {
    box-sizing: inherit
}
body {
    margin: 0 auto;
    padding: 0;
    color: black;
    font-family: 'copperplate gothic';
    font-style: normal;
    font-weight: normal; 
}
p {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}

.pageWidth{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    align-content: space-around;
    margin: 0 auto;
    width: 92%;
}
hr {
    width: 40%;
    height: 3px;
    background-color: black
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: 'copperplate gothic';
    
    font-weight: bold;
}
img {
    display: block;
    max-width: 100%
}
a {
    font-weight: 300;
    color: white
}
a:hover, a:focus {
    text-decoration: none
}
.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  
    padding: 10px;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
    background-color: #07185B;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: white;
    text-align: center
}
.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
    margin: 0 auto;
    width: 80%;
    background-color: white
}
section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 auto;
    width: 80%;
    padding: 0px
}
.planning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    width: 80%
}
.planning-info {
    width: 70%;
}
.planning-pic {
    width: 30%;
    height: 30%;
}
.prep {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    width: 80%
}
.prep-info {
    width: 70%
}
.prep-pic {
    width: 30%;
    height: 30%
}
.ukmap {
    padding: 0;
    width: 40%;
    margin: 0 auto
}
.slider {
    margin: 0 auto;
    padding: 20px
}
.slider2 {
    width: 50%;
    margin: 0 auto;
    padding: 10px
}
.moving-day {
    width: 80%;
    margin: 0 auto;
    padding-top: 20px
}
.custom-sat {
    width: 80%;
    margin: 0 auto;
    padding-top: 20px
}
article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    margin-top: 10px;
    width: 100%;
  
}
h1 {
    font-size: 60px
}
h2 {
    font-size: 42px
}
h3 {
    font-size: 30px
}
h4 {
    font-size: 26px
}
.home-info {
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.main-heading {
    text-align: center
}
.heading {
    text-align: center;
    padding: 25px
}
.main2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
    margin: 0 auto;
    width: 80%;
    background-color: white
}
.ticked-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: center;
        align-self: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 auto;
    width: 60%;
    padding: 25px
}
.ticks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}
.ticks h2 {
    font-size: 18px
}
.peaceofmind {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    width: 70%;
    padding: 30px;
    text-align: center
}
.ring {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    width: 200px;
    height: 200px
}
footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #07185B;
    color: white;
    padding: 5px;
}
.foot-nav {
    padding: 10px;
    margin: 0px ;
}
.foot-nav ul {
    padding: 5px;
    margin: 0px ; 
}
.foot-nav li {
    padding: 5px;
    list-style: none;
    text-decoration: none
}
.foot-nav li a {
    list-style: none;
    text-decoration: none;
}
.cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    padding: 18px 0px;
}


.storage{
    display: flex;
    justify-content:space-between;
    padding: 10px;
    /* margin-right: 10px; */
}


.storage1 {
   

 margin-left: 40px;
}

/**************  Media Queries ************/
@media (min-width: 320px) {
    .header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center
    }
    h1 {
        font-size: 50px
    }
    h2 {
        font-size: 32px
    }
    h3 {
        font-size: 22px
    }
    h4 {
        font-size: 18px
    }
    .cards {
        display: none
    }
    .contact {
        font-size: 18px
    }
    .email_footnav{
        display: none;
    }
}
@media (min-width: 768px ) {
    .header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row
    }
    .cards {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0 auto;
        padding: 18px 0px
    }
    .email_footnav{
        display: block;
    }
}
.main-wrapper {
    width: 100%;
    background-image: url(../../builds/postcss/img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover
}






.about {
    padding: 20px;
}



.contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px;
}



.indexContact {
    display: flex;
    justify-content: space-around;
}


.contact-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    text-align: center;
}

form input {
    width: 300px;
    margin: 5px auto;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid black;
}
 
textarea {
    width: 300px;
    margin: 5px auto;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid black;
}

/* input[type="submit"] {
    background-color: #f10f83;
  color: white;
}

input:hover[type="submit"] {  
  background-color: #0bacdf;
  color: white;
} */

.slider1 {
    width: 50%;
    height: 80%;
}

.contact1 {
    width: 40%;
}

.storage{
    display: flex;
    justify-content: space-around;
    padding: 10px;
    margin: 10px;
}

.storage0{
    width: 38%;
}

.storage1 {
   
 width: 60%;
 margin: 10px;
}

.annotation {
    display: flex;
    justify-content: space-around;
}

.afterAnnotation{
    display: flex;
    justify-content: center;
}

.bespoke-sec{
    display: flex;
    padding: 30px;
    flex-direction: column;

    justify-content: space-around;
    align-items: center;
}

.sip1{
    display: flex;
    justify-content: space-around;
}

.sip2{
    display: flex;
    justify-content: space-between;
}

.pms{
    padding: 20px;
    margin: 10px;
    
}

.awki{

    padding: 20px;
    margin: 10px;
}

.bottomLogo{
    display: flex;
    justify-content: space-around;
    padding: 10px;
}

footer{
    display: flex;
    justify-content: space-around;
}

.contact2{
    display: flex;
   
    flex-direction: column;

    justify-content: space-around;
    align-items: center;
}

@media only screen and (max-width: 960px) {
    .contact1{
        display: none;
        padding: 0;
        margin: 0;
    }
    .slider1{
        width: 80vw;
        
        margin: 0;
        padding: 0;
    }

    .bottomLogo{
        display: none;
    }

    .slider2{
        display: none;
    }


    .planning-pic{
        display: none;
    }
    .prep-pic{
        display: none;
    }

    .storage{
        flex-direction: column;
    }
}