/* Default tags and Bootstrap classes */
@font-face {
    font-family: 'Gotham-Bold';
    src: url('Gotham-Bold.eot');
    src: url('Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('Gotham-Bold.woff2') format('woff2'),
        url('Gotham-Bold.woff') format('woff'),
        url('Gotham-Bold.ttf') format('truetype'),
        url('Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body,html {
    width: 100%;
    height: 100%;
	font-family: 'Gotham-Bold Expanded Bold', sans-serif;	
  	background-color: #004288;    
    
}

.lead { padding: 40px 0; }

#title{
    font-size: 1.5em;
    border: none;
    margin-top: -2px;
    text-decoration: none;
}

#title::after {
    content:'';
    position:absolute;
    left:10px; 
    margin-top:15px;
    right:0;
    top:50%;
    /* margin:10px auto; */
    width:10%;
    height:6px;
    background:#FF7900;
}

#title2{
    font-size: 1.5em;
    font-family: 'Gotham-Bold', sans-serif;
    /* margin-left: 74%; */
    text-align: center;
    color: #004288;
}

#logo{
	float:left;
    margin-top: 28px;
    margin-left: 15px;

}
#header{
	background-color: #fff;
	width: 100%;
	height:80px;
}

#link-container{
    font-family: 'Gotham-Bold', sans-serif;
    display: flex;
    justify-content: center;
    width: 70vw;
    margin: auto;
    margin-top: 6px;
}

#link-container a:first-child{
    /* margin-right: 3vh;
    line-height: 3.3vh; */
}

#header a{
	position: relative;
    padding: 10px;
	color: #000;	
    min-width: 200px;
}
#specialLink{
	text-decoration: none;
}
#posts { margin: 28px auto 0; }
.post {
	width: 20%;
    display: block;
    position: relative;
    float: left;
    padding: 1rem;
    /* margin: 0 auto; */
}

.hover-element{
    opacity: 0;
    background-color: rgba(231, 123, 56, 0.7);
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    color:#fff;
    position: absolute;
    left: 0;
    top: 0;
    margin: 1rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-size: 1.5em;
    text-align: center;
}
.hover-element:hover{
    opacity: 1;

}
@media screen and (max-width: 600px) {
    /* .hover-element{
        visibility: hidden;
        clear: both;
        display: none;
    } */
}
.title-arrow{
    font-size: 1.4em;
    position: absolute;
    margin-top: -4px;
    margin-left: 5px;
}
.cover-over{
    display: none;
}
.customPost{
    padding-bottom: 6vh;
}
.post img { padding: 0 15px; width: 100%; max-width: 400px;}

#grid.container{ 
    padding: 4vw; 
}
#grid.container .post img { 
    padding: 0; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
  
 @media (max-width: 767px){
    body,html {        
        height:auto;
    }
    .post{
        width:70%;
        max-width: 400px;
        margin: 0 auto;
        float: none;
    }
    #logo{
        float: left;
        margin-top: 24px;
        margin-left: -8px;
    }
    #title{
        font-size: 1.5em;
        border: none;
        margin-top: 0px;
        text-decoration: none;
        min-width: 177px;
    }

    #title::after {
        content:'';
        position:absolute;
        left:10px; 
        margin-top:15px;
        right:0;
        top:37%;
        /* margin:10px auto; */
        width:10%;
        height:6px;
        background:#FF7900;
    }

    #title2{
        font-size: 2em;
        margin-left: 0%;
        text-align: center;
        margin-top:14px;
        /* position: fixed; */
        /* margin-left: 56%;  */
        width: 100%;
    }
    #link-container{
        width: 50%;
        margin:0;
        margin-right:0;
        /* border:1px solid red; */
    }
    .hover-element{
        font-size: 1.4em !important;
    }
    #header{
        height: 80px;
    }
    .post img{
        max-width: 400px;
        margin: 0 auto;
    }
 } 
 
 
@media only screen and (max-width: 1200px) {
    body,html {        
        height:100%;
        background-repeat: repeat;
    }

    .hover-element{
        font-size: 1em;
    }
    
    #title2{
        font-size: 2em;
        margin-left: 0%;
        text-align: center;
        margin-top:0px;
        width: 50%;
    }
}
@media only screen and (max-width: 1350px) {
    body,html {        
        height:auto;
    }
    
}
