@font-face {
    font-family: 'Gotham-1';
    src: url(../font/Montserrat-Regular.ttf);
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url(../font/Montserrat-Regular.ttf)
}

@font-face {
    font-family: 'Gotham-Book';
    src: url(../font/Montserrat-Regular.ttf)
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
    font-family: "Gotham-1", sans-serif;
    color: #efedda;
}

html {
    background-image: url(../img/Page_Acc.JPG);
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-position:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-y:scroll;
}

body {
    height: 100%;
    width: 100%;
}

header {
    height: 100%;
    width:98%;
    margin:0;
}

.container {
    padding:0;
    margin:0 auto;
}

#info-charles{
    max-width:200px;
    position:fixed;
    bottom:5px;
    left:7px;
    background:#fff;
    color:black !important;
    padding:5px;
}

.allblack{
    color:black;
}

.brand {
    padding-top:3px;
}

#rame {
    padding:0;
}

ul.nav li a {
    transition: all 0.4s;
    font-family:'Gotham-1';
}

ul.nav li a:hover {
    position:relative;
    bottom:2px;
    box-shadow: inset 0px -2px 0px #efedda;
    color: #efedda;
}

img#logo {
    height:48px;
}


.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: rgba(15, 7, 4, 0.9);
    color: #efedda;
}

.navbar-default .navbar-nav a {
    padding: 15px;
}

nav.navbar-inverse {
    background: #1a2600;
    border: none;
    font-size: 14px;
}

#clg-agfor{
    height:185px;
    padding-left: 30px;
}

#rame {
    font-weight:bold;
    font-size:16px;
}



#main-content {
    display:flex;
    align-items: center;
    justify-content: center;
    vertical-align:middle;
    padding:75px 0% 25px 50%;
}

.fa-mobile {
    position:relative;
    top:6px;}

#charles {
    text-shadow: 3px 3px 5px black;
    padding:10px 0;
}
#rame-1{
    height:100px;
}

.align-center h4 {
    width:96%;
    max-width:765px;
    margin:0px;
    font-size:19px;
    line-height:30px;
    font-family: 'Verdana';
    text-align: left;
    font-stretch:expanded;
    word-break: normal;
    -webkit-font-stretch:expanded;
    font-weight:500;
    color:#f9f9f9;
    text-shadow: 2px 2px 2px black;
    padding-left: 40px;
}

/* Media Queries */

@media screen and (min-width: 568px) and (max-width: 754px) {
   .info-charles {
        width:500px;
        margin-bottom:40px;
    }
    
    .align-center h4 {
        max-width:500px;
    }
    .banner {
        max-width:500px;
        margin:0 auto;
    }
    .align-center hr {
        width:400px;
    }   
}

@media only screen and ( max-width : 896px ) {
    #main-content {
        padding-top: 80px;
    }
    #clg-agfor{
        height:200px;
    }
}

@media only screen and ( max-width : 1200px ) {
    #main-content {
        padding:75px 0% 25px 0%;
    }
    
    header {
        text-align: center;   
    }
    #clg-agfor{
    padding-left: 0px;
    }
    .align-center h4 {
    text-align: center;
    padding-left: 0px;
}
}

@media only screen and ( max-width : 568px ) {
    .info-charles {
        width:400px;
    }
    .align-center h4 {
        max-width:400px;
    }
    .align-center hr{
        max-width:400px;
    }
    .banner {
        max-width:400px;
        margin:0 auto;
    }
    #clg-agfor{
        height:170px;
    }
    #main-content {
        padding-top: 100px;
    }
    .align-center h4 {
        font-size:18px; 
        margin-top:10px;
        padding-bottom:30px;
    }
    #charles {
        font-size:28px;
    }
}

@media only screen and ( max-width: 500px ) {
    .info-charles {
        width:300px;
    }
    #main-content {
        padding-top: 55px;
    }
}

@media only screen and ( max-width: 330px ) {
    .info-charles {
        width:240px;
    }
    #main-content {
        padding-top: 55px;
    }
}

@media (max-width: 1120px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
