html{
    scroll-behavior: smooth;
}


body{
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Libre Franklin';
    top: 0;
    position: relative;
}

header nav{
    background: #4d4d4d !important;
}

nav li a{
    color: white !important;
}

.hero-bg{
    display: block;
    width: 100%;
    margin: auto;
    min-height: 450px;
    background-image: url('https://ameritechsupport.org/template/standard10/img/img5.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-overlay{
    display: block;
    width: 100%;
    height: 150px;
    margin: auto;
    position: absolute;
    bottom: 0;
    background: rgba(194,97,0, 0.9);
    color: white;
    animation-name: fadeup;
    animation-duration: .8s;
    animation-iteration-count: 1;
}


.hero-overlay h1{
    text-shadow: 2px 2px 4px black;
}

.hero-overlay p{
    font-size: 17px;
}

@keyframes fadeup{
    from{
        height: 0; opacity: 0;
    }
    
    to{
        height: 150px;
        opacity: 1;
    }
}

.page-links{
    margin-top: 0px;
    animation-name: fadein1;
    animation-duration: .8s;
    animation-iteration-count: 1;
}

@keyframes fadein1{
    from{
        margin-top: -100px;
        opacity: 0;
    }
    
    to{
        margin-top: 0px;
        opacity: 1;
    }
}

.col-md-3{
    min-height: 357.133px !important;
}

.home-row{
    display: block;
    width: 100%;
    min-height: 250px;
    background: #4d4d4d;
    margin: 5px;
    box-shadow: 2px 2px 5px black;
    padding: 20px;
    border-radius: 12px;
    margin-top: 45px;
    border: solid 5px rgba(0,0,0,0);
}

.home-row:hover{
    border-color: #c26100;
    transition: .3s ease;
}

.home-row h2{
    color: white;
    padding-bottom: 15px;
    border-bottom: solid 2px #c26100;
    font-weight: bold;
}

.home-row h2 i{
    color: #c26100;
}

.home-row p{
    font-size: 17px;
    color: white;
}

.home-row a{
    background: #944a01;
    border-color: #944a01;
    color: white;
    float: right;
    font-size: 17px;
}

.home-row a:hover{
    border-color: #c26100;
    background: #c26100;
    transition: .3s ease;
}

.board-member{
    text-align: center;
    margin-top: 25px;
}

.board-member h2{
    border-top: solid 2px grey;
    padding-top: 15px;
}
.board-member h3{
    color: #c26100;
}

.document{
    display: block;
    min-height: 150px;
    background: #4d4d4d;
    border-radius: 12px;
    padding: 10px;
    color: white;
    border: solid 3px rgba(0,0,0,0);
    margin: 10px;
    margin-top: 25px;
}

.document:hover{
    border-color: #c26100;
    transition: .3s ease;
}
.document h2{
    color: white;
    padding-bottom: 15px;
    border-bottom: solid 2px #c26100;
    font-weight: bold;
}

.document a{
    border-color: #c26100;
    background: #c26100;
    color: white;
    width: 100%;
    font-size: 17px;
    margin-top: 25px;
}

.document a:hover{
    background: #944a01;
    border-color: #944a01;
    transition: .3s ease;
}

#amtech-logo{
    height: auto;
    width: 100%;
}

.text-primary{
    color: #4d4d4d;
}

form button{
    background: #4d4d4d;
    border-color: #4d4d4d;
    color: white !important;
}

form button:hover{
    background: #c26100;
    border-color: #c26100;
    transition: .3s ease;
    color: white;
}

/* Footer */
footer{
    background: #4d4d4d;
    text-align: center;
    min-height: 250px;
    padding-top: 100px;
    color: white;
    border-top: solid 2px #c26100;
    bottom: 0px;
    margin-bottom: 0px !important;
}

footer a{
    text-decoration: none;
    color: #c26100;
}

footer a:hover{
    text-decoration: none;
    color: white;
}

footer span{
    color: #c26100;
}
