/* main colors:
    3d5a80
    98c1d9
    e0fbfc
    ee6c4d
    293241
*/


body {
    margin: 0;
    padding: 0;
}

.navbar-top {
    position: relative;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-family: monospace;
    margin: 0;
    padding: 15px;
    font-size: 23px;
    background-color: #3d5a80;
}

.navbar-top a {
    padding-right: 50px;
    transition-duration: 0.4s;
    text-decoration: none;
    color: #f7f7f7;
}

.navbar-top a:hover {
    color: #ee6c4d;
}

.image-container {
    z-index: 0;
    background-image: url('../images/background.jpg');
    width: 70%;
    height: 450px;
    margin-right: auto;
    margin-left: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition-duration: 0.4s;
}

.welcome-tag {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-family: monospace;
    margin: 0;
    padding: 5px;
    font-size: 23px;
    background-color: #293241;
}

.welcome-tag h1 {
    transition-duration: 0.4s;
    text-decoration: none;
    color: #f7f7f7;
}

.content-container {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
    padding: 40px;
    background-color: #98c1d9;
}

.content {
    margin: 0;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    text-align: left;
    font-family: monospace;
    font-size: 30px;
    padding: 40px;
    background-color: #e0fbfc;
    border-radius: 5px;
    text-decoration: none;
    color: #293241;
}

.content p {
    margin: 0;
    padding: 0;
}

.content-container2 {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
    padding: 40px;
    padding-bottom: 80px;
    background-color: #3d5a80;
}

.content2 {
    margin: 0;
    margin-top: 40px;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    text-align: center;
    font-family: monospace;
    font-size: 45px;
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #293241;
    border-radius: 5px;
    text-decoration: none;
    color: #f7f7f7;
}

.content2 p {
    margin: 0;
    padding: 0;
}

.button-main {
    width: 100%;
    background-color: #293241; 
    border: none;
    color: #f7f7f7;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    font-family: monospace;
    display: inline-block;
    font-size: 30px;
    transition-duration: 0.4s;
}

.button-main:hover {
    background-color: #ee6c4d;
}

.content-button {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    padding: 5px;
    font-size: 25px;
}

.content-button a {
    font-size: 25px;
    color: #f7f7f7;
}

.content-button a:hover {
    color: #ee6c4d;
}

.content a {
    color: #293241;
}

.content a:hover {
    color: #ee6c4d;
}

.content2 a {
    color: #f7f7f7;
}

.content2 a:hover {
    color: #ee6c4d;
}

.content2 img {
    height: 400px;
}

.content img {
    width: 100%;
}

.content-column-left {
    width: 50%;
    box-sizing: border-box;
}

.content-column-right {
    float: right;
    width: 50%;
    box-sizing: border-box;
}

.footer-container {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
    padding: 30px;
    background-color: #293241;
    color: #f7f7f7;
    font-family: monospace;
    font-size: 20px;
}

.footer-column-container {
    width: 60%;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background-color: #293241;
}

.left-column {
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    float: left;
    background-color: #293241;
}

.content input[type=text] {
    width: 100%;
    padding: 12px;
    border: 1px solid #293241;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    font-family: monospace;
}

.content input[type=submit] {
    width: 150px;
    height: 55px;
    background-color: #3d5a80;
    font-family: monospace;
    color: #f7f7f7;
    font-size: 22px;
    border-style: none;
    border-radius: 4px;
    transition-duration: 0.4s;
}

.content input[type=submit]:hover {
    background-color: #ee6c4d;
}

.content select {
    width: 100%;
    padding: 12px;
    border: 1px solid #293241;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    font-family: monospace;
}
