body {
    margin: 0px 0px 0px 0px;
    background-color: #fefeff;
    color: #002676;
    font-family: 'Enriqueta';
}
header {
    border-width: 2px;
    /*border-top-style: solid;*/
    border-bottom-style: solid;
    border-color: #f0f0f0;
    /*background-color: #002676;*/
    padding: 30px 30px 30px 30px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
footer {
    margin: 0;
    padding: 30;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    /*background-color: #002676;*/
}
a{
    text-decoration: none;
}
b {
    color: #f4c168;
}
p {
    font-size: 20px;
}
.button {
    
    font-size: 18px;
    margin-top: 36px;
    text-decoration: none;
    color: #002676;
    
    /*font-style: italic;*/
    
    font-weight: bolder;
    text-decoration: underline 0.15em rgba(0, 0, 0, 0);
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
    transition: text-decoration-color 300ms, color 300ms;
    
    
}

.button:hover {
    text-decoration-color: #f4c168;
    color: #f4c168;
}
.footer-button {
    padding: 20px;
    font-size: 20px;
    text-decoration: none;
    color: #002676;
    font-family: 'Enriqueta';
    transition: 0.25s ease-out;
}
.footer-button:hover {
    text-decoration-color: #f4c168;
    color: #f4c168;
}

.homeheader {
  background-color: #333;
  overflow: hidden;
}
.section-simple {
    padding: 60px;
}

/* NAVBAR */
#navbar {
    margin: 0;
    padding: 30;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*background-color: #002676;*/
}
#left {
    flex-direction: row;
    justify-content: flex-start;
}
#right {
    flex-direction: row;
    justify-content: flex-end;
}
#navbar-btn {
    padding: 20px;
    font-size: 20px;
    text-decoration: none;
    color: #002676;
    font-family: 'Enriqueta';
    transition: 0.25s ease-out;
}
#navbar-btn-active {
    color: #FDB515;
    /*padding: 0 0 3 0;*/
    padding: 0px;
    margin: 20px;
    padding-bottom: 0;
    /*margin: 0 20 0 20;*/
    text-decoration: none;
    font-size: 20px;
    font-family: 'Enriqueta';
    border-bottom-style: solid;
    border-bottom-width: 2.5px;
    border-bottom-color: #f4c168;
    transition: 0.25s ease-out;
}
#navbtn-container {
    background-color: #002676;
    height: 0px;
}
#navbtn {
    width: 0px;
    height: 0px;
    padding: 30px;
    font-size: 36px;
    visibility: hidden;
    text-decoration: none;
    color: white;
    background-color: #002676;
    border-style: none;
    font-family: 'Sen', sans-serif;
    transition: 0.25s ease-out;
    overflow: visible;
}
#navbtn:hover {
    color: white;
    
    transition: 0.25s ease-in;
}
#navbar-btn:hover {
    color: #FDB515;
    transition: 0.25s ease-in;
}
#navimg{
    background-image: url("logo.png") no-repeat;
    width: 80;
    display: inline-block;
}
#navimg:hover{
    background-image: url("logo-hover.png") no-repeat;
}
/* NAVBAR END */

/* SECTION 1 */
.section-1 {
    display: flex;
    flex-direction: row;
    padding: 30px;
    height: 600px;
}
.section-1-image {
    width: 70%;
    border-radius: 20px;
    background-image: url(images/cover.jpg);
    background-size: cover;
    height: 100%;
}
.section-1-text {
    width: 30%;
    margin: 40px;
}
/* SECTION 1 END */

/* SECTION 2 */
.section-2{
    display: flex;
    flex-direction: row;
    margin: 60px;
    justify-content: space-between;
    align-content: center;
    vertical-align: middle;
}
.section-card {
    background-color: #FDB515;
    border-radius: 20px;
    height: 100%;
    width: 40%;
    padding: 30px;
}
.card-title {
    color: white;
}
/* SECTION 2 END */

/* MULTI SECTION */
.multi-section {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 30px;
}
.subsection {
    width: 30%;
    text-align: center;
}
/* MULTI SECTION END */

/* GALLERY */
.gallery {
    margin: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gallery-image {
    height: 300px;
    margin: 10px;
}
/* GALLERY END */

.homelink {
    margin-left: 40px;
    font-size: 28px;
    text-decoration: none;
    font-family: 'Enriqueta';
    color: white;
    
    /*
    text-decoration: underline 0.15em rgba(0, 0, 0, 0);
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    */
    
    transition: color 300ms;
}
.homelink:hover {
    color: #FDB515;
}
.logo {
    height:30px;
    stroke: yellow;
}
.logo-suffix{
    font-size: 28px;
    text-decoration: none;
    font-family: 'Source Serif 4';
    color: #FDB515;
    margin: 0 0 0 10;
    padding: 0 0 0 0;
}
.header-logo {
    display: flex;
    align-items: center;
}


@media only screen and (max-width: 800px) {
    body {
        /*margin-top: 50px;*/
    }
    #intro {
        flex-direction: column;
    }
    div.left {
        align-items: center;
    }
    div.right {
        width: auto;
    }
    #part2 {
        flex-direction: column;
    }
    #navbtn {
        height: auto;
        background-color: transparent;
        padding: 30px;
        text-align: left;
        visibility: visible;
        cursor: pointer;
    }
    #navbtn-container {
        width: 100%;
        transition: background-color 200ms;
        padding: 0;
        margin: 0;
        height: auto;
    }
    
    #navbar {
        display: block;
        margin: 0;
        width: 200px;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0;
        z-index: 9;
        height: 0px;
        padding: 0px;
        background-color: #002676;
        visibility: hidden;
        transition: 200ms;
    }
    #body {
        /*margin-top: -97vh;*/
    }
    #right {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        width: 145;
    }
    #left {
        margin-bottom: 0;
        height: 0;
        visibility: hidden;
    }
    #tech {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    #techimg {
        margin-bottom: 30px;
        width: 100%;
    }
    div.techsec {
        margin: 0px;
    }
    #intro {
        margin-top: 20px;
    }
    #caption2 {
        text-align: center;
        font-size: 20px;
        width: auto;
    }
    #navbar-btn {
        color: white;
    }
    
    /* SECTION 1 */
    .section-1 {
        flex-direction: column;
        padding: 0;
        margin: 0;
        height: inherit;
    }
    .section-1-image {
        width: 100%;
        height: 500px;
        border-radius: 0px;
    }
    .section-1-text {
        width: inherit;
    }
    /* SECTION 1 END */
    
    /* SECTION 2 */
    .section-2 {
        flex-direction: column-reverse;
    }
    .section-card {
        width: inherit;
        margin-bottom: 40px;
    }
    /* SECTION 2 END */
    
    /* MULTI SECTION */    
    .multi-section {
        flex-direction: column;
        justify-content: space-around;
        margin: 40px;
    }
    .subsection {
        width: 100%;
        text-align: center;
    }
    /* MULTI SECTION END */
}

@media only screen and (min-width: 2200px) {
    body {
        margin: 0 10% 0 10%;
    }
}