
body {
    background-image:url('/main/assets/img/graygrainybackground.jpg');
    background-repeat:repeat;
}

.jumbotron5 {
    padding: 0rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
}

.jumbotron5 h1 {
    font-size: 63px;
}

.verttriadsection{
	padding: 30px 0px;
	border-bottom: 3px dotted rgb(128, 128, 128);
    border-bottom-width: 3px;
    border-bottom-style: dotted;
    border-bottom-color: rgb(128, 128, 128);
}


.vertmainsection{
	padding: 30px 0px;
	border-bottom: 3px dotted rgb(128, 128, 128);
    border-bottom-width: 3px;
    border-bottom-style: dotted;
    border-bottom-color: rgb(128, 128, 128);


}

.homepage{
    height: 552px;/* must match jpg size */
    background: url("/main/assets/img/hero.png") no-repeat scroll center center / cover transparent;
    display: block;
    text-decoration: none;
    color: rgb(255, 255, 255);/* white text*/
	text-align:center;
}


.section-text-large {
    font: 27px/43px 'LatoRegular','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-family: 'LatoRegular','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        font-size: 27px;
        line-height: 43px;
        font-size-adjust: none;
        font-stretch: normal;
        -x-system-font: none;
        -moz-font-feature-settings: normal;
        -moz-font-language-override: normal;
}

.code {
    font-family:monospace;
    display:inline;
}

.size150{
    width: 150px;
    height: 150px;
}

.myhead{
    border-radius: 50%;
    width: 150px;
    height: 150px;
}


.head-negative-margin {
    margin-top: -7.5rem !important;
}