body{
    background: url(../images/background2.jpeg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* background-color: #f7f7f7; */
    min-height: 650px;
}

body p, h1, h2, h5, ol, li, a{
    color: white;
    font-family: 'Raleway', sans-serif;
}

body ul li, ol li{
    font-family: 'Raleway', sans-serif;
}

header{
    margin-bottom: 30px;
}

.container-fluid{
    padding: 0;
}

.content{
    min-height: 650px;
}

.top
{
    background: url(../images/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 980px;
    width: 100%;
    background-size: cover;
    display: inline-block;
    justify-content: center;
    vertical-align: middle;
}

.top2{
    background: url(../images/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 150px;
    vertical-align: middle;
    background-size: cover;
    align-content: center;
    padding: 30px;
}

.head{
    display: block;
    margin: 0 auto;
    width: 500px;
    position: relative;
    transform: translateY(20%) translateX(5%);
}

@media only screen and (min-width: 300px) and (max-width: 600px){
    .head{
        transform: scale(0.5) translateY(30%) translateX(-25%);
    }
}

@media only screen and (min-width: 400px) and (max-width: 600px){
    .head{
        transform: scale(0.7) translateY(30%) translateX(-10%);
    }
}

.head-text{
    position: relative;
    bottom: 5px;
}
#mosaic_wrapper {
    height: 400px;
    position: relative;
    margin: 0 auto;
    display: inline-flex;
    }
    
.panel {
    float: left;
    background-size: cover;
    background: url(../images/head.png);
    }

.head-text hr{
    background-image: url(../assets/images/hr.png);
    height: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    width: auto;
    position: relative;
    bottom: 17px;
}

.head-text h1{
    text-align: center;
    color: white;
    font-size: 20pt;
    text-transform: uppercase;
    font-weight: bold;
}

@font-face {
    font-family: 'Helvetica Neue LT Std 77 Bold Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Neue LT Std 77 Bold Condensed'), url('../fonts/HelveticaNeueLTStd-BdCn.woff') format('woff');
}

.head-text h1 {
    font-family: 'Helvetica Neue LT Std 77 Bold Condensed';
    font-size: 30pt;
}

.nav-link{
    color: white!important;
    font-size: 15px;
}

.separator{
    background-image: linear-gradient(to right, #485563 , #29323c);
    height: 60px;
    width: 100%;
    padding: 20px;
    margin-bottom: 50px;
}

.separator p{
    color: white;
    font-family: 'Raleway', sans-serif;
}

.cinesuntem p{
    font-family: 'Raleway', sans-serif;
    text-align: justify;
}

.cinesuntem h2{
    text-align: center;
    font-family: 'Raleway', sans-serif;
}

.media p{
    font-family: 'Raleway', sans-serif;
}

.media li{
    font-family: 'Raleway', sans-serif;
}

.media i{
    text-align: center;
    width: 64px;
    height: 64px;
    font-size: -webkit-xxx-large;
    /* color: #465260; */
    color: white;
}


footer{
    font-family: 'Raleway', sans-serif;
    margin-top: 20px;
    background-image: linear-gradient(to right, #485563 , #29323c);
    border-bottom: solid 20px #2e3842;
}

footer .content2{
    padding: 20px;
}

footer .content2 li{
    color:white;
}

footer ul{
    padding: 0px;
}

footer ul li{
    text-align: justify;
    font-family: 'Raleway', sans-serif;
    font-size: 10pt;
    list-style: none;
}

.footer-bottom{
    height: 20px;
    background-color: #152649;
}

.footer-bottom p{
    text-align: center;
    color: white;
}

.card {
    background:#00000047;
}

.card button{
    color: white;
}

.menu{
    background-color: #353e47;
    width: 40px;
    position: fixed;
    display: inline-block;
    top: 25%;
    left: 0;
    z-index: 2;
    border-right: 2px solid black;
border-bottom:  2px solid black;
border-top:  2px solid black;
}
.menu a{
    display: none;
    transition: all 0.5s ease;
    width: 250px;
    border-color: black;
    transform: translateX(8em);
    opacity: 0;
}
.menu_button{
    padding-top: 10px;
    padding-bottom: 10px;
}
.menu:hover a{
    display: inline;
    transform: none;
    opacity: 1;
    transition: all 1s ease-out; 
    border-bottom:  2px solid black;  
    
}
.menu:hover i{
    border-bottom:  2px solid black;
}
.menu:hover{
    padding-left: 5px;
    width: auto;
    border-right: 2px solid black;
    border-bottom:  2px solid black;
    border-top:  2px solid black;
    text-align: justify;
    transition: all 1s ease-out;
}
.fas{
    padding-right: 2px;
    margin-left: 2px;
}

.carousel-item,
.carousel-inner,
.carousel-inner img {
  height: 100%;
  width: auto;
  margin:0 auto;
  max-width: max-content;
}

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

.carousel {
    height: 500px;
    border: 2px solid #2c3540;
}

@media only screen and (min-width: 300px) and (max-width: 600px){
    .carousel {
        height: 350px;
        border: 2px solid #2c3540;
    }
}

.email{
    color: white;
    margin-top: 20px;
    font-size: larger;
}

@media only screen and (min-width: 300px) and (max-width: 600px){
    .email{
        color: white;
        margin-top: 20px;
        font-size: 11px;
	text-align: center;
    }
    footer .content2{
        padding: 20px;
        height: 150px;
    }
}