/*
    John (Selene) Phillips, December 8th 2024, IST-239-W01, Final Project CSS File

    This is the external Stylesheet (css file) that styles the main page.
*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Liquid 3 Column Layout */
.content {
    display: flex;
    width: 100%;
    justify-content: center;
}

.LeftColumn {
    flex: 1;
    width: 33.33%;
    padding: 20px;
}

.MiddleColumn {
    flex: 1;
    width: 33.33%;
    padding: 20px;
}

.RightColumn {
    flex: 1;
    width: 33.33%;
    padding: 20px;
}

/* Header Styles */
header {
    text-align: center;
    background-image: url(headerbackground.jpg);
    background-size: cover;
}

header h2 {
    font-family: "Lucida Handwriting", cursive, sans-serif;
    font-size: 30px;
    text-shadow: 2px 2px 4px rgb(255, 130, 236);
}

header h3 {
    font-family: "Lucida Handwriting", cursive, sans-serif;
    font-size: 20px;
    text-shadow: 2px 2px 4px rgb(255, 130, 236);
}

.email {
    text-decoration: none;
    color: rgb(218, 1, 109)
}

.email:hover {
    color: rgb(255, 130, 236);
}

header img {
    width: 15%;
    filter: drop-shadow(0px 0px 15px rgb(255, 130, 236));
    border-radius: 50%;
}

h3, h2 {
    text-align: center;
}

/* Overall Styles */
html {
    font-family:'Lucida Sans', 'Lucida Sans Regular', Verdana, sans-serif;
}

.specificTitle {
    text-shadow: 1px 1px 6px rgb(255, 130, 236);
    font-style: italic;
    text-align: center;
}

.specificTitle2 {
    text-shadow: 1px 1px 6px rgb(255, 130, 236);
    font-style: italic;
    text-align: center;
    padding-top: 25px;
}

/* Column Styles */

/* Left Column Styles */
.LeftColumn {
    text-align: center;
}

.timeImage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}

.minuteConversion {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(clockTransparent.png);
    background-position: center;
    background-size: 195px;
    height: 195px;
    width: 195px;
    text-align: center;
    font-size: large;
    font-style: italic;
}

.inputForm {
    padding-bottom: 10px;
    font-style: italic;
}

.numberButton {
    cursor: pointer;
    background-color: #c421c9;
    color: black;
    padding: 10px 14px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    margin: 4px 2px;
    display: inline-block;
    text-shadow: 2px 2px 4px rgb(255, 130, 236);
    box-shadow: 1px 1px 4px black;
    outline: none;
}

.numberButton:hover {
    cursor: pointer;
    background-color: #fa68ff;
    color: rgb(255, 255, 255);
    padding: 10px 14px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    margin: 4px 2px;
    display: inline-block;
    text-shadow: 2px 2px 4px rgb(135, 8, 116);
    box-shadow: 1px 1px 4px black;
    outline: none;
}

.sealLink {
    width: 45%;
    filter: drop-shadow(0px 0px 5px rgb(255, 130, 236));
}

.descriptiveText {
    font-size: 12px;
    font-family: "Lucida Handwriting", cursive, sans-serif;
    padding-top: 5px;
    padding-bottom: 10px;
}

.descriptiveText2 {
    font-size: 18px;
    font-family: "Lucida Handwriting", cursive, sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
}



/* Middle Column Styles */
.MiddleColumn {
    text-align: center;
}

.smallInfoText {
    display: inline-block;
    font-size: 12px;
    font-family: "Lucida Handwriting", cursive, sans-serif;
}

.projectDetails {
    display: block;
    background-color: #c421c9;
    box-shadow: 1px 1px 4px black;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 14px;
    text-shadow: 1px 1px 4px rgb(255, 130, 236);
    outline: none;
    box-shadow: 1px 1px 4px black;
}

.detailsButton {
    cursor: pointer;
    background-color: #c421c9;
    padding: 6px 6px;
    text-align: center;
    text-decoration: none;
    font-size: 8px;
    margin: 6px 2px;
    display: inline-block;
    text-shadow: 2px 2px 4px rgb(255, 130, 236);
    border-radius: 15%;
    outline: none;
    box-shadow: 1px 1px 4px black;
}

.detailsButton:hover {
    cursor: pointer;
    background-color: #fa68ff;
    color: rgb(255, 255, 255);
    padding: 6px 6px;
    text-align: center;
    text-decoration: none;
    font-size: 8px;
    margin: 6px 2px;
    display: inline-block;
    text-shadow: 2px 2px 4px rgb(135, 8, 116);
    border-radius: 15%;
    outline: none;
    box-shadow: 1px 1px 4px black;
}

.buttonlink {
    cursor: pointer;
    background-color: #c421c9;
    color: black;
    padding: 15px 18px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    margin: 6px 2px;
    display: inline-block;
    text-shadow: 2px 2px 4px rgb(255, 130, 236);
    box-shadow: 1px 1px 4px black;
}

.buttonlink:hover {
    cursor: pointer;
    background-color: #fa68ff;
    color: rgb(255, 255, 255);
    padding: 15px 18px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    margin: 6px 2px;
    display: inline-block;
    text-shadow: 2px 2px 4px rgb(135, 8, 116);
    box-shadow: 1px 1px 4px black;
}

.chapHeader {
    padding: 10px;
    font-size: 20px;
    font-style: italic;
}

/* Right Column Styles */
.RightColumn {
    text-align: center;
}

.mapAlignment {
    width: 100%; 
    height: 100%; 
    display: flex;
    justify-content: center;
    padding-top: 4px;
}

#campusView {
    height: 50%;
    width: 85%;
    box-shadow: 1px 1px 15px rgb(255, 130, 236);
    border-radius: 20px;
}

/* Body Style */
body {
    min-height: 100vh;
    background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgb(255, 168, 241));
}

/* Footer Style */
footer {
    display: block;
    background-image: url(backgroundMoreBlur.jpg);
    background-size: cover;
    font-family: "Lucida Handwriting", cursive, sans-serif;
    text-align: center;
    text-shadow: 2px 2px 4px rgb(255, 130, 236);
    padding-top: 10px;
    padding-bottom: 10px;
}