/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   Interface styles: START HERE
   ========================================================================== */
/*COLOR*/
/*color-background: #FFFFFF*/
/*color-font: #484167*/
/*color-font-number: #BCB9C7*/
/*color-header: #12063B*/
/*color-font-box:#57413A*/
/*color-font-box-number:#3D2D3B*/
/*color-font-box-number-bracket:#38273B*/
/*color-background-box: #FFD400*/
/*color-hr: #F9F9F9*/
/*color-list:#706A89*/

/*SIZE*/
margin-btn: 450px


/*FONT STYLE*/

/*FONT SIZE*/

body {
  padding: 20px;
               }

main {
  display: grid;
  grid-template-columns: 2fr 1fr;
  background-color: #FFFFFF;
  color: #484167;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}

h1 {
  color:#12063B;
  font-weight: 900;
  margin-left: 20px;
  font-family: 'Roboto', sans-serif;

}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #F9F9F9;
  margin: 1em 0;
  padding: 0;
}


td a {
  text-decoration: none;
  color: #484167;
}

table {
  table-layout: fixed;
  width: 80%;
  border-collapse: collapse;
  margin-left: 20px;
}

tr:nth-child(1) {
  border-radius: 9px;
  border: 1px solid #333;
  background-color: #FFD400;
  color: #57413A;
  border-radius: 9px;
}

td {
  padding: 20px;
}

/*tr {*/
/*  display: flex;*/
/*}*/

tr {
  display: grid;
  grid-template-columns: 8fr 1fr;
}

/*job types*/


/*job list*/

ul {
  list-style: none;
}

ul li {
  color: #706A89;
  line-height: 140%;
  padding: 20px;
  font-weight: 700;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media only screen and (max-width: 600px) {
  main {
    display: grid;
    grid-template-columns: 1fr;
  }

}
