@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700');
* {
    box-sizing: border-box;
    
}

:root {
    --white-color: #ffffff !important;
    --main-color: #697e83;
    --display-style: inline-block;
    --blue-color: #2a72ca;
}
.logocontainer{
    display: flex;
    justify-content: center;
}
.insta{
    width: 40px;
    height: 35px;
}
.twitter{
    width: 30px;
    height: 28px;
}
.insta2{
    width: 30px !important;
    height: 40px;
}

.logocontainer .logodiv{
    position: relative;
    width: 300px;
    height: 400px;
}
.logocontainer .logodiv2{
    position: relative;
    width: 300px;
    height: 400px;
}
.logocontainer .managerdiv{
    position: relative;
    width: 800px;
}

#aboutlogo{
    position: absolute;
    top:50%;
    margin-top:-250px;
    
    width: 300px;
    height: 400px;
}
#play{
    background: black !important;
}
.white{
    color: white;
}
.container-fluid {
    padding: 0 1em;
    max-width: 1300px;
    position: relative;
    margin: 0 auto;
}
#soccer{
    width: 130px;
    height: 180px;
    background: none !important;
    padding: 0 !important;
}
body {
    background-color: black;
    margin: 0px;
    padding: 0px;
    font-family: 'industry', sans-serif;
    font-size: 20px/15;
    color: white;
}

header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 5;
}

header .logo {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 700;
    color: var(--white-color);
}

header>div .logo {
    float: left;
    padding: 1em 3.5em 1em 0.5em;
}

header nav {
    background-color: transparent !important;
}

nav {
    text-decoration: none;
}

nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.tabs{
    padding: 4em 0;
}
nav li {
    list-style: none;
    
}

nav a {
    color: var(--blue-color);
    font-weight: 300;
    /*opacity: 0.6;*/
    text-decoration: none;
    transition: .3s all ease;
}

nav li a:hover {
    opacity: 1;
    color: var(--white-color);
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
}

/*TODO: step 13*/

/*
OLD Nav A element styling
nav a {
    padding: 1em 2.5em;
    display: var(--display-style);
    color: var(--white-color);
    text-decoration: none !important;
}
*/

.heroimage {
    background-image: url(heroImage3.jpg);
    background-size: cover;
    height: 100vh;
    
}

.main-padding {
    
    padding: 7em 0em;
}

.sideleft {
    width: 30%;
    float: left;
    text-align: center;
    color: #CCCCCC;
}

.sub-heading {
    text-transform: uppercase;
    font-size: 12px;
    color: #CCCCCC;
    letter-spacing: .1em;
}
.feat{
    text-align: center;
    color: var(--main-color);
    padding: 3em 0 0 0;
}

.heading {
    color: #CCCCCC;
    font-size: 50px;
    margin-bottom: 30px;
}
.rosterList{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.button {
    background-color: var(--blue-color);
    transition: .3s all ease;
    padding: 12px 30px;
    margin-top: 0 !important;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: var(--white-color);
    border: none;
    cursor: pointer;
}
#toggle{
    display: none;
}
.label{
    font-size: 26px;
    line-height: 70px;
    display: none;
    width: 30 px;
    float: right;
    color: var(--white-color);
}
.button :hover {
    color: var(--main-color);
    background-color: var(--white-color);
    border: 2px solid var(--main-color);
}

.sideright {
    width: 50%;
    float: right;
    
}

.bg-color {
    background-color: #F8F9FA !important;
}

.feature {
    text-align: center;
}

.small{
    height: 5px;
}
.feature-image {
    position: relative;
}



.feature-image img {
    display: var(--display-style);
    width: 300px;
    margin: 1em;
}
.feature-image .describe {
    display: var(--display-style);
    width: 300px;
    margin: 1em;
}


.newsletter {
    padding: 2em;
    color: var(--white-color);
    background: #35424a;
    overflow: hidden;
}

.newsletter h1 {
    float: left;
}

.newsletter form {
    float: right;
    margin: 10px;
}

.newsletter input[type="email"] {
    padding: 12px 30px;
    height: 2.7em;
    width: 250px;
}

.footer {
    float: left;
    width: 33%;
    box-align: center;
    margin-bottom: 4em;
}

.main-footer {
    padding: 4em 0em .9em 0em;
    
}

.copyright {
    text-align: center;
}

/*ROOMS*/

.rooms-pic-1 {
    max-width: 30%;
    display: var(--display-style);
    position: relative;
    overflow: hidden;
    padding: 0 1em;
}

.rooms-pic-1 figure {
    float: left;
}

.rooms-body {
    background: white !important;
    padding: 30px;
    border: 1px solid #e6e6e6;
    border-top: none;
}

figure .img {
    max-width: 100%;
    height: auto;
}

.contactform input[type="text"], .contactform input[type="email"], .contactform textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: var(--white-color);
    background-clip: padding-box;
    border: 1px solid #ced4da;
}

.contactform {
    width: 70%;
    padding-bottom: 4em;
}

.item {
    width: 330px;
    display: var(--display-style);
    margin: 1rem;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px, rgba(0, 0, 0, 0.24);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
}
.item>a>img{
    width: 100%;
    height: 100%;
}
.item>a>img:hover{
    filter: blur(2px) brightness(60%);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
    cursor: pointer;
}

.item>img {
    width: 100%;
    height: 100%;
}

.item>img:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
    cursor: pointer;
}

.container-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(auto-fill, minmax(250, 1fr));
    justify-items: center;
    grid-gap: 20px;
    margin: .2em 2em .2em 2em;
}

.item>img {
    width: 100%;
    height: 100%;
}

.item>img:hover {
    filter: blur(2px) brightness(60%);
}

.heroitems {
    position: absolute;
    width: 100%;
    min-height: 550px;
    height: 50vh;
    text-align: center !important;
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    z-index: 2;
    top: 30%;
    color: var(--blue-color);
}

.heroitems h1 {
    padding: .5em;
    font-size: 3em;
    color: var(--white-color) !important;
}

.heroitems p {
    font-size: 1.4em;
    color: var(--white-color) !important;
}

img {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.heroimage:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@media(max-width: 992px){
    .label{
        display: block;
        cursor: pointer;

    }
    nav ul{
        text-align: center;
        display: none;
        flex-direction: column;
        padding-top: 2.2em;
        background-color: transparent;
    }
    nav ul li{
        width: 100%;
        text-align: center;
        flex: auto;
        background-color: rgba(0,0,0,0.8);
        position: relative;
        top: 1em;
    }
    nav ul li a{
        opacity: 1;
    }
    #toggle:checked+.menu{
        display: block;
    }
    header>div .logo{
        float: left;
        padding: 1em 0.5em 0.5em 0.5em;

    }
    .menu a{
        display: block;
        margin: 0;
    }
    .heroitems{
        height: 100vh;
    }
    .heroitems h1{
        font-size: 40px;

    }
    .sideleft, .sideright, .newsletter h1, .newsletter form, .footer, .feature-image img, .newsletter input[type="email"], button, .contactform, .button, textarea, .rooms-pic-1{
        float: none;
        width: 100%;
        text-align: center;
        margin: .8em 0 0.8em 0;

    }
    .logocontainer{
        padding: 1em 0 0 0;
    }
    .rooms-pic-1{
        max-width: 100%;
    }
    .sideleft{
        padding-bottom: 1em;
    }
    .main-padding{
        padding: 2em 0;
    }
    .heroitems p{
        font-size: 25px;
        margin-bottom: 20px;
        
    }
    .footer{
        margin-bottom: 1em;

    }
    button{
        margin-top: 1em !important;
    }

    .pagination{
        width: 50%;
        margin: auto;
        display: flex;
        flex-direction: row;
        padding-left: 0;
        list-style: none;
        border-radius: .25rem;
    }
    .page-item{
        background-color: inherit;
        top: 0;
    }
}

@media(max-width: 480px){
    .heroitems h1{
        font-size: 30px;
    }
    .heroitems p{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .page-link{
        font-size: small;
    }
}

#book{
    padding-bottom: 10px;
}
#particles-js{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;

}

/*pageloader*/

.loader.spinner:before{
    width: 117px;
    height: 117px;
    border-color: #697e83;
    top: 0px;
    left: 0px;
    animation: rotate 1s linear 0s infinite;
}
.loader.spinner:after{
    width: 117px;
    height: 117px;
    border-color: #697e83;
    top: 0px;
    left: 0px;
    opacity: 0;
    animation: rotate 1s linear 0.5s infinite;
}
.loader{ 
    margin: auto;
    top: 30%;
    position: relative;
    width: 125px;
    height: 125px;

}
.loader:before, .loader:after{
    content: "";
    display: block;
    position: absolute;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
}


@keyframes rotate{
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(.7);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

#loadingDiv {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ddd;
    z-index: 9999999;
}

.banner{
    width:1140px;
    height: 750px;
    margin: 80px auto;
    position: relative;
}
.slider img{
    width: 100%;
    position: absolute;
}
#next{
	text-align:center;
	line-height:50px;
	color:#ffffff;
	width:50px;
	height:50px;
	background-color:var(--blue-color);
	position:absolute;
	top:400px;
	right:0;
	z-index:99;
	cursor:pointer;
	opacity:.4;
}
#pre{
	text-align:center;
	line-height:50px;
	color:#ffffff;
	width:50px;
	height:50px;
	background-color:var(--blue-color);
	position:absolute;
	top:400px;
	left:0;
	z-index:99;
	cursor:pointer;
	opacity:.4;
}
.banner:hover #next{
	opacity:1;
	transition:all .5s ease-out;
}
.banner:hover #pre{
	opacity:1;
	transition:all .5s ease-out;
}

.gallery{
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.card img{
    width:100%;
}

.news{
    width: 200px;
    height: 150px;
    margin-right: 2em;
}
.newsbit{
    padding:1em 1em 0 0;
}