@charset "UTF-8";
.logo {
    max-width: 220px;
    margin-left: 5%;
    margin-right: auto;
    padding-bottom: 20px;
}
.red {
	color: #911515;
}
body {
    background-color: #343A41;
    background-image: url(../building_photos/donny-jiang-42gFAgdIUC8-unsplash_red.jpg);
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    height: 100%;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    color: #000000;
}
ul {
    list-style-image: url(../images/bullet.png);
    margin-top: 10px;
    margin-left: 30px;
    list-style-position: outside;
}
header {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.maincontent h1 {
    font-style: normal;
    font-weight: 600;
    text-align: center;
    margin-right: 5%;
    margin-left: 5%;
}
.maincontent article {
    font-style: normal;
    font-weight: 400;
    color: #000;
    margin-top: 30px;
    margin-right: 15%;
    margin-left: 15%;
    margin-bottom: 100px;
    padding: 5%;
    opacity: 1;
    background-image: url(../photos/white.png);
    border-radius: 20px;
    height: auto;
}
footer {
    width: 100%;
    background-color: black;
    margin-top: 20.2px;
    clear: both;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 88px;
    color: #fff;
    padding: 17px 0px 15px;
    font-size: small;
    text-align: center;
}
.bg-dark {
	background-color: #000000;
}
.adobeicon {
	width: 250px;
	text-align: center;
	display: block;
}
.nearicon {
	float: none;
}

  my-email::after {
    content: attr(data-domain);
  }
  my-email::before {
    content: attr(data-user) "\0040";
  }

.inner img  {
    width: 20%;
    left: 5%;
    right: 65px;
    clear: right;
    max-width: 20%;
    border-right-width: medium;
}
.sectionLeft {
    width: 40%;
    float: left;
    height: 200px;
    text-align: right;
    padding-right: 20px;
}

.sectionRight {
    width: 40%;
    float: right;
    color: rgb(9,66,90);
    height: 200px;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 0px;
    margin-right: 16%;
}

.sectionRightAlignLeft {
    width: 33%;
    margin-left: 0px;
    margin-right: 5%;
    float: right;
    color: rgba(0,0,0,1.00);
    height: 200px;
    margin-bottom: 22px;
    text-align: left;
    font-size: large;
}
.sectionLeftTall {
	width: 40%;
	float: left;
	border-right: 2px solid rgb(9,66,90);
	height: 425px;
	text-align: right;
	padding-right: 55px;
}
.container {
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    height: 300px;
}
.containerTall {
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
	height: 450
     
}
.containerBullet {
    column-count: 2;
}
.sectionLeftBullet {
    width: 35%;
    border-right: 2px solid rgb(9,66,90);
    height: 200px;
    padding-right: 20px;
    color: #BC6F16;
    text-align: left;
}
.sectionRightBullet {
    width: 35%;
    height: 200px;
    color: #149171;
    text-align: left;
    float: right;
}
article .overridetrans ul {
}
em {
    font-style: italic;
}
@media (max-width: 767.98px){
	.containerBullet {
    column-count: 1;
}
	.maincontent article {
    font-style: normal;
    font-weight: 400;
    color: #000;
    margin-top: 30px;
    margin-right: 15%;
    margin-left: 15%;
    margin-bottom: 100px;
    padding: 5%;
    opacity: 1;
    background-image: url(../photos/white.png);
    border-radius: 20px;
    height: auto;
	column-count: 1;
	}
	
}
	
