/**************************************/
/********* CSS FOR UVART.PHP **********/
/**************************************/


/************** GLOBAL ****************/
div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

div .parent-container {
    height: 70px;
}

a {
    color: #383838;
}

h3 {
    margin-top: 0px;
}

/************** HEADER ****************/
.shortInfo {
    font-family: 'Abel', sans-serif;
    border: none;
    height: 100%;
    width: 75%;
    color: white;
    text-align: center;
    background: #383838;
    margin-left:auto;
    margin-right:auto;
    padding: 0px 0px 10px 0px;
}

.shortInfo h1 {
    font-size: 60px;
    padding-top: 40px;
    margin: 0px;
}

.shortInfo p {
    padding: 0px;
    margin: 0px;
}

/************** INFO ****************/
.containerSplit {
    font-family: 'Abel', sans-serif;
    font-size: 19px;
    display: flex;
    width: 75%;
    margin-left:auto;
    margin-right:auto;
    opacity: 0.9;
}

.left-half {
    background-color: white;
    flex: 1;
    padding: 1rem;
}

.containerText {
    height: 100%;
    width: 75%;
    flex: 1;
    background: white;
    margin-left:auto;
    margin-right:auto;
    opacity: 0.9;
}

.right-half {
    background-color: #2d313d;
    flex: 1;
    padding: 1rem;
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/************** GALLERY ****************/
.galleryLink {
    font-family: 'Abel', sans-serif;
    font-size: 19px;
    background: #383838;
    display: flex;
    width: 75%;
    opacity: 0.9;
    margin-left: auto;
    margin-right: auto;
}

.parent-container a:first-child {
    border: 1px solid white;
    width: 200px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    color: white;
    border-radius: 3px;
    margin-left:auto;
    margin-right:auto;
}

.parent-container a:hover {
    background-color: white;
    color: black;
    border: 1px solid white;
    border-radius: 3px;
}


/************** ENDING TEXT ****************/
.endingText {
    font-family: 'Abel', sans-serif;
    font-size: 19px;
    width: 75%;
    background-color: white;
    margin-left:auto;
    margin-right:auto;
    opacity: 0.9;
}

.endingText p {
    padding-left: 1rem;
}