body { font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;}

.logo{
    position:absolute;
    margin-top: 10px; 
    z-index: 200;
    border-radius:10px 10px 10px 10px;
    background-color: rgba(0, 0, 0, 0.582);
}
.navbar{
    z-index: 100;
}

h1 {
    text-align: center;
}

a {
    color: rgb(65, 64, 64);
    text-decoration : none;
}

.centre{
    margin: 5px 0px 5px 0px;
    font-size: 2.2rem;
    text-align: left;
    color: rgb(65, 64, 64);
    padding: 10px 20px 10px 20px; 
}

.textCustom { 
    font-weight: bold;
}

.padding {
     margin:10px; 
     padding:10px; 
}
.title {
    font-size: 6rem; 
    text-align: left;
    padding-left: 30px;
    margin-top: 0;
     background: #1111117e;
    }
.desc {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 3rem; 
    text-align: left;
    margin-top: -10px;
    color: white;
    background: #1111117e;
}

.box1 {
	width: calc((95% - 31px) / 4);
    height: auto;
    float: left;
	margin: 10px 5px 10px 5px;
	position: relative;
    cursor: pointer;
    border-radius: 20px 20px 20px 20px;
    text-align: center;
    transition: transform .2s;
}

.box2 {
	width: calc((95% - 31px) / 3);
    height: auto;
    float: left;
	margin: 10px 5px 10px 5px;
	position: relative;
    cursor: pointer;
    border-radius: 20px 20px 20px 20px;
    text-align: center;
    transition: transform .2s;
}



.box1:hover{
    transform: scale(1.2)
}

.box2:hover{
    transform: scale(1.5)
}

.tranparent_img{
    opacity: 0.75;
    filter: alpha(opacity=75); 
}

.tranparent_img:hover{
    opacity: 1;
    filter: alpha(opacity=100); 
}

.left-float{
    float: left;
    padding: 20px 20px 5px 0px;
    font-size: 2rem;
}

.cream_bg{
    background-color: rgb(248, 236, 226);
    height:auto;
    padding: 40px 0px 40px 0px;
}
.white_bg{
    background-color: rgb(255, 255, 255);
    padding: 40px 0px 40px 0px;
    height:auto;
} 

.headline{
    font-size: 4rem; 
    text-shadow: 1px 1px #a385688e;
    color: rgb(151, 109, 40);
    font-weight: bold;
}


.left {
text-align: left;
}

.right {
    text-align: right;
}


.header_text {
    color:rgb(255, 255, 255);
    font-weight:500;
    font-size:25pt;
    padding:25px;
    text-align:center;
  }

.wide {
    margin-top: 10px;
    width:100%;
    height:100%;
    height:calc(30% - 1px);
    background-image:url('../images/bg_cover.jpg');
    background-position:center;
    background-size:cover;
  }

  .carousel {
	position: relative;
	margin-top: -40px;
}

  .carousel-inner > .item > img {
	width:100%;
	align-content: center;
  }
 
  .carousel-control.left, .carousel-control.right {
    background-image: none
}

.footer {
	background: rgb(43, 43, 43);
	height: auto;
	position: relative;
	width: 100%;
	border-top: 1px solid #DDDDDD;
}
.footer p {
	margin: 0;
	color: rgb(206, 206, 206);
}
.footer img {
	max-width: 100%;
}
.footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: rgb(206, 206, 206);
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
}
.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
    margin-top: 15px;
    color:rgb(206, 206, 206);
}

.footer p {
    padding: 0px 0px 5px;
}
.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
}
.footer a {
	color: rgb(206, 206, 206);
}
.fa-facebook{
    background-image: url('../images/facebook.png');
}

.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}


.bg-gray {
	background-image: -moz-linear-gradient(center bottom, rgb(25, 34, 59) 0%, rgb(23, 34, 70) 100%);
	box-shadow: 0 1px 0 rgb(179, 179, 180);
}

.social li {
	background: none repeat scroll 0 0 #B5B5B5;
	border: 2px solid #B5B5B5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float: left;
	align-content: center;
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	padding: 1px 1px 1px 1px;
	text-align: center;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}
.social li a {
	color: #EDEFF1;
}
.social li:hover {
	border: 2px solid #2c3e50;
	background: #2c3e50;
}
.social li a i {
	font-size: 16px;
    margin: 0 0 0 5px;
	color: #EDEFF1 !important;
}

.footer-bottom {
	background:rgb(27, 27, 27);
	border-top: 1px solid rgb(102, 102, 102);
	padding-top: 10px;
    color: #EDEFF1 !important;
}
.footer-bottom p.pull-left {
	padding-top: 6px;
}
.payments {
	font-size: 1.5em;	
}

@media only screen and (max-width: 1024px) {
    .title {
        font-size: 2.2rem; 
        margin: 0px -20px 0px -20px ;
        }
        .centre{
            font-size: 1rem;
            margin: 0px 0px 2px 0px;
            padding: 1px 1px 1px 1px; 
        }

    .desc {
        font-size: 1.5rem; 
        margin: 0px -20px 0px -20px ;
    }
}

@media only screen and (max-width: 500px) {
    .profession {
        display: none;
    }

    .box1 {
        width: 90%;
        margin-left: 0px;
        margin-bottom: 15px;
    }
    
       .box2 {
        width: 90%;
        margin-left: 0px;
        margin-bottom: 15px;
    }
    
    .carousel {
        margin-top: -20px;
    }
    .carousel-inner > .item > img {
        height: 100%;
        transform:scale(3.3,1);
      }

    .custom_carousel {
        height: 75%;
        
    }

    .title {
        font-size: 2rem; 
        margin: 0px -20px 0px -20px ;
        }

    .headline{
            font-size: 2rem; 
        }

    .desc {
        font-size: 1.4rem; 
        margin: 0px -20px 0px -20px ;
    }
    .centre{
        font-size: 1rem;
        margin: 0px 0px 3px 0px;
        padding: 1px 1px 1px 1px; 
    }

    .cream_bg{
        padding: 5px 0px 5px 0px;
    }
    .white_bg{
        padding: 5px 0px 5px 0px;
    }
}
