p {font-family:roboto;font-weight: 300;color: #000000;font-size: 18px;}
img {max-width:100%;}
.col-md-12.logoHolder {
    margin: auto;
    padding: 0rem;
    text-align: center;
}

.container-fluid.bgArea {
    background-color: #00bcd4;
    border-bottom: 2px solid #00000040;
}
.marginTop {margin-top:2rem;}
.container.contentArea {
    max-width: 900px;
}
h3.headline {
    font-weight: bold;
    color: #1e1d18;
    text-align: center;
    font-size: 2.5rem;
    padding: 1rem;
    background-color: #f7fdfe;
    border: 3px solid #00000005;
}

h5.ownerText {
    font-weight: 600;
    color: #2b2e2f;
    font-size: 1.6rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
body {
    /* background-image: url(../images/undraw.png); */
    /* background-repeat: no-repeat; */
    /* background-size: contain; */
    background-color: white;
    /* background-position: center; */
    /* background-attachment: fixed; */
}
img.mainImg {
    float: right;
}
 
h3.lowerTextFinal {
    text-align: center;
    font-weight: 400;
}
.lowerLinks {
    text-align: center;
    margin-top: 2rem;
}
@media screen and (max-width:430px) {
	img.mainImg {
    display: none;
}
	
}