/* CSS Document */
/* 
1. Layout Size
2. Share Icons
3. Navigator Bars
4. Brand/ Logo 
*/
/*
========================================
============= screen size ==============
========================================
*/

/*========Layout Size=========*/
.screen-100 {
    height: 100vh;
    width: auto;
    overflow: hidden;
}
.screen-75 {
    height: 75vh;
    width: auto;
	overflow: hidden;
    position: relative;
	
}
.screen-50 {
    height: 50vh;
    width: auto;
	overflow: hidden;
    position: relative;
}
.screen-25 {
    height: 25vh;
    width: auto;
	overflow: hidden;
    position: relative;
}
/*
========================================
============= Share icons ==============
========================================
*/
.share-buttons {
    font-size: 0.7rem;
    line-height: 0.7rem;
    letter-spacing: 1px;
    margin: 20px 0;
    position: relative;
    text-align: right;
    list-style-type: none;
    padding: 0;
    flex-flow: row wrap;
    align-content: flex-start;
}
.share-buttons .social-icon {
    width: 15px;
    margin: 0 7px
}
.share-buttons li {
    height: auto;
    flex: 0 1 auto;
    display: inline;
    margin-right: 10px;
}
.share-buttons a {
    color: #000000
}
/* Small devices (Portraight phones, 576px and up) */
@media screen and (max-width: 575px) {
    .share-buttons .social-icon {
        width: 20px;
        margin: 0 7px
    }
}
/* Small devices (landscape phones, 576px and up) */
@media screen and (min-width: 576px) {
    .share-buttons .social-icon {
        width: 20px;
        margin: 0 7px
    }
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media screen and (min-width: 768px) {
    .share-buttons .social-icon {
        width: 25px;
        margin: 0 7px
    }
}
/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
    .share-buttons .social-icon {
        width: 30px;
        margin: 0 7px
    }
}


/*
========================================
=========== Border Elements ============
========================================
*/
.topleft, .topright, .middleleft, .middleright, .bottomleft, .bottomright {
    position: fixed;
    z-index: 2;
}
.topleft {
    top: 20px;
    left: 10px;
}
.topright {
    top: 30px;
    right: 20px;
}
.middleright {
    top: 50%;
    left: -30px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg); /* IE 9 */
}
.middleleft {
    top: 50%;
    right: -30px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
}
.bottomleft {
    bottom: 0px;
    left: 10px;
}
.bottomright {
    bottom: 0px;
    right: 20px;
}
/* Small devices (Portraight phones, 576px and up) */
@media screen and (max-width: 575px) {
    .middleright {
        display: none
    }
    .middleleft {
        display: none;
    }
}
/*
========================================
============= brand logo ===============
========================================
*/ .brand-logo {
    width: 200px;
    height: auto;

}
@media screen and (min-width: 576px) {
    .brand-logo {
        width: 70px;
        height: auto;
    }
}
@media screen and (min-width: 992px) {
    .brand-logo {
        width: 200px;
        height: auto;
    }
}
/*=========== Top Right: Navigation bars ==============*/
.burgercontainer {
    display: inline-block;
    cursor: pointer;
}
.menu-icon {
    width: 30px;
    filter: invert(1);
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}
.overlay-content {
    position: relative;
    top: 20%;
    width: 100%;
    text-align: left;
    margin: 0 0 0 200px;
}
@media screen and (max-width: 575px) {
.overlay-content {
    margin: 0 0 0 20px;
}
}
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 2em;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

@media screen and (max-width: 575px) {
.overlay a {
    font-size: 1.5em;
}
}

.overlay a:hover, .overlay a:focus {
    color: #00FFA1;
}

.overlay li {
	list-style-type: none;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
	cursor: pointer;
	color: #ffffff
}
.overlay .closebtn a:hover, .overlay a:focus {
    color: #00FFA1;
}

.dropdown-container {
  display: none;
  background-color:rgba(0,0,0,0.00);
  padding-left: 50px;
}















p {
	font-size: 1.5em;
}

.info-title {
	font-size: 10em;
	font-family: 'Futura-XBlkCnIt-BT';
	line-height: 1;
}

.info {
	width: 800px
}

.info-img {
	width: 700px;
	height: auto;
	text-align: center
}

.info-img-brand {
	width: 900px;
	height: auto;
	text-align: center
}




.vertical-center {
	width: 700px;
  margin: 0 !important; 
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vertical-center-logo {
	width: 700px;
  margin: 0 !important; 
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width:724px) {
	.vertical-center-logo {
	width: 300px;
  margin: 0 !important; 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
}

/*Featured Layout of Site with global control*/
.content-container {
	background-color: #ffffff;
	color: #000
}

.content-feat {
	background-color: #fff;
}

.content-feat .feat-img {
	width: 350px;
	height: 200px;
	object-fit: cover
}

.content-feat p{
	font-size: 1em;
}

/* unvisited link */
.content-feat .title a:link{
	font-size: 3em;
	color: #000; 
	text-decoration: none;
}

/* visited link */
.content-feat .title a:visited{
	font-size: 3em;
	color: #000;
}

.content-feat .feat-col {
	background-color: rgba(163,0,255,0.00);
	padding: 20px 20px
}
