﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400&display=swap');


/*header stylings*/
.masthead, .sidebar-wrapper {
    font-family: 'Montserrat', sans-serif;
}

.masthead h1 {
    
    color:#ffffff;
    font-weight:100;
    font-size: 3em;
}

img.centerImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.center {
    margin: auto;
    width: 50%;
    text-align:center;
    display:block;
}

.smallerheadertext {
    color: #ffffff;
    font-weight: 100;
    font-size: 1em;
}
.margintb {
    margin-top:10px;
    margin-bottom:10px;
}



