body {
  font-family: 'Roboto', sans-serif;
  color:#000;
}

nav a{
  color: #808080;
}

nav a:hover{
  color: #f89828;
}

.hover-underline-menu .menu {
    background-color: #2A173C;
  }

a {
  color:#f89828;
  font-weight:bold;
}

a:hover{
  color:#9E4593;
  }

.menu a, .menu .button {
  padding: 0.7rem 2.5rem;
}

h1 {
  font-size: 2.5rem;
  font-weight:bold;
  text-align: center;
  color: #000000;
  line-height:3.5rem;
}

.icon {
  color:#f89828;
}

.button.large.purple {
    font-size: 1.25rem;
    color:white;
    background-color:#f89828;
    border-radius:10px;
    padding-left:50px;
    padding-right:50px;
}

.button.large.purple:hover {
    font-size: 1.25rem;
    color:white;
    background-color:#652d89;
    border-radius:10px;
    padding-left:50px;
    padding-right:50px;
}

.button.large.naborange {
    font-size: 1.25rem;
    color:white;
    background-color:#f89828;
    border-radius:10px;
    padding-left:50px;
    padding-right:50px;
}

.button.large.naborange:hover {
    font-size: 1.25rem;
    color:white;
    background-color:#9E4593;
    border-radius:10px;
    padding-left:50px;
    padding-right:50px;
}

.button.orange {
    font-size: 1rem;
    color:white;
    background-color:#f89828;
    border-radius:10px;
    padding-left:10px;
    padding-right:10px;
    width:200px;
    position:absolute;
    top: 30px;
    right: 30px;
}

.button.year {
  border-radius:10px;
  margin-right:10px;
}

a.button.orange:hover {
  background-color:#9E4593;
  color: white;
}

a.button:hover, a.button:focus {
  background-color:#9E4593;
  color: white;
}

.footer {
  background-color:#000000;
  color:white;
  text-align:center;
  padding: 30px;
}

.orange {
	background-color:#f89828;
	text-align:center;
}
.black {
	background-color:#000;
	text-align:center;
  color:white;
}
.headline {
	color:#000;
	font-weight:600;
}
.basicCopy {
	color:#000;
}


h2 {
	font-size:1.5rem;
	font-weight:700;
}

.accordion-title {
  font-size: 18px;
}

li {
  margin: 10px 0;

}

/* PARALLAX */
.parallax {
  /* The image used */
  background-image: url("/sites/2022marconis/images/2022marconi.png");

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



.vl {
  border-right: 2px solid white;
  height: 400px;
  margin-top:50px;
}

.white {
  color:white;
  font-weight:bold;
}


/* VERTICLE TAB*/
/* Style the tab */
.tab {
  float: left;
  /*border: 1px solid #ccc;*/
  background-color: white;
  width: 20%;
  height: 422px;
  border-right: 2px solid #f89828;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 32px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #f89828;
  color:white;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #f89828;
  color:white;
  display: block
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding-left: 30px;
  /*border-right: 1px solid #f89828;*/
  width: 80%;
  border-left: none;
  height: 300px;
}

/* SECOND TAB */





/*BUTTON*/


.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #f89828;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #f3b369;
    color: #000; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #1779ba;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #126195;
      color: #fefefe; }




.timeline {
  padding: 80px 100px 0 100px;
}





.nabyir p{
  font-size:24px;
  text-align:center;
  padding:20px 50px;
  font-weight:bold;
}



  tbody {
    border-color:white;
  }
  tbody th, tbody td {
    padding: 0;}

    /*tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: rgb(248, 152, 40,0.2);
}*/

.headshot {
  float:left;
  margin-right:30px; 
  border-radius: 50%;
}

.timeline {
  border-top: 10px solid #f9f9f9; 
  margin-top:30px;
}

.dates {
  padding:10px;
}

/* Style tab links */
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}

.tablink:hover {
  background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: black;
  display: none;
  padding: 40px;
  height: 100%;
  width: 100%;
}

#Home {background-color: white;}
#News {background-color: white;}
#Contact {background-color: white;}
#About {background-color: white;}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
