﻿.divimage {
    text-align: center;
}

.alignpadding-left {
    padding: 0 0 20px 20px;
}

.alignpadding-right {
    padding: 0 20px 20px 0;
}

.panelcontent {
    padding: 10px 0 10px 0;
}

.divcontent {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.divcontent > p {
    width: 100%;
    text-align: left;
}

.divbutton {
    display: flex;
    flex-direction: column;
    text-align: center;
}

p.header {
    font-size: 40px;
}

.imagedimension {
    object-fit: scale-down;
    max-width: 600px;
}

#footerLogos {
    font-weight: bold;
    margin-top: 20px;
}

.footerlogodimension {
    object-fit: scale-down;
    max-width: 180px !important;
    align-items: center;
    justify-content: center;
    vertical-align:bottom;
    padding:20px;
}

.title, .subtitle {
    font-weight: 800;
    font-family: Arial;
    white-space: pre-line;
}

.title {
    font-size: 30px;
}

.subtitle {
    font-size: 24px;
    padding-bottom: 7px;
}

#menu {
    flex-grow: 1;
}

.headertitle {
    display: flex;
    align-items: center;
    justify-content: center;
}


.headerlink {
    font-size: 20px;
    font-family: Arial;
    align-items: end;
    padding-bottom:40px;
    font-weight: bold;
}


.logo {
    height: 150px;
    width: 300px
}

.align-justify {
    text-align: justify;
}

/* To center texts under images*/
.imagedimension.align-justify {
    margin: 0 auto;
}