@font-face{
    font-family: Cinzel;
    src: url(../fonts/Cinzel-Regular.otf);
}

@font-face{
    font-family: Cinzel;
    src: url(../fonts/Cinzel-Bold.otf);
    font-weight:bold;
}

@font-face{
    font-family: Exo2;
    src: url(../fonts/Exo2-Regular.otf);
}

@font-face{
    font-family: Exo2;
    src: url(../fonts/Exo2-Bold.otf);
    font-weight:bold;
}

.card-content-text {
    font-size: 16px;
    text-align: left;
}

.card-stacked {
    
    display: inline-block;
}

.card .card-content {
    padding: 15px 25px !important;
    overflow-y: auto;
    text-overflow: ellipsis;
}
.card-action {
padding: 5px 25px !important;
}

.card-image {
    min-width: 30%;
}

.card-image-phone {
    max-height: 40%;
    margin-bottom: 10px;
}
.card-title
{
    text-align: center;
}

#card-content-index
{
    text-align:center !important;
}

body{
	font-family: 'Exo2', serif;
    padding-top: 0px;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}


main {
    flex: 1;
}


.page-footor
{
	flex-shrink: 0;
}

.card-panel
{
	line-height: 22px;
	padding-top:auto;
	padding-bottom:auto;
}

default-spacing
{
	line-height: 77px;
}

.btn-small
{
	margin-left: auto;
	margin-right: auto;
}

.brand-logo
{
	margin-left: 50px;
	overflow: hidden;
	text-overflow: hidden;
}

#project-responsibility-list
{
	font-size: 18px !important;
	line-height: 26px;
	text-align: justify;
}

#program-icons
{
	display:inline-block;
	justify-content:space-between;
}

program-icon
{
	position:relative;
	padding-right:10px !important;
}

.project-card-content
{
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10%;
}
