﻿/*Import Global Compulsory CSS Files*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,900');
@import url(header.css?v=251124);
@import url(content.css?v=251124);



body {
 font-family: 'Montserrat', sans-serif;
 font-weight: 400;
}



h2 {
    font-size: 2rem;
    color: #5d1268;
    font-weight: 600;
    padding-bottom: 15px;
}

h3 {
    font-size: 1.5rem;
    color: #9837a6;
    font-weight:600;
}

a {
    color: #5d1268;
    transition: .3s;
}
a:hover, a:active{
 color: #ac3dbd;
 text-decoration:none;
}


.wrapper {
 background: linear-gradient(to bottom, #ededed, #fff);
}


.hidden{
 display:none;
}

/*Margins
------------------------------------*/
.margin-bottom-30{margin-bottom:30px;}
/*Margins
------------------------------------*/
 
 /*Paddings
------------------------------------*/
.padding-left-5{padding-left:5px;}
.padding-right-5{padding-right:5px;}
/*Paddings
------------------------------------*/

/*Align
------------------------------------*/
.align-left {text-align:left !important;}
.align-right {text-align: right !important;}
.align-center {text-align: center !important;}
/*Align
------------------------------------*/


.row-centered {
 display:block;
 text-align:center;
}
.col-centered {
 display:inline-block;
 float:none;
 /* reset the text-align */
 text-align:left;
 /* inline-block space fix */
 margin-right:-4px;
}


.table-bordered td, .table-bordered th {
    border: 1px solid #ffffff;
}

/*******************************************************************
BUTTONS
*******************************************************************/

.btn-info strong{
    color: #fff;
}

.btn-registration{
    display:block;
}

.btn-primary {
    background-color: #740c83;
    border: 0;
    transition: all .2s ease-in-out;
}
.btn-primary:hover{
 background-color: #5c0b68; 
}

.btn-secondary {
    background-color: #9d44a9 !important;
    border: 0;
    transition: all .2s ease-in-out;
}
.btn-secondary:hover{
 background-color: #783481 !important; 
}

/*******************************************************************
BOOTSTRAP
*******************************************************************/
.dropdown{
    display: inline-block;
}

.col-toolbar{
    margin-top: 15px;
}