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

body {font-family: "Source Sans Pro", Arial, sans-serif; font-size: 16px; font-weight: 400; color: #152e44; text-align: center;}
a:link {text-decoration: none; color: #31587a;}
a:hover {color: #517fa7;}
a:visited {color: #31587a;}
.fa {color: #849eb4; margin-right: 5px;}
#logo {width: 600px; height: 338px; margin: 0 auto; margin-top: 30px; margin-bottom: 30px; border: solid 1px #ebebeb;}
#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;}