html {
	background: #323232;
}

body, p {
	font-family: "lato", Times, 'Times New Roman', serif;
	font-style: normal;
	font-weight: 400;
	color: #333;
    overflow-x: hidden;
    font-size: 18px;
    line-height: 165%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "lato", Times, 'Times New Roman', serif !important;
	font-style: normal;
    font-weight: 400;
}

h2, h3 {
    color: #3d5ba9;
}

aside {
    padding-left: 2vw;
}

blockquote > p {
    font-size: 22px;
    font-style: italic;
}

.overlay {
    /* position: fixed; Sit on top of the page content */
    /* display: none; Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.pageTitle {
    background: #3e5aa8;
    margin-top:1vh;
    height: 90px;
    text-align: center;
}

.alignCenter {
    align-self: center;
}

.section {
    display: flex;
    justify-content: flex-start;
    margin-top: 1vh;
}

#welcomeBlock {
    background: url("/modules/aboutPage/images/enpiraLogo.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 6px 24px;
}

#additionalInformation {
    background: #f5f6f7;
    height: fit-content;
    padding-bottom: 50px;
}

#additionalInformation > .row {
    padding-top: 5vh;
}

#additionalInformation p {
    font-size: 24px;
}

#additionalInformation blockquote > p {
    font-size: 18px;
    font-style: normal;
}

#additionalInformation .blockquote-footer {
    font-size: 16px;
}

#danielPhoto {
    width: 100%;
    border-radius: 50%;
}

/* Devices with a width of 1199px or smaller */
@media all and (max-width: 1199px) {

}
  
  
/* Devices with a width of 991px or smaller */
@media all and (max-width: 991px) { 

}
  
  
/* Devices with a width of 768px or smaller */
@media all and (max-width: 768px) {
    h1 {
      color: #fff;
      font-size: 40px !important;
    }
  
    h2 {
      font-size: 28px;
    }
  
    .alignCenter {
        width: 100%;
    }

    .aboutPageIcon {
        position: relative;
        padding-top: 24px;
        padding-bottom: 12px;
        width: 25vw;
        margin: 0 auto;
    }
}
  
  
/* Phones with a width of 575px or smaller */
@media all and (max-width: 575px) {
    #additionalInformation {
        width: 100%;
    }
    
    #danielPhoto {
        width: 25vw;
        border-radius: 50%;
    }
}
