body{
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 2%;
    padding-bottom: 10%;

    background-color: #f4f6f7; 
}

.intro {
    height: 70vh;
    width: 100%;
    background-image: url(../img/SMARTAlarm.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-bottom: solid black;
    border-bottom-width: thin;    
}

.files a {
    display: block;
    width: 100%; 
}

.thumbnail{
    height: auto;
}

.memberspic{
    height: 80vh;
    width: 100%;
    background-image: url(../img/DPwM06lXcAAEN0C.jpg_large);
    background-size: cover;
    background-position: center;
    
}

.description{
    border-bottom: solid black;
    border-bottom-width:thin;
    padding-bottom: 5%;
    font-size: 14pt;
    font-style: oblique;
}

.row{
    font-size: 16pt;
}

.files{
    font-size: 16pt;
}

.links{
    font-size: 16pt;
}

.extrastext{
    font-size: 16pt;
    
}

.button{
    background-color: #4a4a4a;
}

.files {
    border-bottom: solid black;
    border-bottom-width:thin;
    padding-bottom: 5%;
}

.memberspad{
    padding-top: 2%;
    padding-bottom: 5%;
}

.links{
    padding-top: 2%;
}  

.picspad{
    padding-top: 5%;
}

