﻿@font-face {
  font-family: Candara;
  src: url("../fonts/Candara.ttf");
  src: url("../fonts//Candara.ttf") format("truetype");
}

body {
  font-family: Candara;
}

.site_menu {
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.site_menu_item {
}

.site_menu_item:hover {
  font-weight: bold;
}

.page_banner {
  background-image: url("../images/banner_actual1.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 160px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 3px solid #2b4368;
  margin-bottom: 24px;
  overflow: hidden;
  white-space: nowrap;
}

.banner_title {
  color: white;
  font-size: 40px;
  font-weight: bold;
  padding-top: 20px;
  padding-left: 180px;
  white-space: nowrap;
}

.banner_subtitle {
  color: white;
  font-size: 26px;
  font-weight: bold;
  margin-top: -10px;
  padding-left: 180px;
  opacity: 0.9;
}

.content_page {
  margin-left: 12px;
  margin-right: 12px;
}

.root_cell {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}

.root_cell:hover {
  opacity: 0.8;
}

.root_cell_icon {
  width: 90px;
  height: 90px;
  padding: 6px;
}

.root_cell_title {
  font-weight: bold;
  font-size: 18px;
  color: white;
}

.root_cell_subtitle {
  font-weight: normal;
  font-size: 14px;
  color: white;
  line-height: 18px;
  display: block;
}

.category_cell_subtitle {
  font-weight: normal;
  font-size: 14px;
  color: gray;
  line-height: 18px;
  display: block;
}

.category_header_container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -28px;
}

.category_header {
  height: 36px;
  padding-left: 114px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  padding-top: 4px;
}

.category_header_icon {
  width: 50px;
  height: 50px;
  margin-top: -42px;
  margin-left: 44px;
}

.downloads_header {
  font-size: 16px;
  font-weight: bold;
  color: white;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 36px;
  margin-left: -42px;
  margin-right: -42px;
}

.category_header_text {
}

#backBtn {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  /* background-color:#0C9; */
  background-color: #662483;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  padding-top: 14px;
}

#backBtn a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}
