/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 6, 2019, 9:37:19 AM
    Author     : Ahmed Saif
*/
body{
    font-family: Georgia;
}
.home-page-header-bg{
    height:auto;
    max-height: 500px;
    overflow: hidden;
}
.main-image{
    width: 100%;
}

#site-header{
    position: absolute;
    top:0;
    /*background: rgba(255,255,255,0.2);*/
    background: none;
    border-bottom: none;
}

#site-logo #site-logo-inner a img {
    display: inline-block;
    height: 100px;

    padding-right: 10px;
}

#site-logo #site-logo-inner{
    height: 120px;
}

#site-logo a.site-logo-text {
    font-size: 30px;
}

#main #content-wrap{
    /*padding-top: 0;*/
}

.main-quote {
    padding:30px;
    width:100%;
    text-align: justify;
    background: #f8f8f8;
/*    border-top: solid #666 4px;
    border-bottom: solid #666 4px;*/
}

.sub-image1{
    padding:0;
    padding-top:20px;
}

.objectives-container{
    padding:30px 30px;
    width:67%;
    
}

.objective-block{
    /*height: 200px;*/
    padding:20px;
    margin:0;
    line-height: 1.4;
    text-align: justify;
}

.party-container{
    display: inline-block;
    float: none;
/*    width:400px;
    height:400px;*/
    /*padding:20px 5vw 5px 5vw;*/
    padding:10px 5vw;
    /*border: solid #eee 1px;*/
    /*margin-bottom: 20px;*/ 
    /*border-radius: 200px;*/
}

.text-center{
    text-align: center;
}

.font1{
    font-family: Georgia;
}

.font2{
    font-family: calibri , Helvetica Neue, Helvetica, Arial, sans-serif;;
}

@media(max-width:600px){
    #site-logo #site-logo-inner{
        height: 20vw;
    }
    
    #site-logo #site-logo-inner a img {
        height: 16vw;
        padding-right: 1;
    }
    
    #site-logo a.site-logo-text {
        font-size: 4vw;
    }
}