
body{
    margin: 0px;
    position: relative;
    color: white;
	background-color: #F3F3F3 !important;
}

h1,h2,h3,h4,h5,h6,p{
    padding: 0px;
    margin: 0px;
    font-family: 'Montserrat-medium', sans-serif !important;
	font-weight: bold;
    color: #828b93 !important;
	letter-spacing: 0;
	font-size: 3.6rem !important;
	line-height: 4.8rem !important;

}

li,a{
    padding: 0px;
    margin: 0px;
    font-family: 'Montserrat-medium', sans-serif !important;
    color: #828b93 !important;
	font-size: 1.1rem;
	line-height: 4.0rem !important;
}

a{
    color: #828b93;
    text-decoration: none;
    cursor: pointer;
}
a:hover{
    text-decoration: none !important;
    font-weight: 500;
}
.bg{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.titleBG{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(../img/john_holland_1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}
.nextSec{
    z-index: 100;
    content: "";
    position: fixed;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    cursor: pointer;
}
.overlay{
    z-index: 100;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.9;
}
.tmpOverlay{
    z-index: 100;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
	background-color:#3a3a3a !important;

}
.currentPage{
    background-color:#828b93 !important;
    position: fixed;
    z-index: 101;
    right: 50%;
    bottom: 25px;
    transform: translate(50%, 0px);
}
.currentPage ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.currentPage ul li{
    color: #828b93;
    opacity: 0.4;
    display: inline;
    padding: 5px;
    font-size: 0.5em;
}
.currentPage ul li.active{
    opacity: 1;
}
.currentPage ul li:hover{
    opacity: 0.7;
}

/*************************************************************/
/* SECTION */

section{
    width: 100%;
    /*height: 649px;*/
    position: relative;
    cursor: pointer;
}
section > *{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    z-index: 105;
    color: white;
}
section h1{
    text-align: center;
    font-size: 3.2em;
    margin: 0;
}
section ul{
    margin: 25px 0px;
    padding: 0px;
}
section ul li{
    text-align: center;
    list-style: none;
    font-size: 1.6em;
    margin-top: 10px;
}
#section1 img{    
    min-width: 270px;
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 44px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
	border-radius: 6px;
	box-shadow: 0 4px 6px 0 rgba(0,0,0,0.30);}

.dot {
    color: #EA0055;
}

.button:hover {
    background-color: #46bd4a; /* Green */
    border: none;
    color: white;
    padding: 15px 44px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
	border-radius: 6px;
	box-shadow: 0 0 0 0 rgba(0,0,0,0.0);
}

.corner-ribbon{
  width: 200px;
  background: #4CAF50;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #ffffff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
	z-index: 2000;
}

/* Custom styles */

.corner-ribbon.sticky{
  position: fixed;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.corner-ribbon.top-right{
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
