@charset "UTF-8";
@import url("stylesheet.css");
@import url("webfonts/signifier_web_regular/stylesheet.css");
@import url("webfonts/signifier_web_regular_italic/stylesheet.css");
@import url("webfonts/SuisseIntl_Regular_WebS/stylesheet.css");
@import url("webfonts/SuisseIntl_Regular_WebM/stylesheet.css");
@import url("webfonts/SuisseIntl_Regular_ItalicWebM/stylesheet.css");
@import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital@0;1&display=swap');


* {
    padding: 0px;
    margin: 0px;
}
body {
    margin: 70px; /*was: 5px;*/
    font-family:   Gerstner-ProgrammRegular;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-size: 25px;
    line-height: 1.4;
    color: #2a2a2a;

}
a {
    color: #2a2a2a;  /*#003bad = nice blue*/
	text-decoration: none;
  border-bottom: 1px dotted #2a2a2a;
}
a:visit {
    color: #2a2a2a;
	text-decoration: none;
}
a:hover {
  color: #2a2a2a;
text-decoration: none;
font-style: none;
text-decoration-style: ;
border-bottom: 1px dashed #2a2a2a;
  padding-bottom:0px;
}

.responsive {
  width: 100%;
  height: auto;
}


p { margin-bottom: .8em; } /*paragraph spacing*/


.list {

    margin-left: 2.3%;

	}

h1 {
font-size: 25px;
font-weight: 400;
margin-left: -20px;

}


h1 a {
    font-size: 34px;
    font-weight: 400;
	text-transform: none;
  text-decoration: none;
	text-decoration-style: none;
	border-bottom: none;
  	color: #2a2a2a;
}

h1 a:hover {									/*link for header*/
	text-decoration-style: none;
    text-decoration:  none;
    padding-bottom: none;
	border-bottom: none;
	font-style: normal;
  font-family:   Gerstner-ProgrammRegular;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; 									/*FONT FAMILY*/
	color: #2a2a2a;
}

h2 {
    font-size: 34px;
    font-weight: 400;
}

h4 {
    font-size: 17px; /*45px*/
    font-weight: 400;
    border-bottom: none;
    text-decoration: none;
    margin-left: -20px;
}

h5 {
    font-size: 40px;
    font-weight: 400;
    color: #2a2a2a;
    border-bottom: none;
    text-decoration: none;
    margin-left: -20px;
}

h5. a {
    color: #2a2a2a;  /*#003bad = nice blue*/
	text-decoration: none;
  border-bottom: 2px solid #2a2a2a;
}


header {
    padding-bottom: 20px;
}
nav {
    padding-bottom: 20px;
}
.divider {
    padding-top: 20px;
    padding-bottom: 20px;
}
.home {
    display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
    padding-bottom: 10px;
    padding-top: 10px;
}
.home h3 {
    width: 24%; /*was: 15px;*/
    font-size: 45px;
    font-weight: 400;
	font-style: normal;
	text-transform: none;
}
.class {
    width: 70%; /*was: 50px*/
}

::selection {

	background: #2a2a2a;
		color: #fff;
}

/* li {
    list-style-type: none;
    position: relative;    /* It's needed for setting position to absolute in the next rule. */
} */

/*  li::before {
    content: ; /*'●'*/
    position: absolute;
    left: -0.8em;          /* Adjust this value so that it appears where you want. */
    font-size: 17px;      /* Adjust this value so that it appears what size you want. */
} */


 .tab { margin-left: 20px; }

/* Buttons */

.button {
  background-color: none;
  border: none;
  color: none;
  padding: 7px 12px; /*3px 10px @ 16px font-size; 4px 11px @ 19px w/ Sabon, 5px 12px*/
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: smaller;
  font-family:   Gerstner-ProgrammRegular;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; 											/*FONT-FAMILY*/
  /*margin: 2px -1px; 4px 2px*/
  transition-duration: 0.0s;
  cursor: pointer;
}


.button1 {
  background-color: #eee;
  color: #2a2a2a;
  border: 1px dotted #2a2a2a;
  padding: 7px 12px;
  border-radius: 18px;
  font-size: smaller;
/*  margin-left: 20px;*/

}

.button1:hover {background-color: #BEBEBE; color: #2a2a2a; border: 1px solid #BEBEBE;  padding: 7px 12px; border-radius: 18px;}
.button1 {border-radius: 18px;}


.button2 {
  background-color: #eee;
  color: #2a2a2a;
  border: none;
  padding: 10px 16px;
  border-radius: 18px;
  font-size: 26px;

}

.button2:hover {background-color: #BEBEBE; color: #2a2a2a; border: none;  padding: 10px 16px; border-radius: 18px;}
.button2 {border-radius: 18px;}

p.a {															/*SIZE FOR smallerER TEXT-a*/

font-size: smaller; /*15px*/
  text-transform: none;
  text-decoration: none;
  text-decoration-style: none;
  border-bottom: none;
  margin-top: ;
  margin-left: ;
	/*line-height: 1.5;
  padding-top: 3px;*/

}

p.a: hover {									/*link for header*/
	text-decoration-style: none;
    padding-bottom: none;
	border-bottom: none;
	font-style: normal;
  font-family:   Gerstner-ProgrammRegular;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; 								/*FONT FAMILY*/
	color: #BEBEBE;
}

p.b {															/*SIZE FOR smallerER TEXT-a*/

font-size: 22px; /*15px*/
  text-transform: none;
  text-decoration: none;
  text-decoration-style: none;
  border-bottom: none;
  margin-top: 6px;
  margin-left: ;
	/*line-height: 1.5;
  padding-top: 3px;*/

}

/* For Mobile */
@media only screen and (max-width: 850px) {


	.home {
        display: block;
    }

	.home h2 {

		text-align: left;
	}

h1 a{
font-size: 25px;

}

h1 {
font-size: 25px;


}

h4 {
font-size: 25px;
margin-left: -20px;

}

  body {
      margin: 50px; /*was: 5px;*/
      font-family:   Gerstner-ProgrammRegular;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      font-size: 15px;
      line-height: 1.4;


  }

    .home h3 {
        width: 100%;
		font-weight: 400;
	font-style: normal;
		text-transform: normal;
		font-variant: normal;
		text-align: left;
		/* text-indent: 20px; */
		font-size: 25px;
		padding-bottom: 15px;
    }
    .class {
        width: 100%;
    }

	.list {

    margin-left: 4%;

	}

p.a{
  margin-top: ;
}

  p.b {															/*SIZE FOR smallerER TEXT-a*/

  font-size: 15px; /*15px*/
    text-transform: none;
    text-decoration: none;
    text-decoration-style: none;
    border-bottom: none;
    margin-top: 6px;
    margin-left: ;
  	/*line-height: 1.5;
    padding-top: 3px;*/

  }
