
#title {
    background-image: url("../img/index_background.png");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;

    text-align: center;
    letter-spacing: 2em;
    font-family: 'Space Mono', monospace;
    padding: 20px;

    height: 100vh;
    width: 100%;
}

.intro {
    background-color: rgb(221, 229, 240);
    padding: 6em;
}
.intro h4 {
    font-family: 'Space Mono', monospace;
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: center;
}
.intro img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    object-fit: cover;
    object-position: 50% 60%;
    padding-top: 1em;
}
.aboutme {
    font-family: 'Space Mono', monospace;
    background-color: rgb(89, 114, 161);
    padding-top: 1em;
    padding-bottom: 1em;
}
.navbar {
    background-color: rgb(89, 114, 161);
    font-family: 'Space Mono', monospace;
}
.navbar ul {
    list-style-type: none;
    float: left;
}
.navbar li {
    float: right;
    padding-top: 2em;
}
.navbar a {
    color: white;
    text-align: center;
    padding: 1em 1em;
    text-decoration: none;
}
.navbar a:hover {
    background-color: white;
    color: rgb(89, 114, 161);
}
body {
    font-family: 'Space Mono', monospace;
    background-color: rgb(221, 229, 240);
}
h1 {
    font-family: 'Space Mono', monospace;
    font-size: 10em;
    color: rgb(221, 229, 240);
}
h2 {
    font-family: 'Space Mono', monospace;
    text-align: center;
}

#contact {
    height: auto;
    width: 100%;
    padding: 20px;
    background-color: gb(221, 229, 240);
}

#contact #info {
    width: 50%;
}

#contact #info a {
    text-decoration: none;
    color: black;
}
#contact #info a:hover {
    text-decoration: none;
    color: rgb(89, 114, 161);
}

#contact input, #contact textarea {
    width: 100%;
    margin-bottom: 5px;
}

#contact textarea {
    min-height: 160px;
}

#abouttop {
    background-image: url("../img/meteora.JPG");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;

    text-align: center;
    letter-spacing: 1.5em;
    font-family: 'Space Mono', monospace;
    padding: 20px;

    height: 100vh;
    width: 100%;
}
#abouttop h1 {
    font-family: 'Space Mono', monospace;
    font-size: 5em;
    color: rgb(46, 77, 73);
}

.php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    margin-bottom: 15px;
    font-weight: 600;
}
.php-email-form .error-message br + br {
    margin-top: 25px;
}
.php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
.php-email-form .loading {
display: none;
background: #fff;
text-align: center;
padding: 15px;
margin-bottom: 15px;
}
.php-email-form .loading:before {
content: "";
display: inline-block;
border-radius: 50%;
width: 24px;
height: 24px;
margin: 0 10px -6px 0;
border: 3px solid #18d26e;
border-top-color: #eee;
-webkit-animation: animate-loading 1s linear infinite;
animation: animate-loading 1s linear infinite;
}
#projects {
  font-family: 'Space Mono', monospace;
  margin: auto;
  text-align: center;
  padding: 20px;
}
#projects #pinfo {
    font-family: 'Space Mono', monospace;
    padding: 2em;
    margin: 2em;
    border: 2px solid rgb(89, 114, 161);
    background-color: rgb(221, 229, 240);
    color: black;
}
#projects #pinfo h6 {
    font-size: 0.8em;
    margin: 10px;
}
#projects #pinfo:hover {
    border: 2px solid white;
    color: white;
    background-color: rgb(89, 114, 161);
}
#projects a {
    text-decoration: none;
    color: black;
    transition: all 0.5s ease-in-out 0s;
}
#projects a:hover {
    text-decoration: none;
    color: white;
}
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 300px;
    height: 200px;
    margin: auto;
    color: black;
    text-align: center;
    font-family: arial;
    margin-bottom: 10px;
    margin-right: 50px;
    display: inline-flex
}

.mb-30 {
    margin-bottom: 30px;
}

.main-content {
    padding-top: 70px;
    background-color: rgb(221, 229, 240);
}
  
.main-content .container-main {
    display: inline-block;
    width: 100%;
}

.main-content .container-main .block-main {
    margin-bottom: 70px;
    overflow: hidden;
}

.container-main .block-main .content-main {
    border: 2px solid rgb(89, 114, 161);
    padding: 30px;
    display: inline-block;
    width: 100%;
}

.container-main .block-main .content-main img {
    width: 50%;
    border:2px solid rgb(89, 114, 161);
}

.journal-txt a {
    display: block;
    line-height: 24px;
    margin: 0 0 13px 0;
    color: black;
    transition: all 0.5s ease-in-out 0s;
    text-decoration: none;
}
.journal-txt a:hover {
    color: rgb(89, 114, 161);
    transition: all 0.5s ease-in-out 0s;
    text-decoration: none;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50;
}