/*Title Wrappers*/

.titlewrapper-image{
    display: flex;
	flex-direction:row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    height:450px;
    overflow: hidden;
    border-top:1px solid #efefef;
}

.titlewrapper-image h1{
    font-weight: 600;
    font-size: 3rem;
    padding-left: 0px;
    font-size: 3.5rem;
}
.titlewrapper-image .front-page-title{
    width:42%;
    padding-right: 0px;
}
.titlewrapper-image #front-page-image{
    width:35%;
    height: 100%;
}
.titlewrapper-image #front-page-image img{
    width:auto;
    height: 100%;
    max-width: none;
}
.titlewrapper-image #title-quote{
    color: #292929;
    margin-top: 50px;
    font-size: 1.4rem;
    font-weight: 400;
    margin-top:30px;
    line-height: 1.6;
    padding-bottom: 50px;
}

.titlewrapper {
    display: flex;
	flex-direction:column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    text-align: center;
}
.titlewrapper h1 {
    font-weight: 600;
    padding: 20px;
    padding-left: 0px;
    font-size: 3rem;
	/* text-transform: uppercase; */

}
.titlewrapper-colour {
  
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}
.titlewrapper-colour h1 {
    font-weight: 700;
    font-size: 3rem;
    padding-left: 0px;
    font-size: 3rem;
    color:#414141;
}


#rotatingimagetitle{
    width:70%;
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: absolute;
}

#rotatingimagetitle .dashicons{
    cursor: pointer;
}

.imageSlide{
    visibility: hidden;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: auto;
    top:0;
    opacity: 0;
    transition:visibility 0.6s linear,opacity 0.6s linear;
}

div:hover > .imageSlide {
    visibility:visible;
}





@media (max-width: 950px) {

    .titlewrapper-image{
        flex-direction: column;
        height:auto;
    }
    .titlewrapper-image .front-page-title{
        width:80%;
    }
    .titlewrapper {
        padding-bottom: 10px;
        padding:30px;
        
    }
    .titlewrapper h2 {
        color: #000;
    }
    .titlewrapper-colour {
        padding: 30px;

    }
    .titlewrapper-colour h1 {
        font-size: 030px;
        padding-top: 0;
        text-align: center;
    }

    .titlewrapper h1{
        font-size:2.4rem;
        padding:0;
    }

    .titlewrapper-image h1{
        font-size: 40px;
        text-align: center;
    }
    .titlewrapper-image #title-quote{
        text-align: center;
        padding-bottom: 20px;
    }


    .titlewrapper-image #front-page-image{
        width:100%;
        display: flex;
        justify-content: center;
    }
    .titlewrapper-image #front-page-image img{
        width:80%;
        margin-bottom: 50px;
    }

 

}