body{
    display: block;
    margin: auto;
    padding-top: 0;
    margin-top: 0;
    
}

nav{
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0;
    background: none;
    color: black;
    height: auto;
}

nav li a{
    font-size: 14px !important;
}


.navbar{
    margin-bottom: 0;
    background: #131f1f;
}

.nav li a:hover, .navbar-brand:hover{
    color: white;
    transition: .4s;
}

.container{
    bottom: 0;
}

#mainphoto{
    display: block;
    width: 100%;
    height: 350px;
    background-image: url('https://placidogardensstpete.org/img/header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: auto;
    margin-top: 0;
    padding-top: 0;
    color: white;
}

#mainphoto h1{
    font-size: 70px;
    padding-top: 40px;
    font-family: 'Ruda';
    
}

#mainphoto h2{
    font-size: 25px;
    font-family: 'Ruda';

}

#main-content p{
    font-size: 17px;

}

#mainphoto1{
    display: block;
    width: 100%;
    height: 250px;
    background-image: url('https://placidogardensstpete.org/img/header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: auto;
    margin-top: 0;
    padding-top: 0;
    color: white;
}

#mainphoto1 h1{
    font-size: 70px;
    padding-top: 40px;
    font-family: 'Ruda';
    
}

#mainphoto1 h2{
    font-size: 30px;
    font-family: 'Ruda';

}

@media screen and (max-width: 600px){
    
    #mainphoto h1, #mainphoto1 h1{
        font-size: 55px;
        text-align: center;
    }
    #mainphoto h2, #mainphoto1 h2{
        font-size: 20px;
        text-align: center;
    }
}

.card{
    margin-bottom: 50px;
    border-style: solid;
    border-width: .3px;
    border-color: grey;
    border-radius: 25px;
    padding-bottom: 10px;
}

.card img{
    height: auto;
    width: 100%;
    border-radius: 25px 25px 0px 0px;
}

.card h2{
    padding: 10px;
    padding-left: 20px;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 0;
    background-color: #131f1f;
    color: white;
}
.card p{
    height: 100px;
    font-size: 17px;
    margin-top: 20px;
}

.card a,.card p{
    margin-left: 20px;
}

.card span{
    display: block;
    width: auto;
    margin: auto;
}

.card .content{
    text-align: center;
    display: block;
    margin: auto;
}

.card .content h1{
    height: 70px;
    font-size: 25px;
}

.card .content h2{
    text-align: center;
    background: white;
    color: #131f1f;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
}
.card .content h3{
    color: grey;
}

#amtechlogo{
    height: 65px;
    width: 65px;
    border-radius: 50%;
}


.btn-primary{
    background-color: #131f1f;
    color: white;
    border-color: #131f1f;
    font-size: 17px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.btn-primary:hover{
    background-color: royalblue;
    border-color: royalblue;
    transition: .4s;
}

.text-primary{
    color: royalblue;
}

#text-secondary{
    color: #131f1f;
}

.panel-heading{
    border-style: solid;
    border-width: 3px;
    border-color: black;
}


#amtechlogo-management{
    
    width: 100%;
    height: auto;
    border-radius: 25px;
    margin-left: 0;
    padding-left: 0;
}

#title-panel{
    font-size: 40px;
}


#copyright{
    text-align: center;
    padding-top: 50px;
    color: white;
}

footer{
    margin-top: 20px;
    background: #131f1f;
    height: 100px;
    margin-bottom: 0;
}