*{
    position: relative;
    margin: 0px;
    padding: 0px;
    font-family: "Rubik", sans-serif;
    box-sizing: border-box;
    font-size: 14pt;
    
}

:root{
    --headfont: "Lora", sans-serif;
    --primary: 129, 174, 205;
    --secondary: 129, 174, 205;
    /* rgb(201, 138, 0) */
    /* rgb(255, 174, 0) */
}

h1{
    color: #ffffff;
    font-family: "Lora", sans-serif;
    font-size: 24pt;
    
}

h2{
    font-size: 20pt;
}

p{
    padding: 10px;
    font-size: 14pt;
    font-family: "Rubik", sans-serif;
    
}

a{
    color: #81aecd;
    text-decoration: none;
    transition: 0.4s all;
}
a:hover{
    text-decoration: underline !important;
    transform: scale(1.1);
}

ul{
    /* list-style: none; */
    font-family: "Rubik";
}

li{
    font-family: "Rubik";
}

body{
    /* min-height: 100vh; */
    display: flex;
    flex-direction: column;

    
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(top,  #000000 0%, #666870 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #000000 0%,#666870 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #000000 0%,#666870 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#666870',GradientType=0 ); /* IE6-9 */
    background-attachment: fixed;


}

header{
    display: flex;
    position: absolute;
    width: 100%;
    flex-direction: row;
}

.icon{
    display: inline-flex;
    height: 16pt;
    width: 16pt;
    margin: 0px 2px;
    vertical-align: text-bottom;
}

.email{
    background-color: #FFF;
    mask: url(/media/icons/email.svg) no-repeat center / contain;
    -webkit-mask: url(/media/icons/email.svg) no-repeat center / contain;
}

.phone{
    background-color: #FFF;
    mask: url(/media/icons/phone.svg) no-repeat center / contain;
    -webkit-mask: url(/media/icons/phone.svg) no-repeat center / contain;
}


.imgCircle{
    display: flex;
    aspect-ratio: auto 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    /* max-height: 200px;
    max-width: 200px; */
    /* margin: 30px; */
    width: 80%;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.imgCircle>img{
    height: inherit;
    width: inherit;
}

.logoOuter{
    width: 14vw;
    height: auto;
    /* margin: 5px;; */
    /* overflow: hidden; */
    /* background-color: #000; */
    background: #000;
    align-self: baseline;
    border-radius: 0% 0% 100% 100%;
}
.logoOuter > img{
    width: inherit;
    padding: 10px;
}

nav{
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: flex-end;
}

.navTop{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    height:35pt;
    width: 100vw;
    background-color: #0009 ;
    color: #FFF;
    font-size: 18pt;
    
}

.contactIcons>a{
    font-size: 14pt !important;
}

.navTop>a, .navBottom>.contactIcons>a{
    
    color: #81aecd;
    text-decoration: none;
    transition: 0.4s;
    font-size: 18pt;
    font-family: "Lora", sans-serif;
}



.navTop>a:hover, .navBottom>a:hover{
    /* border-bottom: solid 1px; */
    text-decoration: underline;
    color: #FFF;
    transform: scale(1.1);
}

.navBottom{
    display: flex;
    top: 10px;
    padding: 5px;
    
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-width: 20%;
    font-size: 16pt;
    
    background-color: #000 ;
    color: #FFF;
}

.contactIcons{
    display: flex;
    flex-direction: column;
}

.gallery{
    display: block;
    width: 100%;
    height: 40vh;
    background-color: aquamarine;
    z-index: -1;
}


main{
    /* top:120px; */
}

.pageHeader{
    /* top: -60px; */
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 60px 0px;
}

.pageHeader>h1{
    text-align: center;
}



.flexContain{
    display: flex;
    max-width: 1400px;
    margin: auto;
    /* background: #DDD; */
}

.flexTriple > div{
    width: 30%;
}

.contain{
    max-width: 1400px;
    margin:auto;
}

.flexFull{
    display: flex;
    
    margin: auto;
    background: #DDD;
}

.flexRow{
    width: 100%;
    display: flex;
    flex-direction: row;
}

.flexColumn{
    /* width: 100%; */
    display: flex;
    flex-direction: column;
    color: #FFF;
}

.flexAround{
    justify-content: space-around;
}

.flexBetween{
    justify-content: space-between;
}

.flexMargin{
    margin: 20px 0px;
}

.flexShaded{
    width: 100%;
    background-color: #ccc8;
    justify-content: center;
    
}

.flexShaded>*{
    font-family: 'Lora';
    font-size: 25pt;
    font-weight: bold;
}

.flexFull.backgroundImg{
    height: 400px;
}

.textCentre{
    justify-content: center;
    text-align: center;
}

.textLeft{
    justify-content: left;
    text-align: left;
}

.textRight{
    justify-content: right;
    text-align: right;
}


.hoverShow{
    display: inline-flex;
    transition: all .2s;
}

/* .hoverHide{
    display: flex;
    width: 0px;
    overflow: hidden;
    transition: all .2s;
}

.hoverShow:hover .hoverHide{
    width: 300px;

} */








/*Gallery Shizzle*/

.galleryShort{
    display: flex;
    gap:10px;
    justify-content: space-around;
    flex-wrap: wrap;
    background-color: #eee;
    padding: 10px;

}

.galleryShort>.galleryThumb{
    height: 300px;
    /* width: 30%; */
    display: flex;
    justify-content: center;
    transition: all .2s;
}

.galleryThumb>img{
    height: 100%;
    z-index: 1;
    transition: all .2s;
}

 .galleryThumb:after{
    content: 'View';
    position: absolute;
    top: 50%;
    width: inherit;
    z-index: 0;
    font-size: 30pt;
    font-family: var(--headfont);
    font-weight: bold;
    transition: all .2s;

}

.galleryThumb>img:hover{
    transform: scale(1.05);
    cursor: pointer;
    opacity: .4;
    filter: drop-shadow(4px 4px 4px #444);
}

.overlay{
    display:none;
    z-index: 10001;
    position: fixed;
    width: 100%;
    height: 100%;
    top:0px;
    justify-content:space-between;
    flex-direction: column;
    align-items:center;
    background-color: rgba(0,0,0,0.6);
    
}

.overlayTop{
    position: absolute;
    top: 0px;
    /* justify-content: space-around; */
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    height:30pt;
    z-index: 10003;
    font-size: 20pt;
    /* background-color: rgba(0,0,0,0.4); */
    box-sizing: border-box;
    align-items: center;
    /* padding: 20px; */
}

.overlayTop > a > img{
    margin: 15px;;
}

.overlayTop>a>img:hover{
    transform: scale(1.1);
}

.overlayContent{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    width: 100%;
}

.overlayContent>img{

    max-width: 100%;
    max-height: 100%;
    margin:auto;

}

.overlayBottom{
    position: absolute;
    bottom: 0px;
    display: flex;
    width: 100%;
    height: 35pt;
    justify-content: space-between;
    /* background-color: rgba(0,0,0,0.4); */
    z-index: 10003;
    align-items: center;

}

.overlayTop>a,.overlayBottom>a{
    font-size: 20pt;
    cursor: pointer;
    color: #FFF;
}

a>button, button{
    border: none;
    padding: 10px 20px;;

    font-size: 20pt;
    background-color: rgb(var(--primary));
    color: #fff;
    text-decoration: underline 0.08em #fff;
    box-shadow: #444 2px 2px 2px;
}

a>button:hover, button:hover{
    cursor: pointer;
    text-decoration: underline 0.08em rgba(var(--secondary), 1);
    transform: scale(1.1);
    box-shadow: #444 4px 4px 4px;
}







footer{

    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    min-height: 200px;
    padding: 10px;
    background-color: #000;
    color: #FFF;
    font-family: "Rubik", sans-serif;

}

footer>span>p>*{
    font-family: "Rubik", sans-serif; 
}