/* =========================================================
   GLOBAL RESET & BASE
   ========================================================= */

* {
  box-sizing: border-box;
}

body {
  font: normal 0.85em 'Century Gothic', Arial, sans-serif;
  background: #F0EFE2;
  color: #555;
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 1.7em;
}

p {
  padding: 0 0 18px 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

/* =========================================================
   HEADINGS
   ========================================================= */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Century Gothic', Arial, sans-serif;
  color: #43423F;
  margin: 0 0 15px 0;
  padding: 10px 0 5px 0;
}

h1 {
  font-size: 1.6rem;
  text-align: center;
}

h2 {
  font-size: 1.4rem;
  color: #1293EE;
}

h3 {
  font-size: 1.2rem;
}

h4, h5 {
  font-size: 1rem;
  color: #1293EE;
}

h6 {
  font-size: 0.9rem;
  color: #362C20;
  font-style: italic;
}

/* =========================================================
   LINKS
   ========================================================= */

a {
  color: #083454;
  text-decoration: underline;
  outline: none;
}

a:hover {
  text-decoration: none;
}

/* =========================================================
   FLOAT HELPERS
   ========================================================= */

.left {
  float: left;
  margin-right: 10px;
}

.right {
  float: right;
  margin-left: 10px;
}

.center {
  display: block;
  text-align: center;
  margin: 20px auto;
}

/* =========================================================
   BLOCKQUOTE & LISTS
   ========================================================= */

blockquote {
  margin: 20px 0;
  padding: 15px 20px;
  border: 1px solid #E5E5DB;
  background: #FFF;
}

ul {
  margin: 2px 0 22px 20px;
}

ul li {
  list-style-type: circle;
  margin-bottom: 6px;
}

ol {
  margin: 8px 0 22px 20px;
}

/* =========================================================
   LAYOUT CONTAINERS
   ========================================================= */

#main, #logo, #menubar, #site_content, #footer {
  margin-left: auto;
  margin-right: auto;
}

#header {
  background: #FFF;
}

#logo {
  width: 1000px;
  padding-top: 20px;
  position: relative;
}

.logo1 h1 {
  float: right;
  color: #083454;
  padding-top: 50px;
}

/* =========================================================
   MENU
   ========================================================= */

#menubar {
  width: 1000px;
  height: 72px;
  background: #FFF url(menu.png) repeat-x;
}

ul#menu {
  margin: 0;
  padding: 0;
}

.menu1 ul li {
  list-style: none;
  float: left;
}

.menu1 ul li a {
  display: block;
  height: 40px;
  padding: 20px 20px 6px;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #083454;
  text-decoration: none;
}

.menu1 ul li a:hover {
  background: rgba(0,0,0,0.05);
}

/* =========================================================
   MAIN CONTENT
   ========================================================= */

#site_content {
  width: 940px;
  margin: 0 auto;
  padding: 20px 24px 20px 37px;
  background: #FFF;
  overflow: hidden;
}

#content {
  width: 640px;
  text-align: justify;
  font-size: 15px;
}

.cont a {
  color: #083454;
}

/* =========================================================
   SIDEBAR
   ========================================================= */

.sidebar {
  float: right;
  width: 250px;
  padding: 0 15px 20px;
  margin-top: 60px;
  text-align: center;
}

/* =========================================================
   PROFILE IMAGE
   ========================================================= */

.law {
  width: 230px;
  border-radius: 16px;
  border: 4px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 14px rgba(0,0,0,0.12);
  margin-bottom: 15px;
}

/* =========================================================
   CV BUTTON (NEW – PROFESSIONAL)
   ========================================================= */

.cv-button {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 24px;
  background-color: #083454;
  color: #FFF;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.cv-button i {
  margin-right: 8px;
}

.cv-button:hover {
  background-color: #062a44;
  transform: translateY(-2px);
}

.cv-button.small {
  padding: 10px 18px;
  font-size: 0.85rem;
}

/* =========================================================
   FOOTER
   ========================================================= */

#footer {
  width: 1000px;
  padding: 22px 0;
  background: #083454 url(footer.png) repeat-x;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
}

/* =========================================================
   FORMS (CONTACT)
   ========================================================= */

.form input,
.form textarea {
  font-family: 'Century Gothic', Arial, sans-serif;
  font-size: 1rem;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #CCC;
  width: 100%;
}

.form textarea {
  height: 160px;
}

/* =========================================================
   MEDIA / VIDEO
   ========================================================= */

video {
  width: 100%;
  border-radius: 8px;
}
