/* BASE SETTINGS */
@charset "utf-8";

body {font-family: "Roboto", Arial, sans-serif; font-size: 16px; font-weight: 400; color: #2b2a29; text-align: center;}
a:link {text-decoration: none; color: #156d83;}
a:hover {color: #009ea0;}
a:visited {color: #156d83;}
.fa {color: #007f81; margin-right: 5px;}
#logo {width: 500px; height: 188px; margin: 0 auto; margin-top: 30px; margin-bottom: 30px;}
#text {width: 500px; margin: 0 auto; margin-top: 40px; margin-bottom: 40px;}
#contacts {width: 500px; margin: 0 auto;}
.contact {background: #f4f4f4; border: solid 1px #ebebeb; margin-bottom: 20px; padding: 20px;}
.contact .name {font-weight: 700; font-size: 18px; margin-bottom: 0px;}
.contact .position {font-style: italic; margin-bottom: 20px;}
.contact .phone {margin-bottom: 5px;}
.contact .email {margin-bottom: 5px;}