
/* BODY paragraphs  */

body p{
	font-family: "Raleway", sans-serif;
	font-size:20px;
	line-height:36px;
	font-weight:400;
	color: #221C5A;
}
/* HEADINGS */

body,h3,h4,h6,{font-family: "Raleway", sans-serif}



body h2{
	font-family: "Raleway", sans-serif;
    font-size: 45px;
    font-weight: 500;
	text-shadow: 1px 2px #7063cf;
    line-height: 100%;
    padding-top: 10px;
    color: #221C5A;
    letter-spacing: -1px;    
    width: 95%;
	text-align:center;
  
}
h1.big-title
{
    font-family: "Raleway", sans-serif;
    font-size: 56px;
    font-weight: 800;
	text-shadow: 2px 2px #7063cf;
    line-height: 100%;
    padding-top: 10px;
    color: #221C5A;
    letter-spacing: -1px;    
    width: 95%;
	text-align:center;
}

h5{
	font-family: "Raleway", sans-serif;
	font-size:25px;
	text-align:center;
	text-shadow: 1px 1px #7063cf;
	line-height:36px;
	font-weight:500;
	color:#221C5A;

}

/* TOP MENU */


#header-main-menu
{    
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
}

.main-menu.sm-clean
{
    background-color: #221C5A;    
}

.main-menu.sm-clean a
{    
    font-size: 13px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
    transition: color .2s linear;
    text-transform: uppercase;
    letter-spacing: 0.03cm;
}



.mob-menu
{
    display: none;
    font-weight: 700;
    font-size: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: color .2s linear;
    color: #fff;
}

/* END TOP MENU */



/* GENERAL SECTION */

.section
{    
    position: relative;
    z-index: 1;
}

.section-num
{   
    overflow: hidden;    
    margin-top: 40px;
}

.section-title-holder
{
    background-color:#e6e6ff; /*#221C5A;
	background-image:url(images/background_img.jpg); */
    width: 370px;
    height: 370px;    
    z-index: 2;
}

.section-num span
/* {     */
    margin-left: -64px;
    color: #55B286;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 180px;
    line-height: 100%;
    letter-spacing: -5px;
}

.section-title-holder h2
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 80px;
    width: 245px;
    word-break: break-all;
    line-height: 83px;
    margin-top: 10px;
    color: white;
    margin-left: 115px;
    text-transform: uppercase;
    letter-spacing: -3px;
    padding: 0;
}

.section-content-holder
{   
    background: #221C5A;
    width: 800px;
    padding: 60px 0;
}

.section-content-holder .content-wrapper
{
    padding: 0 60px;
}

.section-content-holder.right
{
    margin-left: 370px;
}

.section-content-holder.left
{
    margin-top: 370px;
}

.section-content-holder .content-title-holder
{
    overflow: hidden;
    height: 100px;
    margin-top: -60px;
    padding-bottom: 50px;
}

.section-content-holder .content-title
{
    font-family: 'Montserrat';
    font-weight: 700;
    text-align: center;
    font-size: 180px;
    line-height: 100%;
    text-transform: uppercase;
    margin-top: -75px;
    color: #221c5a;    
}

.extra-content-left
{
    width: 800px;
    color: #fff;    
    padding: 100px 0;
}

.extra-content-right
{
    width: 800px;   
    margin-left: 370px;
    color: #fff;
    padding: 100px 0;
}

.extra-content-full-width
{
    padding: 100px 0;
}

.section:last-of-type .extra-content-left, .section:last-of-type .extra-content-right, .section:last-of-type .extra-content-full-width
{
    padding-bottom: 0;
}

/* END GENERAL SECTION */
/* DROP DOWN MENU */
.dropbtn {
  background-color: #221C5A;
  color: white;
  padding: 16px;
  border: none;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.03cm;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  color: black;
  position: absolute;
  background-color: #7063cf;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 2px 10px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #221C5A;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #221C5A;}

/*END DROP DOWN MENU  */

/* HOME SECTION */

.intro-page 
{
    padding-bottom: 70px;
    min-height: calc(100vh - 70px);
	text-align: center;
    /*background-color:#221c5a;
    background-image:url(images/background_img.jpg); 
    background-repeat: repeat; 
    background-position: center top; 
    background-size: cover;*/
    z-index: 10;
}

.top-logo
{
    width: 160px !important;    
    padding-top: 150px;
}



/* END HOME SECTION */


