body {
    border: 0;
    margin: 0;
    text-align: center;
}

#mainpage, .studydiv {
    display: inline-block;
    /* width: 800px; */
}

#header {
    text-align: center;
}

.vertical-center {
    position: static;
    transform: translateY(-10%);
}
.logoBlock {
    position: static;
}

p {
    text-align: justify;
}

h2 {
    padding: 0 10px;
}

#darkcurtain {
    left: -10%;
    width: 110%;
}


.darkSection, .lightSection, .whiteSection {
    margin: 10px 0;
    border-radius: 0;
}

#introSection {
    background-image: none;
}
#mobileStudyDiv {
    display: block;
    position: relative;
    top: -400px;
    -webkit-transition:top 4000ms ease-in-out;
    -moz-transition:top 4000ms ease-in-out;
    -o-transition:top 4000ms ease-in-out;
    transition:top 4000ms ease-in-out;

    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#mobileStudyDiv img {
    width: 100%;
    /* border-bottom-left-radius: 10px; */
    /* border-bottom-right-radius: 10px; */
}

.leftTextBlock, .rightTextBlock {
    width: 100%;
    border-radius: 10px;
}
#intro {
    /* border-bottom-left-radius: 0; */
    /* border-bottom-right-radius: 0; */
    border-radius: 0;
    z-index: 250;
    position: relative;
}
.navbar {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0;
    background-color: white;
    text-align: center;
}
.navlink {
    box-sizing: border-box;
    width: 30%;
    margin: 0;
    padding: 10px;
}


#halifax {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
#world {
    float: right;
    width: 100%;
}
#plaque {
    float: right;
    width: 25%;
}
#icaew {
    display: none;
}
#icaew2 {
    display: inline;
    float: left;
    width: 20%;
}

.rightImgBlock {
    width: 50%;
}
.bottomImgBlock {
    margin-bottom: 40px;
}

.readstudy, .closestudy {
    padding: 10px 5px;
}

form {
    width: 70%;
}

#captchaDiv {
    margin: 10px 0;
    /* overflow: hidden; */
}

#contactFormButton {
    display: none;
}

#contactFormButtonM {
    display: inline-block;
}

#contactFormCont {
    display: block;
    width: 100%;
}

#contactFormImg {
    display:none;
}

.warningBox {
    left: 20px;
}

#padderM {
    height: 44px;
}

.caseHeadText {
    font-size: 20px;
}
.caseHead img {
    width: 150px;
}
#syhff-blue {
    top: -2px;
}
.caseClose {
    position: relative;
    top: -5px;
}

.studydiv p {
    text-align: justify;
    padding: 5px 10px;
}

.leftTextBlock img {/* Case study Logos */
    width: 20%;
}


.L {
    float: left;
    width: 50%;
}

.Ls {
    float: left;
    width: 25%;
}

.R {
    float: right;
    width: 40%;
    padding: 20px 20px 0px 20px;
}

.R3 {
    float: right;
    width: 40%;
    padding: 20px 20px 0px 20px;
}

.sidebyside {
    width: 45%;
}
.sbscont {
    padding: 5px;
}
.sbscont p{
    margin: 0;
    padding-left: 10px !important;
}


.imgDiv img {
    width: 100%;
}

#studentbki::before {
background-image: url("images/mabey/STUDENTS_grayscaleM.png");
}

#c_change_p {
    height: 315px;
}



.closestudy {
    margin-left: 10px;
}
