﻿/* BASE */
:root {
    --Black: #000000;
    --MenuBlack: #313131;
    --Whithe: #ffffff;
    --Gray: #575757;
    --GrayHover: #898989;
    --Beige: #e8d5c6;
    --Pink: #ea919e;
    --PinkHover: #e2a0aa;
    --MenuBar: #00000047;
    --MenuLink: #f2f2f2;
}
@font-face {
    font-family: Roboto;
    src: url(/Font/Roboto/Roboto-Regular.ttf);
}
@font-face { 
    font-family: FiraCode;
    src: url(/Font/FiraCode/FiraCode-Regular.ttf);
}
@font-face {
    font-family: Bebas;
    src: url(/Font/BebasNeue/BebasNeue-Regular.ttf);
}
body {
    font-family: Roboto;
}
h1, h2, h3 {
    font-family: Bebas;
    text-transform: uppercase;
}

.py-6 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}
.BtnSvd {
    color: var(--Whithe);
    background-color: var(--Pink);
    border: none;
}
.BtnSvd:hover {
    color: var(--Whithe);
    background-color: var(--PinkHover);
    border: none;
}
/* END BASE */
/* HEADER */
.WebTopBar {
    background-color: var(--Black);
}
.WebHeader {
    background-image: url(/images/web/Sietske_van_Dalen.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--Whithe);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .45);
    min-height:701.5px;
}
@media screen and (max-width: 768px) {
    .WebHeader {
        background-image: url(/images/web/Sietske_van_Dalen_mob.jpg);
    }
}
.WebTitle {
    text-align: center;
    font-size: 3em;
}
.WebSubTitle {
    text-align: center;
    font-family: Roboto;
    font-weight: 600;
    font-size: 2.7em;
}
.SvdText {
    text-shadow: var(--Black) 1px 0px 3px;
}
.BtnSecondSvd:hover {
    color: var(--Whithe);
    background-color: var(--GrayHover);
    border: none;
}
.BtnSecondSvd {
    color: var(--Whithe);
    background-color: var(--Gray);
    border: none;
}
.Logo img {
    height: 60px;
    position: absolute;
}
/* END HEADER */
/* BREADCRUMB */
.breadcrumb li a {
    text-decoration: none;
    color: #666;
}
.breadcrumb li.active {
    text-decoration: none;
    color: #000;
}
/* END BREADCRUMB */
/* NAV MENU*/
.topnav {
    overflow: hidden;
    padding: 10px 0px 10px 0px;
}
.topnav a {
    float: left;
    display: block;
    color: var(--MenuLink);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}
.topnav a:hover {
  font-weight: bold;
}
.WebMenu .active {
    background-color: var(--Pink);
    border-radius: .3rem;
}
.WebMenu .active:hover {
    background-color: var(--PinkHover);
    font-weight:normal;
}
.topnav .icon {
  display: none;
}
@media screen and (min-width: 768px) {
    .WebMenu {
        overflow: auto;
        float: right;
    }
}
@media screen and (max-width: 768px) {
  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
.topnav.topnavScroll {
    position: fixed;
    width: 100%;
    background-color: var(--MenuBlack);
    z-index: 1;
}
/* END NAV MENU*/
/* ABOUT ME */
.BtnAbout.BtnSvd {
    color: var(--Whithe);
    background-color: var(--Pink);
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .45) !important;
}
.BtnAbout.BtnSvd:hover {
    background-color: var(--PinkHover);
}
.WebAbout {
    background-color: var(--Beige);
}
.ImgAbout {
    margin: 0 auto;
    height: 500px;
    width: 340px;
    max-width: 100%;
    border-radius: 5px;
    background-position: inherit;
    background-size: cover;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .45) !important;
}
.QuoteBlock {
    margin: 0px;
    color: #fff;
    font-size: 1.5em;
    text-shadow: var(--Black) 1px 0px 2px;
    font-weight: bold;
    text-align: center;
}
/* END ABOUT ME */
/* CONTACT FORM */
.FormContent {
    text-align: justify;
}
.FormContent h2 {
    font-size:1.6em;
}
.FormContent h3 {
    font-size:1.4em;
}
.FormLabel {
    width: 100%;
    margin-bottom: 5px;
}
.FormLabel label em {
    color:red;
}
#SvdContact .BtnSvd {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .45) !important;
}
/* END CONTACT FORM */
/* INFO BLOCKS */
.InfoRow {
    text-align: center;
}
.BlockItem {
    z-index: 0;
    margin: 25px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .45) !important;
    border: none;
}
.BlockItemButton {
    padding: 1rem;
}
.BlockItemButton .BtnSvd {
    width: 100%;
    color: var(--Whithe);
    border-radius: 0px;
}
.BlockItemContent {
    text-align: justify;
    min-height: 216px;
}
.BlockItemContent p {
    margin-bottom:0px;
}
.BlockItemTitle h3 {
    text-align: center;
}
.BlockItemImg img {
    width: 100%;
    height: auto;
    border-radius: 5px 5px 0px 0px;
}
/* END INFO BLOCKS */
/* FOOTER */
.TopFooter {
    background-color: var(--Pink);
    color: var(--Whithe);
}
.TopFooter i {
    color: var(--Whithe);
    font-size: 30px;
}
.TopFooter h3 {
    font-size:1.5rem;
}
.MainFooter {
    background-color: var(--MenuBlack);
    color: var(--Whithe);
    font-size: 14px;
}
.MainFooter h2 {
    font-size:1rem;
}
#FooterLogo {
    height:150px;
}
@media screen and (max-width: 768px) {
    #FooterLogo {
        height: 100px;
    }
}
.FootCopy {
    height: 45px;
    line-height: 45px;
    font-family:FiraCode;
}
#Rev a {
    text-decoration: none;
    color: var(--Whithe);
}
#Rev a i {
    color:var(--Pink);
}
.FooterSocial div {
    display:inline-block;
}
.FooterSocial div a {
    text-decoration: none;
    color: var(--Beige);
}
    .FooterSocial div a:hover {
        color: var(--PinkHover);
    }
.FooterSocial div i {
    font-size: 2.1em;
}
/* END FOOTER */