
/********************************RESET***********************************/
body{
   height: 100%;
    margin:  0;
    padding: 0;
  /*  font-family: 'Mohave-Light';*/
    display:-ms-inline-grid;
    justify-content: center;
    /*background-color: white;*/
    overflow: auto;
}

.header-main-wrapper {
} 


.fix-home{
	clear: both;
	overflow:  hidden;
    padding-bottom: 0px;
}

header{
	overflow:  hidden;
/*	height:  100vh;*/
    height:55vw;
}

.sticky-bg {
    height: 100vh;
    width:100vw;
    position:fixed;
    z-index:-9999;
}

.vid-container {
    display:block;
}


.vid-bg-home{
	position: absolute;
	right:  0;
	bottom:  0;
    width: 100%;
    height: auto;
    top:0;
/*	min-width:  100%;	
	min-height:  100%; */
}

.img-bg-home{
    position:absolute;
	left:  0;
	top:  0;
	width:  100%;	
	height:  100%;
    opacity: 0;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~PAGE NAVIGATION~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.nav-home{
	position:  absolute;
	width: 100%;
    height: 95px;
    background-color: rgba(9,44,71,.3);
}

.nav-home:hover {
    background-color: rgba(9,44,71,1);
    transition: 0.5s ease-in-out;
}

.logo-home{
	margin:  0 50px;
	float:  left;
	color:  #fff;
}

.logo-home img{
    background: transparent;
    width: 200px;
    height: auto;
}


.main-menu {
    float: right;
   /* margin: 30px;*/
   height: 100%;
   margin:0;
}

.main-menu li {
    margin: 0 4px;
    height: 100%;
}

.main-menu li a{
    text-decoration: none;
    color: #fff;
    padding: 5px 5px;
    font-family:'WorkSansRegular';
    /*font-weight: 600;*/
    font-size: 14px;
    transform: scale(1, 1.1);
    letter-spacing: 1.5px;
}

.main-menu li:active a{
   /* color: #cf2028;*/
}


.main-menu li a:hover{
  /*  color: var(--acym-blue);*/
  /*font-weight: bold;*/
}

.main-menu li ul{
    background-color: rgba(9,44,71,1);
}

.main-menu li{
    font-family: 'WorkSansRegular';
	list-style: none;
}

.main-menu > li{
	padding: 0 5px;
}

.main-menu > li > a{
    margin-top: 40px;
}

.main-menu a{
    position:relative;
	font-size: 90%;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 9px 18px;
}

.main-menu > li > a:after{
    content: "";
    position: absolute;
    background-color: #fff;
    height:0.05em;
    width:0;
    left:0;
    bottom: -3px;
    transition: 0.5s;
}

.main-menu a:hover{
    /*color:rgb(255, 255, 255);*/
    color:var(--acym-blue);
   /* font-weight:900;*/
}

.main-menu a:hover:after{
    width: 100%;
}

.main-menu li li a:hover{
    color:var(--acym-blue);
}


.dropdown{
	padding-left: 8px;
    margin-top: 0px;
}
.dropdown{
    white-space: nowrap;
    min-width: 220px;
    /*background: rgba(2, 35, 59, .85);*/
}

ul.dropdown li {
    display:none;
}

li:hover > ul.dropdown li {
    display: block;
}

li:hover > ul.dropdown {
    animation: slide-up .5s ease-in-out;
}

li:hover {
  /*  text-decoration: underline;
    text-decoration-color: white;
    text-decoration-thickness: 2px; */
}

@keyframes slide-up {
	from {
		opacity:0.5;
        top:130px;
    }
	to {
		opacity:1;
        margin-top: 0px;
    }
	
}


.caret{
	position: relative;
}

.caret:after{
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 40%;
	left: 4px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #f7f7f7;
}

/*Three Bars*/
.toggler{
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  width: 35px;
  height: 35px;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 28px;  
  border-radius: 25px;
}

.bars{
  display: block;
  width: 100%;
  height: 3px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 25px;
}

.middle{
  display: block;
  width: 100%;
  height: 100%;
  background: #236efb;  
  border-radius: 25px;
}

.bars:before,
.bars:after{
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #236efb;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  border-radius: 25px;
  transition: .3s;
}
.bars:before{  
  top: -12px;   
  transform-origin: 0 0; 
}
.bars:after{
  bottom: -12px;  
  transform-origin: 0 100%;
}

.stylebars .middle{
  opacity: 0;
}

.stylebars .bars:before{
  transform: rotate(45deg) scaleX(1.25) translateY(-4px);
}
.stylebars .bars:after{
  transform: rotate(-45deg) scaleX(1.25) translateY(4px);
}

/*Hero*/
.hero{
	position: absolute;
	top: 0;
	display: table;
	width: 100%;
	height: inherit;
	color: #fff;
	background: url("../uploads.1312147594659663749_n.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;	
}

.v-box{		
	display: table-cell;
	width: 100%;
	height: inherit;
	text-align: center;
	vertical-align: middle;
}
.hero h2{
	font-weight: 100;
	font-size: 200%;
	margin-bottom: 15px;
}
@media screen and (min-width: 1185px){	
	.main-menu,
	.flex-col{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.main-menu > li,
	.main-menu > li li{
		position: relative;
	}

	.main-menu > li > ul{
		position: absolute;
		top: -99999px;
		padding: 0;
	}
	
	.main-menu > li > ul > li > ul{
		position: absolute;
		top: -99999px;
		padding: 0;
	}

	.main-menu > li:hover > ul{
		top: 100%;
	}
	
	.main-menu > li > ul > li:hover > ul{
		top: 0;
		left: 100%;
	}

	.main-menu > li:hover a{
		/*background: rgba(1,24,42,.1);*/
	}

	.main-menu > li  li:hover a{
		/*background: rgba(44,44,84,.1);*/
	}

	.main-menu > li li  li:hover a{
		/*background: rgba(14,24,42,.1);*/
	}

	.dropdown{
		background: rgba(1,24,42,0);
	}

	/*Menu toggle*/
	.toggler{
    	display: none;
  	}
}

@media screen and (max-width: 1184px) {
	/*Menu toggle*/
  .main-menu{
    position:relative;
    display: none;
    margin:0;
    z-index: 99999999;
  }
  .nav-expand{
    display: block;
    background-color: var(--acym-deep-blue);
  }
  .nav-bar{
      background-color: var(--acym-deep-blue);
  }

  .nav-home{
    background-color: rgba(9,44,71,1);
}

.nav-home:hover {
    background-color: rgba(9,44,71,1);
}
    
.logo-home img{
      width:170px;
      height: auto;
  }
 
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~END PAGE NAVIGATION~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.welcome {
    padding : 30px;
    background-color: #fff;
}

.welcome-cntr {
    display:flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: auto;
}

.welcome-logo {
}

.welcome-logo img {
    height: 250px;
    width: auto;
}

.welcome-dates {
    display: flex;
    justify-content: space-around;
    flex-basis: 70%;
    margin: auto; 
    text-align:center; 
    height:100%;
}

.welcome-dates p {
    font-size: 70px;
    font-family: 'EnriquetaRegular';
    line-height: 70%;
}
.welcome-dates p span {
    font-size: 30px;
}

.welcome-text {
    display: flex;
    margin-left: 20px;
}


.welcome-msg {
    display: flex;
    flex-basis: 30%;
}

.welcome-msg p{
    /*display:none;*/
    margin:auto;
    font-size: 16px;
    font-family: 'WorkSansRegular';
    text-align: center;
}

.flex-container{
    display: flex;
    flex-direction: column;
    /*background-image: url('../assets/MainBG.png');*/
   }

 .main-content{
     display:flex;
     flex-direction: column;
     flex-basis: 800px;
     padding-right: 10px;
 }


.main-links {
    display: flex;
    height:350px;
    width:100%;
    background-color: #ffffff;
    padding-top:60px;
    padding-bottom: 10px;
    justify-content: space-evenly;

}

.main-links img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.tile-attending {
    background-color: rgb(255, 255, 255);
}

.tile-book {
    background-color: rgb(255, 255, 255);
}

.tile-events {
    background-color: rgb(255, 255, 255);
}

.main-tile {
   flex-basis: 32.5%;
   position:relative;
}

.main-tile a img {
    transform: scale(1);
    transition: 1s ease-in-out;
}

.main-tile a:hover img {
    transform: scale(1.2);
    /*transition: 1s ease-in-out;*/
} 

.text-tile {
    position:absolute;
    width:100%;
    height: 100%;
    top:0%;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7));
}

.text-tile h3 {
    position:relative;
    text-align: left;
    top:83%;
    color: white;
    margin-left: 10px;
    transform: scaleY(1);
    transition: .5s ease-in-out;
}

.main-tile a:hover h3 {
    transform: scaleY(1.5);
    /*transition: 1s ease-in-out;*/
} 


.home-tiles {
    position:absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;

}

 .sidebar{
     display:flex;
     flex-direction: column;
     flex-basis: 400px;
     padding-left: 10px;
     padding-bottom: 35px;
     justify-content:space-between;
 }


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~PAGE LINKS~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.home-links {
    background: #fff;
    height: 100%;
    position: relative;
    transition: .6s ease-out;
}

.lnkAttending{
    width:100%;
    height: 390px;
    margin-bottom: 50px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.5);
}

 .yachts-slideshow {
    width: 100%;
    height:100%;
    position: relative;
    margin: auto;
  }
  
.slide-images {
    display: none;
}

.slide-transition {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2.0s;
    -webkit-animation-timing-function:ease;
    animation-name: fade;
    animation-duration: 2.0s;  
    animation-timing-function: ease;
}

@-webkit-keyframes fade {
    from {opacity: .2}
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .2}
    to {opacity: 1}
  }


 /*.lnksMinor{
    display: flex;
    height: 170px;
    margin-bottom: 50px;
    justify-content: space-between;
 }

 .lnkAttendees{
    flex-basis: 49%;
    box-shadow: 0 10px 10px rgba(0,0,0,0.5);
 }

.lnkChefComp{
    flex-basis:49%;
    box-shadow: 0 10px 10px rgba(0,0,0,0.5);
}
*/

.lnksMinor2{
    display: flex;
    height: 170px;
    margin-top:20px;
    margin-bottom: 50px;
    justify-content: space-between;
 }
 

 .lnkBook{
    flex-basis: 47%;
    box-shadow: 0 10px 10px rgba(0,0,0,0.5);
 }

.lnkevents{
    flex-basis:47%;
    box-shadow: 0 10px 10px rgba(0,0,0,0.5);
}




/*.coming-soon{
    position:absolute;
    background-color: rgba(255, 255, 255, 0.9);
    height:100%;
    width:100%;
    display:none;
    font-size: 30px;
    text-align: center;

}*/

#home-links-cat:hover .coming-soon{
    /*display:block;*/
}

.home-links:hover{
    transform: translateY(15px);
}

.home-links:hover:before {
    opacity: 1;

}

#home-links:hover .lnk-caption{
    opacity: 1;
    transform: translateY(-15px);
}

.home-links:before {
    content: '';
    position: absolute;
    top:0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000, transparent);
 /*   z-index: 2;*/
    transition: 0.5s;
    opacity: 0;
}

.home-links img{
    width: 100%;
    height:100%;
    display: block;
    position:absolute;
    top: 0;
    left: 0;
    margin-bottom: 20px;
    object-fit: cover;
}

.lnk-caption {
    position:relative;
    height:50px;
    top:10px;
 /*   z-index: 3;*/
    left: 0px;
    color: #fff;
    opacity: 1;
}

.lnk-caption h2 span{
    color: var(--acym-grey);
}

.lnk-caption h2 {
    margin:5px;
    font-size: 22px;
    font-weight: lighter;
    letter-spacing: 0px;
    color: var(--acym-deep-blue);
}

.lnk-caption p{
    letter-spacing: 1px;
    font-size: 12px;
    margin-top: 10px;
    font-family: 'Mohave-Regular';
}

.lnk-caption a{
    font-family: "WorkingSansBold";
    font-weight: bold;
    text-decoration: none;
}

.lnk-caption a:hover {
    text-decoration: underline;
}

.lnk-caption a:hover span{
    color:var(--acym-blue);
}

.home-links a{
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 0 5px;
    text-decoration: none;
}

.home-links a i{
    color: #fff;
    padding: 6px 8px;
}


.section-header h1 {
    font-family: 'EnriquetaRegular';
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~END PAGE LINKS~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~DIGITAL CATALOGUE~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.digcat-wrapper {
    display: flex;
    flex-direction: column;
    justify-content:space-evenly;
    text-align: center;
    background-color: white;
    height: auto;
    width: 100%;
    padding-top: 100px;
}

.lnkDigCat{
    margin-right: 2%;
    margin-left: 2%;
    width: 96%;
    height: 400px;
    margin: auto;
    position:relative;
}

.lnkDigCat a img {
    transform: scale(1);
    transition: 1s ease-in-out;
}

.lnkDigCat a:hover img {
    transform: scale(1.2);
    /*transition: 1s ease-in-out;*/
} 

.lnkDigCat a:hover h3 {
    transform: scaleY(1.5);
    /*transition: 1s ease-in-out;*/
} 

.digcat-slideshow {
    width: 100%;
    height:100%;
    position: relative;
    margin: auto;
    overflow: hidden;
  }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~END DIGITAL CATALOGUE~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~NEWS~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.news {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    text-align: center;
    justify-content: space-evenly;
    padding-top: 100px;
}


.articles-container {
    display:flex;
    justify-content: space-evenly;
    height: 500px;
    width:100%;
}

.art-wrapper {
    position:relative;
    flex-basis: 33%;
}

.img-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
}

.img-wrapper img {
    height: 100%;
    width: 100%;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content:center;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(121, 113, 113, 0.4);
}

.art-wrapper:hover > .content {
    background-color: rgba(43, 41, 41, 0.8);
}

.content .art-title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.content .art-intro {
    color: #fff;
    font-size: 16px;
}

.content a {
    text-decoration: none;
}

.read-more {
    color:rgb(255, 251, 0);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~END NEWS~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/






/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~GALLERY~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.gallery-wrapper{
    display: flex;
    flex-direction: column;
     justify-content: center;
     text-align: center;
     background-color: white;
     height: 600px;
     padding-top: 150px;
}


.lnkGalleryScroll{
    margin-right: 3%;
    margin-left: 3%;
    width: 94%;
    height: 500px;
    padding-bottom: 200px;
    justify-self: center;
}

.lnkGalleryScroll .lnk-caption a{
    text-decoration: none;
}

.lnkGalleryScroll .lnk-caption a:hover{
    text-decoration:underline;
}

.gal-header {
    height:30px;
    background-color: #092c47;
}

.gal-footer{
    height: 30px;
}


.owl-prev {
    left: -30px;
}

.owl-next {
    right:-30px;
}

.owl-prev, .owl-next {
    position:absolute;
    top:20%;
}


.owl-prev span , .owl-next span {
    font-size:40px;
    color:black;
}


.owl-theme, .owl-nav[class*="owl-"]:hover{
    background: transparent;
}



.owl-carousel {
    box-shadow: 0 10px 10px rgba(0,0,0,0.5);
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


 .imgOurShow{
     display: block;
    height:100%;
    width:100%;
  }

 
 .VidAd1 {
    flex-basis: 225px;
    padding-bottom: 20px;
 }

 .NewsArt1{
    height: 150px;
    padding-bottom: 20px;
 }


 .VidAd2{
     flex-basis:225px;
     padding-bottom: 30px;
 }

 .StatAd1{
    height: 150px;
    padding-bottom:10px;
 }

 .vid-ad{
     height: 100%;
     width:100%;
  }


 .main_container{
    display: flex;
    justify-content:center;
    margin-top: 0px;
    padding-top: 30px;
    background-color: white;
  }


 .font-spacing{
    /* letter-spacing: 1.0px;*/
 }

 .pos-rel {
     position:relative;
  /*   z-index: 5;*/
 }

/******************************SUBSCRIBE*********************************/

.subscribe-wrapper {
    margin:auto;
}

.subscribe-wrapper h1 {
    color:#fff;
    text-align: center;
}

.subscribe-wrapper form {
    text-align: center;
}

input {
    font: 19px "Open Sans", Helvetica, Arial, Sans-serif;
    border-radius: 3px;
    box-shadow: 0 2px 2px #000;
  }
  
  form input,
  form input:focus {
    padding: 10px 13px;
    border: 0;
    outline: 0;
  }
  
  form input[type="email"] {
    margin-right: 15px;
    width: 300px;
    color: #a09f9f;
  }
  
  form input[type="submit"] {
    padding: 10px 15px;
    color: #c0d6db;
    background: #427b89;
    text-shadow: 0 2px 2px #333;
    box-shadow: inset 0 0 0 transparent;
    background: #508f9f;
    background: linear-gradient(to bottom, #508f9f 0%,#346976 100%);
    transition: all .3s ease-in-out;
  }
  
  form input[type="submit"]:hover,
  form input[type="submit"]:focus {
    box-shadow: inset 0 0 50px rgba(255,255,255, 0.3),
                      0 0 10px rgba(255,255,255, 0.1);
    color: white;
    margin-left: 10px;
  }  

.sub-result{
    display: block;
    text-align: center;
    color:white;
    font-size: 20px;
    margin:15px;
}


/*********************************END SUBSCRIBE***********************************




 /**********************************SEARCH****************************/
 
 .search-tab {
    position:fixed;
    z-index: 9995;
    width:35px;
    height:85px;
    top:calc(50% - 285px);
    right:0vw;
    display:block;
    cursor: pointer;
}

.search-wrapper {
    position:fixed;
    z-index: 9996;
    width:300px;
    height:auto;
    min-height: 200px;
    max-height:600px;
    top:calc(50% - 279px);
    right:0vw;
    background-color: var(--acym-mid-blue);
    display:none;    
    /*box-shadow: -10px 10px 10px rgba(0,0,0,0.5);*/
}

.search-area {
    margin:10px 20px 20px 20px;
    height: 100%;
    max-height: 580px;
}

.search-bar-wrapper {
    text-align:center;
}

.search-bar {
}

.search-results {
    background-color: #fff;
    margin-top:10px;
    max-height: 530px;
    overflow: auto;
}
.search-results p{
    display:flex;
    flex-direction: column;
    color: var(--acym-deep-blue);
    font-size: 14px;
}

.rs-heading {
    background-color: rgb(4, 4, 36);
}

.rs-heading p {
    color:white;
    font-weight: bolder;
}

#rs-yachts {
    display:none;
}



#rs-companies {
    display:none;
}

#rs-news {
    display:none;
}

/*************************************search*****************************/

 /**********************************UPDATES****************************/

 .updates-tab {
    position:fixed;
    z-index: 9995;
    width:35px;
    height:85px;
    top:calc(50% - 200px);
    right:0vw;
    display:block;
    cursor: pointer;
}

.updates-wrapper {
    position:fixed;
    z-index: 9996;
    width:300px;
    height:auto;
    min-height: 200px;
    max-height:400px;
    top:calc(50% - 194px);
    right:0vw;
    background-color:var(--acym-blue);
    display:none;
} 

.updates-area {
    margin:10px 10px 0px 20px;
    width: auto;
    height: 100%;
    max-height: 380px;
    overflow: auto;
}

.update-item {

}

.update-item p{
    color: #fff;
    font-size: 14px;
}

.update-text span{
    font-weight: bolder;
}

.noupdates {
    text-align: center;
}

.noupdates p{
    margin: auto;
    color: #fff;
}

/*************************************updates*****************************/



/***********************************MODAL********************************/
.modal-wrapper {
    position:absolute;
    width:100%;
    height:100%;
    background-color: rgb(0, 0, 0, 0.7);
    top:0;
    display:flex;
    justify-content: center;
    align-items: center;
}

.modal-popup {
    width:400px;
    height:500px;
    background-color: #fff;
 	animation: modal-load 700ms ease-in;
}

.modal-logo {
    background: var(--acym-deep-blue);
    text-align: center;
}
.modal-logo img{
    margin:0;
    width: 200px;
    height: auto;    
}

.modal-msg{
    padding:0px 20px;
}

.modal-msg p{
    font-size: 16px;

}

.modal-contact-info {
    background: var(--acym-deep-blue);
}

.close-wrapper {
    text-align: center;
}

#lnk-close {
    color:var(--acym-blue);
    margin:auto;
}

@keyframes modal-load {
	0%{
		transform: scale(50%);
	}

	100%{
		transform: scale(100%);
	}
}
/*************************************modal******************************/

@media only screen and (max-width: 600px) {
    .flex-container{
        margin: 30px;
    }

    .nav-home {
        margin:0;
    }
    .vid-container {
        display:none;
    }
    .vid-bg-home{
        display:none;
    }
    
    header{
        overflow:  hidden;
        height:  95px;
    }

    .logo-home img{
        width: 150px;
        height: auto;
    }

    .main_container {
        flex-direction: column;
    }

    .lnksMinor2{
        display: flex;
        flex-direction: column;
        height: 420px;
        margin-bottom: 50px;
        justify-content: space-between;
     }

     .lnkevents {
         margin-top: 50px;
     }

     .lnkAttending{
         height:210px;
     }

     .sidebar{
         padding-left:0;
     }

     .col-100.wrapper1270-reg{
        margin: 0 10px;
      }
      
     .lnkGalleryScroll {
         width:300px;
     } 
}


@media only screen and (min-width:601px) and (max-width: 820px) {

    .lnkGalleryScroll{
        width:600px;
    }

    .main_container {
        flex-direction: column;
    }

    .lnkAttending{
        height:210px;
    }

    .lnksMinor2{
        display: flex;
        flex-direction: column;
        height: 420px;
        margin-bottom: 50px;
        justify-content: space-between;
     }
     .lnkevents {
        margin-top: 50px;
    }


     .main_container{
        width: 400px;
         margin:auto;
     }

     .sidebar{
        padding-left:0;
    }


}

@media only screen and (max-width: 631px) {
    .main-menu.nav-expand{
        top:0;
    }
}

@media only screen and (min-width: 632px) {
    .main-menu.nav-expand{
        top:90px;
    }
}

@media screen and (max-height: 750px) {
    .search-tab {
        top:calc(50% - 285px);
        top:90px;
    }
    
    .search-wrapper {
        top:calc(50% - 279px);
        top:84px;
    }

    .updates-tab {
        top:175px;
    }
    
    .updates-wrapper {
        top:169px;
    } 
    
}





