﻿body {
    margin: 0;
    text-align: center;
}

h2 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2.5rem;
    margin: 105px 0px 0px 0px;
}

p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
}

div {
    padding: 20px;
    margin: 0px, 20px, 0px, 20px;
}

.navBar {
    background-color: #d3e0ea;
    margin: 0px;
    font-family: 'Segoe UI';
}

.active {
}

.feedbackForm {
    vertical-align: middle;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-sizing: border-box;
}

textarea {
    block-size: 200px;
}

.contact-me {
    margin: 80px 0px 0px 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/*.subBtn {
    background: #0099ff;
    background-image: -webkit-linear-gradient(top, #0099ff, #185378);
    background-image: -moz-linear-gradient(top, #0099ff, #185378);
    background-image: -ms-linear-gradient(top, #0099ff, #185378);
    background-image: -o-linear-gradient(top, #0099ff, #185378);
    background-image: linear-gradient(to bottom, #0099ff, #185378);
    -webkit-border-radius: 9;
    -moz-border-radius: 9;
    border-radius: 9px;
    text-shadow: 1px 1px 3px #666666;
    font-family: Arial;
    color: #51c2d5;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

subBtn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}*/

.btn {
    background: #0099ff;
    background-image: -webkit-linear-gradient(top, #0099ff, #185378);
    background-image: -moz-linear-gradient(top, #0099ff, #185378);
    background-image: -ms-linear-gradient(top, #0099ff, #185378);
    background-image: -o-linear-gradient(top, #0099ff, #185378);
    background-image: linear-gradient(to bottom, #0099ff, #185378);
    -webkit-border-radius: 9;
    -moz-border-radius: 9;
    border-radius: 9px;
    text-shadow: 1px 1px 3px #666666;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #51c2d5;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

    .btn:hover {
        background: #3cb0fd;
        background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
        background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
        text-decoration: none;
    }

.bottomContainer {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #1687a7;
    width: auto;
    height: 100px;
    margin: 0px, 20px, 0px, 20px;
    vertical-align: middle;
    font-style: normal;
}
